Advertisement

12.16.2005 at 08:37AM PST, ID: 21667208
[x]
Attachment Details

DatabaseStorageMySQL: Exception trying to set new password for MySQL User(3) while using WebSurvey Toolbox Survery Manager

Asked by avanworld in MySQL, Adobe Type Manager

I am trying to create a Java web based survey for my organization, and as a result I am trying to setup the Web Survey Toolbox which I downloaded from http://websurveytoolbox.org

I have sucessfully downloaded MySQL and installed in my machine (Windows 2000 Professional) (Note:- This is the first time I am using MySQL)

I am getting the following error/exception. I am using JDK 1.5, Tomcat 5.5.12 and MySQL 5.0

**********************************************************************
DATE: Fri Dec 16 20:46:46 GMT+05:30 2005   [sendBug()]
Program: WebSurveyToolbox Survey Manager (using Web Survey Toolbox)
-------------------
DatabaseStorageMySQL: Exception trying to set new password for MySQL User(3):
-------------------
--Exception 1--
Throwable: 'cmu.survey.data.FailedRequest$DatabaseFailure: java.sql.SQLException: Syntax error or access violation,  message from server: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''admin'@'localhost' IDENTIFIED BY PASSWORD 'null'' at line 1"'
-------------------
### Throwable trail: ###
cmu.survey.data.FailedRequest$DatabaseFailure: java.sql.SQLException: Syntax error or access violation,  message from server: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''admin'@'localhost' IDENTIFIED BY PASSWORD 'null'' at line 1"
                at cmu.survey.data.mysql.DatabaseStorageMySQL.decideWhatToThrow(DatabaseStorageMySQL.java:555)
                at cmu.survey.data.mysql.DatabaseStorageMySQL.createUser(DatabaseStorageMySQL.java:574)
                at cmu.survey.data.mysql.DatabaseStorageMySQL.updateUser(DatabaseStorageMySQL.java:710)
                at cmu.jspsurveymanager.data.DatabaseObjectStorage.updateUser(DatabaseObjectStorage.java:637)
                at cmu.jspsurveymanager.Controller.doLoginAction(Controller.java:473)
                at cmu.jspsurveymanager.Controller.doPost(Controller.java:192)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
                at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
                at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
                at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
                at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
                at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
                at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
                at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
                at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
                at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:831)
                at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:652)
                at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1203)
                at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLException: Syntax error or access violation,  message from server: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''admin'@'localhost' IDENTIFIED BY PASSWORD 'null'' at line 1"
                at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1905)
                at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1109)
                at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1203)
                at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1164)
                at com.mysql.jdbc.Connection.execSQL(Connection.java:2087)
                at com.mysql.jdbc.Connection.execSQL(Connection.java:2037)
                at com.mysql.jdbc.Statement.execute(Statement.java:900)
                at cmu.survey.jsp.tags.DatabaseQuery.doQuery(DatabaseQuery.java:776)
                at cmu.survey.jsp.tags.DatabaseQuery.doQueryThrowErrorsNoResults(DatabaseQuery.java:726)
                at cmu.survey.data.mysql.DatabaseStorageMySQL.createUser(DatabaseStorageMySQL.java:572)
                ... 18 more
### End Throwable trail ###
### Caused by another Throwable trail: ###
java.sql.SQLException: Syntax error or access violation,  message from server: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''admin'@'localhost' IDENTIFIED BY PASSWORD 'null'' at line 1"
                at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1905)
                at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1109)
                at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1203)
                at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1164)
                at com.mysql.jdbc.Connection.execSQL(Connection.java:2087)
                at com.mysql.jdbc.Connection.execSQL(Connection.java:2037)
                at com.mysql.jdbc.Statement.execute(Statement.java:900)
                at cmu.survey.jsp.tags.DatabaseQuery.doQuery(DatabaseQuery.java:776)
                at cmu.survey.jsp.tags.DatabaseQuery.doQueryThrowErrorsNoResults(DatabaseQuery.java:726)
                at cmu.survey.data.mysql.DatabaseStorageMySQL.createUser(DatabaseStorageMySQL.java:572)
                at cmu.survey.data.mysql.DatabaseStorageMySQL.updateUser(DatabaseStorageMySQL.java:710)
                at cmu.jspsurveymanager.data.DatabaseObjectStorage.updateUser(DatabaseObjectStorage.java:637)
                at cmu.jspsurveymanager.Controller.doLoginAction(Controller.java:473)
                at cmu.jspsurveymanager.Controller.doPost(Controller.java:192)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
                at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
                at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
                at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
                at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
                at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
                at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
                at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
                at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
                at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:831)
                at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:652)
                at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1203)
                at java.lang.Thread.run(Unknown Source)
