zoukankan      html  css  js  c++  java
  • Could not load oracle/sql/converter_xcharset/lx20354.glb.

    一、错误描述:

    此错误导致了web 服务器停止服务,应该属于“不能连接Oracle”的错误。

    二、具体错误信息:

    信息: Illegal access: this web application instance has been stopped already.  Could not load oracle/sql/converter_xcharset/lx20354.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.

    三、解决方法

    参见网址http://bbs.csdn.net/topics/390824333中网友magi1201的解答,发现有多余的jar——即mysql的连接jar,如下图:

    现在把它们删除。

    ——异常依旧

    再检查lib中的jar,发现commons-dbcp存在两个版本,如下图:

    现在删除1.4版本。

    ——异常依旧

    现在按照http://blog.csdn.net/wlhelloworld/article/details/8514058的解决方法,将ojdbc14.jar移至Tomcat 6.0lib下。

  • 相关阅读:
    第三次上机作业
    第二次实训作业
    java第二次作业
    java程序设计第一次作业
    实训作业1
    java2
    我的第一次java作业
    第六次实训作业异常处理
    事件处理程序
    实训作业4
  • 原文地址:https://www.cnblogs.com/wql025/p/4871441.html
Copyright © 2011-2022 走看看