Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Finding who spawned a deployment ?
Andy Knipp
Strange problem. I have a deployment that gets invoked from a WF I wrote or a custom menu item.
Somehow, somewhere, someone has this puppy kicking off every minute (with a bad set of parameters so it fails).
How can I figure out how this is getting started ? It is not in cron, nor is it in the OD schedule.
I know I can rename it and change my code, but I would really like to figure out how this is getting started.
Is there a retry infinitely flag I have set ?
from the log:
ENG: 2003-04-21 14:21:45 MST GMT-07:00 Begin logfile [/u03/iw-home/OpenDeployNG/
log/src.configfiles.log] ---------
ENG: 2003-04-21 14:21:45 MST GMT-07:00 Job ID=m199 Deployment=configfiles
ENG: 2003-04-21 14:21:45 MST GMT-07:00 Deployment config file[/u03/iw-home/OpenD
eployNG/conf/configfiles.xml]
ENG: 2003-04-21 14:21:45 MST GMT-07:00 -----------------------------------------
------------------
<?xml version="1.0" encoding="ISO-8859-1" ?>
<deploymentConfiguration >
<localNode host="localhost" />
<replicationFarmSet >
<replicationFarm name="MYFARMNAME" >
<nodeRef useNode="MyLocalHost" >
<targetRules area="" >
</targetRules>
</nodeRef>
</replicationFarm>
</replicationFarmSet>
<definition name="move config" >
<source >
<sourceFilesystem area="$srcarea^" filelist="" >
<pathSpecification >
<path name="." >
</path>
</pathSpecification>
</sourceFilesystem>
</source>
<target useReplicationFarm="MYFARMNAME" >
<targetFilesystem area="/tmp/test" >
</targetFilesystem>
<comparisonRules dateDifferent="yes" revert="no" ignoreA
cls="no" ignoreModes="no" ignoreUser="no" ignoreGroup="no" >
</comparisonRules>
<transferRules doDeletes="no" dontDo="no" preserveAcls="
no" followLinks="no" svrTryCount="" svrTryInterval="" svrTryDisableOverwrite="no
" rmReadOnly="no" >
</transferRules>
<permissionRules amask="" omask="" directory="775" file=
"664" group="tsadmgrp" user="tsadm" changeAccess="" setAccess="" >
</permissionRules>
</target>
</definition>
<deployment transactional="no" >
<execDeploymentTask useDefinition="move config" downRev="" >
</execDeploymentTask>
</deployment>
</deploymentConfiguration>
ENG: 2003-04-21 14:21:45 MST GMT-07:00 -----------------------------------------
------------------
ENG: 2003-04-21 14:21:45 MST GMT-07:00 End of deployment config file[/u03/iw-hom
e/OpenDeployNG/conf/configfiles.xml]
ENG: 2003-04-21 14:21:45 MST GMT-07:00 ***ERROR - Area = not found.
ENG: 2003-04-21 14:21:45 MST GMT-07:00 ***ERROR - Failed to start deployment.
ENG: 2003-04-21 14:21:45 MST GMT-07:00 End logfile [/u03/iw-home/OpenDeployNG/lo
g/src.configfiles.log]
Tips Pointers, RTFMs appreciated
Andy
Find more posts tagged with
Comments
There are no comments yet