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 97550

Summary: Failed to start web app using bundled tomcat
Product: serverplugins Reporter: Ivan Sidorkin <ivansidorkin>
Component: TomcatAssignee: Sherold Dev <sherold>
Status: VERIFIED WORKSFORME    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log
server log

Description Ivan Sidorkin 2007-03-09 09:50:23 UTC
NB IDE 5.5.1 build 200703070600
Java 1.6.0

- start IDE
- create Web application using bundled Tomcat
- try to run it

BUILD FAILED 

see log in attach
Comment 1 Ivan Sidorkin 2007-03-09 09:53:14 UTC
Created attachment 39331 [details]
IDE log
Comment 2 Ivan Sidorkin 2007-03-09 09:53:59 UTC
Created attachment 39332 [details]
server log
Comment 3 Martin Schovanek 2007-03-09 10:30:51 UTC
I cannot reproduce it.

Do you have org-netbeans-modules-web-httpmonitor.jar in
enterprise3/apache-tomcat-5.5.17/common/lib? Are you able to reproduce it with
fresh Nb 5.5.1 instalation? Do you use Emma instrumented build?
Comment 4 Ivan Sidorkin 2007-03-09 10:33:33 UTC
I cant reproduce it with fresh build
the problem is in emma instrumentation
Comment 5 Martin Schovanek 2007-03-09 10:42:00 UTC
It is known problem, because you run Tomcat as eternal process you have to copy
emma.jar into enterprise3/apache-tomcat-5.5.17/common/lib. It should solve the
problem. Closing as WORKSFORME.
Comment 6 Ivan Sidorkin 2007-03-09 10:57:48 UTC
verified