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 270213 - Netbeans fails to detect startup of tomcat
Summary: Netbeans fails to detect startup of tomcat
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 8.2
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-27 11:34 UTC by abhisheksharma
Modified: 2017-03-27 11:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description abhisheksharma 2017-03-27 11:34:12 UTC
I am using Netbeans (Build 201609300101) on Mac OS X version 10.12.3 running on x86_64; UTF-8; en_US (nb) with 1.8.0_65; Java HotSpot(TM) 64-Bit Server VM 25.65-b01

When I try to run any project using Tomcat as a webserver then it does not startup. Though in console it shows in log that "org.apache.catalina.startup.Catalina.start Server startup in 703 ms" but netbeans does not understand this and still keeps on waiting for tomcat and ultimately times out and shows tomcat startup fails.

Even if I try to run tomcat directly from services menu of netbeans then also it keeps waiting for tomcat and ultimately shows error that tomcat startup failed.

I was facing this issue in Netbeans 8.1 but I find out this bug is fixed in 8.2 but it is still persistent here. On Windows machine it works perfectly fine, don't know what is the issue with OSX.

I am using Tomcat 8.5.12
Comment 1 abhisheksharma 2017-03-27 11:56:25 UTC
I removed Netbeans 8.2 completely and reinstalled. Now it is working fine