Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Cannot launch runtime eclipse anymore
Cannot launch runtime eclipse anymore [message #1697373] Wed, 03 June 2015 13:46 Go to next message
Chunbaixue Yang is currently offline Chunbaixue YangFriend
Messages: 20
Registered: April 2015
Junior Member
Hey guys,

For some reason, i cannot launch my runtime eclipse anymore...it was still working yesterday.
now if i click on the Launch Runtime Eclipse button, eclipse logo will first pop up as if it's launching, after the logo disappears, i'm expecting the editor to show up, but it doesn't.
I checked my running processes, it's not there either.

I don't get new errors when launching runtime eclipse, but i do have errors when loading my xtext projects.


Quote:
Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".

org.eclipse.core.runtime.CoreException: Executable extension definition for "class" not found.
at org.eclipse.core.internal.registry.ConfigurationElement.throwException(ConfigurationElement.java:62)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:222)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:293)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:52)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:288)
at org.eclipse.ui.internal.EarlyStartupRunnable.getExecutableExtension(EarlyStartupRunnable.java:102)
at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:54)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.Workbench$56.run(Workbench.java:2812)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)




Quote:
Unable to execute early startup code for the org.eclipse.ui.IStartup extension contributed by the 'org.eclipse.epsilon.emf.dt' plug-in.

org.eclipse.core.runtime.CoreException: Executable extension definition for "class" not found.
at org.eclipse.core.internal.registry.ConfigurationElement.throwException(ConfigurationElement.java:62)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:222)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:293)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:52)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:288)
at org.eclipse.ui.internal.EarlyStartupRunnable.getExecutableExtension(EarlyStartupRunnable.java:102)
at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:54)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.Workbench$56.run(Workbench.java:2812)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Re: Cannot launch runtime eclipse anymore [message #1697385 is a reply to message #1697373] Wed, 03 June 2015 14:06 Go to previous messageGo to next message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7655
Registered: July 2009
Senior Member
Hi

Not clear what you mean by "Launch Runtime Eclipse button".

The early startup of Epsilon has been reported. It should be irrelevant.
But it also has a bad model registration.

The other message looks like you've trimmed a vital line of information.

I suspect that you have a tool that is intolerant of bad registrations
running at startup.

Suggestion, if you want to continue with the current installation. Move
org.eclipse.epsilon.emf.dt...jar to some saved area, so that you can put
it back again if you want to.

Regards

Ed Willink


On 03/06/2015 14:46, Chunbaixue Yang wrote:
> Hey guys,
> For some reason, i cannot launch my runtime eclipse anymore...it was
> still working yesterday.
> now if i click on the Launch Runtime Eclipse button, eclipse logo will
> first pop up as if it's launching, after the logo disappears, i'm
> expecting the editor to show up, but it doesn't.
> I checked my running processes, it's not there either.
>
> I don't get new errors when launching runtime eclipse, but i do have
> errors when loading my xtext projects.
>
>
> Quote:
>> Problems occurred when invoking code from plug-in:
>> "org.eclipse.ui.workbench".
>>
>> org.eclipse.core.runtime.CoreException: Executable extension
>> definition for "class" not found.
>> at
>> org.eclipse.core.internal.registry.ConfigurationElement.throwException(ConfigurationElement.java:62)
>> at
>> org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:222)
>> at
>> org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
>> at
>> org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:293)
>> at
>> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:52)
>> at
>> org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:288)
>> at
>> org.eclipse.ui.internal.EarlyStartupRunnable.getExecutableExtension(EarlyStartupRunnable.java:102)
>> at
>> org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:54)
>> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>> at org.eclipse.ui.internal.Workbench$56.run(Workbench.java:2812)
>> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>
>
>
> Quote:
>> Unable to execute early startup code for the org.eclipse.ui.IStartup
>> extension contributed by the 'org.eclipse.epsilon.emf.dt' plug-in.
>>
>> org.eclipse.core.runtime.CoreException: Executable extension
>> definition for "class" not found.
>> at
>> org.eclipse.core.internal.registry.ConfigurationElement.throwException(ConfigurationElement.java:62)
>> at
>> org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:222)
>> at
>> org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
>> at
>> org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:293)
>> at
>> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:52)
>> at
>> org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:288)
>> at
>> org.eclipse.ui.internal.EarlyStartupRunnable.getExecutableExtension(EarlyStartupRunnable.java:102)
>> at
>> org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:54)
>> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>> at org.eclipse.ui.internal.Workbench$56.run(Workbench.java:2812)
>> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>
Re: Cannot launch runtime eclipse anymore [message #1697389 is a reply to message #1697385] Wed, 03 June 2015 14:29 Go to previous message
Chunbaixue Yang is currently offline Chunbaixue YangFriend
Messages: 20
Registered: April 2015
Junior Member
Hi Ed,

Thank you for your fast reply.

I'm developing a DSL, and i want to test it in my runtime environment where the language is recognized. The Launch Runtime Eclipse is just a configuration to launch a new eclipse application.

Indeed i think the error messages should be irrelevant to my problem.
I just quickly created a new xtext project to test whether the runtime eclipse can be launched, and it can be. So now i'm guessing it has something to do with my own project. But i don't get any error messages when it failed to launch a new eclipse application.
Previous Topic:Changing the doc without changing the model
Next Topic:How is XText terminals match its previous terminal?
Goto Forum:
  


Current Time: Thu Apr 25 23:34:37 GMT 2024

Powered by FUDForum. Page generated in 0.02849 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top