如何修复 500 内部服务器错误/Servlet 错误

发布于 2024-12-01 07:29:07 字数 347 浏览 1 评论 0原文

所以我最近安装了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

奶茶白久 2024-12-08 07:29:07

在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文