Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Diagnostics being swallowed - how to see details?
Diagnostics being swallowed - how to see details? [message #52425] Fri, 15 April 2005 15:16 Go to next message
benedict heal is currently offline benedict healFriend
Messages: 28
Registered: July 2009
Junior Member
I'm writing an editor.
It initialises OK (gets to the end of the init() method), but when I
open a document, it displays on the console:

Unhandled event loop exception
Reason:
Failed to execute runnable (java.lang.NoClassDefFoundError)

There is no stack trace, so I can't tell where it is having problems.

Is there any way of suppressing/changing the Eclipse error handling so
I can see the entire exception?
Or is there some other suitable debugging technique to solve such problems?

Many thanks,
Benedict
Re: Diagnostics being swallowed - how to see details? [message #52607 is a reply to message #52425] Fri, 15 April 2005 20:37 Go to previous messageGo to next message
Mark Hutchinson is currently offline Mark HutchinsonFriend
Messages: 6
Registered: July 2009
Junior Member
You can try adding a java Exception Breakpoint. In the Breakpoint view
click on the exclamation mark icon that has the J beside it, and then
select the Exception you want to break at.

benedict heal wrote:
>
> I'm writing an editor.
> It initialises OK (gets to the end of the init() method), but when I
> open a document, it displays on the console:
>
> Unhandled event loop exception
> Reason:
> Failed to execute runnable (java.lang.NoClassDefFoundError)
>
> There is no stack trace, so I can't tell where it is having problems.
>
> Is there any way of suppressing/changing the Eclipse error handling so
> I can see the entire exception?
> Or is there some other suitable debugging technique to solve such problems?
>
> Many thanks,
> Benedict
Re: Diagnostics being swallowed - how to see details? [message #52634 is a reply to message #52607] Fri, 15 April 2005 21:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

Have you looked in the .log file in the .metadata directory of your
runtime workbench. This should contain the stack trace associated with
the exception.

Mark Hutchinson wrote:

> You can try adding a java Exception Breakpoint. In the Breakpoint view
> click on the exclamation mark icon that has the J beside it, and then
> select the Exception you want to break at.

> benedict heal wrote:
>>
>> I'm writing an editor.
>> It initialises OK (gets to the end of the init() method), but when I
>> open a document, it displays on the console:
>>
>> Unhandled event loop exception
>> Reason:
>> Failed to execute runnable (java.lang.NoClassDefFoundError)
>>
>> There is no stack trace, so I can't tell where it is having problems.
>>
>> Is there any way of suppressing/changing the Eclipse error handling so
>> I can see the entire exception?
>> Or is there some other suitable debugging technique to solve such problems?
>>
>> Many thanks,
>> Benedict
Re: Diagnostics being swallowed - how to see details? [message #53001 is a reply to message #52425] Sun, 17 April 2005 02:38 Go to previous message
Eclipse UserFriend
Originally posted by: Chris_Laffra.ca.ibm.com

Try "Show > View... > Error Log".

--
Chris Laffra, http://eclipsefaq.org


"benedict heal" <bh@benedictheal.com> wrote in message
news:d3om9l$6ch$1@news.eclipse.org...
>
> I'm writing an editor.
> It initialises OK (gets to the end of the init() method), but when I
> open a document, it displays on the console:
>
> Unhandled event loop exception
> Reason:
> Failed to execute runnable (java.lang.NoClassDefFoundError)
>
> There is no stack trace, so I can't tell where it is having problems.
>
> Is there any way of suppressing/changing the Eclipse error handling so
> I can see the entire exception?
> Or is there some other suitable debugging technique to solve such
problems?
>
> Many thanks,
> Benedict
Previous Topic:How to create jsp files and HTML files
Next Topic:I'm new to eclipse!
Goto Forum:
  


Current Time: Fri Dec 27 00:07:50 GMT 2024

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

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

Back to the top