Hi Bill,
Sorry to hear about the errors. It's likely that there's some other upstream error that's the true root cause of these problems. Can you ZIP up the contents of your %TOMCAT_HOME%/logs directory and post them here? Hopefully one of the messages will give us some clues.
Thanks,
Josh |
For what it's worth, in Subversion commit r34456 I fixed our start-up time exception handling to correctly display the initial, underlying exception on the first page render. This won't help you in the near-term, since my change is in our upcoming 14.3 release. Please do let us know what the earlier exception is.
Adam |
Hi Bill,
In the logs you sent us, I found this error message:
Caused by: java.lang.UnsupportedClassVersionError: org/labkey/bootstrap/LabkeyServerBootstrapClassLoader : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:643)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
That's a Java 7 class file format, and indicates that you might be running Tomcat with an older Java release. Can you confirm that Tomcat is pointed at a Java 7 installation?
Additionally, catalina.out contained this error:
java.io.FileNotFoundException: /usr/share/tomcat7/logs/labkey.log (No such file or directory)
Can you check if the directory /usr/share/tomcat7/logs exists? Does that look like the right directory for your Tomcat deployment? Perhaps the CATALINA_HOME environment variable is not set correctly?
Also, what version of LabKey Server are you attempting to install? 14.2?
Thanks,
Josh |