I ran an OD5.0.1 filelist deployment from my source server to my destination server as part of a deployment development effort. Between deployment iterations, I deleted everything out of the target server's destination directory. When I re-ran the deployment, the opendeploy process failed, but never died. It just sticks around. It doesn't show up in a ps -ef listing, but when I try to re-run the deployment, I get this error:
$ ./iwodserverreset
OpenDeploy server host: localhost, RMI registry port: 9173
** ERROR : 1 deploymentis currently active. Please retry later.
filelist137 m10 SENDING
$
$ ./iwodstart filelist137
Locating OpenDeploy service.
OpenDeploy server host: localhost, RMI registry port: 9173
Got OpenDeploy service.
>>>>>-- Start deployment filelist137.
iwodstart running in default synchronous mode.
Need to wait for deployment to complete.
** ERROR : Starting deployment.
Reason from server: DEPLOY_CONFIG_FILE
Details : Deployment filelist137 is already running. Request to start it now cannot be done.
How do you kill this orphan deployment cleanly??? TIA,
Tom