Re: occur error when run.bat

2006-10-12 Thread myepoch
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

Re: occur error when run.bat

2006-10-12 Thread myepoch
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?)

Re: occur error when run.bat

2006-10-12 Thread myepoch
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

Re: occur error when run.bat

2006-10-12 Thread myepoch
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

Re: occur error when run.bat

2006-10-12 Thread Stefano Bagnara
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

Re: occur error when run.bat

2006-10-12 Thread Norman Maurer
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

Re: occur error when run.bat

2006-10-12 Thread myepoch
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.

Re: occur error when run.bat

2006-10-12 Thread Norman Maurer
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

occur error when run.bat

2006-10-11 Thread myepoch
mysql connector is mysql-connector-java-3.1.13-bin.jar and add it to james/lib/ mysql version is 4.1 You need to upgrade to a new mysql connector to get it workin with mysql 4.1 or 5.x.. (if im not wrong). bye Norman -- View this message in context: http://www.nabble.com/store-emakl-dat

Re: store emakl data by MySQL,occur error when run.bat

2006-10-11 Thread myepoch
mysql connector is mysql-connector-java-3.1.13-bin.jar and store it in james/lib/ Norman Maurer wrote: > > You need to upgrade to a new mysql connector to get it workin with mysql > 4.1 or 5.x.. (if im not wrong). > > > bye > Norman > > myepoch schrieb: >> MySQL version is mysql-4.1 >> >> c

Re: store emakl data by MySQL,occur error when run.bat

2006-10-11 Thread Norman Maurer
You need to upgrade to a new mysql connector to get it workin with mysql 4.1 or 5.x.. (if im not wrong). bye Norman myepoch schrieb: > MySQL version is mysql-4.1 > > config.xml: > > class="org.apache.james.util.dbcp.JdbcDataSource"> > org.gjt.mm.mysql.Driver >

store emakl data by MySQL,occur error when run.bat

2006-10-11 Thread myepoch
MySQL version is mysql-4.1 config.xml: org.gjt.mm.mysql.Driver jdbc:mysql://127.0.0.1/mail?autoReconnect=true root root 20 JAMES hint error,when i run run.bat. is it database-connect arosing this error? ERROR