[ 
https://issues.apache.org/jira/browse/QPID-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257026#comment-13257026
 ] 

Emmanuel Bourg commented on QPID-3961:
--------------------------------------

Yes that's fine with the trunk, sorry for the noise.
                
> qpid-server.bat doesn't work (MalformedURLException: unknown protocol: c)
> -------------------------------------------------------------------------
>
>                 Key: QPID-3961
>                 URL: https://issues.apache.org/jira/browse/QPID-3961
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.14
>            Reporter: Emmanuel Bourg
>
> {{qpid-server.bat}} in the Qpid 0.14 release and on the trunk fails to work 
> on Windows XP with Java 6u31. The following trace appears on the console:
> {code}
> Warning: Qpid classpath not set. CLASSPATH set to C:\Documents and 
> Settings\Emmanuel\Mes documents\qpid-broker-0.14\lib\qpid-all.jar
> Info: QPID_JAVA_GC not set. Defaulting to JAVA_GC -XX:+UseConcMarkSweepGC 
> -XX:+HeapDumpOnOutOfMemoryError
> Info: QPID_JAVA_MEM not set. Defaulting to JAVA_MEM -Xmx1024m
> [Broker] BRK-1006 : Using configuration : C:\Documents and 
> Settings\Emmanuel\Mes documents\qpid-broker-0.14\etc\config.xml
> [Broker] BRK-1007 : Using logging configuration : C:\Documents and 
> Settings\Emmanuel\Mes documents\qpid-broker-0.14\etc\log4j.xml
> Exception during startup: org.apache.qpid.server.Broker$InitException: 
> unknown protocol: c
> org.apache.qpid.server.Broker$InitException: unknown protocol: c
>         at org.apache.qpid.server.Broker.configureLogging(Broker.java:405)
>         at org.apache.qpid.server.Broker.startupImpl(Broker.java:109)
>         at org.apache.qpid.server.Broker.startup(Broker.java:90)
>         at org.apache.qpid.server.Main.startBroker(Main.java:241)
>         at org.apache.qpid.server.Main.execute(Main.java:235)
>         at org.apache.qpid.server.Main.<init>(Main.java:147)
>         at org.apache.qpid.server.Main.main(Main.java:138)
> Caused by: java.net.MalformedURLException: unknown protocol: c
>         at java.net.URL.<init>(URL.java:574)
>         at java.net.URL.<init>(URL.java:464)
>         at java.net.URL.<init>(URL.java:413)
>         at 
> com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:650)
>         at 
> com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:186)
>         at 
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:772)
>         at 
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
>         at 
> com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
>         at 
> com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:235)
>         at 
> com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
>         at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:180)
>         at 
> org.apache.log4j.xml.QpidLog4JConfigurator.parseXMLConfigFile(QpidLog4JConfigurator.java:128)
>         at 
> org.apache.log4j.xml.QpidLog4JConfigurator.configure(QpidLog4JConfigurator.java:67)
>         at org.apache.qpid.server.Broker.configureLogging(Broker.java:401)
>         ... 6 more
> {code}

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to