Skip to content

Error scanning entry from jar, caused by ASM7 requirement #91

@AHijner

Description

@AHijner

Hi

We're currently running Charba 6.0 after updating some weeks ago. Everything seems to be working alright, except for alot of suppressed errors/warnings we get at startup:

wt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/treemap/TreeMapElement.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/treemap/TreeMapElementOptions$Property.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/treemap/TreeMapElementOptions$TreeMapElementOptionsFactory.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/treemap/TreeMapElementOptions.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/utils/CScheduler$RunnableWrapper$Status.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/utils/CScheduler$RunnableWrapper.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/utils/CScheduler.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/utils/CTimer$Status.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/utils/CTimer.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/utils/JSON$Replacer.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/utils/JSON.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/utils/Window$AsyncCallback.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/utils/Window.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, ... java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/zoom/ZoomOptionsFactory$ZoomDefaultsOptionsFactory.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/zoom/ZoomOptionsFactory.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar]
	at org.eclipse.jetty.annotations.AnnotationConfiguration.scanForAnnotations(AnnotationConfiguration.java:536)
	at org.eclipse.jetty.annotations.AnnotationConfiguration.configure(AnnotationConfiguration.java:447)
	at org.eclipse.jetty.webapp.WebAppContext.configure(WebAppContext.java:479)
	at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1337)
	at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
	at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)
	at com.google.gwt.dev.shell.jetty.JettyLauncher$WebAppContextWithReload.doStart(JettyLauncher.java:550)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
	at org.eclipse.jetty.server.handler.RequestLogHandler.doStart(RequestLogHandler.java:140)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
	at org.eclipse.jetty.server.Server.start(Server.java:387)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
	at org.eclipse.jetty.server.Server.doStart(Server.java:354)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:760)
	at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:636)
	at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:898)
	at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:705)
	at com.google.gwt.dev.DevMode.main(DevMode.java:432)
	Suppressed: MultiException[java.lang.RuntimeException: Error scanning file ZermeloRestTemplate$1$1.class, java.lang.RuntimeException: Error scanning file ZermeloRestTemplate$1.class, java.lang.RuntimeException: Error scanning file ZermeloRestTemplate.class]
		at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:681)
		at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:688)
		at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:688)
		at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:688)
		at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:688)
		at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:688)
		at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:688)
		at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:824)
		at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call(AnnotationConfiguration.java:163)
		at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run(AnnotationConfiguration.java:548)
		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
		at java.base/java.lang.Thread.run(Thread.java:829)
		Suppressed: java.lang.RuntimeException: Error scanning file ZermeloRestTemplate$1.class
			at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:708)
			... 12 more
		Caused by: java.lang.UnsupportedOperationException: NestHost requires ASM7
			at org.objectweb.asm.ClassVisitor.visitNestHost(ClassVisitor.java:165)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:586)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:424)
			at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:974)
			at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:702)
			... 12 more
		Suppressed: java.lang.RuntimeException: Error scanning file ZermeloRestTemplate.class
			at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:708)
			... 12 more
		Caused by: java.lang.UnsupportedOperationException: NestMember requires ASM7
			at org.objectweb.asm.ClassVisitor.visitNestMember(ClassVisitor.java:251)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:696)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:424)
			at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:974)
			at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:702)
			... 12 more
	Caused by: java.lang.RuntimeException: Error scanning file ZermeloRestTemplate$1$1.class
		at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:708)
		... 12 more
	Caused by: java.lang.UnsupportedOperationException: NestHost requires ASM7
		at org.objectweb.asm.ClassVisitor.visitNestHost(ClassVisitor.java:165)
		at org.objectweb.asm.ClassReader.accept(ClassReader.java:586)
		at org.objectweb.asm.ClassReader.accept(ClassReader.java:424)
		at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:974)
		at org.eclipse.jetty.annotations.AnnotationParser.parseDir(AnnotationParser.java:702)
		... 12 more
	Suppressed: MultiException[java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/AbstractChart$ActiveElementsPoint.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/AbstractChart$ChartRunnableWrapper.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/AbstractChart$DatasetItemFactory.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/AbstractChart$DatasetReferenceFactory.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/AbstractChart.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/Configuration$Property.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/Configuration.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/Defaults$InternalDefaultScale.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/Defaults$InternalDefaultScales.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/Defaults$NativeChartHandler.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar,

...

 java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/zoom/ZoomOptions.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/zoom/ZoomOptionsFactory$ZoomDefaultsOptionsFactory.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar, java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/zoom/ZoomOptionsFactory.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar]
		at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:899)
		at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:831)
		at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call(AnnotationConfiguration.java:163)
		at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run(AnnotationConfiguration.java:548)
		at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
		at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
		at java.base/java.lang.Thread.run(Thread.java:829)
		Suppressed: java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/AbstractChart$ChartRunnableWrapper.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar
			at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:913)
			... 6 more
		Caused by: java.lang.UnsupportedOperationException: NestHost requires ASM7
			at org.objectweb.asm.ClassVisitor.visitNestHost(ClassVisitor.java:165)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:586)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:424)
			at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:974)
			at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:956)
			at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:909)
			... 6 more
		Suppressed: java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/AbstractChart$DatasetItemFactory.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar
			at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:913)
			... 6 more
		Caused by: java.lang.UnsupportedOperationException: NestHost requires ASM7
			at org.objectweb.asm.ClassVisitor.visitNestHost(ClassVisitor.java:165)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:586)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:424)
			at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:974)
			at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:956)
			at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:909)
			... 6 more
		Suppressed: java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/AbstractChart$DatasetReferenceFactory.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar
			at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:913)
			... 6 more
		Caused by: java.lang.UnsupportedOperationException: NestHost requires ASM7
			at org.objectweb.asm.ClassVisitor.visitNestHost(ClassVisitor.java:165)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:586)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:424)
			at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:974)
			at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:956)
			at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:909)
			... 6 more
		Suppressed: java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/AbstractChart.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar
			at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:913)
			... 6 more
		Caused by: java.lang.UnsupportedOperationException: NestMember requires ASM7
			at org.objectweb.asm.ClassVisitor.visitNestMember(ClassVisitor.java:251)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:696)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:424)
			at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:974)
			at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:956)
			at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:909)
			... 6 more
		Suppressed: java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/Configuration$Property.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar
			at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:913)
			... 6 more
		Caused by: java.lang.UnsupportedOperationException: NestHost requires ASM7
			at org.objectweb.asm.ClassVisitor.visitNestHost(ClassVisitor.java:165)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:586)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:424)
			at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:974)
			at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:956)
			at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:909)
			... 6 more

