We just recently upgraded CT to verion 3.4.12. Shortly after the upgrade several of our projects now sporadically fail with the error "Couldn't transform xml using translet."
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO] [app@vdevint02.atld1 DevInt2.SPCodeTgz.lpages-appcontent-0306000000.0091.tgz installPackage][ERROR] Error handler caught failed command execution: lpages-appcontent-0306000000.0091.tgz[SPCodeTgz]#extract. reason: The following error occurred while executing this line:
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO] /opt/ctier/ctl/depots/DevInt2/modules/Package/lib/command.xml:79: The following error occurred while executing this line:
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO] /opt/ctier/ctl/depots/DevInt2/modules/Package/commands/Get-Properties.xml:75: The following error occurred while executing this line:
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO] /opt/ctier/ctl/depots/DevInt2/modules/Deployment/commands/Get-Properties.xml:46: Error performing server request: Couldn't transform xml using translet
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO]
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO] [app@vdevint02.atld1 DevInt2.SPContentServiceModule.lpages.appcontent Packages-Install][ERROR] Error handler caught BuildException: The following error occurred while executing this line:
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO] /opt/ctier/ctl/depots/DevInt2/modules/Deployment/commands/Packages-Install.xml:96: The following error occurred while executing this line:
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO] /opt/ctier/ctl/depots/DevInt2/modules/Package/commands/Install.xml:20: The following error occurred while executing this line:
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO] /opt/ctier/ctl/depots/DevInt2/modules/Package/commands/installPackage.xml:22: No message
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO]
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO] [app@vdevint02.atld1 DevInt2.SPContentServiceModule.lpages.appcontent Deploy][ERROR] Error handler caught failed command execution: lpages.appcontent[SPContentServiceModule]#Packages-Install. reason: The following error occurred while executing this line:
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO] /opt/ctier/ctl/depots/DevInt2/modules/Deployment/commands/Packages-Install.xml:115: No message
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO]
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO]
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO] Command failed: No message
[app@vdeploy01.atld1 DevInt2.SPService.all FullDeploy][INFO]
bumped prio
Backcountry is seeing this error sporadically as well (even running different commands).
Here is output from running a ctl-depot -a install on a node via ctl-exec:
.....
"Install" command running for object: bcsEvans[BcsWebAppLoadBalancer]
com.controltier.ctl.cli.ctldeploy.DeployException: failed executing command: The following error occurred while executing this line:
/opt/ctier/ctl/depots/bcs/modules/Deployment/lib/command.xml:79: The following error occurred while executing this line:
/opt/ctier/ctl/depots/bcs/modules/Deployment/commands/Get-Properties.xml:46: Error performing server request: Couldn't transform xml using translet
And here it is when running a deployment:
....
begin workflow command (5/5) -> "finish -filename bcsWwwCgiBin.noarch.rpm -installroot /var/www/cgi-bin -url http://ctier.bcinfra.net:8080/jackrabbit/repository/workbench/pkgs/bcs/BcsWwwCgiBinRpm/noarch.rpms/bcsWwwCgiBin-201011180226-1.camp1.noarch.rpm" ...
Error handler caught failed command execution: bcsWwwCgiBin-201011180226-1.camp1.noarch.rpm[BcsWwwCgiBinRpm]#finish. reason: The following error occurred while executing this line:
/opt/ctier/ctl/depots/bcs/modules/Package/lib/command.xml:79: The following error occurred while executing this line:
/opt/ctier/ctl/depots/bcs/modules/Package/commands/Get-Properties.xml:75: The following error occurred while executing this line:
/opt/ctier/ctl/depots/bcs/modules/Deployment/commands/Get-Properties.xml:46: Error performing server request: Couldn't transform xml using translet
Error handler caught BuildException: The following error occurred while executing this line:
/opt/ctier/ctl/depots/bcs/modules/Deployment/commands/Packages-Install.xml:96: The following error occurred while executing this line:
/opt/ctier/ctl/depots/bcs/modules/Package/commands/Install.xml:20: The following error occurred while executing this line:
/opt/ctier/ctl/depots/bcs/modules/Package/commands/installPackage.xml:22: No message
Error handler caught failed command execution: bcsBadlands[BcsWebAppWww]#Packages-Install. reason: The following error occurred while executing this line:
/opt/ctier/ctl/depots/bcs/modules/Deployment/commands/Packages-Install.xml:115: No message
Command failed: No message
We're running Workbench 3.4.10 (rpm install ctier-server-3.4.10-1), and using the rpm client ctier-client-3.4.10-1 on all our nodes.
I've found that reducing concurrency will reduce the chances of this error appearing. So changing from this command:
ctl-exec -p bcs -I tags=production -C 20 -- ctl-depot -p bcs -a install
which will almost always result in this error, to this:
ctl-exec -p bcs -I tags=production -C 2 -- ctl-depot -p bcs -a install
which will almost never result in this error.
This is just one example.