Re: MySQL in TIGER
Travis Cripps <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
I feel your pain. I had some similar issues that I tracked down to an incompatibility between MySQL's latest JDBC drivers and log4j's 1.3.x development versions. It took me a while to figure that one out. If this is also affecting you, you can revert to log4j 1.2.x or an earlier version of the JDBC driver, or move the logj4 1.3.x jar to / Library/WebObjects/Extensions Travis On Jan 20, 2006, at 10:56 AM, Gino Pacitti <[email protected]> wrote: > I also have a problem with MySQL on 10.4.4 > > It is a new machine and I get this error when I am trying to start my > app. > > An exception occurred while trying to open a channel: > com.webobjects.jdbcadaptor.JDBCAdaptorException: Cannot connect to > MySQL server on 127.0.0.1:3306. Is there a MySQL server running on > the machine/port you are trying to connect to? > (java.net.ConnectException) > [2006-01-20 10:38:18 GMT] <main> A fatal exception occurred: > _obtainOpenChannel -- com.webobjects.eoaccess.EODatabaseContext > com.webobjects.eoaccess.EODatabaseContext@49f9fa: failed to open > database channel. Check your connection dictionary, and ensure your > database is correctly configured. > [2006-01-20 10:38:18 GMT] <main> java.lang.IllegalStateException: > _obtainOpenChannel -- com.webobjects.eoaccess.EODatabaseContext > com.webobjects.eoaccess.EODatabaseContext@49f9fa: failed to open > database channel. Check your connection dictionary, and ensure your > database is correctly configured. > > > The mysql daemon is running and I can connect to it using command > line on the machine. > > I have the last driver installed too and the connection dictionary is > the same I use for a different machine. _______________________________________________ WebObjects-dev mailing list [email protected] http://www.omnigroup.com/mailman/listinfo/webobjects-dev