Hide Forgot
Date of First Response: 2009-01-27 05:07:33 project_key: SOA Observe following in log on server shutdown: > WARN [org.jboss.soa.esb.services.jbpm.configuration.JbpmService] Stopping failed jboss.esb:service=JbpmService > java.lang.NullPointerException > at org.jbpm.job.executor.JobExecutor.stopAndJoin(JobExecutor.java:84) > at org.jboss.soa.esb.services.jbpm.configuration.JbpmService.stopService(JbpmService.java:52) > at org.jboss.system.ServiceMBeanSupport.jbossInternalStop(ServiceMBeanSupport.java:315) > at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:247)
Thomas will look into this. Thanks!
Link: Added: This issue depends JBPM-1989
Fixed in jbpm-3.2.4.SP1 and jbpm-3.2.6.GA
While there is a bug in jBPM, and Thomas appears to have fixed this, the real issue is that the jsf-console.war configuration should not be allowed to start/stop the jBPM resources. The real fix for this, within the SOA environment, is to disable the jBPM JobExecutorLauncher and JbpmConfigurationCloser servlets. We have recently updated the jBPM version in the ESB project and hit the same issue, see JBESB-2312.
We need to apply the same changes as those in JBESB-2312.
Fixed on the 4.3 branch in revision 2571 of: build-tools/builders/jbpm/build.xml Commit message: Synchronise changes to jBPM hibernate.cfg.xml with ESB. See: http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/services/jbpm/upgrade-jbpm.txt and revision 2575 of: build-tools/builders/soa/p-consoles/jbpm/resources/web-development.xml build-tools/builders/soa/p-consoles/jbpm/resources/web-production.xml Commit message: Also comment out the JbpmConfigurationCloser. From JIRA JBESB-2312. Fixes JIRA SOA-1146.
Verified in CR2