• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Waiting for Monitor Lock on java/util/zip/ZipFile@6C816668/6C816674

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

My server is creating the Thread dumps. After analysing, I found the following logs. Can any thing tell me that why is it stuck? How can I resolve this problem?

Thanks In Advance.

Regards,
Developer.

at java/util/zip/ZipFile.getEntry(ZipFile.java:287(Compiled Code)) at weblogic/utils/classloaders/ZipClassFinder.getSource(ZipClassFinder.java:32(Compiled Code)) at weblogic/utils/classloaders/JarClassFinder.getSource(JarClassFinder.java:45(Compiled Code)) at weblogic/utils/classloaders/MultiClassFinder.getSource(MultiClassFinder.java:64(Compiled Code)) at weblogic/utils/classloaders/MultiClassFinder.getSource(MultiClassFinder.java:64(Compiled Code)) at weblogic/utils/classloaders/MultiClassFinder.getSource(MultiClassFinder.java:64(Compiled Code)) at weblogic/utils/classloaders/MultiClassFinder.getSource(MultiClassFinder.java:64(Compiled Code)) at weblogic/utils/classloaders/MultiClassFinder.getSource(MultiClassFinder.java:64(Compiled Code)) at weblogic/utils/classloaders/CodeGenClassFinder.getSource(CodeGenClassFinder.java:33(Compiled Code)) at weblogic/utils/classloaders/GenericClassLoader.findResource(GenericClassLoader.java:209(Compiled Code)) at java/lang/ClassLoader.getResource(ClassLoader.java:422(Compiled Code)) at weblogic/utils/classloaders/GenericClassLoader.getResource(GenericClassLoader.java:169(Compiled Code)) at weblogic/utils/classloaders/ChangeAwareClassLoader.getResource(ChangeAwareClassLoader.java:112(Compiled Code)) at com/opensymphony/xwork2/util/ClassLoaderUtil.getResource(ClassLoaderUtil.java:83(Compiled Code)) at org/apache/struts2/views/freemarker/StrutsClassTemplateLoader.getURL(StrutsClassTemplateLoader.java:33(Compiled Code)) at freemarker/cache/URLTemplateLoader.findTemplateSource(URLTemplateLoader.java:75(Compiled Code)) at freemarker/cache/MultiTemplateLoader.findTemplateSource(MultiTemplateLoader.java:111(Compiled Code)) at freemarker/cache/TemplateCache.acquireTemplateSource(TemplateCache.java:600(Compiled Code)) at freemarker/cache/TemplateCache.findTemplateSource(TemplateCache.java:576(Compiled Code)) at freemarker/cache/TemplateCache.getTemplate(TemplateCache.java:293(Compiled Code)) at freemarker/cache/TemplateCache.getTemplate(TemplateCache.java:235(Compiled Code)) at freemarker/template/Configuration.getTemplate(Configuration.java:487(Compiled Code)) at freemarker/core/Environment.getTemplateForInclusion(Environment.java:1464(Compiled Code)) at freemarker/core/Include.accept(Include.java:157(Compiled Code)) at freemarker/core/Environment.visit(Environment.java:209(Compiled Code)) at freemarker/core/MixedContent.accept(MixedContent.java:92(Compiled Code)) at freemarker/core/Environment.visit(Environment.java:209(Compiled Code)) at freemarker/core/Environment.process(Environment.java:189(Compiled Code)) at freemarker/template/Template.process(Template.java:237(Compiled Code)) at org/apache/struts2/components/template/FreemarkerTemplateEngine.renderTemplate(FreemarkerTemplateEngine.java:148(Compiled Code)) at org/apache/struts2/components/UIBean.mergeTemplate(UIBean.java:530(Compiled Code)) at org/apache/struts2/components/UIBean.end(UIBean.java:484(Compiled Code)) at org/apache/struts2/views/jsp/ComponentTagSupport.doEndTag(ComponentTagSupport.java:43(Compiled Code)) at jsp_servlet/_web_45_inf/_pages/_tpmsinfo/_bpsetup/__payer_details._jsp__tag207(__payer_details.java:8223) at jsp_servlet/_web_45_inf/_pages/_tpmsinfo/_bpsetup/__payer_details._jspService(__payer_details.java:1759(Compiled Code)) at weblogic/servlet/jsp/JspBase.service(JspBase.java:34(Compiled Code)) at weblogic/servlet/internal/StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:223(Compiled Code)) at weblogic/servlet/internal/StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125(Compiled Code)) at weblogic/servlet/internal/ServletStubImpl.execute(ServletStubImpl.java:283(Compiled Code)) at weblogic/servlet/internal/ServletStubImpl.execute(ServletStubImpl.java:175(Compiled Code)) at weblogic/servlet/internal/RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:500(Compiled Code)) at weblogic/servlet/internal/RequestDispatcherImpl.forward(RequestDispatcherImpl.java:245(Compiled Code)) at org/apache/struts2/dispatcher/ServletDispatcherResult.doExecute(ServletDispatcherResult.java:139) at org/apache/struts2/dispatcher/StrutsResultSupport.execute(StrutsResultSupport.java:178) at com/opensymphony/xwork2/DefaultActionInvocation.executeResult(DefaultActionInvocation.java:348) at com/opensymphony/xwork2/DefaultActionInvocation.invoke(DefaultActionInvocation.java:253(Compiled Code)) at com/opensymphony/xwork2/interceptor/DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:221) at com/opensymphony/xwork2/interceptor/MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:224(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:223(Compiled Code)) at com/opensymphony/xwork2/util/profiling/UtilTimerStack.profile(UtilTimerStack.java:455(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation.invoke(DefaultActionInvocation.java:221(Compiled Code)) at com/opensymphony/xwork2/validator/ValidationInterceptor.doIntercept(ValidationInterceptor.java:150) at org/apache/struts2/interceptor/validation/AnnotationValidationInterceptor.doIntercept(AnnotationValidationInterceptor.java:48) at com/opensymphony/xwork2/interceptor/MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:224(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:223(Compiled Code)) at com/opensymphony/xwork2/util/profiling/UtilTimerStack.profile(UtilTimerStack.java:455(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation.invoke(DefaultActionInvocation.java:221(Compiled Code)) at com/opensymphony/xwork2/interceptor/ConversionErrorInterceptor.intercept(ConversionErrorInterceptor.java:123(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:224(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:223(Compiled Code)) at com/opensymphony/xwork2/util/profiling/UtilTimerStack.profile(UtilTimerStack.java:455(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation.invoke(DefaultActionInvocation.java:221(Compiled Code)) at com/opensymphony/xwork2/interceptor/ParametersInterceptor.doIntercept(ParametersInterceptor.java:167) at com/opensymphony/xwork2/interceptor/MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:224(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:223(Compiled Code)) at com/opensymphony/xwork2/util/profiling/UtilTimerStack.profile(UtilTimerStack.java:455(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation.invoke(DefaultActionInvocation.java:221(Compiled Code)) at org/apache/struts2/interceptor/FileUploadInterceptor.intercept(FileUploadInterceptor.java:207(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:224(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:223(Compiled Code)) at com/opensymphony/xwork2/util/profiling/UtilTimerStack.profile(UtilTimerStack.java:455(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation.invoke(DefaultActionInvocation.java:221(Compiled Code)) at org/apache/struts2/interceptor/debugging/DebuggingInterceptor.intercept(DebuggingInterceptor.java:206) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:224(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:223(Compiled Code)) at com/opensymphony/xwork2/util/profiling/UtilTimerStack.profile(UtilTimerStack.java:455(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation.invoke(DefaultActionInvocation.java:221(Compiled Code)) at com/opensymphony/xwork2/interceptor/I18nInterceptor.intercept(I18nInterceptor.java:143) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:224(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:223(Compiled Code)) at com/opensymphony/xwork2/util/profiling/UtilTimerStack.profile(UtilTimerStack.java:455(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation.invoke(DefaultActionInvocation.java:221(Compiled Code)) at com/opensymphony/xwork2/interceptor/PrepareInterceptor.doIntercept(PrepareInterceptor.java:121) at com/opensymphony/xwork2/interceptor/MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:224(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:223(Compiled Code)) at com/opensymphony/xwork2/util/profiling/UtilTimerStack.profile(UtilTimerStack.java:455(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation.invoke(DefaultActionInvocation.java:221(Compiled Code)) at org/apache/struts2/interceptor/ServletConfigInterceptor.intercept(ServletConfigInterceptor.java:170) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:224(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:223(Compiled Code)) at com/opensymphony/xwork2/util/profiling/UtilTimerStack.profile(UtilTimerStack.java:455(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation.invoke(DefaultActionInvocation.java:221(Compiled Code)) at com/opensymphony/xwork2/interceptor/AliasInterceptor.intercept(AliasInterceptor.java:123(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:224(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:223(Compiled Code)) at com/opensymphony/xwork2/util/profiling/UtilTimerStack.profile(UtilTimerStack.java:455(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation.invoke(DefaultActionInvocation.java:221(Compiled Code)) at com/opensymphony/xwork2/interceptor/ChainingInterceptor.intercept(ChainingInterceptor.java:115(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:224(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:223(Compiled Code)) at com/opensymphony/xwork2/util/profiling/UtilTimerStack.profile(UtilTimerStack.java:455(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation.invoke(DefaultActionInvocation.java:221(Compiled Code)) at com/cvs/tpms/framework/interceptor/ExceptionInterceptor.intercept(ExceptionInterceptor.java:45) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:224(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation$2.doProfiling(DefaultActionInvocation.java:223(Compiled Code)) at com/opensymphony/xwork2/util/profiling/UtilTimerStack.profile(UtilTimerStack.java:455(Compiled Code)) at com/opensymphony/xwork2/DefaultActionInvocation.invoke(DefaultActionInvocation.java:221(Compiled Code)) at org/apache/struts2/impl/StrutsActionProxy.execute(StrutsActionProxy.java:50) at org/apache/struts2/dispatcher/Dispatcher.serviceAction(Dispatcher.java:504) at org/apache/struts2/dispatcher/FilterDispatcher.doFilter(FilterDispatcher.java:419(Compiled Code)) at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42(Compiled Code)) at org/springframework/orm/jpa/support/OpenEntityManagerInViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:111(Compiled Code)) at org/springframework/web/filter/OncePerRequestFilter.doFilter(OncePerRequestFilter.java:75(Compiled Code)) at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42(Compiled Code)) at com/opensymphony/module/sitemesh/filter/PageFilter.parsePage(PageFilter.java:119) at com/opensymphony/module/sitemesh/filter/PageFilter.doFilter(PageFilter.java:55) at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42(Compiled Code)) at org/acegisecurity/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:265(Compiled Code)) at org/acegisecurity/intercept/web/FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107) at org/acegisecurity/intercept/web/FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72) at org/acegisecurity/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275(Compiled Code)) at org/acegisecurity/ui/ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:110) at org/acegisecurity/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275(Compiled Code)) at org/acegisecurity/wrapper/SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:81) at org/acegisecurity/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275(Compiled Code)) at org/acegisecurity/ui/AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:229) at org/acegisecurity/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275(Compiled Code)) at org/acegisecurity/ui/logout/LogoutFilter.doFilter(LogoutFilter.java:106(Compiled Code)) at org/acegisecurity/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275(Compiled Code)) at org/acegisecurity/context/HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:286) at org/acegisecurity/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275(Compiled Code)) at org/acegisecurity/concurrent/ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:95) at org/acegisecurity/util/FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275(Compiled Code)) at org/acegisecurity/util/FilterChainProxy.doFilter(FilterChainProxy.java:149) at org/acegisecurity/util/FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98) at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42(Compiled Code)) at com/cvs/tpms/framework/security/utility/SessionExpirationFilter.doFilter(SessionExpirationFilter.java:74) at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42(Compiled Code)) at org/apache/struts2/dispatcher/ActionContextCleanUp.doFilter(ActionContextCleanUp.java:99(Compiled Code)) at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42(Compiled Code)) at weblogic/servlet/internal/RequestEventsFilter.doFilter(RequestEventsFilter.java:26(Compiled Code)) at weblogic/servlet/internal/FilterChainImpl.doFilter(FilterChainImpl.java:42(Compiled Code)) at weblogic/servlet/internal/WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3243(Compiled Code)) at weblogic/security/acl/internal/AuthenticatedSubject.doAs(AuthenticatedSubject.java:321(Compiled Code)) at weblogic/security/service/SecurityManager.runAs(SecurityManager.java:121(Compiled Code)) at weblogic/servlet/internal/WebAppServletContext.securedExecute(WebAppServletContext.java:2003(Compiled Code)) at weblogic/servlet/internal/WebAppServletContext.execute(WebAppServletContext.java:1909(Compiled Code)) at weblogic/servlet/internal/ServletRequestImpl.run(ServletRequestImpl.java:1359(Compiled Code)) at weblogic/work/ExecuteThread.execute(ExecuteThread.java:209(Compiled Code)) at weblogic/work/ExecuteThread.run(ExecuteThread.java:181(Compiled Code))
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic