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

Summary: NPE in getDisconnectedDeploymentManager()
Product: serverplugins Reporter: Michal Mocnak <mmocnak>
Component: JBossAssignee: Libor Kotouc <lkotouc>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: error log

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