在我的基于 Web 的应用程序中,我们最近实现了语言 (utf-8) 支持。自从我们让它工作以来,我在我的 tomcat 输出中收到了以下错误消息。我不必打开网页,只需要部署应用程序,这会以精确的 30 秒间隔开始打印到输出,每个间隔 5 次。
Oct 09, 2013 4:26:46 PM org.apache.catalina.loader.WebappClassLoader findResourceInternal
INFO: Illegal access: this web application instance has been stopped already.
Could not load oracle/sql/converter_xcharset/CharacterConverter002e.glb. The
eventual following stack trace is caused by an error thrown for debugging purposes
as well as to attempt to terminate the thread which caused the illegal access, and
has no functional impact.
我正在使用 ojdbc6,发现库中没有类似“CharacterConverter002e.glb”的内容。是什么导致我的应用程序寻找这个?我是否使用了错误的 ojdbc?它似乎并没有阻止任何工作,但它很麻烦。