mysql - play framework 2.1 with tomcat 7 -



mysql - play framework 2.1 with tomcat 7 -

i have used play framework war plugin maven plugin , create war file , got next exception while deploying tomcat:

java.lang.illegalstateexception @ org.apache.catalina.loader.webappclassloader.loadclass(webappclassloader.java:1597) @ org.apache.catalina.loader.webappclassloader.loadclass(webappclassloader.java:1556) @ com.mysql.jdbc.databasemetadata.gettables(databasemetadata.java:4997) @ com.jolbox.bonecp.bonecp.isconnectionhandlealive(bonecp.java:677) @ com.jolbox.bonecp.connectiontesterthread.run(connectiontesterthread.java:103) @ java.util.concurrent.executors$runnableadapter.call(executors.java:471) @ java.util.concurrent.futuretask$sync.innerrun(futuretask.java:334) @ java.util.concurrent.futuretask.run(futuretask.java:166) @ java.util.concurrent.scheduledthreadpoolexecutor$scheduledfuturetask.access$101(scheduledthreadpoolexecutor.java:165) @ java.util.concurrent.scheduledthreadpoolexecutor$scheduledfuturetask.run(scheduledthreadpoolexecutor.java:266) @ java.util.concurrent.threadpoolexecutor.runworker(threadpoolexecutor.java:1110) @ java.util.concurrent.threadpoolexecutor$worker.run(threadpoolexecutor.java:603) @ java.lang.thread.run(thread.java:679)

i using application.conf in play framework insert connection info.

anybody can help me on issue?

mysql tomcat7 playframework-2.1

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -