| Issue 1: | java.io.IOException: Server returned HTTP response code: 500 for URL:...... |
1 of 68
Next ›
|
| 1 person starred this issue and may be notified of changes. | Back to list |
按照6个步骤做完了,表也创建成功了。
但我试了两个站点:zoka.cc和0fees.net,都出现了:“java.io.IOException: Server returned HTTP response code: 500 for URL:xxxxxx”这样的错误。不知道是怎么回事,服务器端要满足什么条件么?
具体错误是:
java.io.IOException: Server returned HTTP response code: 500 for URL: http://xxxxxx
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
urce)
at phpsocks5.Utils.background(PhpSocks5.java:72)
at phpsocks5.PhpSocks5.run(PhpSocks5.java:366)
at java.lang.Thread.run(Unknown Source)
java.net.SocketException: socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.DataInputStream.read(Unknown Source)
at phpsocks5.Utils.send(PhpSocks5.java:79)
at phpsocks5.PeerSender.run(PhpSocks5.java:209)
at java.lang.Thread.run(Unknown Source)
Feb 14, 2011
#1
myent...@gmail.com
Feb 14, 2011
最近打算加一些PHP和Java的log,现在没有log查起来比较麻烦。更新后Project Home => Summary会写出来更新内容。
Feb 22, 2011
0fees.net如果不支持file_get_contents函数,如何一次性取出所有客户端POST的数据呢?
Feb 22, 2011
log加好了,请看项目主页。有问题把客户端和服务器端log贴到Issues中。
Feb 27, 2011
我也遇到了同样的问题: Mon Feb 28 13:04:09 CST 2011 Exception in background: Mon, 28 Feb 2011 05:04:08 +0000 feof java.io.IOException: Server returned HTTP response code: 500 for URL: http://XXXXXXXX at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at phpsocks5.Utils.getURLInput(PhpSocks5.java:53) at phpsocks5.Utils.background(PhpSocks5.java:103) at phpsocks5.PhpSocks5.run(PhpSocks5.java:403) at java.lang.Thread.run(Unknown Source)
Mar 1, 2011
服务器端的log能一起发上来吗?
Mar 5, 2011
0.4版应该修好了,试试看?
Status:
Fixed
|