I am a new to JBPM .Iam also trying to deploy jbpm.war to Weblogic 9 .But so 
far no  luck.Iam getting following exception
java.lang.ExceptionInInitializerError
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:140)
        at 
org.jbpm.webapp.context.Context.getPersistenceContext(Context.java:33)
        at 
org.jbpm.webapp.filter.PersistenceFilter.doFilter(PersistenceFilter.java:22)
        at 
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
        at org.jbpm.webapp.filter.ContextFilter.doFilter(ContextFilter.java:19)
        at 
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
        at org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:38)
        at 
weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
        at 
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6724)
        at 
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at 
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
        at 
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
        at 
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
        at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
Caused by: java.lang.RuntimeException: couldn't fetch JbpmSessionFactory from 
jndi 'java:/jbpm/JbpmSessionFactory'
        at 
org.jbpm.db.JbpmSessionFactory.getInstance(JbpmSessionFactory.java:64)
        at 
org.jbpm.webapp.context.PersistenceContext.(PersistenceContext.java:11)
        ... 16 more.

Any help is appreciated !!


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922374#3922374

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922374


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to