|
From: Tomas G. <to...@pr...> - 2016-04-19 06:42:32
|
Your error is noted below. "Permission Denied" means that you have performed some tasks as root, giving files root permission. And now you try to run as non-root, meaning that JBoss can not access it's own files. You need to fix file permission to be able to run as non-root. Cheers, Tomas On 2016-04-19 08:26, S Rajesh wrote: > Caused by: java.io.FileNotFoundException: > /home/user/jboss-as-7.1.1.Final/standalone/log/boot.log (Permission denied) |