I am trying Continuous Deployment Example with Tomcat on Ubuntu server and struck in the step to upload apache and cruisecontrol file in repository.
ctl -p demo -m zip -c upload -- -filename pkgs/apache-tomcat-6.0.14.zip -xml templates/apache-tomcat-6.0.14.zip.xml
and ctl -p demo -m zip -c upload -- -filename pkgs/cruisecontrol-bin-2.7.1.zip -xml templates/cruisecontrol-bin-2.7.1.zip.xml
Puted 1 file to
http://01hw394566:8080/jackrabbit/repository/controltier/pkgs/demo/CruiseControlZip/zips/cruisecontrol-bin-2.7.1.zipLoading "/home/nielsen/ctier/examples/continuous-deployment/cruisecontrol-bin-2.7.1.zip.xml" ...
1 file(s) have been successfully validated.
Processing /home/nielsen/ctier/examples/continuous-deployment/cruisecontrol-bin-2.7.1.zip.xml to /home/nielsen/ctier/ctl/var/tmp/projectxml-1274755048.xml
Loading stylesheet /home/nielsen/ctier/ctl/projects/demo/modules/ProjectBuilder/lib/load-resources/projectxml/project.xsl
Mapping XML to properties ...
[timer: 0.185 sec]
Batching new object creation requests ...
[timer: 1.076 sec]
Executing batched new object creation for 1 objects ...
Error: The following error occurred while executing this line:
/home/nielsen/ctier/ctl/modules/Package/commands/upload.xml:23: The following error occurred while executing this line:
/home/nielsen/ctier/ctl/modules/Package/bin/upload.xml:111: The following error occurred while executing this line:
/home/nielsen/ctier/ctl/modules/Package/commands/register.xml:31: The following error occurred while executing this line:
/home/nielsen/ctier/ctl/projects/demo/modules/ProjectBuilder/commands/load-resources.xml:20: The following error occurred while executing this line:
/home/nielsen/ctier/ctl/projects/demo/modules/ProjectBuilder/lib/load-resources/projectxml/antlib.xml:1039:
Error performing server request: Error populating bean: Failed storing object: cruisecontrol-bin-2.7.1.zip[CruiseControlZip]. Reason: Failed creating ResourceEntity: Cannot create the instance, because the type does not exist: CruiseControlZip
Please guide me to resolve this error.