- This topic has 4 replies, 2 voices, and was last updated 5 months, 1 week ago by wayne.
-
AuthorPosts
-
rplanaATbbycParticipantYesterday, I updated from jee-2023-09 to jee-2024-03 on a win64 platform. After the update, copilot4eclipse (c4e)
seems to have stopped working (The “Copilot” menu entry doesn’t show, an error is displayed in the Chat window
and no Copilot preferences appear in Windows –> Preferences). I get the following errors in the error logs:Message: FrameworkEvent ERROR
Stack Trace:
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.wildwebdeveloper [2094]
Unresolved requirement: Require-Capability: osgi.ee; filter:=”(&(osgi.ee=JavaSE)(version=21))”
Unresolved requirement: Require-Bundle: org.eclipse.wildwebdeveloper.embedder.node; bundle-version=”1.0.3″
-> Bundle-SymbolicName: org.eclipse.wildwebdeveloper.embedder.node; bundle-version=”1.0.6.202405271237″
org.eclipse.wildwebdeveloper.embedder.node [2095]
Unresolved requirement: Require-Capability: osgi.ee; filter:=”(&(osgi.ee=JavaSE)(version=21))”at org.eclipse.osgi.container.Module.start(Module.java:493)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:2073)
at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:143)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:2064)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:2004)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1967)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1883)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:341)- This topic was modified 5 months, 1 week ago by rplanaATbbyc.
rplanaATbbycParticipantWordfence thinks I’m doing something malicious when I post the rest of the information
rplanaATbbycParticipantJust saw the JavaSE version 21 requirement. Giving that a try now.
rplanaATbbycParticipantWorks now. Eclipse issue
wayneModeratorThanks for sharing. I was just about to call out the new Java 21 requirement of the WWD plugin and the Node-embedder plugins that you also pulled into your Eclipse environment when updating Copilot4Eclipse. The WWD plugin update is all part of the new Eclipse 4.32 update that will be released tomorrow.
I got bit by this last week as well when I naively picked up the WWD plugin in my Eclipse 4.31 (03-2024) environment running Java 17. In my case I rolled back. to continue with Java 17.
Wayne
-
AuthorPosts