`
phosphory
  • 浏览: 72623 次
  • 性别: Icon_minigender_1
  • 来自: 福建
社区版块
存档分类

eclipse Axis2 Codegen plugin报错问题

阅读更多

  我在用Axis2开发WebService时,需要用到插件:axis2-eclipse-codegen-wizard.zip和axis2-eclipse-service-archiver-wizard.zip;
下载地址:http://apache.justdn.org/ws/axis2/tools/1_4_1/

   但是貌似这个地址提供的这个插件axis2-eclipse-codegen-wizard.zip缺少jar包,即如下:
"geronimo-stax-api_1.0_spec-1.0.1.jar"和"backport-util-concurrent-3.1.jar"。
由于缺少它们,导致出现"An error occurred while completing process -java.lang.reflect.InvocationTargetException"这样的错误。具体解决办法如下:
   下载"geronimo-stax-api_1.0_spec-1.0.1.jar"和"backport-util-concurrent-3.1.jar"这两个jar包,之后将它们拷贝到Axis2_Codegen_Wizard_1.3.0文件夹中的lib目录下。

axis2_1.4.1版本中的lib包下有这两个jar,但是最新版axis2_1.5貌似缺少了这两个jar , 如果大家找不到这两个jar,下面提供目前可用的下载地址(如果地址不对,还请大家自己上网找去):
http://mirrors.ibiblio.org/pub/mirrors/maven/mule/dependencies/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar


http://dev.project.net/trac/pnet-community/browser/trunk/core/lib/geronimo-stax-api_1.0_spec-1.0.1.jar?rev=17737


然后修改Axis2_Codegen_Wizard_1.3.0文件夹下的plugin.xml,在
<runtime>中增加下面代码:
<library name="lib/geronimo-stax-api_1.0_spec-1.0.1.jar">
     <export name="*"/>
</library>
<library name="lib/backport-util-concurrent-3.1.jar">
      <export name="*"/>
</library>
重新启动eclipse或myeclipse即可。


若还不行,那么尝试改下这个版本,将plugin.xml中的version属性改为1.4.0,然后将
Axis2_Codegen_Wizard_1.3.0文件夹名改为Axis2_Codegen_Wizard_1.4.0;再重启eclipse即可。


我初次使用这个插件就存在这样的问题,网上查了资料,有相关的解决方案,不过有些仍然无法解决我当时遇到的问题。在http://mail-archives.apache.org/mod_mbox/ws-axis-user/200810.mbox/<48E46809.4020400@wso2.com> 这个地址里头说明了问题的所在。由于相关的资料较少,我写下这篇博客,为自己以后遇到同样的问题能够尽早的发现解决之道,也为大家提供一个参考。


分享到:
评论
1 楼 qiyongqiang 2011-11-29  
谢谢,我的配置终于可以了,,,,

相关推荐

    backport-util-concurrent-3.1.jar和geronimo-stax-api_1.0_spec-1.0.1.jar

    在提供的RAR文件中,"eclipse Axis2 Codegen plugin报错问题 - - JavaEye技术网站.htm"可能是包含详细解决步骤的网页,而"eclipse Axis2 Codegen plugin报错问题 - - JavaEye技术网站.files"可能是一些附加文件,...

    axis2-eclipse-codegen-plugin-1.6.2.zip和axis2-eclipse-service-plugin-1.6.2.zip

    标题中的"axis2-eclipse-codegen-plugin-1.6.2.zip"和"axis2-eclipse-service-plugin-1.6.2.zip"是两个与Apache Axis2相关的Eclipse插件,用于简化Web服务的开发过程。Apache Axis2是Java平台上一个成熟的Web服务...

    axis2-eclipse-codegen-plugin-1.6.2和axis2-eclipse-service-plugin-1.6.2

    标题中的"axis2-eclipse-codegen-plugin-1.6.2和axis2-eclipse-service-plugin-1.6.2"指的是两个与Apache Axis2相关的Eclipse插件:Axis2代码生成插件和Axis2服务插件,它们是版本1.6.2的。Apache Axis2是一个流行的...

    axis2-eclipse-codegen-plugin-1.5.6.zip

    标题中的"axis2-eclipse-codegen-plugin-1.5.6.zip"是一个Axis2 Eclipse Codegen Plugin的版本1.5.6的压缩包文件。这个插件是专门为Eclipse集成开发环境(IDE)设计的,用于帮助Java开发者在构建Web服务时自动生成...

    axis2-eclipse-codegen-plugin-1.6.0与axis2-eclipse-service-plugin-1.6.0

    axis2-eclipse-codegen-plugin-1.6.0和axis2-eclipse-service-plugin-1.6.0有关jar包下载,解压后直接将这两个jar包放到eclips下的plugins目录下,重启eclipse即可

    axis2-eclipse-codegen-plugin-1.7.4.zip

    标题中的"axis2-eclipse-codegen-plugin-1.7.4.zip"指的是Axis2 Eclipse Codegen Plugin的1.7.4版本的压缩包文件。这个插件是专门为Eclipse集成开发环境(IDE)设计的,用于帮助开发者自动生成Axis2服务相关的代码。...

    axis2-eclipse-codegen-plugin-1.6.0.zip

    《Axis2 Eclipse Codegen Plugin 1.6.0:快速构建Web服务的利器》 Axis2 Eclipse Codegen Plugin 1.6.0是一款强大的插件,专为Eclipse集成开发环境设计,旨在简化基于Axis2的Web服务的生成和开发过程。这个插件的...

    eclipse的axis2的插件axis2-eclipse-codegen-plugin-1.5.4

    Eclipse的Axis2插件,即`axis2-eclipse-codegen-plugin-1.5.4`,是一个强大的工具,用于帮助开发人员在Eclipse集成开发环境中便捷地创建、管理和调试基于Axis2的服务。Axis2是Apache软件基金会的一个开源项目,它是...

    eclipse插件 org.apache.axis2.eclipse.codegen.plugin_1.7.4.jar

    eclipse插件 org.apache.axis2.eclipse.codegen.plugin_1.7.4.jar

    WebService axis2-eclipse-codegen-plugin

    WebService Axis2 Eclipse Codegen Plugin是基于Eclipse IDE的插件,专门用于生成Axis2 Web服务的客户端和服务器端代码。这个工具极大地简化了开发者在基于Axis2框架开发Web服务时的工作流程,允许他们通过简单的...

    axis2.eclipse.codengen.plugin-SNAPSHOT-axis2-eclipse-codege-plugin.zip

    标题中的"axis2.eclipse.codengen.plugin-SNAPSHOT-axis2-eclipse-codegen-plugin.zip"指出这是一个Axis2的Eclipse插件,主要用于代码生成工具。在 Axis2 的开发环境中,此插件扮演着至关重要的角色,它能帮助开发者...

    axis2-eclipse-codegen-plugin-1.6.1.zip

    标题中的"axis2-eclipse-codegen-plugin-1.6.1.zip"指的是Axis2 Eclipse代码生成插件的1.6.1版本的压缩包。这个插件是专门为Eclipse集成开发环境(IDE)设计的,用于帮助开发者自动生成Axis2 Web服务相关的客户端和...

    axis2-eclipse-codegen-plugin-1.7.0.zip

    标题中的"axis2-eclipse-codegen-plugin-1.7.0.zip"指的是Axis2 Eclipse代码生成插件的1.7.0版本的压缩包。这个插件是专门为Eclipse集成开发环境(IDE)设计的,用于帮助开发者自动生成与Apache Axis2 Web服务相关的...

    axis2-eclipse-codegen-plugin-1.7.7.zip

    标题中的"axis2-eclipse-codegen-plugin-1.7.7.zip"是一个Axis2 Eclipse代码生成插件的压缩包,版本为1.7.7。这个插件允许用户在Eclipse中直接操作,通过WSDL(Web服务描述语言)文件或Java类生成相应的 Axis2 Web...

    eclipse axis2插件安装

    eclipse axis2 插件安装指南 Axis2 是一个开源的 Web 服务引擎,由 Apache 软件基金会维护。它提供了一个灵活、可扩展、性能高效的 Web 服务解决方案。Eclipse 是一个流行的集成开发环境(IDE),Axis2 插件安装...

    axis2.eclipse.codegen.plugin-1.4.1-sources.jar

    标签:axis2.eclipse.codegen.plugin-1.4.1-sources.jar,axis2.eclipse.codegen.plugin,1.4.1,sources,jar包下载,依赖包

    org.apache.axis2.eclipse.codegen.plugin_1.6.3

    "org.apache.axis2.eclipse.codegen.plugin_1.6.3"和"org.apache.axis2.eclipse.service.plugin_1.6.3"这两个插件就是针对这个目的设计的,它们都属于Apache Axis2的Eclipse扩展。 `org.apache.axis2.eclipse....

    axis2.eclipse.codegen.plugin-1.5-sources.jar

    标签:axis2.eclipse.codegen.plugin-1.5-sources.jar,axis2.eclipse.codegen.plugin,1.5,sources,jar包下载,依赖包

    axis2.eclipse.codegen.plugin-1.5.jar

    标签:axis2.eclipse.codegen.plugin-1.5.jar,axis2.eclipse.codegen.plugin,1.5,jar包下载,依赖包

    axis2.eclipse.codegen.plugin-1.5.1-sources.jar

    标签:axis2.eclipse.codegen.plugin-1.5.1-sources.jar,axis2.eclipse.codegen.plugin,1.5.1,sources,jar包下载,依赖包

Global site tag (gtag.js) - Google Analytics