如何修复 500 内部服务器错误/Servlet 错误
所以我最近安装了 jDeveloper 10.1.3,我的大部分页面都运行良好,但在其中一些页面上我遇到了这个错误:
500 Internal Server Error Servlet error: An exception occurred. For security reasons, it may not be included in this response. Please consult the application log for details.
现在这些页面在我以前版本的 jDev 中工作,所以它不应该是编码错误。另外,日志中没有任何信息可以帮助我排除故障。这里有人可以帮忙吗?另外,如果需要更多信息,请询问。
So I recently installed jDeveloper 10.1.3, and the majority of my pages run fine, but on a few of them I run into this error:
500 Internal Server Error Servlet error: An exception occurred. For security reasons, it may not be included in this response. Please consult the application log for details.
Now these pages worked in my previous version of jDev, so it shouldnt be a coding error. Also, there is no information in the log to help me troubleshoot. Can anyone here help? Also, if more info is needed, Please ask.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 OC4J 上,“500”错误的堆栈跟踪通常可以在与应用程序关联的 application.log 文件中找到。例如,
...oc4j_standalone/j2ee/home/application-deployments/yourapp/application.log
On OC4J stack traces for '500' errors are typically found in the application.log file associated with your application. For example,
...oc4j_standalone/j2ee/home/application-deployments/yourapp/application.log