Hi~
I use apache-servicemix-5.0.0-SNAPSHOT in activemq,
The following information log:display:
2013-05-15 11:19:45,921 | WARN | 0.0.1:2517@61616 | TransportConnection
| 60 - org.apache.activemq.activemq-osgi - 5.8.0 |
Failed to add Connection
ID:fds-8465-84945615-3:60, reason: java.lang.SecurityException: User name
[null] or password is invalid.
2013-05-15 11:19:45,921 | WARN | 0.0.1:2517@61616 | Transport
| 60 - org.apache.activemq.activemq-osgi - 5.8.0 |
Transport Connection to : tcp://127.0.0.1:2517 failed: java.io.EOFException
2013-05-15 11:19:45,921 | WARN | r[FEATURES.JSON] |
faultJmsMessageListenerContaine
| 86 - org.springframework.jms - 3.1.4.RELEASE | Could not refresh JMS
Connection
for destination 'FEATURES.JSON' - retrying in 5000 ms. Cause: User name
[null]
or password is invalid.
2013-05-15 11:19:47,921 | INFO | q-broker] Task-2 | TransportConnection
| 60 - org.apache.activemq.activemq-osgi - 5.8.0 |
Stopping tcp://127.0.0.1:2517
because Failed with SecurityException: User name
[null] or password is invalid.
I try to manually install activemq-broker,activemq-client,activemq-pool.
But the error still exists,and there is no can be downloaded to the
activemq-core(5.8.0)
and activemq-all(5.8.0)
What is the reason?
Thanks!