JAVA编程常见错误集锦(2)

32, car is not mapped

可能1: 在cfg.xml中没有增加映射的hbm.xml文件在<mapping.../>中

33, 属性没有找到

可能1: hbm.xml文件中的 <property name =""> 有问题, 也许是name的值与对应类中的成员名不一致

34,SQLException: 无当前连接 可能1:在比如创建帐户时没有对相应的方法添加到<list>中去,比如这个没有加入:<value>newAccount</value>

<bean id="transactionAdvisor" class="org.springframework.aop.support.NameMatchMethodPointcutAdvisor">

<property name="advice">

<ref bean="advice"/>

</property>

<property name="mappedNames">

<list>

<value>transfer</value>

</list>

</bean>

35,SQLException: Syntax error: Encountered "table" at line 1, column 8.

可能1;执行SQL时出现冲突,可能是SQL语句中使用了关键字作为变量来用,比如

update order set balance=1000000;

其中order被用作表名来使用,这是错误的,因为order是个关键字,用在order by中

36, Servlet /Spring-WebMvc threw load() exception

org.xml.sax.SAXParseException: Document root element "beans", must match DOCTYPE root "null".

jar包的冲突,spring-1.2.6.jar和spring.jar出现在一个war的目录中:J Boss/server/all/deploy/Spring-WebMvc.war/WEB-INF/lib

37, java.sql.SQLException: 当事务仍处于活动状态时,无法关闭连接。

38 ,

validateJarFile(/home/soft01/Tomcat/webapps/sms-token-struts/WEB-INF/lib/servlet-api.jar)

Servlet /sms-struts-tiles threw load() exception

java.lang.ClassNotFoundException: org.apache.struts.action.ActionServlet

原因:在WEB-INF/lib/ 目录下有servlet-api.jar与/Tomcat/common/lib目录下的servlet-api.jar冲突了,把WEB-INF/lib/下的servlet-api.jar删除就可以了

39,java.lang.ClassNotFoundException: org.springframework.web.struts.ContextLoaderPlugIn

Marking servlet action as unavailable

10:30:47,088 ERROR [/NetCT_OSS]:3953 - Servlet /NetCT_OSS threw load() exception

javax.servlet.UnavailableException

40,org.xml.sax.SAXParseException: Document root element "beans", must match DOCTYPE root "null".

缺少MyEclipse/eclipse/plugins/com.genuitec.eclipse.springframework_5.5.0/data/2.0/dist/modules/spring-struts.jar

41,Caused by: java.sql.BatchUpdateException: ORA-02291: integrity constraint (SD0702.FK82D343CF49A4B831) violated - parent key not found

Caused by: org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update

有可能是ID生成策略的问题,我将它XML映射文件改成<generator class="increment" />就好了

42,

2007-08-19 16:21:43,290 ERROR [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/OSS].[action]] - Servlet.service() for servlet action threw exception

org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [entity.Module#2]

java.util.ConcurrentModificationException

原因:已经有对象拥有了所选择的module,用clear(),而不是remove();

43,

ERROR [org.apache.catalina.session.ManagerBase] - IOException while loading persisted sessions: java.io.InvalidClassException: entity.Module; local class incompatible: stream classdesc serialVersionUID = -5988350031935445758, local class serialVersionUID =
-297934247726484429

java.io.InvalidClassException: entity.Module; local class incompatible: stream classdesc serialVersionUID = -5988350031935445758, local class serialVersionUID = -297934247726484429

在Module中加上一个关键字:transient

44,

Caused by: java.sql.BatchUpdateException: ORA-02292: integrity constraint (SD0702.SYS_C00132664) violated - child record found

原因:有其他的表引用了该表的外建,所以报这个异常,如果没有引用就不会出现

45,

出现数组越界的时候,看看是不是循环时没有加=,比如:

for(int i = 1; i<arr.length;i++)可以改成

for(int i = 1; i><=arr.length;i++)

46.如果使用Ant和Junit是被报找不到test,检查一下是否误用了private

出错信息:

<failure message="No tests found in test.AllTest" type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError: No tests found in test.AllTest

该错误有个很特别的特点,当你不通过ant来运行测试,而是通过AllTest类来运行的话,可以正常运行。小心哦

47.如果遇到报:表名无效,且jvm报严重错误,看看是不是用了数据库的保留关键字来做表名了,如User。

48.使用ant时必须小心ant的classpath它用的不是IDE的classpath,小心!

49.小心下边的异常,

exception setting property value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) setter of xp.bean.Users.?" type="net.sf.hibernate.PropertyAccessException">java.lang.ClassCastException at xp.bean.UsersMetaClass1.setPropertyValues(<generated>)
at net.sf.hibernate.persister.AbstractEntityPersister.setPropertyValues

上次出现该错错误的原因是:

源文件里我的class类型为一个类Contact contact

而跑到mapping里却成了Set,呵呵厉害。

50.突然间冒出大量的NullPointException

重新build一下。

51.="Flush during cascade is dangerous - this might occur if an object was deleted and then re-saved by cascade"

52.Tapestry的出错信息:

Class com.bookshop.Hello does not implement the IPage interface.

location: context:/WEB-INF/Home.page, line 6

原因:与显示有关的哪个java类没有从IPage家族继承。

53.使用ant时给出的路径好象不允许出现空格。

54.由于使用ant时用junit做测试的话,classpath中出现j2ee.jar的话,问题多多。例如xml格式的log文件生成不了,莫名其妙的NullPointException等。所以我设置了两个包个包含j2ee.jar,为编译用;一个没有,为junit用

55.进行单元测试时,在查询返回后应马上assertNotNull(),这样可以更快速的定位NullPointException

56.要使用ResourceBundle的话,要千万小心。必须用日志记录下它的状态。还有该属性文件应该放在classes下面。

57.当要显示任何页面时,都被提示无效,那么应该检查一下lib目录了,还有一些很奇怪的异常,例如你明明可以找到一个类但是服务器却提示ClassNotDefException,那么估计是缺少了该类所必须的包了。或者多了不兼容的包,如, xdoclet系列包不被struts的lib目录所兼容

58.编写clone时从Java编程思想(2nd)上学到的(732):

.引数传递过程中会自动产生别名(alias)。

.没有局域对象(local objects),只有局域性的(local)references。

.reference受范围(scope)的限制,对象则否。

.对象的寿命从来不是Java的讨论议题(因为有垃圾回收机制)

59.try catch finally的域居然是分离的。

60.jsp乱码的其中一个原因:charset="gb2312" 等号"="的两边不允许有空格。

61.我的基于Displaytag的简单报表解决方案。

http://displaytag.sourceforge.net/

下载displaytag.jar和displaytag.tld

displaytag.jar放在lib目录,而displaytag.tld放在WEB-INF目录,在web.xml中为displaytag.tld声明一下。

<taglib>

<taglib-uri>http://displaytag.org</taglib-uri>

<taglib-location>/WEB-INF/displaytag.tld</taglib-location>

</taglib>

在jsp里使用前,加上

<%@ taglib uri="http://displaytag.org" prefix="display" %>

注意该软件有个bug,他要用的一个包common-lang.jar版本必须在2.0以上。

如果碰到下面异常,则应坚持一下是否该包的版本问题。

java.lang.NoSuchMethodError: org.apache.commons.lang.StringUtils.capitalize(Ljava/lang/String;)Ljava/lang/String;

然后就可放心使用了

<display:column property = "xxx"/>其中xxx为对象中的带有getter的变量>。

定义表格的样子,用css定义。如

TABLE.its THEAD TR {

BACKGROUND-COLOR: #69c

}

TABLE.its TR.even {

BACKGROUND-COLOR: #def

}

在使用分页时,可能会出现这种情况,点击其他页时,弹出下载窗口,让你下载当前jsp页面,这是因为你在当前页面读取了数据的缘故。解决办法为在action里读取数据而不是在jsp里。可以参考

http://www.displaytag.org/example-paging.jsp?d-26189-p=2

62.使用displaytag时,在一列中放入多个元素

必须在display:table中定义一个id

<display:table name = "allBooks" class = "its" pagesize = "5" id = "item">

<display:column title = "操作">

查看

编辑

删除

</display:column>

要在displaytag中使用链接,必须具备paramId,否则不显示为链接

<display:column property = "product.name" href = "viewDetailV2.0.jsp" title = "书名" paramId="item" paramProperty="product.id"/>

可以这样使用display

<display:column property = "product.id" title = "ID"/>

