Hello,
I'd like to appolgize in advance if my question is not clear enough.
I've deployed the LiveCycle ES2 9.0 on WebSphere 7 on a remote Linux Suse server, connecting to Oracle 11g database and I can successfully access the LiveCycle console. The Barcoded Froms components are up and running successfully.
I'm facing a problem using the java API. I've followed the instructions step by step but still i get an error when i run the code.
Here's the error i get in the IDE console:
Sep 27, 2010 11:26:50 AM null null
WARNING: WSVR0072W
Sep 27, 2010 11:26:51 AM null null
WARNING: WSVR0072W
Sep 27, 2010 11:26:51 AM null null
WARNING: WSVR0072W
Sep 27, 2010 11:26:51 AM null null
WARNING: WSVR0072W
Sep 27, 2010 11:26:55 AM null null
WARNING: jndiUnavailCommErr
ALC-DSC-031-000:
com.adobe.idp.dsc.net.DSCNamingException: Remote EJBObject lookup failed for ejb/Invocation providerat com.adobe.idp.dsc.provider.impl.ejb.EjbMessageDispatcher.initialise(
EjbMessageDispatcher.java:101)at com.adobe.idp.dsc.provider.impl.ejb.EjbMessageDispatcher.doSend(
EjbMessageDispatcher.java:141)at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(
AbstractMessageDispatcher.java:66)at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(
ServiceClient.java:208)at com.adobe.livecycle.barcodedforms.client.BarcodedFormsServiceClient.decode(
BarcodedFormsServiceClient.java:144)at com.adobe.samples.foundationAPI.DecodeFormData.main(
DecodeFormData.java:45)Caused by:
javax.naming.NamingException: Error getting WsnNameService properties [Root exception is org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessible vmcid: IBM minor code: E07 completed: No]at com.ibm.ws.naming.util.WsnInitCtxFactory.mergeWsnNSProperties(
WsnInitCtxFactory.java:1439)at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootContextFromServer(
WsnInitCtxFactory.java:946)at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootJndiContext(
WsnInitCtxFactory.java:865)at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(
WsnInitCtxFactory.java:545)at com.ibm.ws.naming.util.WsnInitCtx.getContext(
WsnInitCtx.java:123)at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(
WsnInitCtx.java:798)at com.ibm.ws.naming.util.WsnInitCtx.lookup(
WsnInitCtx.java:164)at com.ibm.ws.naming.util.WsnInitCtx.lookup(
WsnInitCtx.java:179)at javax.naming.InitialContext.lookup(Unknown Source)
at com.adobe.idp.dsc.provider.impl.ejb.EjbMessageDispatcher.initialise(
EjbMessageDispatcher.java:92)... 5 more
Caused by: org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessible vmcid: IBM minor code: E07
completed: Noat com.ibm.rmi.corba.ClientDelegate.createRequest(
ClientDelegate.java:1250)at com.ibm.CORBA.iiop.ClientDelegate.createRequest(
ClientDelegate.java:1321)at com.ibm.rmi.corba.ClientDelegate.createRequest(
ClientDelegate.java:1146)at com.ibm.CORBA.iiop.ClientDelegate.createRequest(
ClientDelegate.java:1287)at com.ibm.rmi.corba.ClientDelegate.request(
ClientDelegate.java:1853)at com.ibm.CORBA.iiop.ClientDelegate.request(
ClientDelegate.java:1243)at org.omg.CORBA.portable.ObjectImpl._request(
ObjectImpl.java:458)at com.ibm.WsnBootstrap._WsnNameServiceStub.getProperties(
_WsnNameServiceStub.java:38)at com.ibm.ws.naming.util.WsnInitCtxFactory.mergeWsnNSProperties(
WsnInitCtxFactory.java:1436)... 14 more
If there's anything else I should be providing, please just tell me what it is and how i can find it.
Thank you.