Posted By:
Anila_Alex
Posted On:
Thursday, January 26, 2006 01:39 AM
we have created an RCP Application workbench using Eclipse platform.But while closing the workbench a message is shown that "an error has occured while closing the workbench" with an error log file full of null pointer exception. !ENTRY org.eclipse.ui 4 4 2006-01-25 18:11:53.216 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 2006-01-25 18:11:53.226 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.Table.WM_PAINT(Table.java:3226) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3081) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3466) at org
More>>
we have created an RCP Application workbench using Eclipse platform.But while closing the workbench a message is shown that "an error has occured while closing the workbench" with an error log file full of null pointer exception.
!ENTRY org.eclipse.ui 4 4 2006-01-25 18:11:53.216
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 2006-01-25 18:11:53.226
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.swt.widgets.Table.WM_PAINT(Table.java:3226)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3081)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3466)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
etc..
<<Less