Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 6723 invoked from network); 15 Jan 2011 18:50:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jan 2011 18:50:20 -0000 Received: (qmail 83046 invoked by uid 500); 15 Jan 2011 18:50:19 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 82980 invoked by uid 500); 15 Jan 2011 18:50:19 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 82972 invoked by uid 99); 15 Jan 2011 18:50:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jan 2011 18:50:18 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [213.92.46.41] (HELO mail.collabra.it) (213.92.46.41) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jan 2011 18:50:11 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.collabra.it (Postfix) with ESMTP id 81EB4956464 for ; Sat, 15 Jan 2011 19:49:50 +0100 (CET) X-Virus-Scanned: amavisd-new at mail.collabra.it Received: from mail.collabra.it ([127.0.0.1]) by localhost (mail.collabra.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fhYP1z5tJwDW for ; Sat, 15 Jan 2011 19:49:45 +0100 (CET) Received: from [192.168.0.2] (host10-60-dynamic.17-79-r.retail.telecomitalia.it [79.17.60.10]) by mail.collabra.it (Postfix) with ESMTPA id 3FE8D956454 for ; Sat, 15 Jan 2011 19:49:45 +0100 (CET) Subject: Re: jmeter server error From: andrea corallo To: JMeter Users List In-Reply-To: References: <1295001981.2124.27.camel@andrea-laptop> <1295022147.24070.3.camel@andrea-laptop> <1295042334.1621.1.camel@andrea-laptop> <1295043990.1621.3.camel@andrea-laptop> <1295077794.2131.2.camel@andrea-laptop> Content-Type: text/plain; charset="UTF-8" Date: Sat, 15 Jan 2011 19:49:43 +0100 Message-ID: <1295117383.4089.1.camel@andrea-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org So the configuration problem is of the client? I should remove the 127.0.1.1 from /etc/hosts? Monday I'll try! Il giorno sab, 15/01/2011 alle 10.52 +0000, sebb ha scritto: > On 15 January 2011 07:49, andrea corallo wrote: > > ok, in attach the complete log > > which contains: > > jmeter.JMeter: IP: 127.0.1.1 Name: andrea-laptop FullName: andrea-laptop > > this is the reply IP that the client sends to the server - so no > wonder RMI does not work. > > > > > Il giorno ven, 14/01/2011 alle 22.53 +0000, sebb ha scritto: > >> On 14 January 2011 22:26, andrea corallo wrote: > >> > Il giorno ven, 14/01/2011 alle 22.16 +0000, sebb ha scritto: > >> >> Sorry, it's the other way round - it looks like the client is sending > >> >> the wrong reply address to the server. > >> >> > >> >> What does the client log show for its IP address? > >> >> > >> >> Check the host file on the client. > >> > > >> > The client log say: > >> > >> There's some missing from the beginning. > >> > >> > > >> > 2011/01/14 18:03:15 INFO - jmeter.JMeter: Configuring remote engine for > >> > 150.145.11.86 > >> > 2011/01/14 18:03:15 INFO - jmeter.engine.ClientJMeterEngine: about to > >> > run remote test on 150.145.11.86 > >> > 2011/01/14 18:03:15 INFO - jmeter.engine.ClientJMeterEngine: done > >> > initiating run command > >> > 2011/01/14 18:03:15 INFO - jmeter.engine.ClientJMeterEngine: running > >> > clientengine run method > >> > 2011/01/14 18:03:16 INFO - jmeter.engine.ConvertListeners: num threads > >> > = 1 > >> > 2011/01/14 18:03:16 INFO - jmeter.samplers.StandardSampleSender: Using > >> > Standard Remote Sampler for this test run > >> > 2011/01/14 18:03:16 ERROR - jmeter.engine.ClientJMeterEngine: > >> > java.rmi.ConnectException: Connection refused to host: 150.145.11.86; > >> > >> This is clearly going to cause errors later. > >> > >> Perhaps there is a gateway configuration problem which does not allow > >> the RMI ports through? > >> > >> > nested exception is: > >> > java.net.ConnectException: Connection refused > >> > at > >> > sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619) > >> > at > >> > sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216) > >> > at > >> > sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202) > >> > at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:128) > >> > at > >> > org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub.configure(Unknown > >> > Source) > >> > at > >> > org.apache.jmeter.engine.ClientJMeterEngine.run(ClientJMeterEngine.java:122) > >> > at java.lang.Thread.run(Thread.java:636) > >> > Caused by: java.net.ConnectException: Connection refused > >> > at java.net.PlainSocketImpl.socketConnect(Native Method) > >> > at > >> > java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:310) > >> > at > >> > java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:176) > >> > at > >> > java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:163) > >> > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384) > >> > at java.net.Socket.connect(Socket.java:546) > >> > at java.net.Socket.connect(Socket.java:495) > >> > at java.net.Socket.(Socket.java:392) > >> > at java.net.Socket.(Socket.java:206) > >> > at > >> > sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40) > >> > at > >> > sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146) > >> > at > >> > sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613) > >> > ... 6 more > >> > > >> > You can see something wrong? > >> > > >> > > >> > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > >> > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > >> > > >> > > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > >> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > >> > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org