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 115409 - Cannot debug web application
Summary: Cannot debug web application
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-13 08:07 UTC by Jiri Skrivanek
Modified: 2007-09-18 09:38 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 Jiri Skrivanek 2007-09-13 08:07:49 UTC
It is not possible to debug web application. To reproduce:

- create web application on glassfish server (NPE is already reported as issue 115395)
- start debugger (F5). It starts application server but in spite that it writes:

debug:
The Sun Java System Application Server could not start.
More information about the cause is in the Server log file.
Possible reasons include:
 - IDE timeout: refresh the server node to see if it's running now.
 - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.) 
 - Incorrect server configuration (domain.xml to be corrected manually) 
 - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this
case, domain.xml needs to be modified).
 - Invalid installation location.
D:\Development\builds\nbUserdir-20070913083613\WebApplication1\nbproject\build-impl.xml:609: Deployment error:
The Sun Java System Application Server could not start.
More information about the cause is in the Server log file.
Possible reasons include:
 - IDE timeout: refresh the server node to see if it's running now.
 - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.) 
 - Incorrect server configuration (domain.xml to be corrected manually) 
 - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this
case, domain.xml needs to be modified).
 - Invalid installation location.
See the server log for details.
BUILD FAILED (total time: 24 seconds)


Build 200709130354, Java: 1.6.0_03-b02.
Comment 1 Pavlo Tymoshenko 2007-09-13 08:52:59 UTC
On tomcat 6.0 forks fine. The problem seems to be related to glassfish server plugin.
Comment 2 Pavlo Tymoshenko 2007-09-13 08:53:11 UTC
On tomcat 6.0 works fine. The problem seems to be related to glassfish server plugin.
Comment 3 Pavlo Tymoshenko 2007-09-13 09:10:36 UTC
reassigning for eval.  
Comment 5 Jiri Skrivanek 2007-09-18 09:38:49 UTC
Verified.