[jboss-user] [jBPM Users] - jbpm 4.1 installation problems on jboss 4.2.3

sridhar18 do-not-reply at jboss.com
Mon Sep 28 10:29:22 EDT 2009


Did anyone successfully install jbpm 4.1 on jboss 4.2.3? 
If so, could you shed some light on the issues I'm having during the install.

I get JbpmDS not bound errors. But I have that datasource defined in jbpm-hsqldb-ds.xml in the jboss/server/default/deploy/jbpm directory. I tried to put the ds xml file one directory above (in the deploy directory) but that didn't help either. Below is the stack trace. Any help would be appreciated. 

        at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:46)
        at org.jbpm.pvm.internal.jobexecutor.DispatcherThread.acquireJobs(DispatcherThread.java:126)
        at org.jbpm.pvm.internal.jobexecutor.DispatcherThread.run(DispatcherThread.java:67)
Caused by: org.hibernate.HibernateException: Could not find datasource
        at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:56)
        at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
        at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
        at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:414)
        at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62)
        at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
        at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
        at org.jbpm.pvm.internal.wire.descriptor.HibernateSessionFactoryDescriptor.construct(HibernateSessionFactoryDescriptor.java:64)
        at org.jbpm.pvm.internal.wire.WireContext.construct(WireContext.java:473)
        at org.jbpm.pvm.internal.wire.WireContext.create(WireContext.java:452)
        at org.jbpm.pvm.internal.wire.WireContext.create(WireContext.java:441)
        at org.jbpm.pvm.internal.wire.WireContext.get(WireContext.java:421)
        ... 32 more
Caused by: javax.naming.NameNotFoundException: JbpmDS not bound
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
        at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)

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

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



More information about the jboss-user mailing list