其中product为对象

63.<bean:write name = "xxxx" property = "xxx"/> 可以直接取到session.getAttribute()取到的东西。

64.实验struts-upload例子时要注意的地方:

1.If you would rather write this file to another file, please check here:

这一行要打钩

2.If you checked the box to write to a file, please specify the file path here:

在这里要重命名如:c:\b.jpg

上传成功的话,会出现提示 The file has been written to "c:\b.jpg"

65.Hibernate的like可以这么用:

Query query = session.createQuery("from src.persistent.Book as book where upper(book.name) like :name ");

query.setString("name", "%");

result = query.list();

66.Hibernate出现 duplicate import : className

异常也可能是因为忘了为持久类在configuration中addClass了

67.<logic:iterate id = "author" name = "authors">

name所引用的是session里的attribute。

68.如果发现要出现询问下载的情况,有可能是因为要跳转的页面出现了问题。试试在要跳转到的页删掉

<%@ page contentType="text/html; charset=gb2312"%>

69.如果JSP页面跳转时出现下边的错误信息:

The request sent by the client was syntactically incorrect (Invalid path /web/shoppingCart was requested).

原因是struts-config的action = "x" 写成了 action = "x.do"

70.在struts中,strut-config.xml中,forward时使用redirect = "true"可以将.do重定向为.jsp

71.以后在判断相等性之前先用logger把两个值显示出来。

72.从session里getAttribute后,修改并不需要重新setAttribute一次。

73.在hibernate中使用subclass是一棵继承树共用一个表,仅生成个mapping。

每个类中必须有discrimator-value。在最上层的类中必须声明:

@hibernate.discriminator column = "class"。

不可以将子类添加到configuration里去。(即不可addClass(子类))

使用Xdoclet的建立subclass的例子(该类是父类)

/**

* @hibernate.class discriminator-value = "customer"

* @hibernate.discriminator column = "class"

*/

而使用joined-subclass则是一类一表,也不许将子类添加进configuration里去。

/**

* @hibernate.joined-subclass

* @hibernate.joined-subclass-key

* column="customer_id"

*/

如果发现生成的mapping文件中joined-subclass的key column为空,那么可能是@hibernate.joined-subclass-key这句没有写对。

用joined-subclass生成的表,仔细看。Member extends Customer

create table Customer (

id VARCHAR2(255) not null,

name VARCHAR2(255),

description VARCHAR2(255),

primary key (id)

)

create table Member (

customer_id VARCHAR2(255) not null,

password VARCHAR2(255),

primary key (customer_id)

)

74.在junit中尽量使用assertEquals代替assertTrue;

75.Hibernate

如果Child extends Parent

那么from Parent as parent 也将会将Child选出来,而from Child as child 则不会选出Parent

76.Hibernate

使用hibernate的one-to-one时,应该两方向都set,否则会报save NullPointException

parent.setChild(child);

child.setParent(parent);

77.Hibernate

遇到下边的异常,估计是与因为外键出现了问题:

java.lang.NullPointerException

at net.sf.hibernate.persister.AbstractEntityPersister.getPropertyValue(AbstractEntityPersister.java:675)

at net.sf.hibernate.id.ForeignGenerator.generate(ForeignGenerator.java:33)

如:

* @hibernate.id generator-class = "foreign"

* @hibernate.generator-param name = "property" value = "customer"

* @hibernate.one-to-one name = "custmoer" class = "src.persistent.Customer"

value的值和one-to-one 中name的值不符,则会出现上边的异常。如果不显示指定name则默认取成员变量名

Customer a

则name = "a" 需要小心的是不是类名。所以,以后最好显示指定名字为好。

78.出现异常:

Exceptionobject references an unsaved transient instance - save the transient instance before flushing: src.persistent.Product

原因没有为某对象进行set设置, 如上边的这个就是某对象没有调用setProduct

79.

"xxx action = "/a" 不用.do和根目录名

80.

Caused by: java.sql.SQLException: ORA-02291: 违反完整约束条件 (BOOKSHOP.FK4AAEE

47687CCA6B) - 未找到父项关键字

如果你觉得该做的e是出现这个问题,那么检查一下,是否将类的继承关系在hibernate的mapping中反映了出来。joined-subclass或subclass

例如a extends b

