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 184367 - [69cat] NullPointerException at org.netbeans.modules.tomcat5.util.ServerLog.<init>
Summary: [69cat] NullPointerException at org.netbeans.modules.tomcat5.util.ServerLog.<...
Status: RESOLVED INCOMPLETE
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:
: 185608 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-04-16 14:58 UTC by leonhad
Modified: 2010-05-10 14:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168129


Attachments
stacktrace (2.51 KB, text/plain)
2010-04-16 14:58 UTC, leonhad
Details

Note You need to log in before you can comment on or make changes to this bug.
Description leonhad 2010-04-16 14:58:18 UTC
This bug was originally marked as duplicate of bug 172219, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201004150201)
VM: OpenJDK Client VM, 1.6.0_0-b11, OpenJDK  Runtime Environment, 1.6.0_0-b11
OS: Linux

User Comments:
leonhad: try to start Tomcat




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.tomcat5.util.ServerLog.<init>(ServerLog.java:105)
   at org.netbeans.modules.tomcat5.util.LogManager.openServerLog(LogManager.java:99)
   at org.netbeans.modules.tomcat5.ide.StartTomcat$StartRunnable.openLogs(StartTomcat.java:580)
   at org.netbeans.modules.tomcat5.ide.StartTomcat$StartRunnable.run(StartTomcat.java:543)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1417)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1955)
Comment 1 leonhad 2010-04-16 14:58:24 UTC
Created attachment 97543 [details]
stacktrace
Comment 2 Petr Hejl 2010-05-10 09:25:15 UTC
*** Bug 185608 has been marked as a duplicate of this bug. ***
Comment 3 Petr Hejl 2010-05-10 14:36:47 UTC
Can you provide steps to reproduce the issue? Did you import settings from any previous release?