Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.0
-
Fix Version/s: 2.0.0
-
Component/s: Installation Scripts
-
Labels:None
-
Environment:
optus-jboss4 (fixed), SIT, PREP, PROD, QA
odabackjboss01.prep / dabackjboss01.sit
-
Sprint:Sprint 12, Sprint 13
Description
The install-jboss-4.2.1-Agency-SaaS-Platform.sh attempts to add allowLinking="true" to the context.xml file but fails.
This attribute is necessary so we can download reports from the ReportService on to other servers (like the data checker discrepancy report generator).
affected install script: core/system/jboss-4.2.1-agency-saas/install-jboss-4.2.1-Agency-SaaS-Platform.sh
file: /usr/local/jboss-4.2.1.GA/server/<SERVER_NAME>/deploy/jboss-web.deployer/context.xml
command that is not working:
- Setup symlink support
sed -i "s/<Context cookies="true" crossContext="true">/<Context cookies="true" crossContext="true" allowLinking="true">/g" $JBOSS_MESSAGING_SERVER_INSTANCE/deploy/jboss-web.deployer/context.xml