如果持久类c 需要Set的是持久类a,那么你把b传入,而b又没有在mapping中将父子关系反映出来的话,就会出现该异常

81.使用DynaActionForm需要注意的问题

在struts-config声明

><form-bean name="memberloginForm" dynamic ="true" type="org.apache.struts.action.DynaActionForm">

<form-property name = "name" type = "java.lang.String"/>

<form-property name = "password" type = "java.lang.String"/>

</form-bean>

在Action里将form强制转化成DynaActionForm,然后get("属性名")就可以了

82.struts的validate最简单实现

1.首先准备好错误提示信息。

xxx.properties 里

errors.required={0} is required.(默认已有)

2.Form必须从ValidatorForm继承

3.不可以重载ValidatorForm的validate函数

4.在validate.xml中为你想验证的表单进行验证设计。例如

<form name="logonForm">

<field property="userName" depends="required">

<arg0 key="prompt.userName"/>

(该参数将在显示错误信息是从xxx.properties读取prompt.userName,填入{}方括号里,取代0。如果是arg1将将填入{1}位置,以此类推。

</field>

</form>

不需要在action里做任何处理。只管forward就行了。作为forward的目标页,不需要任何有关用于处理出错信息的处理。

83.服务器报

The requested resource (/xxxx/xxx.htm) is not available.的很奇怪的一个的可能原因

在web.xml中定义的tld,没有找到

或者是lib目录下的包太多出现了问题。

<taglib>

<taglib-uri>/spring</taglib-uri>

<taglib-location>/WEB-INF/spring.tld</taglib-location>

</taglib>

如WEB-INF目录下不存在spring.tld的话,就会报上边的错误

84.

spring的xxx-servlet.xml的使用SimpleFormController系列的类问题:

<bean id = "priceIncreaseForm" class="PriceIncreaseFormController">

<property name="sessionForm"><value>true</value></property>

<property name="beanName"><value>priceIncrease</value></property>

<property name="commandClass"><value>PriceIncrease</value></property>

<property name="formView"><value>priceIncrease</value></property>

<property name="successView"><value>hello</value></property>

<property name="productManager">

<ref bean="prodMan"/>

</property>

</bean>

这里要注意几个问题:

(1)上边的PriceIncrease是了类名,必须在classes里存在该类,否则报:

PropertyVetoExceptionsException: 1 errors:-- ErrorCodedPropertyVetoException: message=[Failed to convert property value of type [java.lang.String] to required type [java.lang.Class] for property named ‘commandClass‘; nested exception is:

java.lang.IllegalArgumentException: Invalid class name [PriceIncrease]: PriceIncrease]; errorCode=[typeMismatch]

java.lang.IllegalArgumentException: Invalid class name [PriceIncrease]: PriceIncrease

(2)<property name="formView"><value>priceIncrease</value></property>

这一行必不可少,priceIncrease是页面的名字,他将会是prefix + priceIncrease + suffix

如果缺少该行,则报:

javax.servlet.ServletException: Error in ModelAndView object or View resolution encountered by servlet with name ‘pocketSpring‘: View to render cannot be null with ModelAndView [ModelAndView: materialized View is [null]; Model=[{[email protected],
org.springframework.validation.BindException.priceIncrease=org.springframework.validation.BindException: BindException: 0 errors}]]

使用Errors的rejectValue相关问题:

rejectValue(java.lang.String field, java.lang.String errorCode, java.lang.Object[] errorArgs, java.lang.String defaultMessage)

Reject the given field of the current object, using the given error description.

当前对象指的是xxx-servlet.xml中与validator类有联系的哪个对象。

第一个是:当前对象的属性名,必须存在

第二个是:将要从属性文件中读取的消息

第三个是:传递给所读取的消息的参数,如:

error.too-low=You have to specify a percentage higher than {0}!

第四个是:当从属性文件中读取消息不成功时,所reject的值

以后从request中读取parameter可以借用spring的RequestUtils包里的

getStringParameter

public static java.lang.String getStringParameter(javax.servlet.http.HttpServletRequest request,

&bsp; java.lang.String name,

java.lang.String defaultVal)

Get a string parameter, with a fallback value. Never throws an exception. Can pass a distinguished value to default to enable checks of whether it was supplied.

不会抛异常

Hibernate的问题:2.1rc的问题

INFO: cache provider: net.sf.ehcache.hibernate.Provider

net.sf.hibernate.HibernateException: could not instantiate CacheProvider:

解决办法,2.1rc比以前的版本多需要一个包

ehcache.jar

85.static的问题

static函数只可以访问static成员变量。

而static变量可以被任何成员函数访问。

86.

java.lang.NoClassDefFoundError: javax/transaction/Synchronization];

