Hide Forgot
Description of problem: Permissions on jboss-as-domain.sh are changed by installation. The script is used for running EAP as service [1] in domain mode. Version-Release number of selected component (if applicable): EAP 6.2.0.ER7 How reproducible: Always Steps to Reproduce: 1. Install EAP. 2. Navigate to $INSTALLATION_TARGET directory. 3. ~/EAP-6.2.0]$ ll jboss-eap-6.2/bin/init.d/ Actual results: -rw-rw-r--. 1 pkremens pkremens 369 Oct 29 17:41 jboss-as.conf -rw-rw-r--. 1 pkremens pkremens 3838 Oct 29 17:41 jboss-as-domain.sh -rwxrwxr-x. 1 pkremens pkremens 3672 Oct 29 17:41 jboss-as-standalone.sh Expected results: -rw-rw-r--. 1 pkremens pkremens 369 Oct 29 12:41 jboss-as.conf -rwxr-xr-x. 1 pkremens pkremens 3838 Oct 29 12:41 jboss-as-domain.sh -rwxr-xr-x. 1 pkremens pkremens 3672 Oct 29 12:41 jboss-as-standalone.sh Additional info: [1] - http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/6.2/html/Installation_Guide/Install_JBoss_Enterprise_Application_Platform_6_Red_Hat_Enterprise_Linux_Service.html
I have marked the jboss-as-domain.sh file as executable in the core-packs. This cuases it to be installed with the correct permissions. See: http://git.app.eng.bos.redhat.com/jbossas-installer.git/commit/?h=eap-6.2&id=64ffb71d032cbc57d22239d6dd011dfae9b7ad7f
Verified on EAP 6.2.0.CR1 installer.