- 浏览: 563680 次
最新评论
文章列表
1、错误描述
2、错误原因
每次修改方法里内容,保存一次提示一次;由错误提示可知,是“Hot code”替换失败
3、解决办法
勾选“Do not show error when hot code replace fails”,不再显示这个弹窗提示
- 2017-01-05 19:23
- 浏览 550
- 评论(0)
1、错误描述
### The error occurred while setting parameters
### SQL: delete from t_student_info info where info.stu_id = ?
### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the rig ...
- 2017-01-05 19:17
- 浏览 704
- 评论(0)
1、错误描述
### Error updating database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for WaitMissionMapper.updateWait
### Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for WaitMissionMapper.updateWait
at ...
- 2017-01-05 19:01
- 浏览 334
- 评论(0)
1、错误描述
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in URL [file:/F:/Tomcat/apache-tomcat-7.0.69/webapps/cmp/WEB-INF/classes/shiro-context.xml]: BeanPostProcessor before instantiation of bean failed; nested exception is org.springframew ...
- 2017-01-05 18:55
- 浏览 2035
- 评论(0)
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'Form'
1、错误描述
### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'Form' cannot be null
; SQL []; Column 'Form' cannot be null; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'Form' cannot be null
at org.spri ...
- 2017-01-05 18:49
- 浏览 2773
- 评论(0)
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of ty
1、错误描述
2017-01-05 09:29:49,950 [localhost-startStop-1] ERROR [org.springframework.web.servlet.DispatcherServlet] - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'waitMissionController': Injection of resource dependencies failed ...
- 2017-01-05 18:39
- 浏览 743
- 评论(0)
1、错误描述
An internal error occurred during: "CheckLicensesAndNotify".
com/genuitec/pulse2/client/targetcfg/ui/PulseActivator
2、错误原因
由于在破解过程中出现问题,导致出现这个错误
3、解决办法
(1)切换工作空间
(2)设置MyEclipse安装文件为可写
- 2017-01-05 18:19
- 浏览 868
- 评论(0)
1、错误描述
2、错误原因
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<script src="http://cdn.static.runoob.com/libs/angular.js/1.4.6/angular.min.js"></script>
</head>
<body>
<div ng-app=" ...
- 2017-01-03 10:22
- 浏览 563
- 评论(0)
1、错误描述
Failed to load resource: the server responded with a status of 504 (Gateway Time-out)
2、错误原因
上传文件时,出现这个错误
3、解决办法
- 2016-12-27 18:50
- 浏览 4205
- 评论(0)
1、错误描述
2、错误原因
由于Nginx反向代理服务器client_max_body_size默认值为1MB,而上传文件大于1MB,所以就出现这个错误
3、解决办法
打开Nginx反向代理服务器nginx.conf配置文件,修改client_max_body_size值
client_max_body_size 30M
- 2016-12-26 20:10
- 浏览 566
- 评论(0)
1、错误描述
2、错误原因
不能连接MySQL本地服务器,可能是由于MySQL服务没开
3、解决办法
(1)检查MySQL服务是否开启
(2)检查MySQL配置参数
- 2016-12-26 20:01
- 浏览 611
- 评论(0)
1、错误描述
严重: Could not perform anonymous login at this time
org.eclipse.core.runtime.CoreException: Unsupported content type [application/octet-stream] for [org.eclipse.maynstall.client.core.MaynstallActionResponse]
at com.genuitec.pulse.client.common.collab.ui.CommonCollabUIServices.loginAnonymousA ...
- 2016-12-26 19:30
- 浏览 650
- 评论(0)
1、错误描述
2、错误原因
由错误描述可知,是索引越界
3、解决办法
修改Console buffer size的大小
- 2016-12-26 15:41
- 浏览 404
- 评论(0)
1、错误描述
2003-Can't connect to MySQL server on '127.0.0.1' (10038)
2、错误原因
利用Navicat for MySQl连接本地数据时,用localhost可以正常连接;但是用127.0.0.1却出现这个错误提示
3、解决办法
(1)首先,保证MySQL服务是开启状态
(2)然后,在mysql配置文件里添加127.0.0.1 IP地址配置
(3)最后,设置规则,利用MySQL常用端口3306
- 2016-12-23 18:29
- 浏览 1180
- 评论(0)
1、错误描述
Failed to load resource: the server responded with a status of 413 (Request Entity Too Large)
2、错误原因
上传文件时,利用localhost访问系统,不会出现这个问题;用域名访问这个系统时,出现这个问题,提示是:请求实体太大
由于Nginx反向代理服务器client_max_body_size默认值为1MB,而上传文件大于1MB,所以就出现这个错误
3、解决办法
打开Nginx反向代理服务器nginx.conf配置文件,修改client_max_body_size值
c ...
- 2016-12-23 09:20
- 浏览 1276
- 评论(0)