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 62498 - Run/Debug sequence on appserver fails
Summary: Run/Debug sequence on appserver fails
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks: 62440
  Show dependency tree
 
Reported: 2005-08-17 15:16 UTC by Jaroslav Pospisil
Modified: 2005-11-11 10:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
output logs (132.44 KB, text/plain)
2005-08-17 15:17 UTC, Jaroslav Pospisil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Pospisil 2005-08-17 15:16:30 UTC
Build 200508161800,JDK 1.5.0_04.

1)start with new userdir
2)add appserver in Runtime tab
3)Create new web application on appserver
4)Run it
5)Try to debug it
6)ERROR
There is couple of error messages,one empty and another with messages,that
appserver cannot be stopped and started.
Deployment fails.
Attaching logs.
Comment 1 Jaroslav Pospisil 2005-08-17 15:17:22 UTC
Created attachment 23995 [details]
output logs
Comment 2 _ ludo 2005-08-17 20:14:20 UTC
Seems to be a regression when moving J2eeserver to use the new progress UI.

Sequence of stop/start in debug mode does not work anymore.
but individual stop/ start or start in debug mode from popup menu of AS 8 works.
Waht does not work as well is via these popup menus, the AS 8 tree is not
updated as before.
Nothing changed in the plugin afaik.
Comment 3 Martin Schovanek 2005-08-18 13:21:24 UTC
It is Q-build 200508161800 stopper. Please fix it ASAP.
Comment 4 Sherold Dev 2005-08-22 17:55:42 UTC
Fixed in trunk.

Checking in src/org/netbeans/modules/j2ee/deployment/impl/ServerInstance.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ServerInstance.java,v
 <--  ServerInstance.java
new revision: 1.61; previous revision: 1.60
done
Checking in src/org/netbeans/modules/j2ee/deployment/impl/ui/InstanceNode.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/InstanceNode.java,v
 <--  InstanceNode.java
new revision: 1.18; previous revision: 1.17
done
Checking in
src/org/netbeans/modules/j2ee/deployment/impl/ui/InstanceTargetXNode.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ui/InstanceTargetXNode.java,v
 <--  InstanceTargetXNode.java
new revision: 1.21; previous revision: 1.20
done
Comment 5 Sherold Dev 2005-08-22 18:00:39 UTC
Fixed in the QBE200508161800 branch.
Comment 6 Jaroslav Pospisil 2005-11-11 10:45:42 UTC
Verified in 200511092030