Created
December 18, 2013 07:59
-
-
Save vaskoz/8018805 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.RuntimeException: Error scanning file PingController.class | |
at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:705) | |
at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:686) | |
at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:686) | |
at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:686) | |
at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:686) | |
at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:821) | |
at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call(AnnotationConfiguration.java:111) | |
at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run(AnnotationConfiguration.java:472) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536) | |
at java.lang.Thread.run(Thread.java:744) | |
Caused by: | |
java.lang.IllegalArgumentException | |
at org.objectweb.asm.ClassReader.<init>(Unknown Source) | |
at org.objectweb.asm.ClassReader.<init>(Unknown Source) | |
at org.objectweb.asm.ClassReader.<init>(Unknown Source) | |
at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:970) | |
at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:700) | |
at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:686) | |
at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:686) | |
at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:686) | |
at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:686) | |
at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:821) | |
at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call(AnnotationConfiguration.java:111) | |
at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run(AnnotationConfiguration.java:472) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536) | |
at java.lang.Thread.run(Thread.java:744) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment