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 83026 - NP exception thrown when display the properties of no-target or target other than DAS application/resource
Summary: NP exception thrown when display the properties of no-target or target other ...
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-18 21:19 UTC by liwang
Modified: 2006-09-18 18:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Netbeans log file (17.14 KB, application/octet-stream)
2006-08-18 21:20 UTC, liwang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description liwang 2006-08-18 21:19:28 UTC
Reproduce steps:
1. Install Netbeans 5.5 2006-08-18 daily build
2. Install application server 8.2 EE promoted build b16
3. Add the application server into Netbeans IDE
4. From application server admin GUI, deploy an .ear application and make it not
target any instance or cluster
4. Refresh applications node in Netbeans IDE Runtime and open the application's
property page. 
There is no property display. There is NP exception thrown in message.log (see
attached).
Comment 1 liwang 2006-08-18 21:20:10 UTC
Created attachment 33080 [details]
Netbeans log file
Comment 2 liwang 2006-08-18 21:31:23 UTC
The same problem for the application target other than DAS
Comment 3 liwang 2006-08-18 21:58:03 UTC
The same issue exists for resource also.
Comment 4 Nitya Doraisamy 2006-09-11 17:01:22 UTC
Checking in EJBModuleController.java;
/cvs/serverplugins/sun/appsrvbridge/src/org/netbeans/modules/j2ee/sun/ide/controllers/EJBModuleController.java,v
 <--  EJBModuleController.java
new revision: 1.1.38.9; previous revision: 1.1.38.8
done
Checking in AppClientModuleController.java;
/cvs/serverplugins/sun/appsrvbridge/src/org/netbeans/modules/j2ee/sun/ide/controllers/AppClientModuleController.java,v
 <--  AppClientModuleController.java
new revision: 1.1.38.9; previous revision: 1.1.38.8
done
Checking in ControllerUtil.java;
/cvs/serverplugins/sun/appsrvbridge/src/org/netbeans/modules/j2ee/sun/ide/controllers/ControllerUtil.java,v
 <--  ControllerUtil.java
new revision: 1.2.14.2.2.14; previous revision: 1.2.14.2.2.13
done
Checking in WebModuleController.java;
Fixed NPE

/cvs/serverplugins/sun/appsrvbridge/src/org/netbeans/modules/j2ee/sun/ide/controllers/WebModuleController.java,v
 <--  WebModuleController.java
new revision: 1.1.38.8; previous revision: 1.1.38.7
done
Checking in J2EEApplicationMgmtController.java;
/cvs/serverplugins/sun/appsrvbridge/src/org/netbeans/modules/j2ee/sun/ide/controllers/J2EEApplicationMgmtController.java,v
 <--  J2EEApplicationMgmtController.java
new revision: 1.1.38.8; previous revision: 1.1.38.7
done
Comment 5 liwang 2006-09-18 18:30:53 UTC
verified in daily build 2006-09-16