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 112705 - NPE occurs when select to view log of a remote-local server
Summary: NPE occurs when select to view log of a remote-local server
Status: RESOLVED DUPLICATE of bug 100259
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-13 22:38 UTC by davisn
Modified: 2007-08-21 01:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log file (46.40 KB, application/octet-stream)
2007-08-13 22:39 UTC, davisn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davisn 2007-08-13 22:38:29 UTC
A java.lang.NullPointerException occurs when select to view Server.log file of a remote-local server.

STEPS TO REPRODUCE:
1. Install nightly Netbean build 08/13/1008 with glassfish V2
2. From command line start domain1 (asadmin start-domain)
3. Remove glassfish V2 from Servers node
4. Select to Add new remote-local glassfish V2 server as:
     Right click Servers > click Add Server > Glassfish V2 (name: remote-local-V2) > Next > Register Remote domain >
Host:localhost, Port:4848 > Finish
5. Right click at remote-local-V2, select to view Server log
BUG:
java.lang.NullPointerException
[catch] at org.netbeans.modules.j2ee.sun.ide.j2ee.LogViewerSupport.run(LogViewerSupport.java:202)
Comment 1 davisn 2007-08-13 22:39:03 UTC
Created attachment 46546 [details]
message.log file
Comment 2 Vince Kraemer 2007-08-21 01:27:39 UTC
mentioned as part of comment in the dup...

*** This issue has been marked as a duplicate of 100259 ***