Hi,

I assume 10.100.2.164 is the ip for the machine you run servicemix.
Could you check if there's any firewall configuration which block your request? Or could you change it to tcp://0.0.0.0:61616 in the related configuration files, I believe it will bind all your available network interfaces.

Freeman
On 2010-11-11, at 下午5:32, servicemix-user wrote:


hi
i have tested the sample loan-broker example in servicemix3.3. the client code is successfully running in local machine where as in other machine i
cant access the code.
im getting the following error.
Connecting to JMS server.
Sending request.
  Evicting inactive request for correlationID: Entry for key: 1
 Error--->javax.jms.JMSException:
edu.emory.mathcs.backport.java.util.concurrent.TimeoutException
Closing.

i modified the following file such as
servicemix.xml     --->   <property name="brokerURL"
value="tcp://10.100.2.164:61616" />
/conf/jndi.xml:      ---->   serverUrl="vm://10.100.2.164"/>
./conf/servicemix.properties:rmi.host ------ > =
10.100.2.164
./conf/servicemix.properties:activemq.host    -------->              =
10.100.2.164
./conf/activemq.xml:    ------->   <amq:transportConnector
uri="tcp://10.100.2.164:61616" discoveryUri="multicast://default"/>

stil i cant access from some other machine.

how to solve this issue. kindly give an idea over this.


thanks in advance.
--
View this message in context: 
http://servicemix.396122.n5.nabble.com/Remote-access-failed-javax-jms-JMSException-edu-emory-mathcs-backport-java-util-concurrent-TimeoutExn-tp3259970p3259970.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


--
Freeman Fang

------------------------

FuseSource: http://fusesource.com
blog: http://freemanfang.blogspot.com
twitter: http://twitter.com/freemanfang
Apache Servicemix:http://servicemix.apache.org
Apache Cxf: http://cxf.apache.org
Apache Karaf: http://karaf.apache.org
Apache Felix: http://felix.apache.org

Reply via email to