网上查了半天也查不到,请大家帮帮忙你真的查了,你那么幸运是地球上第一个遇到这个问题的人吗?换 Eclipse ee 版看看。

解决方案 »

  1.   

    解决了,我换成了MyEclipse 5.5.1 GA版本就好了
    当然有查,只是查到的信息很少,没有有用的
      

  2.   

    汗,我也遇到了这个问题,我用的是MyEclipse6.5 , 难道说我换成5.5.0GA吗? 但愿楼主能够看到 , 帮忙回复一下
      

  3.   

    Hi,everybody!I tried all given hints. It still didnt work. I experimented a bit more and here is my solution:1) Shutdown eclipse2) 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. 
      

  4.   

    thanks to the 4th floor's answer, it really works!
    thanks a lot!
      

  5.   

    Thanks to the 4th floor's answer,i have resolved the problem ,thanks again!
      

  6.   

    Thank you ! my questions have been resolved...
      

  7.   

    請問我照4樓的方法做了但還是出現一樣的訊息
    我試著也將MyEclipse換成 5.5.1 GA版本也是沒辦法解決查了很久,網上也也沒有其他方法
    想請大家幫幫忙,謝謝
      

  8.   

    backport-util-concurrent-3.1.jar   这个在哪儿呀
      

  9.   

    我也遇到这个问题了,但是我按照#4楼的做了,没有解决,
    Port name = "BasicHttpBinding_IService"请高手指点
      

  10.   

    在使用codegen插件来从WSDL文件生成代码时,到了最后一步竟然出然了"An error occurred while completing process -java.lang.reflect.InvocationTargetException"的错误,重试N次,结果依然,从AXIS2的LIB库中复制"geronimo-stax-api_1.0_spec-1.0.1.jar"和"backport-util-concurrent-3.1.jar"文件到Codegen的lib目录中,同时修改plugin.xml文件,添加<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>到plugin.xml文件中,保存后重新启动Eclipse即可!
      

  11.   

    这个在网上可以找到,但是要注意网上下载下来的解压之后不一定是这个名字,比如backport-util-concurren.jar,所以这时候 
    <library name="lib/backport-util-concurrent.jar">  
      <export name="*"/>  
    </library>
    希望能给你帮助!