Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Startup exeption #119

Merged
merged 2 commits into from
Jun 10, 2022
Merged

Conversation

vogella
Copy link
Contributor

@vogella vogella commented Jun 9, 2022

No description provided.

If you run ButtonTest from the org.eclipse.e4.ui.tests.css.swt and
include org.eclipse.ui.tests in the run you get an exception because
org.eclipse.ui.tests contains an IStartup extension without class
definition.
This extension was added via Bug 42456 with
23feca4 but at the same time a correct
IStartup extension was added.

!MESSAGE Unable to execute early startup code for the
org.eclipse.ui.IStartup extension contributed by the
'org.eclipse.ui.tests' plug-in.
!STACK 1
org.eclipse.core.runtime.CoreException: Executable extension definition
for "class" not found.
	at org.eclipse.core.internal.registry.ConfigurationElement.throwException(ConfigurationElement.java:65)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:225)
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63)
	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:281)
	at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:55)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.ui.internal.Workbench$40.run(Workbench.java:2667)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
!SUBENTRY 1 org.eclipse.equinox.registry 4 1 2022-06-09 14:05:33.994
!MESSAGE Executable extension definition for "class" not found.
@vogella vogella requested review from jukzi and removed request for jukzi June 9, 2022 13:12
@akurtakov akurtakov merged commit 3949948 into eclipse-platform:master Jun 10, 2022
@vogella vogella deleted the startup-exeption branch December 21, 2023 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants