zoukankan      html  css  js  c++  java
  • The server encountered an internal error () that prevented it from fulfilling this request

    HTTP Status 500 -


    type Exception report

    message

    description The server encountered an internal error () that prevented it from fulfilling this request.

    exception

    javax.servlet.ServletException: Filter execution threw an exception
    

    root cause

    java.lang.NoClassDefFoundError: Could not initialize class freemarker.template.Configuration
    	org.apache.struts2.views.freemarker.FreemarkerManager.createConfiguration(FreemarkerManager.java:309)
    	org.apache.struts2.views.freemarker.FreemarkerManager.init(FreemarkerManager.java:271)
    	org.apache.struts2.views.freemarker.FreemarkerManager.getConfiguration(FreemarkerManager.java:254)
    	org.apache.struts2.dispatcher.Dispatcher.sendError(Dispatcher.java:828)
    	org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:567)
    	org.apache.struts2.dispatcher.ng.ExecuteOperations.executeAction(ExecuteOperations.java:77)
    	org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.doFilter(StrutsPrepareAndExecuteFilter.java:91)
    

    note The full stack trace of the root cause is available in the Apache Tomcat/6.0.10 logs.

    服务器遇到一个内部错误(),使它无法满足这个请求

    重启tomcat试试吧


    Apache Tomcat/6.0.10

  • 相关阅读:
    python 字典
    python set集合
    python封装和解构
    python 内置数据结构 切片
    CPU 上下文切换及案例分析
    怎么理解linux的平均负载及平均负载高后的排查工具
    Linux性能优化
    python 内置数据结构 字符串
    python内置数据结构
    python GC、分支、循环
  • 原文地址:https://www.cnblogs.com/langtianya/p/2969403.html
Copyright © 2011-2022 走看看