[jbosstools-issues] [JBoss JIRA] (JBIDE-12113) AS7: -Dlogging.configuration set incorrectly with space in path

Martin Malina (JIRA) jira-events at lists.jboss.org
Wed Jun 6 10:24:18 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-12113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699426#comment-12699426 ] 

Martin Malina commented on JBIDE-12113:
---------------------------------------

You're right, that makes sense, I didn't realize that. But a proper URL should have file:///Absolute/Path/To/File or file://Relative/Path. But we just copy what AS7 does here and it does it exactly this way. Where it differs is exactly the interpretation of the space - ./standalone.sh uses simple space whereas JBT uses %20.
So I guess I will have to create a JIRA for AS7. And also, I need to verify if the settings file actually gets loaded or not.
                
> AS7: -Dlogging.configuration set incorrectly with space in path
> ---------------------------------------------------------------
>
>                 Key: JBIDE-12113
>                 URL: https://issues.jboss.org/browse/JBIDE-12113
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS/Servers
>    Affects Versions: 3.3.0.CR1
>         Environment: jbdevstudio-product-universal-5.0.0.v20120605-2229-H183-CR1.jar
> Max OS X 10.7 Lion
>            Reporter: Martin Malina
>            Assignee: Rob Stryker
>             Fix For: 3.3.1
>
>
> When you set up AS7/EAP6 server with a space in the path, the server is started with something like this:
> -Dlogging.configuration=file:/Users/rasp/jbossqa/runtimes/space%20dir/jboss-as-7.1.1.Final/standalone/configuration/logging.properties
> Note %20 in the path - it is used instead of real space. When you start the server from command line using ./standalone.sh, this doesn't happen and there is normal space.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list