#pt

java.sql.SQLException: Data truncated for column 'seat_number' at row 1

项目中trycatch出现这种情况,就去检查下数据库列类型和项目中实体类的id类型是否一致。数据库id是int类型的,项目实体类是String类型的,项目save功能无法保存,导致了我的这个异常。...

完美解决: org.apache.ibatis.binding.BindingException Invalid bound statement (not found)

异常描述:org.apache.ibatis.binding.BindingException:Invalidboundstatement(notfound)原因:springboot整合mybatis,在编译时,如果不添加此节点mybatis的mapper.xml文件都会被漏掉,即只会生成mapper对应的class...

rg.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session:

原先跑TESTCASE的时候没有出错但是跑到整个程序里面,除了这个问题,网上也找了下资料,说是用merge之类的可以解决,因为你这个update的obj和session里面的不用,所以导致此问题。突然石化~~~想到session~~~想到TESTcase的时候没有用事物aop所以每个方法都是一个事物,所以当然没问题,而...

项目启动报错org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.wuhongyu.mapper.OrdersMapper.selectByExample

在用maven配置mybatis环境时出现此BindingExceptiony异常,发现在classes文件下没有mapper配置文件,应该是maven项目没有扫描到mapper包下的xml文件, 在pom.xml中加入一下代码可以解决:<build><resources><!-...

org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19

启动项目报错:org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19原因是tomcat的版本太低了,改成9就可...

java.lang.ClassNotFoundException: org.apache.jsp.error_jsp

缺少jar包第一个:standard-1.1.2.jar第二个:jstl-1.2.jar...

SSH项目中使用struts-tags报错According to TLD or attribute directive in tag file, attribute test does not accept any expressions

在运行struts2标签页面时报错,代码如下:<%@pagelanguage="java"pageEncoding="gbk"%><%@taglibprefix="s"uri="/struts-tags"%><!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Tr...

java查询数据库数据时报错antlr/ANTLRException

在集成SH项目时,写hql语句总是查不出东西,而且报java.lang.NoClassDefFoundError:antlr/ANTLRException,郁闷了很久在网上终于找到了答案,原来是却一个叫antlr-2.7.6.jar,将它导入项目就没事了。...

Communications link failure due to underlying exception: ** BEGIN NESTED EXC

一是将wait_timeout=31536000  interactive_timeout=31536000   将过期时间修改为1年。  二是在连接URL上添加参数:&autoReconnect=true&failOverReadO...

关于pycharm安装出现的interpreter field is empty,无法创建项目存储位置

关于pycharm安装出现的interpreterfieldisempty,无法创建项目存储的位置。如图:我之前安装的时候一直老是有这个提示,后来才发现是因为没安装这个python的原因,需要下载安装python解释器第一步:打开python官网地址:https://www.python.org/downloads/w...

easyui中的option设置selected没有效果

在mvc中,使用了easyUI框架,然后我点击添加新消息的时候弹窗一个新窗口,添加信息。却发现我的select一直无法设置默认状态,jq选中,还是直接在添加一条请选择的option都没办法选中,网络上查找很多资料,给div添加什么元素之类的都没有任何变化,     &n...

HTML一片空白, 无法渲染: Empty tag doesn't work in some browsers

html文件直接引入一个script,如下<html><head><scripttype="application/javascript"src="ajax/jquery-1.10.2.min.js"/></head>结果导致了对应的页面在浏览器显示不了,一片空白,F12...

再见:org.apache.catalina.connector.ClientAbortException: java.io.IOException: Connection reset by peer

这个问题我之前遇见多次了,今天又遇见了2019-03-2216:33:27.555WebMvcConfigurer.java:144ERROR-接口[/appservice/7za.exe]出现异常,请求参数:platform=Windows,异常摘要:java.io.IOException:Connectionres...

spring boot tomcat 打本地包成war,通过Tomcat启动时出现问题: ZipException: error in opening zip file

  一个第三方公司提供springboot项目,直接启动是ok的,但是打包成war,通过Tomcat启动,就出现ZipException:errorinopeningzipfile:20-Mar-201915:48:28.385信息[localhost-startStop-1]org.apache....

Springboot admin 发送邮件失败:com.sun.mail.smtp.SMTPSenderFailedException: 553 Mail from must equal authorized user

发邮件已经是老生常谈了,今天又遇到了,而且又出了各种问题。我晕哦。我的配置是:spring.mail.host=smtp.163.comspring.mail.username=klxxxxspring.mail.password=qwer1234spring.boot.admin.notify.mail.to=lkx...
首页上一页...245246247248249...下一页尾页