Sql Logging Error

Started by The Indians, April 20, 2016, 10:27:50 PM

Previous topic - Next topic

The Indians

I Just Installed the js3 server mod 6.1.2 and im get a error of
Error while connecting to database: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: 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 '????????????????' at line 1
InstanceManager config file at "/home/JTS3ServerMod_HostingEdition/config/JTS3ServerMod_InstanceManager.cfg" does not exists, is not valid or an error while connecting to the database occurred, quitting now...

i have attach the log file please help me

Stefan1200

What is the output of java -version? Which java package you have installed?

The Indians

i have fixed the my sql error http://stackoverflow.com/questions/4742927/stumped-sql-exception-for-jdbc

but now got a new one  Exception in thread "main" java.lang.NoClassDefFoundError: javax.xml.bind.DatatypeConverter
   at de.stefan1200.jts3servermod.f.f(Unknown Source)
   at de.stefan1200.jts3servermod.f.<init>(Unknown Source)
   at de.stefan1200.jts3servermod.JTS3ServerMod.main(Unknown Source)

Stefan1200

Answer my questions, please.

The Indians


The Indians

i have now updated to

java version "1.7.0_95"
OpenJDK Runtime Environment (IcedTea 2.6.4) (7u95-2.6.4-0ubuntu0.14.04.2)
OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)

Stefan1200