需要添加JTA.jar

收藏于 2009-11-11

时间: 2024-10-17 14:04:36

JAVA编程常见错误集锦(2)的相关文章

android编程常见错误集锦

1.Eclipse 打开时提示fail to create JVM 问题 找到eclipse目录下的eclipse.ini,修改如下:

(转)Hadoop之常见错误集锦

Hadoop之常见错误集锦 下文中没有特殊说明,环境都是CentOS下Hadoop 2.2.0.1.伪分布模式下执行start-dfs.sh脚本启动HDFS时出现如下错误:                vi打开libexec/hadoop-config.sh中,查找JAVA_HOME is not set and could not be found,找到后在这一行if [[ -z $JAVA_HOME ]]; then的前面添加如下语句即可:        export JAVA_HOME=

android 常见错误集锦

1.用Eclipse安装APP程序时,报Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE错误,也就是说内存不够用引起的,解决办法有如下两种: a.把手机内的没用安装包清掉一些,或者卸载一些没用的APP,腾出足够的内存,然后在进行安装: b.直接在AndroidMainfest.xml文件里配置,即<manifest xmlns:android="http://schemas.android.com/apk/res/android

Oracle常见错误集锦及解决参考

ORA-01033: ORACLE initialization or shutdown in progress: 第一步.sqlplus / NOLOG 第二步.SQL> connect / as sysdba提示:已成功 第三步.SQL>shutdown normal提示:数据库已经关闭已经卸载数据库ORACLE 例程已经关闭 第四步.SQL>startup mount提示:Total System Global Area 5110898688 bytesFixed Size   

Android NDK开发(三)——常见错误集锦以及LOG使用

转载请注明出处:http://blog.csdn.net/allen315410/article/details/41826511  Android NDK开发经常因某些因素会出现一些意想不到的错误,很多时候调试这些错误的时候,显得比调试Java代码要复杂,一方面是导致错误的原因很多很杂,另一方面NDK开发涉及到C/C++代码的编写,很多程序员对此不熟悉.那么这篇博客就总结一下,在NDK开发中经常出现的一些问题,并且尝试提供一些正确的解决方案,方便在开发时能够快速定位到错误,更改错误,当然了,错

Linux编程常见错误及解决方案

对于linux新手来说Linux编程会经常遇见一些问题,今天列出新手们最经常遇到的编程错误,并提供解决方案: 1)由于是Linux新手,所以现在才开始接触线程编程,照着GUN/Linux编程指南中的一个例子输入编译,结果出现如下错误: undefined reference to 'pthread_create' undefined reference to 'pthread_join' 问题原因: pthread 库不是 Linux 系统默认的库,连接时需要使用静态库 libpthread.a

Java编程常见缺陷汇总(一)

 [案例1] 1 public boolean equalNode(JudgeNode a, JudgeNode b) { 2 return a.getId() == b.getId(); 3 } [点评] 应在JudgeNode类里定义equals()方法(估计刚从面向过程语言"转行"过来...). [案例2] 1 public String[] getMsg() { 2 List<String> msgList = new ArrayList<String>

ubuntu安装php常见错误集锦

以下错误摘录自 http://www.68idc.cn/help/jiabenmake/qita/20141114128775.html  .http://zgadzaj.com/how-to-install-php-53-and-52-together-on-ubuntu-1204 一.configure 报错 1.错误类型: Configure: error: Please reinstall the libcurl distribution-easy.h should be in <cur

Hadoop的mapreduce开发过程,常见错误集锦(持续更新)

1.Text包导错了. 将import com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider.Text; 改为import org.apache.hadoop.io.Text; . 2.本地编译环境和生产环境中的java版本不匹配.有可能是jdk不匹配,也可能是jre不匹配.都匹配就不会有这个问题 3.map与reduce都要是分别重载Mapper和Reducer类.不能是自己定义的方法