[jboss-jira] [JBoss JIRA] Commented: (JBAS-5234) Include the Windows Service Runner binary (jbossvc.exe) in the distro

Mladen Turk (JIRA) jira-events at lists.jboss.org
Mon Mar 17 15:51:51 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBAS-5234?page=comments#action_12403236 ] 
            
Mladen Turk commented on JBAS-5234:
-----------------------------------

The new params to Main (post 5.0 Beta4) contains the param
-Djboss.java.opts="%JAVA_OPTS%"

Now this is broken because if any JAVA_OPTS has quoted string there
will be double quoting issue resulting in the following error when starting JBoss

java.lang.NoClassDefFoundError: Files
Caused by: java.lang.ClassNotFoundException: Files
	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
Exception in thread "main" Shutdown service 



> Include the Windows Service Runner binary (jbossvc.exe) in the distro
> ---------------------------------------------------------------------
>
>                 Key: JBAS-5234
>                 URL: http://jira.jboss.com/jira/browse/JBAS-5234
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Other
>            Reporter: Dimitris Andreadis
>         Assigned To: Dimitris Andreadis
>            Priority: Critical
>             Fix For: JBossAS-5.0.0.CR1
>
>
> Include jbossvc.exe in the bin directory to allow jboss to start/stop as a windows service.
> http://labs.jboss.com/jbossweb/install/service.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list