Author |
Message
|
vennela |
Posted: Wed Aug 17, 2005 12:44 am Post subject: BPEA0010E When starting a BPEL based process |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
The process is a long running process and invokes a sub process.
After I supply the values of the input container, the PC's web client throws this error.
Has anybody has any idea.
One other thing I notices is none of the MQ queues that WBISF uses is in use.
Code: |
Error Class class javax.naming.NameNotFoundException
Error Message Name "ejb/com/example/www/process20920658DocumentResolutionProcess20030101T000000E" not found in context "local:".
com.ibm.ws.naming.ipbase.NameSpace.lookupInternal:1021
com.ibm.ws.naming.ipbase.NameSpace.lookup:932
com.ibm.ws.naming.urlbase.UrlContextImpl.lookup:1261
com.ibm.ws.naming.urlbase.UrlContextImpl.lookup:1253
com.ibm.ws.naming.urlbase.UrlContextImpl.lookup:1307
javax.naming.InitialContext.lookup:361
com.ibm.ws.util.LocalHomeHelper.lookup:42
com.ibm.bpe.util.LocalEJBCache.lookup:81
com.ibm.bpe.framework.BusinessProcessServiceImpl.initiate:17401
com.ibm.bpe.framework.BusinessProcessBean.initiate:9486
com.ibm.bpe.api.EJSLocalStatelessGeneric_Process_Choreographer_EJ_3dc12844.initiate:-
com.ibm.bpe.portal.action.ProcessStart.executeLogic:383
com.ibm.bpe.portal.action.BaseAction.execute:104
org.apache.struts.action.RequestProcessor.processActionPerform:484
org.apache.struts.action.RequestProcessor.process:274
org.apache.struts.action.ActionServlet.process:1482
|
I will try to post a solution once I find it. |
|
Back to top |
|
 |
JLRowe |
Posted: Wed Aug 17, 2005 1:45 am Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
Looks like it is trying to invoke the subprocess and getting the JNDI lookup error (it is trying to look it up in the local: context).
Check your subprocess is deployed, lookup at the JNDI tree with the dumpNameSpace command. |
|
Back to top |
|
 |
vennela |
Posted: Wed Aug 17, 2005 10:09 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
Check your subprocess is deployed, lookup at the JNDI tree with the dumpNameSpace command. |
Can we use dumpNameSpace with WSADIE? |
|
Back to top |
|
 |
JLRowe |
Posted: Wed Aug 17, 2005 11:35 am Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
Yes, there is a stateless session bean facade for each process, you should see them in the dumpNameSpace. You can actually invoke a process through this SSB directly (or through JMS). |
|
Back to top |
|
 |
vennela |
Posted: Wed Aug 17, 2005 11:48 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
The error is gone now.
The workspace I was using earlier was in a directory which was too long and maybe that's the reason it was giving me a filenotfound exception. I am trying to recreate the problem. |
|
Back to top |
|
 |
|