Export to GitHub

rest-client - issue #209

INFO: Cannot load Proxy options from properties


Posted on Feb 26, 2014 by Massive Bird

What steps will reproduce the problem? 1. Run the Rest-client CLI version:

C:\Users\cdoucette\Downloads>java -jar restclient-cli-3.2.2-jar-with-dependencie s.jar ..\Documents\Tests\api2-get-panorama-18825.rcq -o C:\Users\CDOUCE~2\AppDat a\Local\Temp

What is the expected output? What do you see instead?

Success? I never ran the CLI version before - so I'm not sure what to expect.

I see this instead:

Starting: C:\Users\cdoucette\Downloads..\Documents\Tests\api2-get-panorama-1882 5.rcq Feb 26, 2014 3:33:04 PM org.wiztools.restclient.ProxyConfig getInstance INFO: Cannot load Proxy options from properties. java.lang.NumberFormatException: null at java.lang.Integer.parseInt(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at org.wiztools.restclient.ProxyConfig.init(ProxyConfig.java:42) at org.wiztools.restclient.ProxyConfig.getInstance(ProxyConfig.java:29) at org.wiztools.restclient.HTTPClientRequestExecuter.execute(HTTPClientR equestExecuter.java:127) at org.wiztools.restclient.cli.CliMain.main(CliMain.java:141)

What version of the product are you using? On what operating system?

restclient-cli-3.2.2-jar-with-dependencie s.jar

Windows 7

Please provide any additional information below.

Comment #1

Posted on Feb 26, 2014 by Massive Bird

Apparently, I misunderstood the usage. This appears to work fine: C:\Users\cdoucette\Downloads>java -jar restclient-cli-3.2.2-jar-with-dependencie s.jar -o c:\Users\cdoucette\AppData\Local\Temp -b ..\Documents\Tests\api2-get-pa norama-18825.rcq Starting: C:\Users\cdoucette\Downloads..\Documents\Tests\api2-get-panorama-1882 5.rcq End: C:\Users\cdoucette\Downloads..\Documents\Tests\api2-get-panorama-18825.rcq

Comment #2

Posted on Mar 10, 2014 by Quick Kangaroo

Thanks for confirming. Marking as Invalid.

Status: Invalid

Labels:
Type-Defect Priority-Medium