CCTsing / phpsocks5

Automatically exported from code.google.com/p/phpsocks5
0 stars 0 forks source link

Http 500 error #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
启动java客户端报Http 500 异常

Sun Nov 10 16:14:37 GMT 2013    Exception in background: {encrypt= 34 1b 1b 5b 49 
42 49 17 76 5c 42 16 55 8 7 40 17 9 1 5e 9 3 5c 5 0 18 19 58 5b 54 5b 61 d 19 c 
b 11 17 1b f 6 4b 1 18 1a b 
14(4..[IBI.v\B.U..@...^..\....X[T[a.........K.....), decrypt= 53 75 6e 2c 20 31 
30 20 4e 6f 76 20 32 30 31 33 20 31 37 3a 31 34 3a 33 37 20 2b 30 31 30 30 9 66 
73 6f 63 6b 6f 70 65 6e 20 65 72 72 6f 72(Sun, 10 Nov 2013 17:14:37 
+0100.fsockopen error)}
java.io.IOException: Server returned HTTP response code: 500 for URL: 
http://gsde.funpic.de/tunnel/socks5.php
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at phpsocks5.Utils.getURLInput(PhpSocks5.java:95)
    at phpsocks5.Utils.background(PhpSocks5.java:146)
    at phpsocks5.PhpSocks5.run(PhpSocks5.java:481)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Server returned HTTP response code: 500 for 
URL: gsde.funpic.de/tunnel/socks5.php
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
    at phpsocks5.Utils.getURLInput(PhpSocks5.java:92)
    ... 3 more

Original issue reported on code.google.com by gwm...@gmail.com on 10 Nov 2013 at 4:21