Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 72381 invoked from network); 22 Apr 2010 07:24:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Apr 2010 07:24:42 -0000 Received: (qmail 2131 invoked by uid 500); 22 Apr 2010 07:24:41 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 2042 invoked by uid 500); 22 Apr 2010 07:24:40 -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 2032 invoked by uid 99); 22 Apr 2010 07:24:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 07:24:39 +0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bhatt.chaitanya@gmail.com designates 209.85.212.44 as permitted sender) Received: from [209.85.212.44] (HELO mail-vw0-f44.google.com) (209.85.212.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 07:24:34 +0000 Received: by vws10 with SMTP id 10so1747019vws.31 for ; Thu, 22 Apr 2010 00:24:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=gyZmMFVoRaNDL8hrViDQA7kFE2r92V0BZ+jJDXe8r1Q=; b=fu0GzjxDQRg9e9kZ5j5X6dQJz8AIc4EhduBka7AOmqXfvmBWQUvPN/YpZvodBQuybP 226lWn+Z2o3gHaTpeOCUMxRvxoIq2KMs9vSwV5/8y1VbGZjWL8BuRjM01/Nwv7tDN/Uc shf1kvRqNo2JnL4CVdQbLfCIdu7NvrNvIt9Ek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ZlSO1RTJ7Tx7BquzatDxLKGsGVMuotRXtyn9AhF9o/p5A69dzh1VXEG/LcSJS7Ib4z aLS7xU837omzQeuArbjeEPrEbW5IXjUYpIxexeNg3yzG+BWnEC8YCtfNbCmalQTktO8r Aev/1H+YBGxIT0Z2tzHfFizjoMsVhztwbkx1w= MIME-Version: 1.0 Received: by 10.220.96.17 with HTTP; Thu, 22 Apr 2010 00:24:13 -0700 (PDT) In-Reply-To: <28325050.post@talk.nabble.com> References: <28324171.post@talk.nabble.com> <28324618.post@talk.nabble.com> <28325050.post@talk.nabble.com> Date: Thu, 22 Apr 2010 01:24:13 -0600 Received: by 10.220.62.204 with SMTP id y12mr6559607vch.66.1271921053349; Thu, 22 Apr 2010 00:24:13 -0700 (PDT) Message-ID: Subject: Re: Problem with Jmeter-server on Ubuntu 9.10 From: chaitanya bhatt To: JMeter Users List Content-Type: multipart/alternative; boundary=e0cb4e8879619137de0484ce32cc --e0cb4e8879619137de0484ce32cc Content-Type: text/plain; charset=ISO-8859-1 You are welcome. Enjoy testing. :) -Chaitanya M Bhatt http://www.performancecompetence.com On Thu, Apr 22, 2010 at 1:22 AM, abolkog wrote: > > Thankx alot > I replaced ubuntu.ubuntu domain on the hosts file with my IP address and it > works just fine. > Thankx so much > > chaitanya bhatt wrote: > > > > Since JMeter 2.3.1, the RMI registry is started by the server; however > the > > options can still be passed in from the JMeter command line. For example: > > "jmeter -s -Dsun.rmi.loader.logLevel=verbose" (i.e. omit the -J > prefixes). > > Alternatively the properties can be defined in the system.properties > file. > > > > The solution to the problem is to remove the loopbacks 127.0.0.1 and > > 127.0.0.2 from etc/hosts. What happens is jmeter-server can't connect to > > rmiregistry if 127.0.0.2 loopback is not available. Use the following > > settings to fix the problem. > > > > Replace > > > > - `dirname $0`/jmeter -s "$@" > > > > With > > > > - HOST="-Djava.rmi.server.hostname=[computer_name][computer_domain] > > - -Djava.security.policy=`dirname $0`/[policy_file]" > > - `dirname $0`/jmeter $HOST -s "$@" > > > > Also create a policy file and add [computer_name][computer_domain] line > to > > /etc/hosts. > > > > Chaitanya M Bhatt > > http://www.performancecompetence.com > > > > On Thu, Apr 22, 2010 at 12:24 AM, abolkog wrote: > > > >> > >> yes on the same machine > >> > >> chaitanya bhatt wrote: > >> > > >> > is your server running on the same machine? > >> > -Chaitanya > >> > > >> > On Wed, Apr 21, 2010 at 11:01 PM, abolkog wrote: > >> > > >> >> > >> >> I have problem starting Jmeter (V.2.3.4) on Ubuntu 9.10 > >> >> I get the following error message when i try to starte jmeter-server: > >> >> "Server failed to start: java.rmi.RemoteException: Cannot start. > >> ubuntu > >> >> is > >> >> a > >> >> loopback address". > >> >> Please help if you can > >> >> -- > >> >> View this message in context: > >> >> > >> > http://old.nabble.com/Problem-with-Jmeter-server-on-Ubuntu-9.10-tp28324171p28324171.html > >> >> Sent from the JMeter - User mailing list archive at Nabble.com. > >> >> > >> >> > >> >> --------------------------------------------------------------------- > >> >> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > >> >> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > >> >> > >> >> > >> > > >> > > >> > >> -- > >> View this message in context: > >> > http://old.nabble.com/Problem-with-Jmeter-server-on-Ubuntu-9.10-tp28324171p28324618.html > >> Sent from the JMeter - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > >> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > >> > >> > > > > > > -- > View this message in context: > http://old.nabble.com/Problem-with-Jmeter-server-on-Ubuntu-9.10-tp28324171p28325050.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --e0cb4e8879619137de0484ce32cc--