开发者社区> 问答> 正文

上线报错,凌晨1点到7点,还未解决,求高人指点,在线等!!!?报错

奶奶的,测试环境都运行正常,都是linux系统,部署到生产直接报下面做,百度了下有类似错,但只是类似和我一样错的一晚上都没找到,试了半天还是不行,请高人指点!!!

架构:spring+hibernate+springmvc+ehcache+mysql


INFO: Illegal access: this web application instance has been stopped already.  Could not load org/terracotta/bigmemory/version.properties.  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.

INFO: Illegal access: this web application instance has been stopped already.  Could not load com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.  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




展开
收起
爱吃鱼的程序员 2020-06-14 18:59:21 563 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    看下文件的所有者和权限linux下这个才是最先看的数据库连不上吧keyilianshang.

    不能加载loadorg/terracotta/bigmemory下面的propperties,是不是换了一个环境,代码里面获取这个文件时候的代码有问题?

    没有手动处理过这个文件,感觉这是jar包里的类自己处理的

    我有个排错的习惯:

    1、找出异常的class

    2、找到方法

    3、找到行

    虽然时间成本比较高,但是非常有效,最终的结果可能会让你跌眼镜。

    那里要加载这个<spanstyle="font-family:微软雅黑,Verdana,sans-serif,宋体;font-size:14px;line-height:22px;background-color:#E53333;">version.properties<spanstyle="font-family:微软雅黑,Verdana,sans-serif,宋体;font-size:14px;line-height:22px;">文件了,applicationContext.xml还是web.xml了...

    匿名类加载不上,我估计有类的版本冲突,<spanstyle="font-family:Verdana,sans-serif,宋体;font-size:14px;line-height:22px;background-color:#FFFFFF;">java.lang.IllegalStateException通常是一个class被多次打包,然后版本还不一致时会出现。

    Thatwasaclassloadersproblemofcourse.Wehadanotherinstanceofehcache-corelibraryindomain/libfolder.

    会不会这样呢

    这是啥啊?你确定把C3P0弄进去了?连接池就是c3p0包冲突?

    论<aclass='project'target='_blank'title='创建虚拟化开发环境工具Vagrant'>Vagrant的重要性

    2020-06-14 18:59:39
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
十分钟上线-使用函数计算构建支付宝小程序服务 立即下载
美团 crash 监控分析系统优化之路:crash 率从千分位到万分位 立即下载
手机京东Crash自动分析处理系统 立即下载