### End Caused by Throwable trail ###
ErrorCode: 1064
SQLState: 42000
-------------------
System Properties:
-- listing properties --
java.runtime.name=Java(TM) 2 Runtime Environment, Stand...
sun.boot.library.path=C:\Program Files\Java\jre1.5.0_06\bin
java.vm.version=1.5.0_06-b05
shared.loader=${catalina.base}/shared/classes,${cat...
java.vm.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
path.separator=;
java.vm.name=Java HotSpot(TM) Client VM
tomcat.util.buf.StringCache.byte.enabled=true
file.encoding.pkg=sun.io
java.util.logging.config.file=C:\Tomcat\conf\logging.properties
user.country=US
sun.os.patch.level=Service Pack 4
java.vm.specification.name=Java Virtual Machine Specification
user.dir=C:\Tomcat
java.runtime.version=1.5.0_06-b05
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.endorsed.dirs=C:\Tomcat\common\endorsed
os.arch=x86
java.io.tmpdir=C:\Tomcat\temp
line.separator=

java.vm.specification.vendor=Sun Microsystems Inc.
user.variant=
java.util.logging.manager=org.apache.juli.ClassLoaderLogManager
java.naming.factory.url.pkgs=org.apache.naming
os.name=Windows 2000
sun.jnu.encoding=Cp1252
java.library.path=C:\Tomcat\bin;.;C:\WINNT\system32;C:\...
java.specification.name=Java Platform API Specification
java.class.version=49.0
sun.management.compiler=HotSpot Client Compiler
os.version=5.0
user.home=C:\Documents and Settings\Default User
user.timezone=GMT+05:30
catalina.useNaming=true
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.specification.version=1.5
file.encoding=Cp1252
catalina.home=C:\Tomcat
user.name=SYSTEM
java.class.path=C:\Tomcat\bin\bootstrap.jar
java.naming.factory.initial=org.apache.naming.java.javaURLContext...
package.definition=sun.,java.,org.apache.catalina.,org.a...
java.vm.specification.version=1.0
sun.arch.data.model=32
java.home=C:\Program Files\Java\jre1.5.0_06
java.specification.vendor=Sun Microsystems Inc.
user.language=en
awt.toolkit=sun.awt.windows.WToolkit
java.vm.info=mixed mode, sharing
java.version=1.5.0_06
java.ext.dirs=C:\Program Files\Java\jre1.5.0_06\lib...
sun.boot.class.path=C:\Program Files\Java\jre1.5.0_06\lib...
java.vendor=Sun Microsystems Inc.
server.loader=${catalina.home}/server/classes,${cat...
catalina.base=C:\Tomcat
file.separator=\
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport...
common.loader=${catalina.home}/common/classes,${cat...
sun.cpu.endian=little
sun.io.unicode.encoding=UnicodeLittle
package.access=sun.,org.apache.catalina.,org.apache....
sun.desktop=windows
sun.cpu.isalist=
-------------------
Last 4000 characters of debugging output:
.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1905)
                at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1109)
                at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1203)
                at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1164)
                at com.mysql.jdbc.Connection.execSQL(Connection.java:2087)
                at com.mysql.jdbc.Connection.execSQL(Connection.java:2037)
                at com.mysql.jdbc.Statement.execute(Statement.java:900)
                at cmu.survey.jsp.tags.DatabaseQuery.doQuery(DatabaseQuery.java:776)
                at cmu.survey.jsp.tags.DatabaseQuery.doQueryThrowErrorsNoResults(DatabaseQuery.java:726)
                at cmu.survey.data.mysql.DatabaseStorageMySQL.createUser(DatabaseStorageMySQL.java:572)
                ... 18 more
