[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception
mailinator
do-not-reply at jboss.com
Thu Aug 2 04:08:43 EDT 2007
Hi,
if i delete the jbpm-jpdl.jar from my WEB-INF/lib of my webapp,
i have another exception (different from the previous one).
exception :
javax.servlet.ServletException: org.jbpm.JbpmException: ejb local timer lookup problem
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:523)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
caused by
org.jbpm.JbpmException: ejb local timer lookup problem
org.jbpm.scheduler.ejbtimer.EjbSchedulerService.(EjbSchedulerService.java:34)
org.jbpm.scheduler.ejbtimer.EjbSchedulerServiceFactory.openService(EjbSchedulerServiceFactory.java:11)
org.jbpm.svc.Services.getService(Services.java:141)
org.jbpm.svc.Services.getCurrentService(Services.java:88)
org.jbpm.graph.exe.ProcessInstance.end(ProcessInstance.java:328)
org.jbpm.graph.exe.Token.notifyParentOfTokenEnd(Token.java:331)
org.jbpm.graph.exe.Token.end(Token.java:303)
org.jbpm.graph.exe.Token.end(Token.java:253)
org.jbpm.graph.node.EndState.execute(EndState.java:59)
org.jbpm.graph.def.Node.enter(Node.java:318)
caused by
javax.naming.NameNotFoundException: ejb not bound
org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
org.jnp.server.NamingServer.getObject(NamingServer.java:543)
org.jnp.server.NamingServer.lookup(NamingServer.java:267)
org.jnp.server.NamingServer.lookup(NamingServer.java:270)
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:716)
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
While looking for this on the internet, i found this : http://jira.jboss.com/jira/browse/JBPM-877;jsessionid=6CC7D4FBC2903E0C6AB279A215FBD96E
Seems like my problem but i dont understand how it was resolved :(
Does someone know ?
Regards,
O.M.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069964#4069964
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069964
More information about the jboss-user
mailing list