当前位置: 代码迷 >> 335881的解决方案
 
  • [JSF]求救,SelectItems有关问题,几天了都未解决!

    [JSF]求救,SelectItems问题,几天了都未解决!!我在JSF中不论是用<h:selectManyListbox>还是<h:selectOnuMenu>都报这样的错误:16:01:59,343ERROR[jsp]:704-Servlet.service()forservletjspthrewexception335881'>java.lang.IllegalArg...

    348
    热度
  • 两个很急的有关问题,

    两个很急的问题,在线等。。。1.我用jsp:useBean创建一个实例x,x里面可以set一个list,现在我在页面上创建一个listy,我怎么设置到实例x里面?我的做法如下,但是有错误,请指教:<jsp:useBeanid="x"class="..."scope="request"><jsp:setPropertyna...

    76
    热度
  • httpclient回来302后,其location的值为./ 跳转出错,请大侠帮着看看是什么原因

    httpclient返回302后,其location的值为./跳转出错,请大侠帮着看看是什么原因。代码如下:client=newHttpClient(); client.getParams().setParameter(HttpMethodParams.HTTP_CONTENT_CHARSET, "utf-8"); StringlogUrl="http://...

    7488
    热度
  • 小初学者求指导·这个有关问题如何解决额

    小菜鸟求指导·这个问题怎么解决额Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.BeanCreationException:Errorc...

    9662
    热度
  • 前台的值传不到后盾

    前台的值传不到后台前台代码:functioncustomDownload_dellMainPage_review(){ varurl='newstrade/customDownload_dellMainPage.ghtm?startTime='; url+=$("#newstrade_newsTrade_startTime").val(); url+='&en...

    7391
    热度
  • 提交表单信息时老是报这个错,请教是咋回事啊

    提交表单信息时老是报这个错,请问是怎么回事啊?StrutsProblemReportStrutshasdetectedanunhandledexception:Messages:attempttocreatesaveOrUpdateeventwithnullentityFile:org/hibernate/event/SaveOrUpdateEvent.javaLinenumber:40-----...

    3766
    热度
  • Server Tomcat v7.0 Server不能起步

    ServerTomcatv7.0Server不能启动运行Tomcat就会出现这样的错误。请教各位帮忙解决这个问题,谢谢啦!ServerTomcatv7.0Serveratlocalhosthasencounteredaproblem.ServerTomcatv7.0Serveratlocalhostfailedtostart.信息:StartingServletEngine:ApacheTomca...

    8437
    热度
  • Lwuit的高手请给小弟我指点一下

    Lwuit的高手请给我指点一下!335881'>java.lang.IllegalArgumentException:ComponentisalreadycontainedinContainer:Container[x=0y=42width=240height=211,layout=FlowLayout,scrollableX=false,scrollableY=true,components=[...

    4708
    热度
  • HibernateDaoSupport纳闷

    HibernateDaoSupport疑惑我现在有一个类publicclassGenericDaoHibernateImpl<T,PKextendsSerializable>extendsHibernateDaoSupportimplementsGenericDao<T,PK>{但是我配置文件没有xml配置GenericDaoHibernateImpl,给他注入Hibern...

    8937
    热度
  • Files' name is invalid or does not exist (1205).这是关于什么的异常

    Files'nameisinvalidordoesnotexist(1205).这是关于什么的错误每次上传文件都报这个错误。。(我的是信息上传数据库并把选中文件上传到项目指叮文件夹中)335881'>java.lang.IllegalArgumentException:Files'nameisinvalidordoesnotexist(1205). com.jspsmart.upload.File...

    10117
    热度
  • Spring注入报错,麻烦各位大侠解决下(Caused by: java.lang.IllegalArgumentException:Can not set )

    Spring注入出错,麻烦各位大侠解决下(Causedby:java.lang.IllegalArgumentException:Cannotset)框架是spring3.0MVC+Hibernate,在启动项目的时候,会报如下的错误:严重:StandardWrapper.Throwableorg.springframework.beans.factory.BeanCreationExceptio...

    4181
    热度
  • SSH框架结合时遇到有关问题

    SSH框架结合时遇到问题SSH框架结合时遇到问题,暂时加入了spring和hibernate3的jar包,导致tomcat启动报错,报错信息如下:org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'org.springframework.transaction.interceptor.T...

    3821
    热度
  • 报错,什么有关问题,如何解决

    报错,什么问题,怎么解决?严重:Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.BeanCreationException:Errorcreati...

    97
    热度
  • 哪儿多了一个参数

    哪里多了一个参数啊org.springframework.dao.InvalidDataAccessApiUsageException:org.hibernate.QueryParameterException:Positionbeyondnumberofdeclaredordinalparameters.Rememberthatordinalparametersare1-based!Positi...

    217
    热度
  • 使用Spring注解@Query实现查询,起步项目报错具体报错内容如下

    使用Spring注解@Query实现查询,启动项目报错具体报错内容如下ErrorstartingApplicationContext.Todisplaytheauto-configurationreportenableddebuglogging(startwith--debug)Exceptioninthread"main"org.springframework.beans.factory.Bea...

    46
    热度
  • lucene4.5建立索引报错,在整不出来就开除了,多谢

    lucene4.5建立索引报错,在整不出来就开除了,谢谢分词器jar包是paoding-analysis-4.4.0.jar包,在建立索引的时候包错为:335881.html'>java.lang.IllegalArgumentException:firstpositionincrementmustbe>0(got0)forfield'keyword' atorg.apache.lucene...

    7488
    热度
  • 反射有关问题-Exception in thread "main" java.lang.IllegalArgumentException: argument ty

    反射问题--Exceptioninthread"main"335881'>java.lang.IllegalArgumentException:argumentty大家看看,老是报java.lang.IllegalArgumentException:argumenttypemismatch错,求大神解解说明:我是用有参构造器来反射的,就不要对我说用无参的了packageTcon...

    362
    热度
  • Java搭建SSH异常

    Java搭建SSH错误配置文件信息:<beanid="orgTypeDao"class="com.bjpowernode.pmes.dao.impl.OrgTypeDaoImpl"><propertyname="sessionFactory"value="sessionFactory"/></bean><beanid="orgDao"class="com....

    97
    热度
  • java报错信息,该怎么解决

    java报错信息[com.opensymphony.xwork2.ognl.OgnlValueStack]Errorsettingexpression'user.companyName'withvalue'[Ljava.lang.String;@38935df9'ognl.OgnlException:companyName[335881.html'>java.lang.IllegalArgumen...

    8716
    热度
  • spring ibatis整合报错

    springibatis整合出错org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'userDao'definedinfile[E:\workspace_n\hx\webapp\WEB-INF\classes\com\hx\core\user\dao\impl\UserDaoImpl.c...

    5369
    热度