java.lang.IllegalArgumentException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by Andrew Penhorwood, 1 year ago
via Stack Overflow by kpater87
, 2 years agovia JIRA by Sean Corfield, 9 months ago
via Stack Overflow by saga
, 2 weeks agovia Stack Overflow by Vin
, 2 years agovia GitHub by LucidTheStick
, 2 years agojava.lang.IllegalArgumentException:
at org.objectweb.asm.ClassVisitor.
(Unknown Source) at org.objectweb.asm.ClassVisitor.
(Unknown Source) at org.eclipse.jetty.annotations.AnnotationParser$MyClassVisitor.
(AnnotationParser.java:457) at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:1004)
at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:984)
at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:933)
at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:851)
at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call(AnnotationConfiguration.java:163)
at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run(AnnotationConfiguration.java:546)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:745)