【问题标题】:HTTP server returned unexpected status: Internal Server ErrorHTTP 服务器返回意外状态:内部服务器错误
【发布时间】:2013-06-11 21:16:35
【问题描述】:

我一直在使用 Lightning Bug API 通过 XMLRPC 访问 Bugzilla。过去 10 天一直运行良好,但从昨天开始,我无法使用 API 访问以下内容。 https://issues.apache.org/bugzilla/xmlrpc.cgi

我可以访问除 Apache 之外的所有其他项目的错误。

我收到以下错误:

Exception in thread "main" org.apache.xmlrpc.client.XmlRpcHttpTransportException: **HTTP server returned unexpected status: Internal Server Error**
    at org.apache.xmlrpc.client.XmlRpcCommonsTransport.checkStatus(XmlRpcCommonsTransport.java:259)
    at org.apache.xmlrpc.client.XmlRpcCommonsTransport.getInputStream(XmlRpcCommonsTransport.java:118)
    at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:152)
    at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:143)
    at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:56)
    at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:167)
    at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:137)
    at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:126)

提前致谢。

【问题讨论】:

    标签: apache xml-rpc bugzilla


    【解决方案1】:

    内部服务器错误意味着与您的客户端通信的 Web 应用程序或 CGI 脚本存在问题。因此,作为客户端的作者,您无能为力。

    【讨论】:

    • 谢谢。我已经给管理员发了邮件。希望它会尽快得到解决。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-03-24
    • 2019-02-08
    • 1970-01-01
    • 2014-05-17
    • 2017-12-13
    相关资源
    最近更新 更多