
Exception
iteye_14704
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring3.0整合Quartz时报错
spring3.0整合Quartz时出错: [code="java"]Caused by: java.lang.IncompatibleClassChangeError: class org.springframework.scheduling.quartz.CronTriggerBean has interface org.quartz.CronTrigger as super class...原创 2013-05-30 14:36:19 · 141 阅读 · 0 评论 -
解决Spring中@ResponseBody 返回json字符串date类型变成long型的问题
[code="java"] package com.jynine.service; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.Date; import org.codehaus.jackson.JsonGenerator; import org.codehaus...原创 2014-11-14 13:23:51 · 858 阅读 · 0 评论 -
java.lang.ClassFormatError: Unknown constant tag 100 in class file java/sql/Driv
[color=red]linux下启动tomcat报这个错: [/color] [code="java"]Aug 27, 2014 1:29:19 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal...2014-08-27 15:34:19 · 1536 阅读 · 0 评论 -
Maven:Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10
[code="java"] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project testPro: There are test failures. [ERROR] [ERROR] Please refer to...原创 2014-07-31 14:29:01 · 130 阅读 · 0 评论 -
Eclipse使用Maven创建Web时错误:Could not resolve archetype org.apache.maven.archetypes:
文章转自:[url][color=red]http://blog.youkuaiyun.com/afgasdg/article/details/12757433[/color][/url] 问题描述: 使用Eclipse自带的Maven插件创建Web项目时报错: [code="java"]Could not resolve archetype org.apache.maven...原创 2013-12-04 22:48:22 · 203 阅读 · 0 评论 -
jetty启动报Unsupported major.minor version 51.0
今天启动jetty服务器的时候报下面的错误: [code="java"]F:\jetty>java -jar start.jar --help Exception in thread "main" java.lang.UnsupportedClassVersionError: org/eclipse/j etty/start/Main : Unsupported major.minor ...原创 2013-07-04 18:09:45 · 362 阅读 · 0 评论 -
axis2 File "/axis2-web/listSingleService.jsp" not found
[code="java"]type Exception report message File "/axis2-web/listSingleService.jsp" not found description The server encountered an internal error that prevented it from fulfilling this...原创 2013-06-26 16:44:22 · 308 阅读 · 0 评论 -
java用poi读取excel报错
[code="java"]java.lang.IllegalStateException: Cannot get a text value from a numeric formula cell序号===== at org.apache.poi.xssf.usermodel.XSSFCell.typeMismatch(XSSFCell.java:845) at org.apache.poi...原创 2013-06-20 20:54:01 · 414 阅读 · 0 评论 -
在Eclipse中创建maven项目出现的环境警告 j2se-1.5
Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. 新建maven2工程时,会自动将jre library指向为j2se-1.5,而不是我安装的...原创 2013-06-20 20:25:46 · 506 阅读 · 0 评论 -
spring配置Quartz定时器时出现的异常
spring配置Quartz定时器时出现的异常如下: [code="java"]org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'secondTimerTrigger' defined in ServletContext resource [/WEB-INF/spri...原创 2013-06-17 17:41:25 · 1392 阅读 · 0 评论 -
java.lang.ClassNotFoundException: org.springframework.web.context.request.Reques
[code="java"]一月 24, 2015 4:51:02 下午 org.apache.tomcat.util.digester.SetPropertiesRule begin WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse....原创 2015-01-24 17:11:56 · 836 阅读 · 0 评论