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 180238 - IDE and/or container shuts down when NetBeans webapp is in debug mode
Summary: IDE and/or container shuts down when NetBeans webapp is in debug mode
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-03 15:30 UTC by runa
Modified: 2011-11-16 16:39 UTC (History)
1 user (show)

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 runa 2010-02-03 15:30:12 UTC
Entering this for external customer from the Sun Developer Expert Assistance
program:

The problem is that whenever I start a NetBeans webapp in debug mode, apache tomcat will start, but then the IDE and/or container shuts down.  It happens with any web app, when all are deployed.  It has prohibited me from being able to debug our web application, and seek your guidance in fixing.  There are no indication in the logs of a problem (see below) (i.e. in ~/.netbeans/6.8/apache-tomcat-6.0.20_base/logs).

java version "1.5.0_22"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03-333-9M3125)
Java HotSpot(TM) Client VM (build 1.5.0_22-147, mixed mode, sharing)

MacOS X 10.5.8.

code: Attached JPDA debugger to localhost:11555
Checking data source definitions for missing JDBC drivers...
Deploying JDBC driver to /Applications/NetBeans/apache-tomcat-6.0.20/lib/mysql-connector-java-5.1.6-bin.jar
Stopping Tomcat process...
Waiting for Tomcat...
Tomcat server stopped.
Starting Tomcat process...
Waiting for Tomcat...
Tomcat server started.
Undeploying ...
OK - Undeployed application at context path /ds
In-place deployment at /Users/thomas/work/DataServices/build/web
deploy?config=file%3A%2Fvar%2Ffolders%2FlM%2FlMJvE0JVG1ec3J3-ugZgpU%2B%2B%2BTI%2F-Tmp-%2Fcontext3109322128670039343.xml&path=/ds
OK - Deployed application at context path /ds
Start is in progress...
start?path=/ds
OK - Started application at context path /ds
debug-display-browser:
Browsing: http://localhost:8084/ds/firm/countryExchange.jsp?countryCode=DE&firmID=549
connect-client-debugger:
BUILD SUCCESSFUL (total time: 11 seconds)
Comment 1 Petr Hejl 2010-05-10 14:06:46 UTC
The consequent invocation should differ. Can you provide the output? Can you provide IDE log?

Thanks.