|
|
|
|
|
|
|
Re: EFX Tooling and Runtime 2022 release plan ? [message #1851726 is a reply to message #1851649] |
Wed, 13 April 2022 20:59   |
Stephane fournier Messages: 338 Registered: July 2009 |
Senior Member |
|
|
Hi Tom,
Thank you CSS editor is running fine now with this new release.
But I got an error when launching my app from Eclipse as usual (from its product).
Never see such an error before in almost 20 years of RCP app :-(
Do you have an idea ?
I'm still using the same TP : 2019-12 + EFX 3.7.0 runtime as before updating my IDE to 2022-03.
Switching back to IDE 2021-12 + EFX 3.7.0 tooling, everything runs fine again.
After some tests, a basic RCP application tracing "Hello World" in console based on a TP 2019-12 is not runnable from IDE 2022-03.
Changing the TP to IDE itself, this app runs smoothly.
I don't know what the IDE team has done, but they broken something that is supposed to run i.e "use up-to-date IDE against an older Target Platform"
Here the stack I got:
WARNING: Using incubator modules: jdk.incubator.foreign, jdk.incubator.vector
org.osgi.framework.BundleException: Exception in org.eclipse.osgi.internal.framework.SystemBundleActivator.start() of bundle org.eclipse.osgi.
at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:863)
at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:791)
at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1015)
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.initWorker(EquinoxBundle.java:197)
at org.eclipse.osgi.container.SystemModule.init(SystemModule.java:99)
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:280)
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle.init(EquinoxBundle.java:264)
at org.eclipse.osgi.launch.Equinox.init(Equinox.java:185)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:316)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:251)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: org.osgi.framework.BundleException: Failed to create security manager
at org.eclipse.osgi.internal.framework.SystemBundleActivator.installSecurityManager(SystemBundleActivator.java:145)
at org.eclipse.osgi.internal.framework.SystemBundleActivator.start(SystemBundleActivator.java:67)
at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:842)
at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:834)
... 17 more
Caused by: java.lang.ClassNotFoundException: allow
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:375)
at org.eclipse.osgi.internal.framework.SystemBundleActivator.installSecurityManager(SystemBundleActivator.java:142)
... 22 more
[Updated on: Wed, 13 April 2022 21:39] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04400 seconds