APAR status
Closed as program error.
Error description
WebSphere ANT API com.ibm.websphere.ant.tasks.StopServer for
wsStopServer task enableds you to stop a standalone server
instance which fails to accept the option nowait.
When client specified the nowait option in ANT build script as
follow it throws an error.
<project name="MyProject" default="stopClusterA" basedir="../">
<description>Stop Cluster</description>
<property name="wasHome"
location="/opt/WAS50/WebSphere/DeploymentManager"/>
<taskdef name="wsStopServer"
classname="com.ibm.websphere.ant.tasks.StopServer"/>
<target name="stopClusterA">
<echo message="Stopping ClusterA ...."/>
<wsStopServer server="clusterA_server1"
username="root" password="was1wlm" nowait="true"/>
<wsStopServer server="clusterA_server2"
username="root" password="was1wlm" nowait="true"/>
</target>
</project>
ADMU9991E: Unknown option: -noWait
I have even tried replacing noWait with nowait, but still it
failed.
Local fix
Use wsadmin client or adminconsole to stop the process
Problem summary
****************************************************************
* USERS AFFECTED: WebSphere Application Servers users who use *
* ant task to stop or start servers with *
* nowait options *
****************************************************************
* PROBLEM DESCRIPTION: nowait options caused an error when *
* used in stop or start server ant task *
****************************************************************
* RECOMMENDATION: *
****************************************************************
The nowait option was not being handled correctly.
Problem conclusion
Logic has been fixed to handle the nowait option correctly.
The fix for this APAR is currently targeted for inclusion
in cumulative fixes 5.02.14 and 5.1.1.8 and fixpack 6.0.2.3.
Please refer to the recommended updates page for delivery
information:
http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980
Temporary fix Comments
APAR information |
APAR number |
PK11457 |
Reported component name |
WAS NETWRK DEPL |
Reported component ID |
5630A3601 |
Reported release |
00A |
Status |
CLOSED PER |
PE |
NoPE |
HIPER |
NoHIPER |
Special Attention |
NoSpecatt |
Submitted date |
2005-09-07 |
Closed date |
2005-11-03 |
Last modified date |
2005-11-03 |
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Modules/Macros
Publications Referenced
|
Fix information |
Fixed component name |
WAS NETWRK DEPL |
Fixed component ID |
5630A3601 |
Applicable component levels |
R003 PSY |
UP |
R00A PSY |
UP |
R00H PSY |
UP |
R00I PSY |
UP |
R00P PSY |
UP |
R00S PSY |
UP |
R00W PSY |
UP |
R103 PSY |
UP |
R10A PSY |
UP |
R10H PSY |
UP |
R10I PSY |
UP |
R10P PSY |
UP |
R10S PSY |
UP |
R10W PSY |
UP |
|