2016-12-24 12 views
1

Ich versuche ActiveMQ 5.14.3 unter Windows7 x32 zu installieren. Aber ich habe einige Fehler während der Installation. Wie kann ich es beheben? HierFehler bei der ActiveMQ-Installation

jvm 1 | ERROR | Failed to start Apache ActiveMQ ([localhost, ID:Admin--49711- 
1482610732322-0:1], java.net.URISyntaxException: Illegal character in hostname a 
t index 10: ws://Admin-╧╩:61614?maximumConnections=1000&wireFormat.maxFrameSize= 
104857600) 
jvm 1 | WARN | Exception thrown from LifecycleProcessor on context close 
jvm 1 | WARN | Exception encountered during context initialization - cancell 
Jvm 1 | ERROR: java.lang.RuntimeException: Failed to execute start task. Reas 
on: java.lang.IllegalStateException: BeanFactory not initialized or already clos 
ed - call 'refresh' before accessing beans via the ApplicationContext 

ist volle Leistung der Konsole: pastebin

UPD 1 Mein activemq.xml Teil

<transportConnectors> 
      <!-- DOS protection, limit concurrent connections to 1000 and frame size to 100MB --> 
      <transportConnector name="openwire" uri="tcp://0.0.0.0:61616?maximumConnections=1000&amp;wireFormat.maxFrameSize=104857600"/> 
      <transportConnector name="amqp" uri="amqp://0.0.0.0:5672?maximumConnections=1000&amp;wireFormat.maxFrameSize=104857600"/> 
      <transportConnector name="stomp" uri="stomp://0.0.0.0:61613?maximumConnections=1000&amp;wireFormat.maxFrameSize=104857600"/> 
      <transportConnector name="mqtt" uri="mqtt://0.0.0.0:1883?maximumConnections=1000&amp;wireFormat.maxFrameSize=104857600"/> 
      <transportConnector name="ws" uri="ws://0.0.0.0:61614?maximumConnections=1000&amp;wireFormat.maxFrameSize=104857600"/> 
</transportConnectors> 
+0

Haben Sie den Hostnamen ws Transport geändert ?? Das was die Logs sagen. Poste deine activemq.xml transports Teil bitte –

Antwort

0

transportiert Stellen Sie sicher, dass die ws Transport ist wie diese

<transportConnector name="ws" uri="ws://0.0.0.0:61614?maximumConnections=1000&amp;wireFormat.maxFrameSize=104857600"/> 

aktualisieren

Versuchen mit jre 1.7

+0

Ja, ws Transport ist gleich deinem –

+0

Versuche mit jre 1.7 –

+0

Der gleiche Fehler ( –