I'm trying to get a SMX cluster running consisting of two SA and two SMX
instances on two different hosts. One SA is including the http BC and the other
one the ODE engine. Running both SA in the same SMX instance is not problem and
everything works fine. Putting the two SA on different machines the query
results in the following debug output:
10:31:16,920 | DEBUG | btpool0-1 | HttpComponent |
emix.common.AsyncBaseLifeCycle 626 | Created correlation id:
ID:127.0.1.1-11ed983c88a-6:2
10:31:16,980 | DEBUG | btpool0-1 | DeliveryChannelImpl |
.messaging.DeliveryChannelImpl 425 | Send ID:127.0.1.1-11ed983c88a-6:2 in
DeliveryChannel{servicemix-http}
10:31:16,981 | DEBUG | btpool0-1 | SecuredBroker |
mix.jbi.security.SecuredBroker 66 | send exchange with secure broker
10:31:16,981 | WARN | btpool0-1 | DefaultBroker |
rvicemix.jbi.nmr.DefaultBroker 344 | ServiceName
({urn:/NameInfo.wsdl}NameService) specified for routing, but can't find it
registered
10:31:16,982 | WARN | btpool0-1 | DefaultBroker |
rvicemix.jbi.nmr.DefaultBroker 344 | ServiceName
({urn:/NameInfo.wsdl}NameService) specified for routing, but can't find it
registered
10:31:16,990 | DEBUG | btpool0-1 | DeliveryChannelImpl |
.messaging.DeliveryChannelImpl 398 | Exception processing:
ID:127.0.1.1-11ed983c88a-6:2 in DeliveryChannel{servicemix-http}
The cluster is using a static configuration and the debug output is also
showing communication between the instances after the second one is starting:
10:03:37,841 | DEBUG | ActiveMQ Session Task | JMSFlow |
i.nmr.flow.jms.AbstractJMSFlow 378 | ServiceMix: broadcasting info for
org.apache.servicemix.jbi.event.EndpointEvent[source=ServiceEndpoint[service={urn:/JdbcInfo.wsdl}JdbcService,endpoint=JdbcPort]]
10:03:37,994 | DEBUG |
pool-flow.jca.ActiveMQ.Advisory.Consumer.Topic.org.apache.servicemix.JCAFlow-thread-3
| JCAFlow | cemix.jbi.nmr.flow.jca.JCAFlow 389 | ServiceMix:
broadcasting info for
org.apache.servicemix.jbi.event.EndpointEvent[source=ServiceEndpoint[service={urn:/JdbcInfo.wsdl}JdbcService,endpoint=JdbcPort]]
I have no idea what is the cause for it. Thanks for help in advance.
Berndt