Hi,
I have been trying to upgrade CQ5 5.5 to Service Pack 2.
Out of 10, the upgrade gets successful 7 times but it fails for the rest of the times.
Script that I am using:
#cq5-update-pkg-5.5.10.zip and cq5-service-pack-2.zip
curl -u ${crx_site_user}:${crx_site_password} -F package=@$PACKAGE_DIR/cq5-update-pkg-5.5.10.zip http://${privateIP}:${cq5_author_listen_port}/crx/packmgr/service/.json/?cmd=upload
curl -u ${crx_site_user}:${crx_site_password} -F package=@$PACKAGE_DIR/cq5-service-pack-2.zip http://${privateIP}:${cq5_author_listen_port}/crx/packmgr/service/.json/?cmd=upload
curl -u ${crx_site_user}:${crx_site_password} -X POST http://${privateIP}:${cq5_author_listen_port}/crx/packmgr/service/.json/etc/packages/day/cq550/upd ate/cq-update-pkg-5.5.10.zip?cmd=install
curl -u ${crx_site_user}:${crx_site_password} -X POST http://${privateIP}:${cq5_author_listen_port}/crx/packmgr/service/.json/etc/packages/day/cq550/upd ate/cq-service-pack-5.5.2.20121012.zip?cmd=install
CQ5 Update Package gets installed but it gets failed while installation of cq5-service-pack-2.zip
<html><head><title>
500
Internal Server Error
</title></head><body><h1>
Internal Server Error
Internal Server Error
</title></head><body><h1>
Internal Server Error
</h1>
</body></html>
This error corrupts my cq5 Author Package. Same behavior is observed for Publisher Package. Though, this issue is intermittent, but the after-effects leads to fresh installation of CQ5.
Any help would be appreciated.