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
What is the output of java -version? Which java package you have installed?
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)
Answer my questions, please.
java version "1.5.0"
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)
Is it working now?