You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Berndt Sevcik <se...@ict.tuwien.ac.at> on 2009/01/21 10:34:38 UTC

Cluster with servicemix-http

I try to let a servicemix-http Service unit to communicate with ODE on another host in a Servicemix cluster using JMS flow. When sending a request I always get returned:

STATUS: 500
<?xml version='1.0' encoding='UTF-8'?><soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Body><soap:Fault><soap:Code><soap:Value>soap:Receiver</soap:Value></soap:Code><soap:Reason><soap:Text xml:lang="en">java.lang.NullPointerException</soap:Text></soap:Reason></soap:Fault></soap:Body></soap:Envelope>

SMX debugging is turned on DEBUG mode. No exceptions are shown.

Deploying both ODE and http on the same cluster host everything works fine. The cluster is using static network configuration.
Also the cluster itself is working as other SU show.

Berndt