...


		Suppressed: java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/zoom/ZoomOptionsFactory$ZoomDefaultsOptionsFactory.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar
			at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:913)
			... 6 more
		Caused by: java.lang.UnsupportedOperationException: NestHost requires ASM7
			at org.objectweb.asm.ClassVisitor.visitNestHost(ClassVisitor.java:165)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:586)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:424)
			at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:974)
			at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:956)
			at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:909)
			... 6 more
		Suppressed: java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/zoom/ZoomOptionsFactory.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar
			at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:913)
			... 6 more
		Caused by: java.lang.UnsupportedOperationException: NestMember requires ASM7
			at org.objectweb.asm.ClassVisitor.visitNestMember(ClassVisitor.java:251)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:696)
			at org.objectweb.asm.ClassReader.accept(ClassReader.java:424)
			at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:974)
			at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:956)
			at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:909)
			... 6 more
	Caused by: java.lang.RuntimeException: Error scanning entry org/pepstock/charba/client/AbstractChart$ActiveElementsPoint.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/charba-6.2-gwt.jar
		at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:913)
		... 6 more
	Caused by: java.lang.UnsupportedOperationException: NestHost requires ASM7
		at org.objectweb.asm.ClassVisitor.visitNestHost(ClassVisitor.java:165)
		at org.objectweb.asm.ClassReader.accept(ClassReader.java:586)
		at org.objectweb.asm.ClassReader.accept(ClassReader.java:424)
		at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:974)
		at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:956)
		at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:909)
		... 6 more
Caused by: java.lang.RuntimeException: Error scanning entry module-info.class from jar file:/C:/Users/ahijner/AppData/Local/JetBrains/IntelliJIdea2021.2/gwt/portal.e2dfe245/main.d053ffde/run/www/WEB-INF/lib/asm-9.2.jar
	at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:913)
	at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:831)
	at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call(AnnotationConfiguration.java:163)
	at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run(AnnotationConfiguration.java:548)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.lang.UnsupportedOperationException: Module requires ASM6
	at org.objectweb.asm.ClassVisitor.visitModule(ClassVisitor.java:145)
	at org.objectweb.asm.ClassReader.readModuleAttributes(ClassReader.java:781)
	at org.objectweb.asm.ClassReader.accept(ClassReader.java:580)
	at org.objectweb.asm.ClassReader.accept(ClassReader.java:424)
	at org.eclipse.jetty.annotations.AnnotationParser.scanClass(AnnotationParser.java:974)
	at org.eclipse.jetty.annotations.AnnotationParser.parseJarEntry(AnnotationParser.java:956)
	at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:909)
	... 6 more
2023-03-16 14:49:28.849:INFO:oejs.ServerConnector:main: Started ServerConnector@52dec2e6{HTTP/1.1}{127.0.0.1:8888}
2023-03-16 14:49:28.850:INFO:oejs.Server:main: Started @56176ms
Dev Mode initialized. Startup URL:
http://localhost:8443/

We are using ASM 9.2, changing it to any version of 7.x does not influence these errors, nor does updating Charba to version 6.1 or 6.2. We are wondering if Charba or Chart.js somehow specify which version of ASM to use?

Since our application is running fine otherwise, it's not a huge issue, but it might hide any other future errors from us, so we would like to solve it if at all possible.

Additional info: we are running Java 11 and GWT 2.9.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions