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

war file is not getting deployed when using Tomcat 8 embedded in Eclipse #310

Open
prabharj opened this issue Aug 2, 2016 · 1 comment

Comments

@prabharj
Copy link

prabharj commented Aug 2, 2016

The following error pops up:

Exception in thread "http-nio-8080-Acceptor-0" java.lang.ClassCircularityError: java/util/logging/LogRecord
at org.slf4j.bridge.SLF4JBridgeHandler.getSLF4JLogger(SLF4JBridgeHandler.java:198)
at org.slf4j.bridge.SLF4JBridgeHandler.publish(SLF4JBridgeHandler.java:293)
at java.util.logging.Logger.log(Logger.java:738)
at java.util.logging.Logger.doLog(Logger.java:765)
at java.util.logging.Logger.logp(Logger.java:1041)
at org.apache.juli.logging.DirectJDKLog.log(DirectJDKLog.java:182)
at org.apache.juli.logging.DirectJDKLog.error(DirectJDKLog.java:148)
at org.apache.tomcat.util.net.NioEndpoint$Acceptor.run(NioEndpoint.java:741)
at java.lang.Thread.run(Thread.java:745)

@prabharj
Copy link
Author

prabharj commented Aug 2, 2016

Please note : Play version is 2.4.x , Eclipse Mars (4.5.2)

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

1 participant