Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue trying to start application under Tomcat #202

Open
momrpg opened this issue Nov 30, 2018 · 1 comment
Open

Issue trying to start application under Tomcat #202

momrpg opened this issue Nov 30, 2018 · 1 comment

Comments

@momrpg
Copy link

momrpg commented Nov 30, 2018

I've installed tomcat 7 and 8, java 7 and 8, and still can't get things working.
Error indicates:
30-Nov-2018 08:07:00.320 INFO [http-nio-8080-exec-5] org.apache.catalina.core.ApplicationContext.log HTMLManager: start: Starting web application '/zy'
30-Nov-2018 08:07:01.230 SEVERE [http-nio-8080-exec-5] org.apache.catalina.core.StandardContext.listenerStart Error configuring application listener of class net.socialgamer.cah.StartupUtils
java.lang.UnsupportedClassVersionError: net/socialgamer/cah/StartupUtils : Unsupported major.minor version 52.0 (unable to load class net.socialgamer.cah.StartupUtils)
at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2476)
(truncated for brevity)

I'm running Debian. Anyone have any ideas? I'd really like to get this going.

@ajanata
Copy link
Owner

ajanata commented Dec 8, 2018

Sounds like you're compiling with Java 8 and trying to run with Java 7 (or older). I'd make sure your JRE matches your JDK (and strongly recommend using at least Java 8 these days, if not newer).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants