【问题标题】:What causes these 'not defined by the user' errors?是什么导致这些“用户未定义”错误?
【发布时间】:2019-02-08 10:08:12
【问题描述】:

为什么会出现这些错误?

<! [CDATA [An error occurred on the server: not defined by the user]]>
    #status# HTTP / 1.1 500 internal server Error


<! [ CDATA [ An error occurred on the server: not defined by the user]]> 
    #status#  HTTP / 1.1 500 internal server Error

【问题讨论】:

  • 该消息不足以确定原因。你能分享你的java代码吗?这可能是 500 错误的原因。

标签: java html xml soapui


【解决方案1】:

很可能您的服务器想要一个 json 对象,但您发送了一个 xml/html 对象,因此它不能被解析为 json。 xml/html 以“

【讨论】:

  • 是的,服务器想要一个 json 对象,但是你已经发送了一个 xml/html 对象。
猜你喜欢
  • 1970-01-01
  • 2011-12-22
  • 1970-01-01
  • 2019-05-28
  • 2021-07-24
  • 2021-10-17
  • 1970-01-01
  • 1970-01-01
  • 2013-05-20
相关资源
最近更新 更多