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 186893 - NullPointerException at org.netbeans.modules.tomcat5.util.ServerLog.<init>
Summary: NullPointerException at org.netbeans.modules.tomcat5.util.ServerLog.<init>
Status: RESOLVED DUPLICATE of bug 187032
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: 2010-05-28 12:04 UTC by giorgio42
Modified: 2010-08-10 11:57 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170249


Attachments
stacktrace (540 bytes, text/plain)
2010-05-28 12:05 UTC, giorgio42
Details

Note You need to log in before you can comment on or make changes to this bug.
Description giorgio42 2010-05-28 12:04:58 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 6.9 RC1 (Build 201005242201)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
GUEST: Iniciaba el servidor tomcat para ejecutar mi aplicacion web

giorgio42: Restarting tomcat...




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.tomcat5.util.ServerLog.<init>(ServerLog.java:108)
   at org.netbeans.modules.tomcat5.util.LogManager.openServerLog(LogManager.java:102)
   at org.netbeans.modules.tomcat5.ide.StartTomcat$StartRunnable.openLogs(StartTomcat.java:583)
   at org.netbeans.modules.tomcat5.ide.StartTomcat$StartRunnable.run(StartTomcat.java:546)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1957)
Comment 1 giorgio42 2010-05-28 12:05:02 UTC
Created attachment 99607 [details]
stacktrace
Comment 2 Petr Hejl 2010-08-10 11:57:25 UTC

*** This bug has been marked as a duplicate of bug 187032 ***