[jboss-jira] [JBoss JIRA] Commented: (JBAS-8608) Launch from path with space does not work
Stuart Douglas (JIRA)
jira-events at lists.jboss.org
Wed Jan 12 16:00:49 EST 2011
[ https://issues.jboss.org/browse/JBAS-8608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575109#comment-12575109 ]
Stuart Douglas commented on JBAS-8608:
--------------------------------------
This should be fixed for unix like systems, it still needs to be fixed for windows however.
> Launch from path with space does not work
> -----------------------------------------
>
> Key: JBAS-8608
> URL: https://issues.jboss.org/browse/JBAS-8608
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 7.0.0.Alpha1
> Reporter: Max Andersen
> Priority: Critical
>
> Having a space in your download/install dir causes problem on AS 7(common on Mac for those forgetting to set simple username or on windows where "Documents and Settings" is the default - hence why I marked it critical ;):
> mkdir "space launch"
> cd "space launch"
> unzip jboss-7.0.0.Alpha1
> cd jboss-7.0.0.Alpha1
> ./bin/standalone.sh
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /Users/max/space launch/jboss-7.0.0.Alpha1
> JAVA: java
> JAVA_OPTS: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
> =========================================================================
> Exception in thread "main" java.lang.NoClassDefFoundError: launch/jboss-7/0/0/Alpha1/standalone/log/boot/log
> Caused by: java.lang.ClassNotFoundException: launch.jboss-7.0.0.Alpha1.standalone.log.boot.log
> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list