我在用axis2生成java代码的时候出现这个错误,用下面的方法解决了。大家参考下吧
引用
I tried all given hints. It still didnt work. I experimented a bit more and here is my solution:
1) Shutdown eclipse
2) Copying the "backport-util-concurrent-3.1.jar" from "$AXIS2_HOME/lib/" to "$ECLIPSE_HOME/plugins/Axis2_Codegen_Wizard_1.3.0/lib/"
3) Adding the following into the "runtime" element "$ECLIPSE_HOME/plugins/Axis2_Codegen_Wizard_1.3.0/plugin.xml" :
<library name="lib/backport-util-concurrent-3.1.jar">
<export name="*"/>
</library>
4) In "$ECLIPSE_HOME/plugins/Axis2_Codegen_Wizard_1.3.0/plugin.xml" changing the version attribute of the "plugin" element from "1.3.0" to "1.4.0". This results still in the same exception. But leave it.
5) Now changing the version also in the plugin's folder name from "Axis2_Codegen_Wizard_1.3.0" to "Axis2_Codegen_Wizard_1.4.0".
6) Start eclipse and try the plugin
In my case it worked then. Hope i could help you.
http://topic.csdn.net/u/20080524/01/37d43534-2490-43a4-a24d-bcf62b417de2.html
分享到:
相关推荐
android sdk生成的安卓10的模拟器只能root,不能remount,根据google官方的说法模拟器只有开发者自己编译才行。这个资源就是编译好的结果,替换sdk中system-images文件夹下的android-29. 然后通过avdmanager创建...
【虚拟机的概念与原理】 虚拟机(Virtual Machine)是一种通过软件技术模拟的计算机系统,它在物理硬件之上创建了一个抽象层,使得一个物理主机能够同时运行多个独立的操作系统实例。每个虚拟机都拥有自己完整的...
解决如下问题: Error 1316.A network error occured while attempting ... //来自cloudflashes
Genymotion Translation ... An error occured while deploying the file. This probably means that the app contains ARM native code and your Genymotion device cannot run ARM instructions. You sho
Bugfix: fixed the error message which occured when running the graphical package manager "MobApt" 破解Securecrt怕中毒,Xshell 用着不爽,Putty太单薄,手头没Mac用不了iterm2。那就试试这个全能开源的终端...
1. genymotion unfortunately has stopped , 完美解决。 2. 解决genymotion-arm-translation.zip...5.Genymotion安装安卓app,产生 An error occured while deploying the file. This probably means that the app c
描述中提到的错误信息"An error occured when trying to cabextract some files." 是在提取或安装过程中遇到的一个常见问题。cabextract是一款用于解压Microsoft CAB格式文件的工具,在ies4linux的安装过程中,可能...
CentOS 6.5 服务器 VNC 远程桌面连接出错解决方案 本文档提供了 CentOS 6.5 服务器 VNC 远程桌面连接出错的解决方案。首先,需要检查服务器是否已经安装了 VNC 服务,可以使用命令 `rpm -qa | grep vnc`来检查。...
Eclipse运行TOMCAT出现"a java exception has occurred"的解决办法 Eclipse是一款功能强大且广泛应用的集成开发环境(IDE),它支持多种编程语言,包括Java、C++、Python等。TOMCAT则是一款流行的Java Web服务器,...
SomeError , "an error occured" # "SomeError: an error occured!" raise! SomeError . new ( "an error occured" ) # "SomeError: an error occured!" raise! ! "an error occured" # "RuntimeError: An error ...
NULL 博文链接:https://navylee.iteye.com/blog/2076985
hprof-conv.exe The connection to adb is down, and a severe error has occured
根据本人运维经验,结合openVPN社区相关案例,针对TAP-Windows-adapter安装失败“an error occured installing the TAP device driver”错误提示,提出五种解决方案
Windows桌面节点复制使用本机插件,它是Windows 8及更高版本的一部分。安装 npm install windows-desktop-duplication用法 const { ... log ( "An error occured:" , err . message ) ;process . exit ( 0 ) ;
在IT行业中,开发工具的集成和使用经常遇到各种问题,其中“An internal build error”是开发者在使用Eclipse集成Flex插件时可能会遇到的一个常见错误。这篇博客文章提供了关于如何解决这个问题的详细步骤,这对于...
【标题】"ies4linux-prefix修改版-添加corefonts解决字体问题"涉及到的是在Linux环境下运行Internet Explorer(简称IE)的模拟工具ies4linux的定制版本,以及如何处理中文和其他语言字体显示不正常的问题。...
Error occured at:2014-03-24 11:42:24 Line no.:85 Error Code: 2006 - MySQL server has gone away 最终找到原因,原来是MySQL导入大批量数据的时候超出了默认允许最大的数据包所以就提示2006 – MySQL server ...
throw new errors.InternalServerError(typeError, 'An error occured.'); Internal Server Error: An error occured.: Bad type at Module._compile (module.js:456:26) at Object.Module._extensions..js ...
7. AN error occured during sweeping while meshing area 39. 错误原因:扫略时出现错误,可能是元素尺寸参数设置不当。 解决方法:更改元素尺寸参数(RSIZE, LESIZE 等),或手动 mesh 这个区域,然后再次尝试 ...
if (err) console.log("an error occured:", err); else console.log("it's nice:", r); if (--toRun === 0) cc.exit(); }); }; worker.js: process.on('message', function(m) { for (var i = 0; i ; i ); ...