-
Notifications
You must be signed in to change notification settings - Fork 0
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
UiDemoTvm doesn't run #2
Comments
@SergeyKhokhryakov thanks for reporting this bug and sorry for the delayed response. |
Ah, and if you just want to try it out, you could go back to maybe this commit and change the revision from |
I updated teavm.version to |
fixed. Sorry for the long delay. I was sick for quite a long time... |
Steps to reproduce
Actual behavior
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
Exception in thread "main" java.util.ServiceConfigurationError: io.github.mmm.ui.api.controller.UiNavigationManager: io.github.mmm.ui.tvm.controller.TvmNavigationManager Unable to get public no-arg constructor
at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:586)
at java.base/java.util.ServiceLoader.getConstructor(ServiceLoader.java:679)
at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1240)
at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1273)
at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
at io.github.mmm.base.service.ServiceHelper.singleton(ServiceHelper.java:51)
at io.github.mmm.base.service.ServiceHelper.singleton(ServiceHelper.java:37)
at io.github.mmm.ui.impl.controller.UiNavigationManagerProvider.(UiNavigationManagerProvider.java:19)
at io.github.mmm.ui.api.controller.UiNavigationManager.get(UiNavigationManager.java:101)
at io.github.mmm.ui.demo.tvm.UiDemoTvm.start(UiDemoTvm.java:15)
at io.github.mmm.ui.demo.tvm.UiDemoTvm.main(UiDemoTvm.java:23)
Caused by: java.lang.NoClassDefFoundError: org/teavm/jso/JSObject
at java.base/java.lang.Class.getDeclaredConstructors0(Native Method)
at java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3549)
at java.base/java.lang.Class.getConstructor0(Class.java:3754)
at java.base/java.lang.Class.getConstructor(Class.java:2442)
at java.base/java.util.ServiceLoader$1.run(ServiceLoader.java:666)
at java.base/java.util.ServiceLoader$1.run(ServiceLoader.java:663)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:571)
at java.base/java.util.ServiceLoader.getConstructor(ServiceLoader.java:674)
... 10 more
Caused by: java.lang.ClassNotFoundException: org.teavm.jso.JSObject
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
... 18 more
Process finished with exit code 1
Expected behavior
Affected version
The text was updated successfully, but these errors were encountered: