我没有看到任何使用 JBoss 运行 web 应用程序的堆栈跟踪
我在 jboss 方面遇到了一些非常烦人的问题。 我正在使用 richfaces 开发简单的网络应用程序,我面临的问题是,当我在浏览器中部署和运行应用程序时,jboss 仅显示以下消息:
This page contains the following errors:
error on line 12 at column 16: internal error
Below is a rendering of the page up to the first error.
仅此而已。没有堆栈跟踪!寻找问题的根源是很不容易的。
谁能帮我“打开”堆栈跟踪?
I have some very annoying trouble with jboss.
I'm developing simple web-app using richfaces and I'm facing the problem that when I deploy and run application in browser jboss shows just following message:
This page contains the following errors:
error on line 12 at column 16: internal error
Below is a rendering of the page up to the first error.
And that's all. No stacktrace! It's so uneasy to search for a source of problem.
Could anyone help me to "turn on" stacktracing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这不是日志记录问题。这似乎是一个错字。我的建议是删除所有元素并将页面留空。运行您的页面并查看该页面是否出现。然后将组件一一添加。因此您可以检查哪个元素导致了问题。
I think it is not a logging problem. It seems like a typo. My suggestion is that remove all elements and leave page blank. Run your page and see if the page is coming. Then add components one by one. So you can inspect which element is causing the problem.