Exception in thread "main" java.lang.NoSuchFieldError: INTEGER hibernate3 连接人大金仓数据库
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Exception in thread "main" java.lang.NoSuchFieldError: INTEGER hibernate3 连接人大金仓数据库相关的知识,希望对你有一定的参考价值。
参考技术A NoSuchFieldError,很明显啊,你的模型是不是没有这个字段在数据库中某个域,有可能是该域不get / set方法xml出现Exception in thread "main" java.lang.NullPointerException
运行代码出现Exception in thread "main" java.lang.NullPointerException
可以看下这个链接:https://ask.csdn.net/questions/1057248
原因1:String path=JsoupDemo1.class.getClassLoader().getResource("student.xml").getPath();当中的类路径写错了,可能写成了students.xml
原因2:没有把xml放到src目录下。如果放到src目录下依旧报错接着看原因3
原因3:可能是地址在转码后识别时有空格导致的,在getPath()前面加个toURI()方法就行,(图二我们可以看到改成全路径还是报错)
以上是关于Exception in thread "main" java.lang.NoSuchFieldError: INTEGER hibernate3 连接人大金仓数据库的主要内容,如果未能解决你的问题,请参考以下文章
Exception in thread "main" java.lang.UnsupportedClassVersionError
Exception in thread "main" java.util.InputMismatchException
Exception in thread "main" java.lang.ClassCastException
Exception in thread "main" java.lang.UnsatisfiedLinkError:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1