This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 81673 - InternalHandle throws NullPointerException
Summary: InternalHandle throws NullPointerException
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-08-02 09:53 UTC by Sherold Dev
Modified: 2008-12-22 20:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NullPointerException (1.71 KB, text/plain)
2006-08-02 09:54 UTC, Sherold Dev
Details
possible fix (1.42 KB, patch)
2006-08-07 08:27 UTC, Milos Kleint
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sherold Dev 2006-08-02 09:53:47 UTC
Exception attached
Comment 1 Sherold Dev 2006-08-02 09:54:39 UTC
Created attachment 32433 [details]
NullPointerException
Comment 2 Milos Kleint 2006-08-04 13:53:35 UTC
is this reproducible? or random?
Comment 3 Sherold Dev 2006-08-04 14:33:28 UTC
It is random
Comment 4 Milos Kleint 2006-08-07 08:27:18 UTC
Created attachment 32585 [details]
possible fix
Comment 5 Milos Kleint 2006-08-07 08:54:33 UTC
not really sure how it can happen.
the NPE is there because the controller instance was not initialized, but that
one is set in start() at least and both are synchronized. anyway, I've included
a little change, just to be sure.

BTW. The logic in your ServerInstance.start() method seems to be a bit
suspicious. you postpone the stuff to RP, but possibly run it in EQ anyway?