主题 : 文库在was ND 7中的异常,求大神帮助解决!!!!!!!!!!!!!!!!!!!!!
级别: 贡士
UID: 53749
积分:657 加为好友
威望: 24 精华: 0
主题:89 回复:369
注册时间:2013-10-24
在线时长:0
1#   发表于:2015-10-14 17:52:19  IP:210.155.*.*
错误消息: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.IllegalStateException: this OfficeManager is currently stopped 
错误代码: 500 
目标 servlet: JeeCmsAdmin 
错误堆栈:  
java.lang.IllegalStateException: this OfficeManager is currently stopped  
     at org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.execute(ProcessPoolOfficeManager.java:70)  
     at org.artofsolving.jodconverter.OfficeDocumentConverter.convert(OfficeDocumentConverter.java:78)  
     at org.artofsolving.jodconverter.OfficeDocumentConverter.convert(OfficeDocumentConverter.java:69)  
     at com.jeecms.common.office.OpenOfficeConverter.convertToPdf(OpenOfficeConverter.java:123)  
     at com.jeecms.cms.manager.main.impl.ContentDocMngImpl.createSwfFile(ContentDocMngImpl.java:94)  
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)  
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)  
     at java.lang.reflect.Method.invoke(Method.java:611)  
     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)  
     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) 
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)  
     at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96) 
     at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260) 
     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)  
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)  
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)  
     at com.sun.proxy.$Proxy39.createSwfFile(Unknown Source)  
     at com.jeecms.cms.service.ContentDocListener.afterSave(ContentDocListener.java:34)  
     at com.jeecms.cms.manager.main.impl.ContentMngImpl.afterSave(ContentMngImpl.java:851)  
     at com.jeecms.cms.manager.main.impl.ContentMngImpl.save(ContentMngImpl.java:280)  
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)  
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)  
     at java.lang.reflect.Method.invoke(Method.java:611)  
     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)  
     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) 
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)  
     at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96) 
     at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260) 
     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)  
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)  
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)  
     at com.sun.proxy.$Proxy53.save(Unknown Source)  
     at com.jeecms.cms.action.admin.main.ContentAct.save(ContentAct.java:469)  
     at com.jeecms.cms.action.admin.main.ContentAct$$FastClassByCGLIB$$9142671e.invoke(<generated>)  
     at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)  
     at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:701)  
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)  
     at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82) 
     at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)  
     at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115) 
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)  
     at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:634)  
     at com.jeecms.cms.action.admin.main.ContentAct$$EnhancerByCGLIB$$eefcf29d.save(<generated>)  
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)  
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)  
     at java.lang.reflect.Method.invoke(Method.java:611)  
     at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:176) 
     at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:440) 
     at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:428) 
     at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:925)  
     at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:856)  
     at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:936)  
     at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:838)  
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)  
     at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:812)  
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)  
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1230)  
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:779)  
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)  
     at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)  
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)  
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97)  
     at com.jxlife.cas.client.filter.CasAbstractTicketValidationFilter.doFilter(CasAbstractTicketValidationFilter.java:203) 
     at com.jxlife.cas.client.filter.support.ChainingFilter$DelegateFilterChain.doFilter(ChainingFilter.java:42)  
     at org.jasig.cas.client.authentication.AuthenticationFilter.doFilter(AuthenticationFilter.java:93)  
     at com.jxlife.cas.client.filter.support.ChainingFilter$DelegateFilterChain.doFilter(ChainingFilter.java:42)  
     at com.jxlife.cas.client.filter.CheckAsUserFilter.doFilter(CheckAsUserFilter.java:34)  
     at com.jxlife.cas.client.filter.support.ChainingFilter$DelegateFilterChain.doFilter(ChainingFilter.java:42)  
     at com.jxlife.cas.client.filter.SingleSignOutFilter.doFilter(SingleSignOutFilter.java:102)  
     at com.jxlife.cas.client.filter.support.ChainingFilter$DelegateFilterChain.doFilter(ChainingFilter.java:42)  
     at com.jxlife.cas.client.filter.UpdateTicketLastUsedFilter.doFilter(UpdateTicketLastUsedFilter.java:62)  
     at com.jxlife.cas.client.filter.support.ChainingFilter$DelegateFilterChain.doFilter(ChainingFilter.java:42)  
     at com.jxlife.cas.client.filter.support.ChainingFilter.doFilter(ChainingFilter.java:115)  
     at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)  
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)  
     at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)  
     at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)  
     at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)  
     at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)  
     at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)  
     at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)  
     at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) 
     at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)  
     at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)  
     at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383)  
     at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)  
     at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)  
     at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:343)  
     at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:260)  
     at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)  
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)  
     at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:230) 
     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)  
     at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)  
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)  
     at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)  
     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)  
     at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)  
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)  
     at com.jeecms.common.web.ProcessTimeFilter.doFilter(ProcessTimeFilter.java:35)  
     at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)  
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)  
     at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:960)  
     at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1064)  
     at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3878)  
     at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304) 
     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:981)  
     at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)  
     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)  
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:461)  
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:528)  
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:314)  
     at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:88)  
     at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)  
     at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)  
     at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)  
     at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)  
     at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)  
     at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)  
     at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)  
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1864)
级别: 白丁
UID: 80831
积分:8 加为好友
威望: 0 精华: 0
主题:0 回复:13
注册时间:2015-10-09
在线时长:0
2#   发表于:2015-10-14 21:11:14  IP:122.82.*.*
级别: 版主
UID: 70293
积分:78391 加为好友
威望: 1 精华: 0
主题:7 回复:68397
注册时间:2014-12-03
在线时长:0
3#   发表于:2015-10-15 08:32:49  IP:220.40.*.*
你是不是文库插件出了问题
this OfficeManager is currently stopped  
文库插件停止了运行
1
1 共1页