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 73367 - warning not shown when shutdown.sh isn't executable
Summary: warning not shown when shutdown.sh isn't executable
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-08 10:02 UTC by Jan Horvath
Modified: 2006-07-12 13:52 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 Jan Horvath 2006-03-08 10:02:51 UTC
build 200603080300

if shutdown.sh script doesn't have exec privileges and I invoke stop on server node, server isn't stopped 
and I don't see why. There should be similar warning as if run.sh isn't executable.
Comment 1 Libor Kotouc 2006-05-05 10:08:15 UTC
fireHandleProgressEvent() is called correctly, the problem is in the j2eeserver
Comment 2 Libor Kotouc 2006-06-15 13:08:27 UTC
The StateType.FAILED events are only logged in ProgressUI.handleProgressEvent().
Comment 3 Sherold Dev 2006-07-12 13:52:04 UTC
F.

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.2.4.2.10; previous revision: 1.61.2.4.2.9
done