[
https://issues.apache.org/jira/browse/QPID-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257020#comment-13257020
]
Robbie Gemmell commented on QPID-3961:
--------------------------------------
Hi Emmanuel,
I presume this issue only occurred after updating from an older release (i.e
have you tried Qpid 0.12 or lower previously and had success)? There only
appear to have been two changes to that script in the last 18 months, both of
which I applied and have seen working on a Windows (7) machine. However, I
notice that one of those changes has slightly altered an update you previously
submitted a patch for around the quoting of QPID_WORK and QPID_HOME to handle
spaces, so I wonder if its that possibly causing the issue. Its also admittedly
some time since I tried the script on XP, over a year, as I haven't had an XP
machine myself for over 5 years now and even work have migrated now. I'll try
to check out both of those things in the next couple days and see if we can't
get this resolved in time for 0.16.
Robbie
> 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: [email protected]
For additional commands, e-mail: [email protected]