OD config file - <?xml version="1.0" encoding="UTF-8" standalone="no"?>
**
<logRules maxBytes="32Mb" level="verbose"/>
<localNode host="D-CMSWEB-APP-01.jnpr.net"/>
<replicationFarmSet>
<replicationFarm name="MYFARMNAME">
<nodeRef useNode="MyLocalHost"/>
</replicationFarm>
</replicationFarmSet>
<definition name="MYDEFINITIONNAME">
<source>
<iwStore>
<filelist area="$areaFileSystemPath^"
filePath="$fileList^">
<pathSpecification>
<path name="."/>
</pathSpecification>
</filelist>
</iwStore>
</source>
<target>
<targetTeamsite area="$targetArea^" applyExtAttrs="yes"/>
<replicationFarmLink>
<internal name="MYFARMNAME"/>
</replicationFarmLink>
</target>
</definition>
<deployment transactional="no">
<execDeploymentTask useDefinition="MYDEFINITIONNAME"/>
</deployment>
**
Command trying to run - iwodstart testJuniperOpenDeployWorkflow -k "fileList=D:\Interwoven\OpenDeployNG\tmp\deployment.txt" -k "areaFileSystemPath=I:\default\main\americas\us\en\WORKAREA\shared_wa" -k "targetArea=D:\Interwoven\OpenDeployNG\tmp"
Log file -
2018-08-28 08:31:57.306 GMT+0000 serverLog [RMI TCP Connection(859)-10.78.35.194] - ENG: Completed session queue capacity reached. Removed oldest session.
2018-08-28 08:31:57.306 GMT+0000 serverLog [RMI TCP Connection(859)-10.78.35.194] - ENG: Removing session m51
2018-08-28 08:31:57.306 GMT+0000 serverLog [RMI TCP Connection(859)-10.78.35.194] - ENG: ***ERROR - Failed starting deployment: testJuniperOpenDeployWorkflow
2018-08-28 08:31:57.306 GMT+0000 serverLog [RMI TCP Connection(859)-10.78.35.194] - API: Error encountered while starting deployment testJuniperOpenDeployWorkflow
Error: DEPLOY_CONFIG_FILE., Got null definitions hashmap.
2018-08-28 08:34:09.535 GMT+0000 serverLog [RMI TCP Connection(863)-10.78.35.194] - API: Requested start of deployment testJuniperOpenDeployWorkflow
2018-08-28 08:34:09.536 GMT+0000 serverLog [RMI TCP Connection(863)-10.78.35.194] - API: Calling server to start deployment testJuniperOpenDeployWorkflow
2018-08-28 08:34:09.536 GMT+0000 serverLog [RMI TCP Connection(863)-10.78.35.194] - ENG: Received request to start deployment testJuniperOpenDeployWorkflow.
2018-08-28 08:34:09.539 GMT+0000 serverLog [RMI TCP Connection(863)-10.78.35.194] - ENG: Starting job m52 for deployment testJuniperOpenDeployWorkflow with parameters: {MINUTEINV=0, RECURSET=NO_RECUR, DEPLOYNAMEAPI=testJuniperOpenDeployWorkflow, REPEAT=false, PAD4=null, ENDTIME=null, PAD3=null, SCHEDULEDDEPLOY=false, PAD6=null, WFMODELFILENAME=, PAD5=null, VERIFY=false, HOURINV=0, JOBID=m52, OWNER=JNPR\ssugeet, REPAIR=false, DAYINV=0, MONTHDAYS=null, DESCRIPTION=, EXTERNALTASKID=null, LOGLEVEL=UNSPECIFIED, WFJOBID=, KEYVALUES=fileList=D:\Interwoven\OpenDeployNG\tmp\deployment.txt
areaFileSystemPath=I:\default\main\americas\us\en\WORKAREA\shared_wa" -k targetArea=D:\Interwoven\OpenDeployNG\tmp
, WEEKDAY=null, CONFSUBDIR=, APPID=, NO_RECUR=NO_RECUR, DEPLOYSUFFIX=, STARTDEPLOY=true, WEEKINV=0, WFMODELDISPLAYNAME=, STARTTIME=Tue Aug 28 08:34:09 UTC 2018, SYNCH=true, DEPLOYNAME=testJuniperOpenDeployWorkflow, YEARINV=0, PAD2=null, PAD1=null, WFUSERSESSIONSTR=}
2018-08-28 08:34:09.539 GMT+0000 serverLog [RMI TCP Connection(863)-10.78.35.194] - ENG: MultiTier Latch is null
2018-08-28 08:34:09.541 GMT+0000 serverLog [RMI TCP Connection(863)-10.78.35.194] - ENG: Configuration information <com.interwoven.config100.TDeploymentConfiguration>
name= : : isValid=yes : use= : dictionary=
parent =
error vector=
2018-08-28 08:34:09.544 GMT+0000 serverLog [RMI TCP Connection(863)-10.78.35.194] - ENG: Routed Multi Tier = null
2018-08-28 08:34:09.544 GMT+0000 serverLog [RMI TCP Connection(863)-10.78.35.194] - ENG: DNR End Target = false
2018-08-28 08:34:09.544 GMT+0000 serverLog [RMI TCP Connection(863)-10.78.35.194] - ENG: DNR DeploymentJobInitialSource = false
2018-08-28 08:34:09.544 GMT+0000 serverLog [RMI TCP Connection(863)-10.78.35.194] - ENG: Is this End Node false
2018-08-28 08:34:09.550 GMT+0000 serverLog [RMI TCP Connection(863)-10.78.35.194] - ENG: ***ERROR - Area = I:\default\main\americas\us\en\WORKAREA\shared_wa" -k targetArea=D:\Interwoven\OpenDeployNG\tmp not found.
2018-08-28 08:34:09.550 GMT+0000 serverLog [RMI TCP Connection(863)-10.78.35.194] - ENG: Completed session queue capacity reached. Removed oldest session.
2018-08-28 08:34:09.550 GMT+0000 serverLog [RMI TCP Connection(863)-10.78.35.194] - ENG: Removing session m52
2018-08-28 08:34:09.550 GMT+0000 serverLog [RMI TCP Connection(863)-10.78.35.194] - ENG: ***ERROR - Failed starting deployment: testJuniperOpenDeployWorkflow
2018-08-28 08:34:09.550 GMT+0000 serverLog [RMI TCP Connection(863)-10.78.35.194] - API: Error encountered while starting deployment testJuniperOpenDeployWorkflow
Error: DEPLOY_CONFIG_FILE., Area = I:\default\main\americas\us\en\WORKAREA\shared_wa" -k targetArea=D:\Interwoven\OpenDeployNG\tmp not found.
**Is there any change require on config file or running cmd?? **
I am very new in OD development, so Please help me with the possible solutions.