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 56267 - Debug Web module fails on appserver,if Run is called first
Summary: Debug Web module fails on appserver,if Run is called first
Status: CLOSED DUPLICATE of bug 55834
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: _ ludo
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-03-11 13:00 UTC by Jaroslav Pospisil
Modified: 2006-03-24 13:01 UTC (History)
2 users (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 Jaroslav Pospisil 2005-03-11 13:00:42 UTC
build 200503101100
1.Start IDE with new userdir
2.Add Appserver
3.Create New web module
4.Run this web module by F6
5.Debug web module by F5
6.ERROR
org.netbeans.api.debugger.jpda.DebuggerStartException: Connection refused
BUILD FAILED (total time: 2 seconds)

It occur only if Run if these two actions are called in this order,even if I
stop the appserver and work then some time with no problems.There is nothing in
message.log and this two lines are only error output.
I've seen this bug many times before,it's common thing when I forgot to undeploy
some applications from the appserver and deleted them from filesystem,but this
time it occurs even with no application deployed on appserver and I've checked
the 4.1beta,where was everything O.K.,so i suppose it's regression.
Comment 1 Petr Blaha 2005-03-11 14:12:00 UTC
I was able reproduce the issue with J2EE application also. It seems that IDE
doesn't stop server and start server in debug mode before debug session.
Comment 2 Libor Kotouc 2005-03-11 14:29:48 UTC
Ludo was solving the issue 55834 yesterday...maybe it somehow relates to this
one....
Comment 3 _ ludo 2005-03-11 14:57:21 UTC
yes same bug and it is fixed in trunk nbm ...
The issue is that other bugs have been integrated on the plugin side which does
not have this branch.
So either I commit what we have, or do nothing for the qbuild...

Ludo
Comment 4 _ ludo 2005-03-11 17:26:07 UTC

*** This issue has been marked as a duplicate of 55834 ***
Comment 5 Jaroslav Pospisil 2005-03-14 13:23:22 UTC
Verified on build 200503131900.
Comment 6 Jaroslav Pospisil 2005-03-14 13:55:46 UTC
Now waiting for commit to qbuild branch QBE200503101100.
Comment 7 Petr Blaha 2005-03-14 20:36:20 UTC
Jardo, since the plugin's repository doesn't use q-build branch. We decided with
Ludo don't commit the fix in q-build branch. The fix will be avalaible in next
q-build. Thanks. Petr
Comment 8 Jaroslav Pospisil 2005-03-15 08:39:01 UTC
O.K. It was just a little misscommunication from my side,thanks.