zoukankan      html  css  js  c++  java
  • 目测websphere6.1不支持dbcp1.4以及1.4以上版本

    如果报错Error 500: LinkageError while defining class: org.apache.commons.dbcp.***


    请更换commons.dbcp至commons-dbcp-1.3.jar即可...so easy啊!!今天恶心坏了,websphere果然是个大奇葩,大奇葩!!


    报错日志:


     Error 500: LinkageError while defining class: org.apache.commons.dbcp.ConnectionFactory Could not be defined due to: (org/apache/commons/dbcp/ConnectionFactory) bad major version at offset=6 This is often caused by having a class defined at multiple locations within the classloader hierarchy. Other potential causes include compiling against an older or newer version of the class that has an incompatible method signature. Dumping the current context classloader hierarchy: ==> indicates defining 

  • 相关阅读:
    AnyVal与AnyRef
    安装Zookeeper
    Kafka
    ZooKeeper总结
    Idea中JDK为1.8,还提示Diamond types are not supported at this language level
    Hive 和 Mysql
    Spark练习代码
    响应状态码
    http简介
    csrf
  • 原文地址:https://www.cnblogs.com/ae6623/p/4416566.html
Copyright © 2011-2022 走看看