[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-06-05 Thread yhovart
After rebooting, the server started with "service start" but i got a permgenspace error. I copied the JAVA_OPTS from my run.conf.bat into the service.bat and then it works. Maybe the run.conf.bat is not taken into account when starting as a service, i should check that. I also notice that dec

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-06-05 Thread yhovart
First of all, thx. JAVA_HOME is set : | JAVA_HOME=C:\Program Files\Java\jdk1.6.0_12. | Here are the Java options included by the run.conf.bat: Dev instance: | rem # | rem # dev | rem # | set "JAVA_OPTS=-Xms128M -Xmx512M -XX:MaxPermSize=256M" | set "JAVA_OPTS=%JAVA_OPTS% -Dsun.rm

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-06-04 Thread yhovart
I've read a few post on forums saying the OutOfMemory may be misleading... If anyone got an idea, thx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4235423#4235423 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4235423

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to run JBoss AS as Windows Service

2009-06-04 Thread yhovart
Hi, I'm getting similar problems running JBoss 5.1.0-GA as a service on Windows using service.bat : service.bat install works fine service.bat start does not I've tried with the jbosssvs.exe file attached to the JIRA. Here is the run.log i get running on my developement computer: | Starti