Using https://download.eclipse.org/eclipse/downloads/drops4/I20250406-1800/.
Stated SDK, installed few bundles, restarted.
After restart, I see error log from previous session contains this error:
eclipse.buildId=4.36.0.I20250406-1800
java.version=21.0.6-7
java.vendor=N/A
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86_64
org.eclipse.pde.core
Error
Mon Apr 07 07:10:34 CEST 2025
FrameworkEvent ERROR
org.osgi.framework.BundleException: Exception in org.eclipse.pde.internal.core.PDECore.stop() of bundle org.eclipse.pde.core.
at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:916)
at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1080)
at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:399)
at org.eclipse.osgi.container.Module.doStop(Module.java:699)
at org.eclipse.osgi.container.Module.stop(Module.java:557)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:2154)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:2023)
at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:281)
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:225)
at org.eclipse.osgi.container.Module.doStop(Module.java:699)
at org.eclipse.osgi.container.Module.stop(Module.java:557)
at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:212)
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:244)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.ExceptionInInitializerError
at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:428)
at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:896)
at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:571)
at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:888)
... 13 more
Caused by: java.lang.IllegalStateException: The Plug-in Development Environment requires the PlatformAdmin service to operate. Please install the compatibility fragment 'org.eclipse.osgi.compatibility.state'.
at org.eclipse.pde.internal.build.BundleHelper.getPlatformAdmin(BundleHelper.java:85)
at org.eclipse.pde.internal.core.MinimalState.<clinit>(MinimalState.java:119)
... 18 more
Root exception:
java.lang.ExceptionInInitializerError
at org.eclipse.pde.internal.core.PDECore.stop(PDECore.java:428)
at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:896)
at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:571)
at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:888)
at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1080)
at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:399)
at org.eclipse.osgi.container.Module.doStop(Module.java:699)
at org.eclipse.osgi.container.Module.stop(Module.java:557)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:2154)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:2023)
at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:281)
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:225)
at org.eclipse.osgi.container.Module.doStop(Module.java:699)
at org.eclipse.osgi.container.Module.stop(Module.java:557)
at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:212)
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:244)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalStateException: The Plug-in Development Environment requires the PlatformAdmin service to operate. Please install the compatibility fragment 'org.eclipse.osgi.compatibility.state'.
at org.eclipse.pde.internal.build.BundleHelper.getPlatformAdmin(BundleHelper.java:85)
at org.eclipse.pde.internal.core.MinimalState.<clinit>(MinimalState.java:119)
... 18 more
Using https://download.eclipse.org/eclipse/downloads/drops4/I20250406-1800/.
Stated SDK, installed few bundles, restarted.
After restart, I see error log from previous session contains this error: