分类存档: 异常处理

java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()

最普通的web项目增加hadoop、hive 相关jar包后,打开页面报错:

查资料应该是Hadoop相关jar中依赖jetty、[……]

Read more

[commons-attributes-api-2.2.jar]: Required extension [ant] not found.

web应用的war包部署到tomcat下面时有如下类似错误信息:

[commons-attributes-api-2.2.jar]: Required extension [ant] not fou[……]

Read more

Jetty部署web应用错误oejj.ObjectMBean

在Idea中Jetty部署web应用启动后有异常信息,详细错误信息如下:

2014-11-21 17:10:14.360:WARN:oejj.ObjectMBean:
java.lang.NoCl[……]

Read more

import com.sun.image.codec.jpeg.* 找不到包

在Eclipse中编译项目时,如果提示类似 com.sun.image.codec.jpeg.* 下:

import com.sun.image.codec.jpeg.JPEGCodec;
imp[……]

Read more

com.atomikos.datasource.ResourceException: Error in recovery

atomikos+spring 配置实现JTA分布式事务,在连接oracle数据库时出现以下异常信息:

Exception:com.atomikos.datasource.ResourceExc[……]

Read more

java.lang.OutOfMemoryError: GC overhead limit exceeded

错误代码:

java.lang.OutOfMemoryError: GC overhead limit exceeded

原因分析:

该错误为JDK6新增错误类型。当GC为释放很小空[……]

Read more

org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: There must be a method name element.

XFire客户端异常信息如下:

此次环境下的解决方法如下:

请确认客户端程序中调用的URL 书写是否正确,我是把URL[……]

Read more

failed to create task or type antlib:org.apache.ivy.ant:retrieve

ant 进行编译时发生如下错误信息:

原因:ant的lib目录下缺少ivy相关的jar

解决办法:把ivy的jar包(ivy[……]

Read more

java.io.EOFException: /dev/[u]random closed

在linux 或者 Solaris下如果碰到类似下面的异常信息:

这是由于 随机数读取报错引起的,一般的解决办法有以下三种:[……]

Read more

org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

项目启动异常信息如下:

该问题一般是因为项目lib库中没有引入jstl.jar和standard.jar文件引起的,只要导入相应的[……]

Read more

第 1 页,共 3 页123