can't connect to database
Posted: Wed Jan 10, 2007 8:45 pm
I have installed according to the docs, but have been unable to connect to the database.
The database has been created, the data imported, mysql is running, i can connect to it fine using the mysql or mysqladmin commands.
It is also listening in netstat -a:
Running Fedora Core 6
mysql Ver 14.12 Distrib 5.0.27, for redhat-linux-gnu (i686) using readline 5.0
Here's what I copied out of the openemm logs:
The database has been created, the data imported, mysql is running, i can connect to it fine using the mysql or mysqladmin commands.
It is also listening in netstat -a:
Code: Select all
# netstat -a |grep sql
tcp 0 0 *:mysql *:* LISTEN
unix 2 [ ACC ] STREAM LISTENING 19717 /var/lib/mysql/mysql.sock
mysql Ver 14.12 Distrib 5.0.27, for redhat-linux-gnu (i686) using readline 5.0
Here's what I copied out of the openemm logs:
org.springframework.beans.FatalBeanException: Could not instantiate class [org.agnitas.backend.RulerImpl]; constructor threw exception; nested exception is org.agnitas.util.ConfigException: Database setup failed: java.lang.Exception: Error initializing database connection: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:
** BEGIN NESTED EXCEPTION **
java.net.SocketException
MESSAGE: java.net.ConnectException: Connection refused