-218 请联系售后怎么解决,保存模板时提示这个,后台日志显示这个:
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: C:\gjmh\apache-tomcat-8.5.69\webapps\ROOT\WEB-INF\t\cms\www\default\includes\gj_header.html (拒绝访问。)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at org.apache.commons.io.FileUtils.openOutputStream(FileUtils.java:2187)
at org.apache.commons.io.FileUtils.writeStringToFile(FileUtils.java:3096)
at org.apache.commons.io.FileUtils.writeStringToFile(FileUtils.java:3133)
at org.apache.commons.io.FileUtils.writeStringToFile(FileUtils.java:3115)
at com.jeecms.resource.service.impl.TplServiceImpl.update(TplServiceImpl.java:283)
... 143 more
java.lang.RuntimeException: java.io.FileNotFoundException: C:\gjmh\apache-tomcat-8.5.69\webapps\ROOT\WEB-INF\t\cms\www\default\includes\gj_header.html (拒绝访问。)
at com.jeecms.resource.service.impl.TplServiceImpl.update(TplServiceImpl.java:320)
at com.jeecms.resource.service.impl.TplServiceImpl$$FastClassBySpringCGLIB$$2729d31c.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
at com.jeecms.resource.service.impl.TplServiceImpl$$EnhancerBySpringCGLIB$$6f8fa58d.update(<generated>) |
|