Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Error in org.eclipse.core.runtime with RC3
Error in org.eclipse.core.runtime with RC3 [message #254424] Mon, 21 June 2004 23:29 Go to next message
Brian Kozitza is currently offline Brian KozitzaFriend
Messages: 20
Registered: July 2009
Junior Member
I upgraded from 3.0m9 to RC3 and I have the following problem.

I have a multipage editor that comes up ok when I select the file from
the navigator. However, if I leave the file up and exit eclipse and
then reenter I get the following error:

An error has occurred when creating this editor

When I look in the error log I see the following:

Problems occurred when invoking code from plug-in:
"org.eclipse.core.runtime".

An exception stack trace could not be found.

This error results when I run in the runtime-workbench and with deployed
plugins. It worked in 3.0m9

Brian Kozitza
Re: Error in org.eclipse.core.runtime with RC3 [message #254707 is a reply to message #254424] Tue, 22 June 2004 16:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chaves.nospam.inf.ufsc.br.ok

Open a PR and make sure you include your log file
(<workspace>/.metadata/.log)
Brian Kozitza wrote:

> I upgraded from 3.0m9 to RC3 and I have the following problem.

> I have a multipage editor that comes up ok when I select the file from
> the navigator. However, if I leave the file up and exit eclipse and
> then reenter I get the following error:

> An error has occurred when creating this editor

> When I look in the error log I see the following:

> Problems occurred when invoking code from plug-in:
> "org.eclipse.core.runtime".

> An exception stack trace could not be found.

> This error results when I run in the runtime-workbench and with deployed
> plugins. It worked in 3.0m9

> Brian Kozitza
Re: Error in org.eclipse.core.runtime with RC3 [message #254748 is a reply to message #254707] Tue, 22 June 2004 17:31 Go to previous messageGo to next message
Brian Kozitza is currently offline Brian KozitzaFriend
Messages: 20
Registered: July 2009
Junior Member
Never mind it was my problem. Apparently something changed in the
startup and I was not checking for a null pointer. The log file showed
a stacktrace that allowed me to find it.

In previous versions, the stacktrace showed up in the error log dialog.
The error dialog for this error said that "An exception stack trace
could not be found." Perhaps I should open a PR for this?


Rafael Chaves wrote:

> Open a PR and make sure you include your log file
> (<workspace>/.metadata/.log)
> Brian Kozitza wrote:
>
>
>>I upgraded from 3.0m9 to RC3 and I have the following problem.
>
>
>>I have a multipage editor that comes up ok when I select the file from
>>the navigator. However, if I leave the file up and exit eclipse and
>>then reenter I get the following error:
>
>
>> An error has occurred when creating this editor
>
>
>>When I look in the error log I see the following:
>
>
>>Problems occurred when invoking code from plug-in:
>>"org.eclipse.core.runtime".
>
>
>>An exception stack trace could not be found.
>
>
>>This error results when I run in the runtime-workbench and with deployed
>>plugins. It worked in 3.0m9
>
>
>>Brian Kozitza
>
>
>
Re: Error in org.eclipse.core.runtime with RC3 [message #255005 is a reply to message #254748] Wed, 23 June 2004 16:56 Go to previous message
Eclipse UserFriend
Originally posted by: chaves.nospam.inf.ufsc.br.ok

The Error log view will show you that message for Log entries that do not
include exceptions. Sometimes, omitting a stack trace is a deliberate
choice when someone wants to reduce the level of noise in the log
(although it is always a good idea to provide a debug option that allows
developers to enable logging of the exxception if necessary).

It is usually a good idea to open PRs (after checking nobody reported
something similar) for inadequate/strange behavior. In the worst case,
someone will mark the bug as invalid, and explain why.

Rafael

Brian Kozitza wrote:

> Never mind it was my problem. Apparently something changed in the
> startup and I was not checking for a null pointer. The log file showed
> a stacktrace that allowed me to find it.

> In previous versions, the stacktrace showed up in the error log dialog.
> The error dialog for this error said that "An exception stack trace
> could not be found." Perhaps I should open a PR for this?


> Rafael Chaves wrote:

> > Open a PR and make sure you include your log file
> > (<workspace>/.metadata/.log)
> > Brian Kozitza wrote:
> >
> >
> >>I upgraded from 3.0m9 to RC3 and I have the following problem.
> >
> >
> >>I have a multipage editor that comes up ok when I select the file from
> >>the navigator. However, if I leave the file up and exit eclipse and
> >>then reenter I get the following error:
> >
> >
> >> An error has occurred when creating this editor
> >
> >
> >>When I look in the error log I see the following:
> >
> >
> >>Problems occurred when invoking code from plug-in:
> >>"org.eclipse.core.runtime".
> >
> >
> >>An exception stack trace could not be found.
> >
> >
> >>This error results when I run in the runtime-workbench and with deployed
> >>plugins. It worked in 3.0m9
> >
> >
> >>Brian Kozitza
> >
> >
> >
Previous Topic:Build.properties: Binary vs Source Build
Next Topic:add item to "Run" popup menu category
Goto Forum:
  


Current Time: Wed Feb 05 06:55:37 GMT 2025

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

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

Back to the top