ich have a problem with Eclipse. Running a WO-Application in Debugmode you normally get a very helpful error message.
In most cases Eclipse show you directly the codeline with the error. Since a few weeks i get error-message that a not so helpful:
Its very difficult to find the NullpointerException with such a message.
Has anybody an idea what i could have made wrong (Prefs in Eclipse).
[2010-1-25 13:58:55 MEZ] <WorkerThread15> WOExceptionParser - exception collecting backtrace data java.lang.NullPointerException - Empty backtrace.
[2010-1-25 13:58:55 MEZ] <WorkerThread15> java.lang.NullPointerException
at com.webobjects.woextensions.WOExceptionParser._ignoredPackages(WOExceptionParser.java:63)
at com.webobjects.woextensions.WOExceptionParser._parseException(WOExceptionParser.java:105)
at com.webobjects.woextensions.WOExceptionParser.<init>(WOExceptionParser.java:44)
at com.webobjects.woextensions.WOExceptionPage.setException(WOExceptionPage.java:33)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.webobjects.woextensions.KeyValueCodingProtectedAccessor.setMethodValue(KeyValueCodingProtectedAccessor.java:34)
at com.webobjects.foundation.NSKeyValueCoding$_MethodBinding.setValueInObject(NSKeyValueCoding.java:1150)
at com.webobjects.foundation.NSKeyValueCoding$DefaultImplementation.takeValueForKey(NSKeyValueCoding.java:1323)
at com.webobjects.appserver.WOComponent.takeValueForKey(WOComponent.java:1698)
at com.webobjects.appserver.WOApplication._handleError(WOApplication.java:3074)
at com.webobjects.appserver.WOApplication.handleException(WOApplication.java:3226)
at com.webobjects.appserver._private.WOComponentRequestHandler._handleRequest(WOComponentRequestHandler.java:389)
at com.webobjects.appserver._private.WOComponentRequestHandler.handleRequest(WOComponentRequestHandler.java:442)
at com.webobjects.appserver.WOApplication.dispatchRequest(WOApplication.java:1678)
at com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:144)
at com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java:226)
at java.lang.Thread.run(Thread.java:637)