Don't know if this will help but I've had similar problems using Swift MQ (not 
with JMeter though :) ) where connections to a remote machines were not 
accepted. Turned out to be a quick in JNDI, to which to solution is to add the 
hostname/ IP address to /etc/hosts for each machine. i.e. on the JMS server, 
add the clients host/ip and on the client add the servers host/ip to the file.

Hope this helps,
Noel

On Friday 27 February 2009 11:45:20 michelch wrote:
> Hello,
>
> I want to test a JMS Point-to-Point connection on a Weblogic Server 10.0.
>
> When I create a local queue everything is working fine, but when I change
> the provider url to a remote machine, I get this error.
>
> 2009/02/27 12:40:11 DEBUG - jmeter.protocol.jms.sampler.JMSSampler: Thread
> started Fri Feb 27 12:40:11 CET 2009
> 2009/02/27 12:40:11 DEBUG - jmeter.protocol.jms.sampler.JMSSampler:
> JMSSampler: [Thread Group-1 1-1], hashCode=[1789359]
> 2009/02/27 12:40:11 DEBUG - jmeter.protocol.jms.sampler.JMSSampler: QCF:
> [PLB_RET_WLS_XACF], sendQueue=[sapisu2mdw]
> 2009/02/27 12:40:11 DEBUG - jmeter.protocol.jms.sampler.JMSSampler: Timeout
> = 2000]
> 2009/02/27 12:40:11 DEBUG - jmeter.protocol.jms.sampler.JMSSampler: Use
> temporary queue =true]
> 2009/02/27 12:40:11 DEBUG - jmeter.protocol.jms.sampler.JMSSampler: Reply
> queue         =]
> 2009/02/27 12:40:11 DEBUG - jmeter.protocol.jms.sampler.JMSSampler: Using
> InitialContext [weblogic.jndi.WLInitialContextFactory]
> 2009/02/27 12:40:11 DEBUG - jmeter.protocol.jms.sampler.JMSSampler: Using
> Provider [t3://10.80.16.107:5120]
> 2009/02/27 12:40:11 DEBUG - jmeter.protocol.jms.sampler.JMSSampler: Number
> of JNDI properties: 4
>
> 2009/02/27 12:40:42 ERROR - jmeter.threads.JMeterThread: Test failed!
> org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 208 completed: Maybe
>       at
> com.sun.corba.se.impl.logging.ORBUtilSystemException.connectionAbort(ORBUti
>lSystemException.java:2372) at
> com.sun.corba.se.impl.logging.ORBUtilSystemException.connectionAbort(ORBUti
>lSystemException.java:2390) at
> com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readBits(Sock
>etOrChannelConnectionImpl.java:354) at
> com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.read(SocketOr
>ChannelConnectionImpl.java:289) at
> com.sun.corba.se.impl.transport.ReaderThreadImpl.doWork(ReaderThreadImpl.ja
>va:80) at
> com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(Th
>readPoolImpl.java:417) Caused by: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN 
> minor code: 211 completed: No
>       at
> com.sun.corba.se.impl.logging.ORBUtilSystemException.ioexceptionWhenReading
>Connection(ORBUtilSystemException.java:2456) at
> com.sun.corba.se.impl.logging.ORBUtilSystemException.ioexceptionWhenReading
>Connection(ORBUtilSystemException.java:2474) at
> com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPHeader(Me
>ssageBase.java:116) at
> com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPMessage(M
>essageBase.java:98) at
> com.sun.corba.se.impl.transport.CorbaContactInfoBase.createMessageMediator(
>CorbaContactInfoBase.java:153) at
> com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readBits(Sock
>etOrChannelConnectionImpl.java:314) ... 3 more
> Caused by: java.io.IOException: End-of-stream
>       at
> com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.readFully(Soc
>ketOrChannelConnectionImpl.java:666) at
> com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.read(SocketOr
>ChannelConnectionImpl.java:527) at
> com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.readGIOPHeader(Me
>ssageBase.java:112) ... 6 more
>
> Anyone has ideas to solve this. I tried already using 2 JVM's, but the SUN
> jvm and the JRocket JVM, but it doesn't solve the problem. Furthermore, I
> tried both using dns as ip adress to the remote server.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to