Pelisse Romain

Results 10 comments of Pelisse Romain

@bserdar can you paste the fix here (or do a dirty, broken PR), @sabre1041, @hcherukuri or me will take care of integrating it properly!

>I agree yaml file is easy to read. But something similar can be achieved with formatting of CLI commands. ( I know it is not yaml :) ) That's a...

@mchoma I built a prototype based on @ehsavoie work and I have yet to find a use case where I need to use the CLI directly (apart from app deployment)....

@thomas2004ch First of all, are you running SELinux? If so, just disable and try again. Also, I think you may have install EAP7 along with it, because this folder comes...

> @rpelisse > 1. > My OS is RHEL7.7. I'm not sure why you are reply that, that's not really what I've asked for :) ! Can you check if...

Ok, nothing wrong here. We need now to look at those two configuration file: * /etc/jbossas/jbossas.conf * /etc/sysconfig/jbossas

Ok, both have the same content and both are entirely commented out. Just as a test and a potential workaround can uncomment the following line in both file: `# Define...

Getting this error while having the file /usr/lib/systemd/system/eap6-jbossas-standalone.service is weird. Did you reload systemd-daemon? If not, please do so and try again to start the service: ``` # systemctl daemon-reload...

`Aug 30 12:31:05 s001ap21-test-n.ad001.proactiv.grp jbossas[27707]: Starting jbossas: runuser: warning: cannot change directory to /opt/rh/eap7/root/usr/share/wildfly: No such file or directory` Why are we still getting this? Let's move away of systemd...

OK, so EAP7 itself works, but the integration of it, as a systemd service, is broken. Can you attach the /usr/lib/systemd/system/eap6-jbossas-standalone.service file?