the exception listed in the second thread entry is caused by the fact that you are running
JBoss not as root and the $JBOSS_HOME/server/xx/conf directory does not have 'x'
(search permission flag) set, so if you are running as 'jboss' you simply do not
have access to conf/* directory content.
I think that 'chmod +x' on conf would help
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063340#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...