P2Util.addedTrustedKeys null pointer launching runtime-App [message #1853177] |
Tue, 21 June 2022 17:08  |
Eclipse User |
|
|
|
Two of us have created Eclipse RCP 2020-03 configurations with Java 17 on Windows following identical instructions. When running as an Eclipse application, both of us seem to get good launches the first time. However, on subsequent launches, I get the following error in the development Eclipse console, and some UI menu selections in the launched child will not show because they do not seem to be properly initialized. Any suggestions on what might be causing this and how to fix it are greatly appreciated.
java.lang.NullPointerException: Cannot enter synchronized block because "profile" is null
at org.eclipse.oomph.p2.core.P2Util.addedTrustedKeys(P2Util.java:236)
at org.eclipse.oomph.setup.internal.core.util.IndexManager.handleTrust(IndexManager.java:521)
at org.eclipse.oomph.setup.internal.core.util.IndexManager.addIndex(IndexManager.java:98)
at org.eclipse.oomph.setup.internal.core.SetupContext.createSelf(SetupContext.java:246)
at org.eclipse.oomph.setup.ui.SetupUIPlugin.performStartup(SetupUIPlugin.java:797)
at org.eclipse.oomph.setup.ui.SetupUIPlugin$1$1.run(SetupUIPlugin.java:266)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03320 seconds