严重: action: null
java.lang.ClassNotFoundException: org.springframework.web.struts.ContextLoaderPlugIn怎么解决?

解决方案 »

  1.   

    此回复为自动发出,仅用于显示而已,并无任何其他特殊作用
    楼主【yun81811091】截止到2008-07-16 17:24:05的历史汇总数据(不包括此帖):
    发帖的总数量:4                        发帖的总分数:80                       每贴平均分数:20                       
    回帖的总数量:5                        得分贴总数量:0                        回帖的得分率:0%                       
    结贴的总数量:2                        结贴的总分数:40                       
    无满意结贴数:0                        无满意结贴分:0                        
    未结的帖子数:2                        未结的总分数:40                       
    结贴的百分比:50.00 %               结分的百分比:50.00 %                  
    无满意结贴率:0.00  %               无满意结分率:0.00  %                  
    楼主加油
      

  2.   

    这个是没有找到类啊,你看看是不是在classpath下面。这个类
      

  3.   


    <classpath>
    <classpathentry kind="src" path="src"/>
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_5_CONTAINER"/>
    <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.hibernate.MYECLIPSE_HIBERNATE3_1_CORE"/>
    <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/msbase.jar"/>
    <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mssqlserver.jar"/>
    <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/msutil.jar"/>
    <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING20_CORE"/>
    <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING20_AOP"/>
    <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.springframework.MYECLIPSE_SPRING20_DAO"/>
    <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/antlr.jar"/>
    <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-beanutils.jar"/>
    <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-digester.jar"/>
    <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload.jar"/>
    <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-logging.jar"/>
    <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-validator.jar"/>
    <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jakarta-oro.jar"/>
    <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/struts.jar"/>
    <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
    </classpath>没有啊
      

  4.   

    这个类是你spring里面的,你spring引入没有?
    没有看到spring.jar呢
      

  5.   

    ClassNotFoundException...
    常见异常了
    有什么没有倒进来吧
      

  6.   

    类无法找到是常见异常 
    但页面跳不到 action 跟action null 这些问题 我就很苦恼了
      

  7.   

    严重: action: null
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loginservice' defined in ServletContext resource [/WEB-INF/classes/applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
    PropertyAccessException 1: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [com.founsys.daoimpl.BaseDaoImpl] to required type [com.founsys.dao.BaseDao] for property 'based'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [com.founsys.daoimpl.BaseDaoImpl] to required type [com.founsys.dao.BaseDao] for property 'based': no matching editors or conversion strategy found
    Caused by: org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessException details (1) are:
    PropertyAccessException 1:
    org.springframework.beans.TypeMismatchException: Failed to convert property value of type [com.founsys.daoimpl.BaseDaoImpl] to required type [com.founsys.dao.BaseDao] for property 'based'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type [com.founsys.daoimpl.BaseDaoImpl] to required type [com.founsys.dao.BaseDao] for property 'based': no matching editors or conversion strategy found
    Caused by: java.lang.IllegalArgumentException: Cannot convert value of type [com.founsys.daoimpl.BaseDaoImpl] to required type [com.founsys.dao.BaseDao] for property 'based': no matching editors or conversion strategy found
    spring。jar 引完了  类找到了 
    出别的异常了
      

  8.   

    java.lang.ClassNotFoundException: org.springframework.web.struts.ContextLoaderPlugIn 
    没有找到org.springframework.web.struts.ContextLoaderPlugIn 这个类!