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 177817 - NullPointerException at org.netbeans.modules.tomcat5.util.LogViewer.run
Summary: NullPointerException at org.netbeans.modules.tomcat5.util.LogViewer.run
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-29 21:18 UTC by geoffw
Modified: 2010-02-02 02:38 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 162938


Attachments
stacktrace (110 bytes, text/plain)
2009-11-29 21:18 UTC, geoffw
Details
stacktrace (105 bytes, text/plain)
2010-02-02 02:38 UTC, giorgio42
Details

Note You need to log in before you can comment on or make changes to this bug.
Description geoffw 2009-11-29 21:18:22 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-4421-on-091130)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Linux, 2.6.31-15-generic, amd64

User Comments:
GUEST: try to view the tomcat 6,0 log throw services window

geoffw: deploy application to tomcat, while its still deploying: choose services->servers->tomcat->right click->view server logs.  Then get npe



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.tomcat5.util.LogViewer.run(LogViewer.java:290)
Comment 1 geoffw 2009-11-29 21:18:28 UTC
Created attachment 91845 [details]
stacktrace
Comment 2 Petr Hejl 2009-11-30 08:54:31 UTC
Fixed in web-main 517e575d289d.
Comment 3 Quality Engineering 2009-12-01 03:02:43 UTC
Integrated into 'main-golden', will be available in build *200912010200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/517e575d289d
User: phejl@netbeans.org
Log: #177817 NullPointerException at org.netbeans.modules.tomcat5.util.LogViewer.run
Comment 4 giorgio42 2010-02-02 02:38:55 UTC
Created attachment 93746 [details]
stacktrace