commons-attributes-compiler.jar]: Required extension qdox not found问题(转)

SSH框架结构,由于是初次使用,而且人员经验有限,遇到了比较多的问题,其中Error getConfigured / ExtensionValidator error错误是困扰了我两天的问题。
出现这个问题的条件是使用MyEclipse5.5M2,并且使用Spring Core包。
问题的表现形式是,当把项目部署到Tomcat服务器时,出现如下错误:
INFO: Deploying web application archive TestSpringMVC.war
Aug
18 , 2006 10 : 21 : 13 AM org.apache.catalina.util.ExtensionValidator validateManifestResources
INFO: ExtensionValidator[
/ TestSpringMVC][commons - attributes - api.jar]: Required extension " ant " not found.
Aug
18 , 2006 10 : 21 : 13 AM org.apache.catalina.util.ExtensionValidator validateManifestResources
INFO: ExtensionValidator[
/ TestSpringMVC][commons - attributes - compiler.jar]: Required extension " ant " not found.
Aug
18 , 2006 10 : 21 : 13 AM org.apache.catalina.util.ExtensionValidator validateManifestResources
INFO: ExtensionValidator[
/ TestSpringMVC][commons - attributes - compiler.jar]: Required extension " javadoc " not found.
Aug
18 , 2006 10 : 21 : 13 AM org.apache.catalina.util.ExtensionValidator validateManifestResources
INFO: ExtensionValidator[
/ TestSpringMVC]: Failure to find 3 required extension(s).
Aug
18 , 2006 10 : 21 : 13 AM org.apache.catalina.core.StandardContext start
SEVERE: Error getConfigured
Aug
18 , 2006 10 : 21 : 13 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [
/ TestSpringMVC] startup failed due to previous errors
Aug
18 , 2006 10 : 21 : 13 AM org.apache.catalina.core.StandardContext stop
INFO: Container org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[
/ TestSpringMVC] has not been started
这个问题导致项目无法启动,也就无法去访问。
这个问题出现的原因是commons-attributes-compiler.jar包的MANIFEST.MF文件出现问题,如果对这个包没有依赖,直接删除这个包的引用,项目就可以正常启动,如果对这个包有依赖,那么可以通过以下两种方式来解决。
1、修改MANIFEST.MF文件
原compiler.jar包中的MF文件结构
Manifest - Version: 1.0
Ant
- Version: Apache Ant 1.5 . 3
Created
- By: Apache Maven
Built
- By: hen
Package: org.apache.commons.attributes
Build
- Jdk: 1.4 .2_05
Extension
- Name: commons - attributes - api
Specification
- Title: Client API for Jakarta Commons Attributes.
Specification
- Vendor: The Apache Software Foundation
Implementation
- Title: org.apache.commons.attributes
Implementation
- Vendor: The Apache Software Foundation
Implementation
- Version: 2.2
Extension
- List: ant qdox
ant
- Extension - Name: ant
ant
- Implementation - Version: 1.5
ant
- Implementation - URL: http: // www.ibiblio.org/maven/ant/jars/ant-1.5.
jar
qdox
- Extension - Name: qdox
qdox
- Implementation - Version: 1.5
qdox
- Implementation - URL: http: // www.ibiblio.org/maven/qdox/jars/qdox-1
. 5 .jar
Implementation
- Vendor - Id: org.apache
X
- Compile - Source - JDK: 1.4
X
- Compile - Target - JDK: 1.4
我们可以看到URL后面的地址中含有一些不必要的字符,将MF文件修改如下
Manifest - Version: 1.0
Ant
- Version: Apache Ant 1.5 . 3
Created
- By: Apache Maven
Built
- By: hen
Package: org.apache.commons.attributes
Build
- Jdk: 1.4 .2_05
Extension
- Name: commons - attributes - api
Specification
- Title: Client API for Jakarta Commons Attributes.
Specification
- Vendor: The Apache Software Foundation
Implementation
- Title: org.apache.commons.attributes
Implementation
- Vendor: The Apache Software Foundation
Implementation
- Version: 2.2
Extension
- List: ant qdox
ant
- Extension - Name: ant
ant
- Implementation - Version: 1.5
ant
- Implementation - URL: http: // www.ibiblio.org/maven/ant/jars/ant-1.5.jar
qdox - Extension - Name: qdox
qdox
- Implementation - Version: 1.5
qdox
- Implementation - URL: http: // www.ibiblio.org/maven/qdox/jars/qdox-1.5.jar
Implementation - Vendor - Id: org.apache
X
- Compile - Source - JDK: 1.4
X
- Compile - Target - JDK: 1.4
这个问题就可以解决。
2、替换compiler.jar包
下载,将我提供的jar包下载之后替换也可以解决这个问题
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值