the problem been solved when i removed this commentary.
thanks you!
Norman Maurer wrote:
>
> Please show use the stacktrace you get when try to start..
>
> Are you sure the mysql server is listen on the port ?
>
> BTW, maybe you want to try the latest 2.3.0 RC .. It was just released
> 1
the problem been solved when i removed this commentary.
Stefano Bagnara-2 wrote:
>
> The key is here:
>
> org.apache.commons.dbcp.SQLNestedException: Cannot create
> PoolableConnectionFactory (Communication failure during handshake. Is
> there
> a server running on 127.0.0.1:3306?)
now error is:
ERROR 2006-10-12 19:03:33.578 [Phoenix.] (): Component named "James"
failed to pass through the Starting stage. (Reason:
org.apache.avalon.framework.service.ServiceException: Malformed
configuration has no destinationURL attribute (Key='')).
ERROR 2006-10-12 19:03:33.578 [Phoen
now error is :
ERROR 2006-10-12 19:03:33.578 [Phoenix.] (): Component named "James"
failed to pass through the Starting stage. (Reason:
org.apache.avalon.framework.service.ServiceException: Malformed
configuration has no destinationURL attribute (Key='')).
ERROR 2006-10-12 19:03:33.578 [Phoen
The key is here:
org.apache.commons.dbcp.SQLNestedException: Cannot create
PoolableConnectionFactory (Communication failure during handshake. Is there
a server running on 127.0.0.1:3306?)
Upgrade your mysql connector to 4.1 (NOT 3.1) or to 5.
Make sure your mysql server is listening on
Please show use the stacktrace you get when try to start..
Are you sure the mysql server is listen on the port ?
BTW, maybe you want to try the latest 2.3.0 RC .. It was just released
1 minute ago. You can get it from:
http://people.apache.org/dist/james/server/
bye
Norman
myepoch schrieb:
> I
I had config:
com.mysql.jdbc.Driver
jdbc:mysql://127.0.0.1/mail?autoReconnect=true
root
root
20
but it does not successfully yet.
Norman Maurer wrote:
>
> Please try to change:
>
> org.gjt.mm.mysql.
Please try to change:
org.gjt.mm.mysql.Driver
to:
com.mysql.jdbc.Driver
I think the wrong connector is used to connect. If your problems still
persisist, post the exception you get again..
bye
Norman
myepoch schrieb:
> mysql connector is mysql-connector-java-3.1.13-bin.jar and add it to