Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
open deploy
vinylrecord
we are facing a problem with the open deploy. we wrote our own XML file but it was giving an error as exception:NULL when we do start deploy
.
Find more posts tagged with
Comments
MattP
It will help if you post the xml file.
Matt
Matthew Petitjean
BOC Group
Murray Hill, NJ 07974 USA
vinylrecord
here ie the xml file, which is giving errors at deployment.
we want the dcrs, in the teamsite area /default/main/namita/WORKAREA/WebWork to be deployed at the server.
<?xml version="1.0" encoding="ISO-8859-1" ?>
<deploymentConfiguration >
<logRules maxBytes="32Mb" level="normal" >
</logRules>
<localNode host="EMATRIX" />
<replicationFarmSet >
<replicationFarm name="DATADEPLOYREP" >
<nodeRef useNode="MyLocalHost" >
</nodeRef>
</replicationFarm>
</replicationFarmSet>
<definition name="MYDEF" >
<source >
<sourceTeamsite area="/default/main/namita/WORKAREA/WebWork" previousArea="" >
<pathSpecification >
<path name="." >
</path>
</pathSpecification>
</sourceTeamsite>
</source>
<target useReplicationFarm="DATADEPLOYREP" >
<targetFilesystem area="/softwares/interwoven/iw-home/OpenDeployNG/tmp" >
</targetFilesystem>
<comparisonRules dateDifferent="yes" revert="no" ignoreAcls="no" ignoreModes="no" ignoreUser="no" ignoreGroup="no" />
<permissionRules amask="" omask="" directory="0755" file="0644" group="" user="" changeAccess="" setAccess="" />
</target>
</definition>
<deployment transactional="no" >
<execDeploymentTask useDefinition="MYDEF" downRev="4.5.2" >
<deployNRun>
<dnrFile location="target" when="before" state="always" mask="">
<script cmd="" as="" where="" async="no" />
</dnrFile>
</deployNRun>
</execDeploymentTask>
</deployment>
</deploymentConfiguration>
Migrateduser
I see sourceTeamsite and downRev="4.5.2" in your config, which indicates you are attempting a TS-based deployment using OD 5.5.1 to an OD 4.5.2 receiver. This is not allowed. Please take a look at the OD 5.5.1 Release Notes for more info. Specifically, the section entitled "Deploying Files Between OpenDeploy Releases".
BTW, OD has a config composer in the UI which let's you create and edit deployment configs. I find it handy for avoiding XML coding errors.
Todd Scallan
Senior Product Manager
Interwoven
t: 408-530-7167
e:
tscallan@interwoven.com
Adam Stoller
(1) It is generally recommended that you do *not* deploy files from a workarea.
(2) as of 5.5.1 sourceTeamsite's 'previousArea' attribute is a *required* attribute and cannot be left blank. There should be an error meessage (perhaps in the odbase.log file) indicating this.
Are you sure you want to use sourceTeamsite and not sourceFilesystem ?
--fish
(Interwoven Senior Technical Consultant)