主题 : 在IDEA上部署jeecmsv9.3报错 |
级别: 童生
![]() |
1# 发表于:2018-05-29 16:17:00 IP:1.62.*.*
|
||||
---|---|---|---|---|---|
级别: 童生
![]() |
5# 发表于:2018-05-30 15:04:08 IP:1.87.*.*
给pom.xml文件中增加以下代码就可以部署在IDEA上
<resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.xml</include> </includes> </resource> </resources> |
||
---|---|---|---|
级别: 童生
![]() |
9# 发表于:2019-04-01 19:04:07 IP:219.128.*.*
|
||
---|---|---|---|
级别: 童生
![]() |
10# 发表于:2019-04-01 19:04:22 IP:219.128.*.*
回复第9楼
01-Apr-2019 18:56:0*85 INFO [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load [log4j.properties]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access. java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [log4j.properties]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access. at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1305) at org.apache.catalina.loader.WebappClassLoaderBase.findResource(WebappClassLoaderBase.java:878) at org.zeroturnaround.javarebel.integration.util.ResourceUtil.findResource(SourceFile:106) at org.zeroturnaround.javarebel.integration.generic.FindResourceClassResourceSource.getLocalResource(SourceFile:51) at com.zeroturnaround.javarebel.yz.getLocalResource(SourceFile:40) at com.zeroturnaround.javarebel.yq.c(SourceFile:547) at com.zeroturnaround.javarebel.yq.getLocalResource(SourceFile:211) at com.zeroturnaround.javarebel.ws.g(SourceFile:542) at com.zeroturnaround.javarebel.ws.a(SourceFile:335) at com.zeroturnaround.javarebel.am.findResource(SourceFile:121) at org.zeroturnaround.javarebel.integration.log4j.Log4jReloader.checkForNewConfigurationFile(Log4jReloader.java:170) at org.zeroturnaround.javarebel.integration.log4j.Log4jReloader.checkAndReload(Log4jReloader.java:122) at org.apache.log4j.Category.isEnabledFor(Category.java:52001) at com.mchange.v2.log.log4j.Log4jMLog$Log4jMLogger.isLoggable(Log4jMLog.java:257) at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1830) at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547) |
||
---|---|---|---|