
Maven
文章平均质量分 69
翱翔天地
技术在于专注!主要从事前端开发,熟悉vue、jQuery、uniapp等,有微信公众号和微信小程序开发经验,熟练使用echarts、highcharts、帆软报表;了解Java、python和mysql
展开
-
web.xml is missing and <failOnMissingWebXml> is set to true
1、错误描述 4.0.0 com.you.cup CUP 0.0.1-SNAPSHOT war web.xml is missing and is set to true2、错误原因3、解决办法原创 2017-06-09 21:55:17 · 891 阅读 · 0 评论 -
java.util.IllegalFormatConversionException: d != java.lang.String
1、错误描述java.util.IllegalFormatConversionException: d != java.lang.String at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4045) at java.util.Formatter$FormatSpecifier.printInteger原创 2017-02-09 20:26:56 · 16558 阅读 · 0 评论 -
Caused by: java.sql.BatchUpdateException: Can not issue executeUpdate() for SELECTs
1、错误描述org.springframework.dao.DataIntegrityViolationException: PreparedStatementCallback; SQL [select student_id from b_student where student_code=? ]; Can not issue executeUpdate() for SELECTs; neste原创 2017-02-09 20:10:54 · 8324 阅读 · 0 评论 -
com.alibaba.fastjson.JSONException: syntax error, pos 1
1、错误描述com.alibaba.fastjson.JSONException: syntax error, pos 1 at com.alibaba.fastjson.parser.DefaultJSONParser.parse(DefaultJSONParser.java:1083) at com.alibaba.fastjson.parser.DefaultJSONPars...原创 2017-02-09 20:07:49 · 96043 阅读 · 17 评论 -
Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/sc
1、错误描述org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org原创 2017-02-09 19:59:56 · 1635 阅读 · 0 评论 -
Could not resolve placeholder 'driverClassName' in string value "${driverClassName}"
1、错误描述信息: Initializing Spring root WebApplicationContext2017-02-09 16:40:53,812 [localhost-startStop-1] ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed org.spr原创 2017-02-09 19:54:01 · 11694 阅读 · 0 评论 -
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Duplicate column name 'stuNo'
1、错误描述### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Duplicate column name 'stuNo'; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorExce原创 2017-01-18 19:03:43 · 18335 阅读 · 0 评论 -
java.util.MissingFormatArgumentException: Format specifier 'd'
1、错误描述java.util.MissingFormatArgumentException: Format specifier 'd' at java.util.Formatter.format(Formatter.java:2487) at java.util.Formatter.format(Formatter.java:2423) at java.lang.String.format原创 2017-02-17 19:04:22 · 16972 阅读 · 1 评论 -
Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias 'Student'
1、错误描述 Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in URL [file:/F:/Tomcat/apache-tomcat-7.0.69/webapps/cmp/WEB-INF/cl原创 2017-01-12 20:01:47 · 20432 阅读 · 1 评论 -
Caused by: java.sql.SQLException: Field 'stu_id' doesn't have a default value
1、错误描述### Cause: java.sql.SQLException: Field 'stu_id' doesn't have a default value; SQL []; Field 'line_id' doesn't have a default value; nested exception is java.sql.SQLException: Field 'stu_id' do原创 2017-01-12 19:50:00 · 2001 阅读 · 1 评论 -
Result Maps collection does not contain value for StudentMapper.StudentMap
1、错误描述信息: Server startup in 17739 msorg.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.builder.IncompleteElementException: Could not find result map StudentMapper.Studen原创 2017-01-12 19:28:25 · 4607 阅读 · 0 评论 -
Caused by: java.sql.SQLException: Value '0000-00-00' can not be represented as java.sql.Date
1、错误描述### Cause: java.sql.SQLException: Value '0000-00-00' can not be represented as java.sql.Date; SQL []; Value '0000-00-00' can not be represented as java.sql.Date; nested exception is java.sql.SQ原创 2017-01-17 10:33:07 · 3679 阅读 · 0 评论 -
Caused by: java.lang.NumberFormatException: For input string: "undefined"
1、错误描述2017-01-17 08:49:57,966 [http-apr-8080-exec-3] ERROR [core.interceptor.ExceptionResolverCustom] - Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested原创 2017-01-17 08:54:23 · 11945 阅读 · 1 评论 -
Caused by: java.lang.NoSuchMethodException: com.you.entity.sys.Param.<init>()
1、错误描述2017-01-11 16:19:29,983 [http-apr-8080-exec-3] ERROR [core.interceptor.ExceptionResolverCustom] - Could not instantiate bean class [com.you.entity.sys.Param]: No default constructor found; neste原创 2017-01-11 19:37:43 · 1801 阅读 · 0 评论 -
java.lang.ClassNotFoundException: org.apache.commons.collections.map.ListOrderedMap
1、错误描述严重: Servlet.service() for servlet [springmvc] in context with path [/mes] threw exception [Handler processing failed; nested exception is java.lang.NoClassDefFoundError: org/apache/commons/colle原创 2017-01-11 19:25:45 · 1780 阅读 · 0 评论 -
java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet
1、错误描述一月 10, 2017 5:31:26 下午 org.apache.catalina.core.ApplicationContext log严重: Error loading WebappClassLoader context: /Cdmp delegate: false repositories: /WEB-INF/classes/----------> Pa原创 2017-01-10 18:55:09 · 1980 阅读 · 2 评论 -
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be res
1、错误描述严重: Servlet.service() for servlet [jsp] in context with path [/cmp] threw exception [The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files dep原创 2017-01-19 18:21:46 · 3112 阅读 · 0 评论 -
Caused by: org.xml.sax.SAXParseException; lineNumber: 102; columnNumber: 25; cvc-complex-type.2.4.b:
1、错误描述2017-01-19 17:11:05,206 [localhost-startStop-1] ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed org.springframework.beans.factory.xml.XmlBeanDefinitionSto原创 2017-01-19 18:43:38 · 9176 阅读 · 0 评论 -
com.alibaba.fastjson.JSONException: not close json text, token : :
1、错误描述 com.alibaba.fastjson.JSONException: not close json text, token : : at com.alibaba.fastjson.parser.DefaultJSONParser.close(DefaultJSONParser.java:1115) at com.alibaba.fastjson.JSON.parse(JSON.原创 2017-02-15 18:55:04 · 98596 阅读 · 8 评论 -
java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered
1、错误描述严重: Servlet.service() for servlet [jsp] in context with path [/SSH] threw exceptionjava.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered? at org.原创 2017-02-23 19:14:21 · 7179 阅读 · 2 评论 -
Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: Student is not mapped
1、错误描述org.hibernate.hql.internal.ast.QuerySyntaxException: Student is not mapped [from Student ] at org.hibernate.hql.internal.ast.QuerySyntaxException.generateQueryException(QuerySyntaxException.jav原创 2017-02-23 19:11:34 · 1918 阅读 · 0 评论 -
org.hibernate.hql.internal.ast.QuerySyntaxException: unexpected token: * near line 1, column 8
1、错误描述org.hibernate.hql.internal.ast.QuerySyntaxException: unexpected token: * near line 1, column 8 [select * from t_student_info ] at org.hibernate.hql.internal.ast.QuerySyntaxException.convert(Que原创 2017-02-23 19:05:40 · 11696 阅读 · 0 评论 -
org.hibernate.HibernateException: Could not obtain transaction-synchronized Session for current thre
1、错误描述org.hibernate.HibernateException: Could not obtain transaction-synchronized Session for current thread at org.springframework.orm.hibernate4.SpringSessionContext.currentSession(SpringSessionCon原创 2017-02-23 19:01:07 · 2638 阅读 · 0 评论 -
org.springframework.beans.factory.UnsatisfiedDependencyException
1、错误描述org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.you.ssh.test.dao.StudentDaoTest': Unsatisfied dependency expressed through field 'studentDao'原创 2017-02-23 18:55:09 · 79218 阅读 · 3 评论 -
Caused by: java.sql.SQLException: No value specified for parameter 2
1、错误描述at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invo原创 2017-02-13 19:48:15 · 5367 阅读 · 1 评论 -
JavaReflectionManager cannot be cast to org.hibernate.annotations.common.reflection.MetadataProvider
1、错误描述2017-02-21 18:00:01,358 [main] ERROR [com.alibaba.druid.filter.FilterManager] - load filter error, filter not found : 3 2017-02-21 18:00:01,359 [main] ERROR [com.alibaba.druid.pool.DruidAbstra原创 2017-02-21 19:04:49 · 4378 阅读 · 0 评论 -
org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException : Unsupported major.minor versio
1、错误描述2017-02-21 15:50:46,893 [main] ERROR [org.springframework.test.context.TestContextManager] - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.Depen原创 2017-02-21 18:59:08 · 3491 阅读 · 0 评论 -
Element 'property' cannot have character [children], because the type's content type is element-only
1、错误描述2017-02-21 15:29:40,864 [main] ERROR [org.springframework.test.context.TestContextManager] - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.Depen原创 2017-02-21 18:52:11 · 8459 阅读 · 0 评论 -
java.lang.UnsupportedClassVersionError: org/hibernate/cfg/Configuration : Unsupported major.minor v
1、错误描述 2017-02-21 15:54:04,497 [main] ERROR [org.springframework.test.context.TestContextManager] - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.Depe原创 2017-02-21 18:46:14 · 5755 阅读 · 1 评论 -
Caused by: java.sql.SQLException: Generated keys not requested
1、错误描述at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74) at org.springframework.test.context.junit4.statements.RunAfterT原创 2017-02-10 18:41:58 · 1270 阅读 · 0 评论 -
BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the Applic
1、错误描述严重: Exception sending context destroyed event to listener instance of class org.springframework.web.context.ContextLoaderListenerjava.lang.IllegalStateException: BeanFactory not initialized or原创 2017-02-10 18:02:14 · 3622 阅读 · 0 评论 -
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : U
1、错误描述Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at原创 2017-02-10 13:00:40 · 2339 阅读 · 0 评论 -
java.net.UnknownHostException: you.hai.com
1、错误描述信息: Server startup in 14654 msjava.net.UnknownHostException: you.hai.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.原创 2017-01-18 18:54:18 · 1654 阅读 · 0 评论 -
redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
1、错误描述 redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool at redis.clients.util.Pool.getResource(Pool.java:22) at core.security.RedisManager.saveSession(原创 2017-01-10 18:57:04 · 2957 阅读 · 0 评论 -
webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode)
1、错误描述[INFO] Scanning for projects...[INFO] [INFO] ------------------------------------------------------------------------[I原创 2017-01-10 18:59:05 · 3670 阅读 · 0 评论 -
获取DIV内部内容报错
1、错误描述2、错误原因3、解决办法原创 2016-01-28 20:27:30 · 2033 阅读 · 3 评论 -
Cannot add or update a child row: a foreign key constraint fails
1、错误描述Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails at sun.reflect.NativeConstructorAccessor原创 2016-01-21 19:08:54 · 13183 阅读 · 1 评论 -
Unable to create project from archetype [org.apache.maven.archetypes:maven-archetype-quickstart:1.1]
1、错误描述2、错误原因3、解决办法原创 2016-01-11 19:16:26 · 11483 阅读 · 4 评论 -
org.hibernate.AssertionFailure: null id in com.you.model.User entry (don't flush the Session after a
1、错误描述org.hibernate.AssertionFailure: null id in com.you.model.User entry (don't flush the Session after an exception occurs) at org.hibernate.event.internal.DefaultFlushEntityEventListener.checkId(D原创 2016-01-21 19:13:01 · 3521 阅读 · 2 评论 -
java.lang.NoClassDefFoundError: org/eclipse/jetty/util/thread/QueuedThreadPool$1
1、错误描述[WARNING] FAILED qtp1691065417{8<=8<=8/254,0}: java.lang.NoClassDefFoundError: org/eclipse/jetty/util/thread/QueuedThreadPool$1[WARNING] FAILED org.mortbay.jetty.plugin.JettyServer@7b8f6d05: ja原创 2016-01-17 20:10:57 · 15308 阅读 · 3 评论