Hi Paoli, I checked the related source code, but at the moment I cannot see how/why this could ever happen.
If you want the problem to be tracked, could please do the following: - Please switch on logging level FINEST and send the full log when problem occurs. To do this, add the following line of code right before "DevelopmentRunner.run();": DevelopmentRunner.setLogLevel(Level.FINEST); - Please send the/a sample application that produces the error - Pleas describe briefly the sequence of actions that lead to the problem. (E.g. do you use the DevelopmentRunner GUI - if so what to do you click on?) Thanks for you help, Daniel -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paolo Scaffardi Sent: Donnerstag, 18. Mai 2006 18:19 To: [email protected] Subject: [ULC-developer] 6.1 NullPointerOperation Sometimes (!) when i start my application using DevelopmentRunner i got this NullPointerOperation: 18:14:32,078 [ULC Communication Controller Thread.CommonsLoggingLogger] got exception while processing 18:14:32,078 [ULC Communication Controller Thread.CommonsLoggingLogger] parameter[0] java.lang.NullPointerException 18:14:32,078 [ULC Communication Controller Thread.CommonsLoggingLogger] ENTRY 18:14:32,078 [ULC Communication Controller Thread.CommonsLoggingLogger] parameter[0] java.lang.NullPointerException 18:14:32,078 [ULC Communication Controller Thread.CommonsLoggingLogger] ENTRY 18:14:32,078 [ULC Communication Controller Thread.CommonsLoggingLogger] parameter[0] 1 18:14:32,078 [ULC Communication Controller Thread.CommonsLoggingLogger] parameter[1] stopCommunication 18:14:32,078 [ULC Communication Controller Thread.CommonsLoggingLogger] parameter[2] java.lang.NullPointerException at com.ulcjava.base.application.ULCProxy.markUncollectable(ULCProxy.java:297) at com.ulcjava.base.server.ULCBrowserService.<init>(ULCBrowserService.java:6) at com.ulcjava.base.server.ULCSession.handleStartApplication(ULCSession.java:23 8) at com.ulcjava.base.server.ULCSession.handleRequest(ULCSession.java:86) at com.ulcjava.base.server.ULCSession.a(ULCSession.java:101) at com.ulcjava.base.server.ULCSession.processRequests(ULCSession.java:37) at com.ulcjava.base.development.DevelopmentContainerAdapter.processRequests(Dev elopmentContainerAdapter.java:15) at com.ulcjava.base.development.DevelopmentConnector.sendRequests(DevelopmentCo nnector.java:0) at com.ulcjava.base.client.UISession$k_.run(UISession$k_.java:19) at java.lang.Thread.run(Thread.java:595) Any help on this? What's happening on that line? Best regards, Paolo Scaffardi GFP Lab s.r.l. http://www.gfplab.com _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
