You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the demo it fails to start by throwing the following error
SEVERE: Unable to start system bundle.
java.lang.NoSuchMethodError: 'java.util.Dictionary org.osgi.framework.FrameworkUtil.asDictionary(java.util.Map)'
at org.apache.felix.framework.Felix$SystemBundleActivator.start(Felix.java:5166)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:849)
at org.apache.felix.framework.Felix.init(Felix.java:899)
...
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
May 19, 2022 2:22:20 PM org.apache.karaf.main.Main$2 log
SEVERE: Bundle org.apache.felix.framework [0] Error stopping bundle. (java.lang.NullPointerException)
java.lang.NullPointerException
at org.apache.felix.framework.Felix$SystemBundleActivator.stop(Felix.java:5284)
at org.apache.felix.framework.util.SecureAction.stopActivator(SecureAction.java:871)
at org.apache.felix.framework.Felix.stopBundle(Felix.java:2822)
at org.apache.felix.framework.Felix.init(Felix.java:969)
at org.apache.felix.framework.Felix.init(Felix.java:648)
at org.apache.karaf.main.Main.launch(Main.java:288)
How to reproduce
By following the README instructions do:
Checkout the project git clone https://github.com/vaadin/vaadin-flow-karaf-example.git (branch v23)
Compile and install mvn install
Run the demo module mvn -pl main-ui install -Prun
See the error above
The text was updated successfully, but these errors were encountered:
Issue
When running the demo it fails to start by throwing the following error
How to reproduce
By following the README instructions do:
git clone https://github.com/vaadin/vaadin-flow-karaf-example.git
(branch v23)mvn install
mvn -pl main-ui install -Prun
The text was updated successfully, but these errors were encountered: