zoukankan      html  css  js  c++  java
  • java-环境启动报错

    五月 14, 2019 5:54:23 下午 org.apache.catalina.core.StandardContext startInternal
    严重: One or more listeners failed to start. Full details will be found in the appropriate container log file
    五月 14, 2019 5:54:23 下午 org.apache.catalina.core.StandardContext startInternal
    严重: Context [/xxx-admin] startup failed due to previous errors
    五月 14, 2019 5:54:24 下午 org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
    严重: The web application [/xxx-admin] created a ThreadLocal with key of type [com.xxx.rsf.util.jdk7.ThreadLocalRandom$1] (value [com.xxx.rsf.util.jdk7.ThreadLocalRandom$1@8d139ab]) and a value of type [com.xxx.rsf.util.jdk7.ThreadLocalRandom] (value [com.xxx.rsf.util.jdk7.ThreadLocalRandom@2af0d1b1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
    [2019-05-14 05:54:24,075] Artifact xxx-admin:war exploded: Error during artifact deployment. See server log for details.
    五月 14, 2019 5:54:24 下午 org.apache.catalina.loader.WebappClassLoaderBase loadClass
    信息: Illegal access: this web application instance has been stopped already. Could not load org.apache.zookeeper.server.ZooTrace. 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.
    java.lang.IllegalStateException
    at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1813)
    at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1771)
    at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1188)

    原因: 

    <select id=" " parameterType="java.util.Map" resultType=" ">  id 重复...mybatis 映射报错  
  • 相关阅读:
    haproxy 2.5 发布
    cube.js sql 支持简单说明
    基于graalvm 开发一个cube.js jdbc driver 的思路
    apache kyuubi Frontend 支持mysql 协议
    oceanbase 资源池删除说明
    基于obd 的oceanbase 扩容说明
    jfilter一个方便的spring rest 响应过滤扩展
    cube.js schema 定义多datasource 说明
    typescript 编写自定义定义文件
    meow 辅助开发cli 应用的工具
  • 原文地址:https://www.cnblogs.com/bobby2018/p/10864223.html
Copyright © 2011-2022 走看看