Mail Archive Home | enhydra List | April 2004 Index
| <-- Date Index --> | <-- Thread Index --> |
I cannot get my simpleApp connected with mySql.
What's wrong?
* I have installed mysql-jdbc
* I have included mysql-jdbc in CLASSPATH in 'input/run.in'
* I have tested the connection with JDBCtest.java..., it worked OK.
This is from 'input/conf/simpleApp.conf.in':
--------------------------------------------
DatabaseManager.Databases[] = simpleApp
DatabaseManager.DefaultDatabase = simpleApp
DatabaseManager.Debug = true
DatabaseManager.DB.simpleapp.ClassType = Standard
DatabaseManager.DB.simpleapp.Connection.User = simpleuser
DatabaseManager.DB.simpleapp.Connection.Password = simplepw
DatabaseManager.DB.simpleapp.Connection.MaxPoolSize = 5
DatabaseManager.DB.simpleapp.Connection.AllocationTimeout = 10000
DatabaseManager.DB.simpleapp.Connection.Logging = true
DatabaseManager.DB.simpleapp.ObjectId.CacheSize = 1024
DatabaseManager.DB.simpleapp.ObjectId.MinValue = 100
DatabaseManager.DB.simpleapp.JdbcDriver = "com.mysql.jdbc.Driver"
DatabaseManager.DB.simpleapp.Connection.URL="jdbc:mysql://localhost/simpleApp"
This is the error (only the start of it...)
---------------------------------
2004-04-23 17:27:00,713: simpleApp,INFO,: simpleApp: init
2004-04-23 17:27:00,999: Multiserver,ERROR,: Unable to change
application to running state
com.lutris.appserver.server.ApplicationException: Could not create
logical database simpleApp: Could not create logical database simpleApp
at
com.lutris.appserver.server.StandardApplication.createDatabaseManager(Unknown
Source)
at
com.lutris.appserver.server.StandardApplication.startup(Unknown Source)
at simpleapp.SimpleApp.startup(SimpleApp.java:32)
at
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet.changeToRunningState(Unknown
Source)
----------------------------
\Kjell-Einar
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 1999-2005, ObjectWeb Consortium | contact | webmaster.