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 74077 - NPE in getDisconnectedDeploymentManager()
Summary: NPE in getDisconnectedDeploymentManager()
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-28 12:25 UTC by Michal Mocnak
Modified: 2006-05-24 11:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
error log (15.03 KB, text/plain)
2006-03-28 12:25 UTC, Michal Mocnak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2006-03-28 12:25:17 UTC
Found in the nb55 build

The method getDisconnectedDeploymentManager() catches NullPointerException. More
details in log.
Comment 1 Michal Mocnak 2006-03-28 12:25:37 UTC
Created attachment 29445 [details]
error log
Comment 2 Michal Mocnak 2006-04-26 15:36:59 UTC
Upgrade to P2 !

Sometimes it's problem with deployment due to this bug. It should be fixed ASAP.
Comment 3 Libor Kotouc 2006-05-09 10:36:19 UTC
Fixed.

Checking in JBDeploymentFactory.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/JBDeploymentFactory.java,v
 <--  JBDeploymentFactory.java
new revision: 1.4.8.3.2.3; previous revision: 1.4.8.3.2.2
done
Checking in JBDeploymentManager.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/JBDeploymentManager.java,v
 <--  JBDeploymentManager.java
new revision: 1.6.8.4.2.6; previous revision: 1.6.8.4.2.5
done
Checking in resources/nbdep.xml;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/resources/nbdep.xml,v
 <--  nbdep.xml
new revision: 1.1.48.1; previous revision: 1.1
done
Comment 4 Michal Mocnak 2006-05-24 11:59:25 UTC
Verified