[jboss-user] [JBoss jBPM] - Re: Deploy my process with jBPM-3.1 in JBOSS-4.0.4GA

crossleyjuan do-not-reply at jboss.com
Tue Oct 24 07:52:19 EDT 2006


It seems that you have a problem in the persistence configuration, can you post your configuration files, and the initialization lines for the JbpmConfiguration as well...

Take a look of this lines:

Caused by: java.lang.NullPointerException
	at net.sf.ehcache.CacheManager.detectAndFixDiskStorePathConflict(CacheManager.java:269)
	at net.sf.ehcache.CacheManager.configure(CacheManager.java:252)

and the code in those lines are:

        diskStorePath = configurationHelper.getDiskStorePath();
        detectAndFixDiskStorePathConflict(configurationHelper);


the line "detectAndFixDiskStorePathConflict" blows up because the diskStorePath is null, and that variable comes from the JbpmConfiguration...

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

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



More information about the jboss-user mailing list