且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Orbeon 表单生成器 - 会话问题

更新时间:2022-05-16 19:20:15

当您收到这样的对话框时,可能会发生以下两种情况之一:浏览器上发生了 JavaScript 错误,或者浏览器出现了错误服务器.当前者发生时,对话框包含一些关于错误的更多信息,这里似乎没有显示.所以你最有可能是后一种情况:服务器发生错误.

When you get such a dialog, one of two things might have happened: either there was a JavaScript error that happened on the browser, or there was an error the server. When the former happens, the dialog includes some more information about the error, which doesn't seem to be showing here. So you're most likely in the latter case: an error happened on the server.

要了解它是什么,您需要查看orbeon.log.它位于 ../logs/orbeon.log 相对于您启动 Tomcat 的目录中,如果您在 bin 中启动它,它将指向 Tomcat 的 logs 目录.收到此类错误后立即检查 orbeon.log,看看是否可以在文件底部找到异常.

To see what it is, you need to look at the orbeon.log. It is in ../logs/orbeon.log relative to the directory where you start Tomcat, which if you start it in bin will point to Tomcat's logs directory. Check the orbeon.log just after you get such an error, and see if you can find an exception at the bottom of the file.

(如果查看日志文件没有帮助,请随时将其发布在某处,例如在 https://gist.github.com/,更新您的问题以包含文件链接,并在此处发表评论,以便我收到通知.)

(If looking at the log file doesn't help, feel free to post it somewhere, e.g. on https://gist.github.com/, update your question to include a link to the file, and post a comment here, so I'm notified do you did so.)