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 188457 - get "Server without display name requested IO tab" in log when trying to start Tomcat
Summary: get "Server without display name requested IO tab" in log when trying to star...
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-07 17:17 UTC by emarv
Modified: 2011-11-16 16:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the message log (175.45 KB, text/plain)
2010-07-07 17:17 UTC, emarv
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emarv 2010-07-07 17:17:46 UTC
Created attachment 100660 [details]
the message log

Tomcat was working fine in 6.9 and for some reason it stopped working. I just tried to start it in debug mode and regular mode and saw the following most SEVERE message in the error log:

INFO [org.netbeans.modules.j2ee.deployment.plugins.api.UISupport]: Server without display name requested IO tab: null

SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.tomcat5.ide.StartTomcat$StartRunnable

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)

[catch] at org.netbeans.modules.tomcat5.ide.StartTomcat$StartRunnable.run(StartTomcat.java:457)

	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)

	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1957)
Comment 1 Petr Hejl 2010-08-13 11:17:30 UTC

*** This bug has been marked as a duplicate of bug 187032 ***
Comment 2 emarv 2010-08-13 13:02:22 UTC
This solved it for me:

Select a server in Project Properties->Run->Server.