### End Throwable trail ###
### Caused by another Throwable trail: ###
java.sql.SQLException: Syntax error or access violation,  message from server: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''admin'@'localhost' IDENTIFIED BY PASSWORD 'null'' at line 1"
                at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1905)
                at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1109)
                at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1203)
                at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1164)
                at com.mysql.jdbc.Connection.execSQL(Connection.java:2087)
                at com.mysql.jdbc.Connection.execSQL(Connection.java:2037)
                at com.mysql.jdbc.Statement.execute(Statement.java:900)
                at cmu.survey.jsp.tags.DatabaseQuery.doQuery(DatabaseQuery.java:776)
                at cmu.survey.jsp.tags.DatabaseQuery.doQueryThrowErrorsNoResults(DatabaseQuery.java:726)
                at cmu.survey.data.mysql.DatabaseStorageMySQL.createUser(DatabaseStorageMySQL.java:572)
                at cmu.survey.data.mysql.DatabaseStorageMySQL.updateUser(DatabaseStorageMySQL.java:710)
                at cmu.jspsurveymanager.data.DatabaseObjectStorage.updateUser(DatabaseObjectStorage.java:637)
                at cmu.jspsurveymanager.Controller.doLoginAction(Controller.java:473)
                at cmu.jspsurveymanager.Controller.doPost(Controller.java:192)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
                at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
                at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
                at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
                at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
                at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
                at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
                at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
                at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
                at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:831)
                at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:652)
                at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1203)
                at java.lang.Thread.run(Unknown Source)
### End Caused by Throwable trail ###
ErrorCode: 1064
SQLState: 42000
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

DatabaseQuery.doQuery(SELECT * FROM `prefs`):
DatabaseQuery.doQuery(SELECT * FROM `prefs`):
DatabaseQuery.doQuery(SELECT * FROM `prefs`):
DatabaseObjectStorage -- creating tomcat manager connection from path C:\Tomcat\webapps\surveymanager\..\..
SendMail.sendEmail():  
DatabaseQuery.doQuery(SELECT * FROM `prefs`):
DatabaseQuery.doQuery(SELECT * FROM `prefs`):
DatabaseQuery.doQuery(SELECT * FROM `prefs`):
DatabaseQuery.doQuery(SELECT * FROM `prefs`):
DatabaseObjectStorage -- creating tomcat manager connection from path ../../
Failed to send message using server smtp.andrew.cmu.edu

DatabaseQuery.doQuery(SELECT * FROM `prefs`):
DatabaseQuery.doQuery(SELECT * FROM `prefs`):
DatabaseQuery.doQuery(SELECT * FROM `prefs`):
DatabaseObjectStorage -- creating tomcat manager connection from path C:\Tomcat\webapps\surveymanager\..\..
DatabaseQuery.doQuery(SELECT * FROM `prefs`):
DatabaseQuery.doQuery(SELECT * FROM `prefs`):
DatabaseQuery.doQuery(SELECT * FROM `prefs`):
DatabaseQuery.doQuery(SELECT * FROM `prefs`):
DatabaseObjectStorage -- creating tomcat manager connection from path ../../
DatabaseQuery.doQuery(SELECT * FROM `admins` WHERE (`username`<=>'admin')):
DatabaseQuery.doQuery(SELECT * FROM `prefs`):
DatabaseQuery.doQuery(SELECT * FROM `admins` WHERE (`username`<=>'admin')):
DatabaseQuery.doQuery(SELECT Host FROM mysql.user WHERE User='admin'):
DatabaseStorageMySQL Warning: user admin isn't in the MySQL user table!
DatabaseQuery.doQuery(UPDATE mysql.user SET Host='127.0.0.1' WHERE User='admin'):
DatabaseQuery.doQuery(SELECT Host FROM mysql.user WHERE User='admin'):
DatabaseQuery.doQuery(CREATE 'admin'@'localhost' IDENTIFIED BY PASSWORD 'null'):
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
DATE: Fri Dec 16 20:46:46 GMT+05:30 2005   [sendBug()]
Program: WebSurveyToolbox Survey Manager (using Web Survey Toolbox)
-------------------
DatabaseStorageMySQL: Exception trying to set new password for MySQL User(3):
-------------------
--Exception 1--
Throwable: 'cmu.survey.data.FailedRequest$DatabaseFailure: java.sql.SQLException: Syntax error or access violation,  message from server: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''admin'@'localhost' IDENTIFIED BY PASSWORD 'null'' at line 1"'
-------------------
### Throwable trail: ###
cmu.survey.data.FailedRequest$DatabaseFailure: java.sql.SQLException: Syntax error or access violation,  message from server: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''admin'@'localhost' IDENTIFIED BY PASSWORD 'null'' at line 1"
                at cmu.survey.data.mysql.DatabaseStorageMySQL.decideWhatToThrow(DatabaseStorageMySQL.java:555)
                at cmu.survey.data.mysql.DatabaseStorageMySQL.createUser(DatabaseStorageMySQL.java:574)
                at cmu.survey.data.mysql.DatabaseStorageMySQL.updateUser(DatabaseStorageMySQL.java:710)
                at cmu.jspsurveymanager.data.DatabaseObjectStorage.updateUser(DatabaseObjectStorage.java:637)
                at cmu.jspsurveymanager.Controller.doLoginAction(Controller.java:473)
                at cmu.jspsurveymanager.Controller.doPost(Controller.java:192)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
                at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
                at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
                at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
                at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
                at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
                at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
                at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
                at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
                at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:831)
                at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:652)
                at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1203)
                at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLException: Syntax error or access violation,  message from server: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''admin'@'localhost' IDENTIFIED BY PASSWORD 'null'' at line 1"
                at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1905)
                at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1109)
                at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1203)
                at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1164)
                at com.mysql.jdbc.Connection.execSQL(Connection.java:2087)
                at com.mysql.jdbc.Connection.execSQL(Connection.java:2037)
                at com.mysql.jdbc.Statement.execute(Statement.java:900)
                at cmu.survey.jsp.tags.DatabaseQuery.doQuery(DatabaseQuery.java:776)
                at cmu.survey.jsp.tags.DatabaseQuery.doQueryThrowErrorsNoResults(DatabaseQuery.java:726)
                at cmu.survey.data.mysql.DatabaseStorageMySQL.createUser(DatabaseStorageMySQL.java:572)
                ... 18 more
### End Throwable trail ###
### Caused by another Throwable trail: ###
java.sql.SQLException: Syntax error or access violation,  message from server: "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''admin'@'localhost' IDENTIFIED BY PASSWORD 'null'' at line 1"
                at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1905)
                at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1109)
                at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1203)
                at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1164)
                at com.mysql.jdbc.Connection.execSQL(Connection.java:2087)
                at com.mysql.jdbc.Connection.execSQL(Connection.java:2037)
                at com.mysql.jdbc.Statement.execute(Statement.java:900)
                at cmu.survey.jsp.tags.DatabaseQuery.doQuery(DatabaseQuery.java:776)
                at cmu.survey.jsp.tags.DatabaseQuery.doQueryThrowErrorsNoResults(DatabaseQuery.java:726)
                at cmu.survey.data.mysql.DatabaseStorageMySQL.createUser(DatabaseStorageMySQL.java:572)
                at cmu.survey.data.mysql.DatabaseStorageMySQL.updateUser(DatabaseStorageMySQL.java:710)
                at cmu.jspsurveymanager.data.DatabaseObjectStorage.updateUser(DatabaseObjectStorage.java:637)
                at cmu.jspsurveymanager.Controller.doLoginAction(Controller.java:473)
                at cmu.jspsurveymanager.Controller.doPost(Controller.java:192)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
                at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
                at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
                at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
                at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
                at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
                at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
                at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
                at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
                at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:831)
                at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:652)
                at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1203)
                at java.lang.Thread.run(Unknown Source)
### End Caused by Throwable trail ###
ErrorCode: 1064
SQLState: 42000
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

DatabaseQuery.doQuery(SELECT * FROM `prefs`):

**********************************************************************

Any help is highly appreciated.Start Free Trial
[+][-]12.16.2005 at 10:10AM PST, ID: 15499479

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: MySQL, Adobe Type Manager
Sign Up Now!
Solution Provided By: todd_farmer
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32