主题 : 运行出现 [ehcache.xml] cannot be opened because it does not exist 该怎么解决?
级别: 童生
UID: 127190
积分:49 加为好友
威望: 0 精华: 0
主题:2 回复:25
注册时间:2018-12-10
在线时长:0
1#   发表于:2018-12-10 12:16:00  IP:180.133.*.*
我的环境是 jdk1.8,tomcat 9,idea。
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
2#   发表于:2018-12-10 13:37:10  IP:117.153.*.*
你好   我们的项目目前还不支持idea  您可以用ecplise来部署   然后  最好是用jdk1.7和tomcat7的
每天告诉自己一次,“我真的很不错”。
级别: 童生
UID: 127190
积分:49 加为好友
威望: 0 精华: 0
主题:2 回复:25
注册时间:2018-12-10
在线时长:0
3#   发表于:2018-12-11 09:57:49  IP:116.178.*.*
我重新搭了环境,jdk1.7 tomcat7,mysql 5.7,但是出现以下错误
信息: Illegal access: this web application instance has been stopped already.  Could not load com.mchange.v2.io.IndentedWriter.  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:1830)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1788)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner.getMultiLineStatusString(ThreadPoolAsynchronousRunner.java:281)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner.access$100(ThreadPoolAsynchronousRunner.java:36)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector.run(ThreadPoolAsynchronousRunner.java:616)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)

Exception in thread "Timer-0" java.lang.NoClassDefFoundError: com/mchange/v2/io/IndentedWriter
at com.mchange.v2.async.ThreadPoolAsynchronousRunner.getMultiLineStatusString(ThreadPoolAsynchronousRunner.java:281)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner.access$100(ThreadPoolAsynchronousRunner.java:36)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector.run(ThreadPoolAsynchronousRunner.java:616)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.mchange.v2.io.IndentedWriter
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1945)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1788)
... 5 more
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
4#   发表于:2018-12-11 09:59:43  IP:117.153.*.*
您用的是什么开发工具?
每天告诉自己一次,“我真的很不错”。
级别: 童生
UID: 127190
积分:49 加为好友
威望: 0 精华: 0
主题:2 回复:25
注册时间:2018-12-10
在线时长:0
5#   发表于:2018-12-11 10:00:58  IP:116.178.*.*
eclipse4.5.1
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
6#   发表于:2018-12-11 10:02:21  IP:117.153.*.*
报错哪里有异常信息吗?
每天告诉自己一次,“我真的很不错”。
级别: 童生
UID: 127190
积分:49 加为好友
威望: 0 精华: 0
主题:2 回复:25
注册时间:2018-12-10
在线时长:0
7#   发表于:2018-12-11 10:05:04  IP:116.178.*.*
编译项目会报这个异常:
Errors occurred during the build.
Errors running builder 'JavaScript Validator' on project 'jeecmsv9f'.
java.lang.ClassCastException

启动 tomcat就报这些异常:
十二月 11, 2018 10:00:03 上午 org.apache.catalina.loader.WebappClassLoaderBase loadClass
信息: Illegal access: this web application instance has been stopped already.  Could not load com.mchange.v2.io.IndentedWriter.  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:1830)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1788)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner.getMultiLineStatusString(ThreadPoolAsynchronousRunner.java:281)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner.access$100(ThreadPoolAsynchronousRunner.java:36)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector.run(ThreadPoolAsynchronousRunner.java:616)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)

Exception in thread "Timer-0" java.lang.NoClassDefFoundError: com/mchange/v2/io/IndentedWriter
at com.mchange.v2.async.ThreadPoolAsynchronousRunner.getMultiLineStatusString(ThreadPoolAsynchronousRunner.java:281)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner.access$100(ThreadPoolAsynchronousRunner.java:36)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$DeadlockDetector.run(ThreadPoolAsynchronousRunner.java:616)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.mchange.v2.io.IndentedWriter
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1945)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1788)
... 5 more
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
8#   发表于:2018-12-11 10:06:59  IP:117.153.*.*
您有看过们的部署介绍吗?   正常按那个介绍部署是没有问题的
每天告诉自己一次,“我真的很不错”。
级别: 童生
UID: 127190
积分:49 加为好友
威望: 0 精华: 0
主题:2 回复:25
注册时间:2018-12-10
在线时长:0
9#   发表于:2018-12-11 10:08:43  IP:116.178.*.*
我是按照网站软件安装栏目下的jeecmsV9导入eclipse maven项目详细教程文档进行部署的,但是启动tomcat就出现问题
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
10#   发表于:2018-12-11 10:11:09  IP:117.153.*.*
在项目“JeCeMV9F”上运行生成器“JavaScript验证器”的错误。
这个是我能看到您那边报错的信息
每天告诉自己一次,“我真的很不错”。
1 2 3 4 > >| 共4页