h-tadagawa / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

INFO: Cannot load Proxy options from properties #209

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by cedouce...@gmail.com on 26 Feb 2014 at 8:39

GoogleCodeExporter commented 8 years ago
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

Original comment by cedouce...@gmail.com on 26 Feb 2014 at 9:15

GoogleCodeExporter commented 8 years ago
Thanks for confirming. Marking as Invalid.

Original comment by subwiz on 10 Mar 2014 at 2:01