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 96399 - NullPointerException when restart IDE while debugging
Summary: NullPointerException when restart IDE while debugging
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-23 02:15 UTC by pchen
Modified: 2007-04-26 12:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pchen 2007-02-23 02:15:29 UTC
How to reproduce:

1. Let the debugger stop at a breakpoint
2. close and start NetBeans IDE
3. You get a NullPointerException:

java.lang.NullPointerException
	at org.netbeans.modules.xml.xam.spi.Validation.validate(Validation.java:81)
	at
org.netbeans.modules.bpel.core.validation.BPELValidationController$1.run(BPELValidationController.java:185)
	at java.util.TimerThread.mainLoop(Unknown Source)
[catch] at java.util.TimerThread.run(Unknown Source)
Comment 1 pchen 2007-02-23 02:16:00 UTC
Reproduced in milestone7a
Comment 2 Alexander Zgursky 2007-04-25 14:24:44 UTC
Looks like a problem was fixed along with some other issue. Closing.
Comment 3 Oleg Barbashov 2007-04-26 12:48:42 UTC
Build 200704260000. Fix is confirmed.