[jboss-jira] [JBoss JIRA] Created: (JBAS-7552) Server will not start if installation directory contains '+' (plus sign)

Julian Coleman (JIRA) jira-events at lists.jboss.org
Wed Dec 16 11:04:32 EST 2009


Server will not start if installation directory contains '+' (plus sign)
------------------------------------------------------------------------

                 Key: JBAS-7552
                 URL: https://jira.jboss.org/jira/browse/JBAS-7552
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: ClassLoading
    Affects Versions: JBossAS-5.1.0.GA
         Environment: AS 5.1.0 GA
Fedora 11
            Reporter: Julian Coleman
            Assignee: Scott M Stark
            Priority: Minor


If the server is installed into a directory containing a '+' (plus sign), it fails to start up:

=========================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: /tmp/JBoss+AS/jboss-5.1.0.GA

  JAVA: /home/jdc/jdk1.6.0_12/bin/java

  JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true

  CLASSPATH: /tmp/JBoss+AS/jboss-5.1.0.GA/bin/run.jar:/home/jdc/jdk1.6.0_12/lib/tools.jar

=========================================================================

Failed to boot JBoss:
java.lang.ClassNotFoundException: org.jboss.bootstrap.microcontainer.ServerImpl
        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:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at org.jboss.bootstrap.ServerLoader.createServer(ServerLoader.java:359)
        at org.jboss.bootstrap.ServerLoader.load(ServerLoader.java:336)
        at org.jboss.Main.boot(Main.java:215)
        at org.jboss.Main$1.run(Main.java:556)
        at java.lang.Thread.run(Thread.java:619)


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

        



More information about the jboss-jira mailing list