You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Sanjay Chaurasia <Sa...@india.nec.com> on 2019/01/30 09:32:03 UTC

Ant test command is not executing successfully

Hi team,

I am getting following error while running ant test command.

BUILD FAILED
C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\build.xml:2946: The following error occurred while executing this line:
C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\build.xml:2871: CSV Files are not identical.
C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\bin\testfiles\Bug52310.csv
ComputeIPAddr,200,OK,TG2 1-1,text,true
HTTP-Request-HC31,200,OK,TG2 1-1,text,true
HTTP-Request-HC4,200,OK,TG2 1-1,text,true

        C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\bin\Bug52310.csv
        ComputeIPAddr,200,OK,TG2 1-1,text,true
HTTP-Request-HC31,Non HTTP response code: java.net.SocketException,Non HTTP response message: Network is unreachable: connect,TG2 1-1,text,false
HTTP-Request-HC4,Non HTTP response code: java.net.SocketException,Non HTTP response message: Network is unreachable: connect,TG2 1-1,text,false

Please provide some solution to resolve the same.

Thanks & Regards,
Sanjay Chaurasia


RE: Ant test command is not executing successfully

Posted by Sanjay Chaurasia <Sa...@india.nec.com>.
Thank you so much Felix for your information.

Now it's working :)

-----Original Message-----
From: Felix Schumacher [mailto:felix.schumacher@internetallee.de] 
Sent: Friday, February 1, 2019 2:09 AM
To: user@jmeter.apache.org
Subject: Re: Ant test command is not executing successfully


Am 30.01.19 um 10:32 schrieb Sanjay Chaurasia:
> Hi team,
>
> I am getting following error while running ant test command.
>
> BUILD FAILED
> C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\build.xml:2946: The following error occurred while executing this line:
> C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\build.xml:2871: CSV Files are not identical.
> C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\bin\testfiles\Bug52310.
> csv
> ComputeIPAddr,200,OK,TG2 1-1,text,true
> HTTP-Request-HC31,200,OK,TG2 1-1,text,true
> HTTP-Request-HC4,200,OK,TG2 1-1,text,true
>
>          C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\bin\Bug52310.csv
>          ComputeIPAddr,200,OK,TG2 1-1,text,true HTTP-Request-HC31,Non 
> HTTP response code: java.net.SocketException,Non HTTP response 
> message: Network is unreachable: connect,TG2 1-1,text,false 
> HTTP-Request-HC4,Non HTTP response code: java.net.SocketException,Non 
> HTTP response message: Network is unreachable: connect,TG2 
> 1-1,text,false
>
> Please provide some solution to resolve the same.

This can happen, when you don't have "proper" access to the internet (say, you are behind a corporate proxy). In that case you can skip the test 52310 by adding the line

skip.bug52319=true

to your build-local.properties file (that resides inside the same directory as your build.xml). For more options that might be useful for problematic builds have a look at the file README.md in the section Build instructions.

Regards,

  Felix

>
> Thanks & Regards,
> Sanjay Chaurasia
>
>

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



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


Re: Ant test command is not executing successfully

Posted by Felix Schumacher <fe...@internetallee.de>.
Am 30.01.19 um 10:32 schrieb Sanjay Chaurasia:
> Hi team,
>
> I am getting following error while running ant test command.
>
> BUILD FAILED
> C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\build.xml:2946: The following error occurred while executing this line:
> C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\build.xml:2871: CSV Files are not identical.
> C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\bin\testfiles\Bug52310.csv
> ComputeIPAddr,200,OK,TG2 1-1,text,true
> HTTP-Request-HC31,200,OK,TG2 1-1,text,true
> HTTP-Request-HC4,200,OK,TG2 1-1,text,true
>
>          C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\bin\Bug52310.csv
>          ComputeIPAddr,200,OK,TG2 1-1,text,true
> HTTP-Request-HC31,Non HTTP response code: java.net.SocketException,Non HTTP response message: Network is unreachable: connect,TG2 1-1,text,false
> HTTP-Request-HC4,Non HTTP response code: java.net.SocketException,Non HTTP response message: Network is unreachable: connect,TG2 1-1,text,false
>
> Please provide some solution to resolve the same.

This can happen, when you don't have "proper" access to the internet 
(say, you are behind a corporate proxy). In that case you can skip the 
test 52310 by adding the line

skip.bug52319=true

to your build-local.properties file (that resides inside the same 
directory as your build.xml). For more options that might be useful for 
problematic builds have a look at the file README.md in the section 
Build instructions.

Regards,

  Felix

>
> Thanks & Regards,
> Sanjay Chaurasia
>
>

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