[jboss-user] [JBoss jBPM] - Problems using MySQL db
mimi79
do-not-reply at jboss.com
Fri Feb 23 09:25:11 EST 2007
Hello all,
I just started to study jBPM and I have some problems running the example from the JbpmGettingStarted.
I'm using a mySQL database - I made the configurations as indicated in the userguide.
The problem is that, after starting the server, when accessing the URL
http://localhost:8080/jbpm/
I have an empty combo-box in the login page (no users).
Do you have any ideas what the problem might be?
I also tried to follow the steps described in jbpm-starters-kit-3.1.4\jbpm-db\readme.html -> I found the follosing problem in the test results :
com/mchange/v2/c3p0/PoolConfig
java.lang.NoClassDefFoundError: com/mchange/v2/c3p0/PoolConfig
at org.hibernate.connection.C3P0ConnectionProvider.configure(C3P0ConnectionProvider.java:84)
at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
at org.hibernate.tool.hbm2ddl.SchemaExport$ProviderConnectionHelper.getConnection(SchemaExport.java:466)
at org.hibernate.tool.hbm2ddl.SchemaExport.execute(SchemaExport.java:183)
at org.hibernate.tool.hbm2ddl.SchemaExport.create(SchemaExport.java:135)
at org.jbpm.persistence.db.DbPersistenceServiceFactory.createSchema(DbPersistenceServiceFactory.java:108)
at org.jbpm.JbpmConfiguration.createSchema(JbpmConfiguration.java:415)
at org.jbpm.JbpmConfiguration.createSchema(JbpmConfiguration.java:407)
at org.jbpm.db.AbstractDbTestCase.createSchema(AbstractDbTestCase.java:122)
at org.jbpm.db.AbstractDbTestCase.setUp(AbstractDbTestCase.java:55)
Any help would be appreciated!
Thank you!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021116#4021116
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021116
More information about the jboss-user
mailing list