• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jsp and mysql on the net

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ranchers,
pls I have been working on an sms application using jsp and mysql when I connect to the net I get this error message pls help the last part I know why but the sql exceptions and access denials I dont understand
my user name is roy and system name z crux dont know where the mshome.net comes from tanks

Jun 26, 2005 3:05:24 PM org.apache.commons.modeler.Registry loadRegistry
INFO: Loading registry information
Jun 26, 2005 3:05:24 PM org.apache.commons.modeler.Registry getRegistry
INFO: Creating new Registry instance
Jun 26, 2005 3:05:24 PM org.apache.commons.modeler.Registry getServer
INFO: Creating MBeanServer
Jun 26, 2005 3:05:24 PM 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
Jun 26, 2005 3:05:29 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8080
Jun 26, 2005 3:05:29 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on tcp port 8009
Jun 26, 2005 3:05:29 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/47 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 not sent!
Error Code: 431
Error Description: Invalid Subscriber ID.
Error Resolution:
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moved to the JDBC forum.
 
Ranch Hand
Posts: 405
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The "mshome.net" may be your ISP provider.

But based on your question you are using MySQL. I would download and install the MySQL administration software, if you haven't already or you can do it manually.

But, I would verify that user "roy@cruz.mshome.net" or "roy@cruz%" has access to your database(s).
 
grapes are vegan food pellets. Eat this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic