Open GoogleCodeExporter opened 8 years ago
I get the same error but before those I also get:
ERROR 2013-10-01 13:37:07,770 rolling.RollingFileAppender:
setFile(/usr/share/tomcat7/logs/marmoset/submitServerServlet.log,true) call
failed.
java.io.FileNotFoundException:
/usr/share/tomcat7/logs/marmoset/submitServerServlet.log (No such file or
directory)
Original comment by sukl...@gmail.com
on 1 Oct 2013 at 11:40
I acutally managed to found some more information. In localhost_xx.log I get
the folowing error:
SEVERE: Exception starting filter RegistrationFilter
java.lang.RuntimeException: Unable to load sql driver "com.mysql.jdbc.Driver"
I put the mysql-connector-java.jar inside $CATALINA_HOME/lib but still get that
error. Could you please tell us, how do we configure the datbase? I have this
lines in local.web.properties, but it seems I have the database.driver setup
wrongly:
database.driver="com.mysql.jdbc.Driver"
database.server.jdbc.url=jdbc:mysql://localhost:3306/marmoset
database.options=unicode=true&characterEncoding=utf8
Thank you for the help
Original comment by sukl...@gmail.com
on 1 Oct 2013 at 1:01
I solved the problem and got it running - I had quotes around the driver, which
shouldn't be there
If you have SEVERE: Error filterStart, you probably have the database driver
wrongly setup.
Original comment by sukl...@gmail.com
on 2 Oct 2013 at 10:39
Original issue reported on code.google.com by
fromm.a...@gmail.com
on 25 Jun 2013 at 3:25