| Author |
mysql connection on net with tomcat
|
Yinka Olicks
Greenhorn
Joined: Aug 28, 2004
Posts: 12
|
|
hi ranchers, sorry to bother you but have been trying to run an sms application on the net using an sms gateway,the program is supposed to retrive data from a database using mysql and sent to phone nos,but when I get on the net I get this errors only Aug 15, 2005 11:46:59 AM org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry information Aug 15, 2005 11:46:59 AM org.apache.commons.modeler.Registry getRegistry INFO: Creating new Registry instance Aug 15, 2005 11:47:00 AM org.apache.commons.modeler.Registry getServer INFO: Creating MBeanServer Aug 15, 2005 11:47:01 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 Starting service Tomcat-Standalone Apache Tomcat/4.1.12-LE-jdk14 Aug 15, 2005 11:47:13 AM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on port 8080 Aug 15, 2005 11:47:13 AM org.apache.jk.common.ChannelSocket init INFO: JK2: ajp13 listening on tcp port 8009 Aug 15, 2005 11:47:13 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=31/109 config=C:\Program Files\Apache Group\Tomcat 4 .1\conf\jk2.properties SQL Exception is caught.java.sql.SQLException: Invalid authorization specificati on: Access denied for user: 'roy@crux.mshome.net' (Using password: YES) SQL Exception is caught.java.sql.SQLException: Invalid authorization specificati on: Access denied for user: 'roy@crux.mshome.net' (Using password: YES) Sending message to subscriber... Message was sent! the part I really do not get is the mshome part thanks
|
 |
Sonny Gill
Ranch Hand
Joined: Feb 02, 2002
Posts: 1211
|
|
Is it possibly a variation of this problem? - Turning on networking in MySql And you may get more helpful responses if you provide more information..such as whether it is running ok from the local system? Whether you have checked that the username used in connection exists, and has the correct access rights etc. etc. [ August 15, 2005: Message edited by: Sonny Gill ]
|
The future is here. It's just not evenly distributed yet. - William Gibson
Consultant @ Xebia. Sonny Gill Tweets
|
 |
 |
|
|
subject: mysql connection on net with tomcat
|
|
|