Hello, I'm trying to deploy my project to a war with jetty. I'm running into problems connecting to my mysql database in my deployment environment. I was given a url by my host for the database configuration i.e. jdbc:mysql://host/database? user=username&password=password. My local development environment is set up to use the same settings, (i.e. username and host, etc.) and works fine. The deployment database is setup correctly, schema-wise, (via phpmysql) but when I attempt to deploy, and the app tries to access the database, I get an error like this:

java.lang.IllegalStateException: _obtainOpenChannel -- com.webobjects.eoaccess.EODatabaseContext [EMAIL PROTECTED]: failed to open database channel. Check your connection dictionary, and ensure your database is correctly configured.

What can I do to get my project to deploy correctly?

-Randy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to