Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有时 Glassfish - OpenESB-v2.3 会出现以下错误:
jbi-registry.xml:1:1: Premature end of file.
这里发生了什么?
当服务器或 Glassfish 重新启动或未正确关闭(有时 Windows 更新强制重新启动)时,有时会发生这种情况。然后文件jbi-registry.xml为空,我们得到上述错误。
要更正它,只需转到以下文件夹:
%GLASSFISH_ESB%/glassfish/domains/domain1/jbi/config
并检查jbi-registry.xml是否为空。如果是这种情况,请将其替换为位于同一目录中且不应为空的jbi-registry-backup.xml 。