You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Venkatesh Tatineni <vt...@beachbody.com> on 2011/10/28 00:47:52 UTC

Server start loopback address issue

Hi,

I installed jmeter 2.5.1 .

Installed JDK 1.6.0_29-b11
Tried to start the server like so

nohup /home/vtatineni/jdk1.6.0_29/bin/java -server -XX:+HeapDumpOnOutOfMemoryError -Xms1024m -Xmx2024m -XX:NewSize=128m -XX:MaxNewSize=128m -XX:MaxTenuringThreshold=2 -Dsun.rmi.dgc.client.gcInterval=600000 -Dsun.rmi.dgc.server.gcInterval=600000 -XX:PermSize=64m -XX:MaxPermSize=64m -jar /home/vtatineni/jakarta-jmeter-2.5.1/bin/ApacheJMeter.jar -s &

Created remote object: UnicastServerRef [liveRef: [endpoint:[127.0.0.1:60212](local),objID:[40660ba0:1334778af36:-7fff, 5894612006190957525]]]
Server failed to start: java.rmi.RemoteException: Cannot start. xyz.acme.com is a loopback address.
An error occurred: Cannot start. xyz.acme.com is a loopback address.


Now I understand there was a bug in the earlier versions and that was supposed to have been fixed in version 2.5.1 concerning loopback address check.


Can someone shed light on this please? Tried to search the archives to find hits on this, but the atom feed does not seem to support searches?

Thank You

Venkatesh.



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Server start loopback address issue

Posted by Venkatesh Tatineni <vt...@beachbody.com>.
"What does /etc/hosts show?Make sure that the local host address is not a
loopback address."

Changing the address from 127.0.0.1 to the right IP fixed it. :)

Thank You
On 10/28/11 9:53 AM, "sebb" <se...@gmail.com> wrote:

>On 27 October 2011 23:47, Venkatesh Tatineni <vt...@beachbody.com>
>wrote:
>> Hi,
>>
>> I installed jmeter 2.5.1 .
>>
>> Installed JDK 1.6.0_29-b11
>> Tried to start the server like so
>>
>> nohup /home/vtatineni/jdk1.6.0_29/bin/java -server
>>-XX:+HeapDumpOnOutOfMemoryError -Xms1024m -Xmx2024m -XX:NewSize=128m
>>-XX:MaxNewSize=128m -XX:MaxTenuringThreshold=2
>>-Dsun.rmi.dgc.client.gcInterval=600000
>>-Dsun.rmi.dgc.server.gcInterval=600000 -XX:PermSize=64m
>>-XX:MaxPermSize=64m -jar
>>/home/vtatineni/jakarta-jmeter-2.5.1/bin/ApacheJMeter.jar -s &
>>
>> Created remote object: UnicastServerRef [liveRef:
>>[endpoint:[127.0.0.1:60212](local),objID:[40660ba0:1334778af36:-7fff,
>>5894612006190957525]]]
>> Server failed to start: java.rmi.RemoteException: Cannot start.
>>xyz.acme.com is a loopback address.
>> An error occurred: Cannot start. xyz.acme.com is a loopback address.
>
>What does /etc/hosts show?
>
>Make sure that the local host address is not a loopback address.
>
>>
>> Now I understand there was a bug in the earlier versions and that was
>>supposed to have been fixed in version 2.5.1 concerning loopback address
>>check.
>>
>> Can someone shed light on this please? Tried to search the archives to
>>find hits on this, but the atom feed does not seem to support searches?
>>
>> Thank You
>>
>> Venkatesh.
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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


Re: Server start loopback address issue

Posted by sebb <se...@gmail.com>.
On 27 October 2011 23:47, Venkatesh Tatineni <vt...@beachbody.com> wrote:
> Hi,
>
> I installed jmeter 2.5.1 .
>
> Installed JDK 1.6.0_29-b11
> Tried to start the server like so
>
> nohup /home/vtatineni/jdk1.6.0_29/bin/java -server -XX:+HeapDumpOnOutOfMemoryError -Xms1024m -Xmx2024m -XX:NewSize=128m -XX:MaxNewSize=128m -XX:MaxTenuringThreshold=2 -Dsun.rmi.dgc.client.gcInterval=600000 -Dsun.rmi.dgc.server.gcInterval=600000 -XX:PermSize=64m -XX:MaxPermSize=64m -jar /home/vtatineni/jakarta-jmeter-2.5.1/bin/ApacheJMeter.jar -s &
>
> Created remote object: UnicastServerRef [liveRef: [endpoint:[127.0.0.1:60212](local),objID:[40660ba0:1334778af36:-7fff, 5894612006190957525]]]
> Server failed to start: java.rmi.RemoteException: Cannot start. xyz.acme.com is a loopback address.
> An error occurred: Cannot start. xyz.acme.com is a loopback address.

What does /etc/hosts show?

Make sure that the local host address is not a loopback address.

>
> Now I understand there was a bug in the earlier versions and that was supposed to have been fixed in version 2.5.1 concerning loopback address check.
>
> Can someone shed light on this please? Tried to search the archives to find hits on this, but the atom feed does not seem to support searches?
>
> Thank You
>
> Venkatesh.
>
>
>
> ---------------------------------------------------------------------
> 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