当前位置: 代码迷 >> 335881的解决方案
 
  • 关于ssh搭配框架有关问题

    关于ssh搭配框架问题小弟、刚学ssh所以不是很理解。就按照老实讲的步骤来的。但是其实不是很理解写的那些配置文件都是什么意思。不废话。遇到个问题求助。。。。我在spring配置文件applicationContext.xml中配置关联了两个实体类<!--配置dao--> <beanid="userdao"class="dao.impl.UserDao...

    4363
    热度
  • 江湖救急jsp联接servlet出错了~

    江湖救急,jsp连接servlet出错了~~严重:ContainerBase.addChild:start:org.apache.catalina.LifecycleException:Failedtostartcomponent[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/myapp]] atorg.apac...

    1664
    热度
  • 关于基于XML技术开发AOP应用报错的有关问题

    关于基于XML技术开发AOP应用报错的问题小弟初学spring(其实也是JAVA的初学者)。关于基于XML技术开发AOP应用报错的问题。applicationContext.xml涉及的代码如下: <beanid="personService"class="cn.itcast.service.impl.PersonServiceBean"><...

    6720
    热度
  • struts1类型转换错误!

    求救struts1类型转换异常!!!!!!!!!!!异常提示为:javax.servlet.ServletException:BeanUtils.populate org.apache.struts.util.RequestUtils.populate(RequestUtils.java:469) org.apache.struts.action.RequestProcessor.processP...

    7222
    热度
  • spring3中的<aop:aspectj-autoproxy />有关问题

    spring3中的<aop:aspectj-autoproxy/>问题?org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'u'definedinfile[D:\MyEclipse\Spring_test_aop_annotatuon\WebRoot\WEB-INF\clas...

    7512
    热度
  • tomcat通常启动,打开页面显示空白并报错!郁闷。请高手指教

    tomcat正常启动,打开页面显示空白并报错!郁闷。请高手指教2011-3-920:35:06org.apache.catalina.core.AprLifecycleListenerinit信息:LoadedAPRbasedApacheTomcatNativelibrary1.1.20.2011-3-920:35:06org.apache.catalina.core.AprLifecycleLi...

    4891
    热度
  • 急求大神帮忙看看,struts和spring集成的有关问题

    急!求大神帮忙看看,struts和spring集成的问题Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.BeanCreationException...

    4309
    热度
  • spring3报错'sessionFactory' or 'hibernateTemplate' is required,该怎么解决

    spring3报错'sessionFactory'or'hibernateTemplate'isrequired整合spring3和hibernate3.6spring配置:(不用对DAO进行配置) <context:annotation-config/> <context:component-scanbase-package="com.mypack"/>...

    4317
    热度
  • 如何样在myeclipse7.0中配置struts2.0

    怎么样在myeclipse7.0中配置struts2.0我配置了一下,出了以下错误不知道为什么,请高手指教!严重:Dispatcherinitializationfailedjava.lang.RuntimeException:java.lang.reflect.InvocationTargetException atcom.opensymphony.xwork2.inject.Container...

    6566
    热度
  • java.lang.IllegalArgumentException: argument type mismatch解决方案

    java.lang.IllegalArgumentException:argumenttypemismatch这是控制台输出的JavacodeERROR01六月201014:28:48[org.hibernate.property.BasicPropertyAccessor$BasicSetter][set]-IllegalArgumentExceptioninclass:com.baidu.ma...

    5529
    热度
  • 本地资源getResourceAsStream的参数要怎么传

    本地资源getResourceAsStream的参数要如何传?大家好!开发工具:eclipse,在项目的res文件夹中有个a.mpg视频资源,getResourceAsStream的参数要如何传?在Manager.createPlayer之前,执行InputStreamis=getClass().getResourceAsStream("a.mpg");总是会出错,提示如下,请...

    9037
    热度
  • j2ee有关问题,网页报错

    j2ee问题,网页报错HTTPStatus500---------------------------------------------------------------------------------typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror()thatpreventeditfromfu...

    8397
    热度
  • tomcat6 tomcat7 [Request processing failed; nested exception is java.lang.Illega,该如何解决

    tomcat6tomcat7[Requestprocessingfailed;nestedexceptionisjava.lang.Illega1、项目在tomcat6,启动正常。登陆首页正常2、但是在tomcat7,下启动正常,登陆首页报错严重:Servlet.service()forservlet[cms]incontextwithpath[/cms]threwexception[Reques...

    7729
    热度
  • struts2导出excel无法找到InputStream,该如何解决

    struts2导出excel无法找到InputStream错误:335881.html'>java.lang.IllegalArgumentException:Cannotfindajava.io.InputStreamwiththename[]intheinvocationstack.Checkthe<paramname="inputName">tagspecifiedforthis...

    4725
    热度
  • shiro整合spring求指点这个错误

    shiro整合spring求指点这个异常:2013-12-1118:15:08org.apache.catalina.core.StandardWrapperValveinvoke严重:Servlet.service()forservletspringMVCthrewexceptionorg.springframework.beans.factory.BeanCreationException:E...

    3067
    热度
  • 忽然就启动不了tomcat了,有大神遇到过吗

    突然就启动不了tomcat了,有大神遇到过吗?报错误ServerTomcatv7.0Serveratlocalhostfailedtostart.我已经重新安装过tomcat了,还是不行!错误信息:十一月22,20135:27:12下午org.apache.catalina.core.AprLifecycleListenerinitINFO:TheAPRbasedApacheTomcatNativ...

    8924
    热度
  • Spring ApplicationContextAware和事务配置有关问题

    SpringApplicationContextAware和事务配置问题这个问题困扰着我几天了.....//action类publicclassBaseActionextendsActionSupport{ publicServiceFacadefacade;//外观类publicServiceFacadegetFacade(){ returnfacade; } publicvoidsetFac...

    8442
    热度
  • tomcat项目部署后running替false,无法启动

    tomcat项目部署后running为false,无法启动项目部署后running为false,无法启动,错误日志:四月02,20142:06:47下午org.apache.catalina.startup.ContextConfigparseWebXml严重:Parseerrorinapplicationweb.xmlfileatjndi:/localhost/fut/WEB-INF/web.x...

    1406
    热度
  • 参数不匹配错误java.lang.IllegalArgumentException: argument type mismatch

    求助:参数不匹配异常java.lang.IllegalArgumentException:argumenttypemismatch335881.html'>java.lang.IllegalArgumentException:argumenttypemismatch atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod) atsun...

    10185
    热度
  • Resin 启动时报错!解决方法

    Resin启动时报错!启动resin服务时,resin的控制台报错!之前还是好好的![10:19:45.736]{main}WebApp[http://localhost:80/direct]active[10:19:45.830]{main}WebApp[http://localhost:80/mange]active[10:19:45.960]{main}WebApp[http://local...

    5411
    热度