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 51573 - Running project caused NPE
Summary: Running project caused NPE
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-16 17:19 UTC by zikmund
Modified: 2005-11-17 21:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NullPointerException (674 bytes, text/plain)
2004-11-16 17:20 UTC, zikmund
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2004-11-16 17:19:37 UTC
Build 200411150946 (pre-RC1) on JDS, JDK
1.5.0_01-fcs-b06

While running a web app, NPE appeared (I think
server start/stop editor dialog was opened).

Probably a race condition in deployment?
Comment 1 zikmund 2004-11-16 17:20:14 UTC
Created attachment 18926 [details]
NullPointerException
Comment 2 Nam Nguyen 2004-11-16 18:24:45 UTC
Yes, probably from reusing the DPM across deployment.  Anyway, DPM
will be obsolete with Ant-based (non-JSR88) deployment.
Comment 3 Sherold Dev 2005-11-17 21:17:27 UTC
DeployProgressMonitor does not exist anymore, closing as fixed.