Steve,
 I had the same problem (InovcationTargetException) and resolved. 

I am using :
Eclipse version 3.4 (eclipse-jee-ganymede-SR1-win32.zip)
Axis2 version 1.4.1 (axis2-1.4.1-bin.zip)
Axis2 - Codegen tool - version1.4 (axis2-eclipse-codegen-wizard.zip)
Make sure you are using the above and follow these steps.

1. Copy jar file "backport-util-concurrent-3.1.jar" and license
"backport-util-concurrent-LICENSE.txt" from your Axis2 -Vesrion 1.4.1 lib
folder to Axis2 Codegen tool lib.
2.Edit Axis2 - plugin.xml and add 
            <library name="lib/backport-util-concurrent-3.1.jar">
         <export name="*"/>
      </library>

3. Run the following command
C:\eclipse\eclipse.exe -vm "c:\Program Files\Java\jre1.6.0_03\bin\java.exe"
-clean -console -consoleLog -debug -vmargs -Xmx384M

remember the path in the above command may change accoriding to your local
settings.

I hope this will. Good luck.

Cheers,
WlisonSandra.




Steve Cohen wrote:
> 
> I ran the eclipse plugin wizard to generate Java from a WSDL and it 
> failed with
> 
> "An error occurred while completing process - 
> java.lang.reflect.InvocationTargetException"
> 
> upon pressing Finish.
> 
> Platform is Ubuntu Linux 7.10
> Eclipse is version 3.3.2
> 
> I noticed that the plugin code I had was not the most recent, so I 
> removed this plugin from my eclipse plugins directory and downloaded the 
> latest from the site, and placed it back in the plugins directory.
> 
> Now the wizard fails immediately upon launch as follows:
> 
> The selected wizard could not be started.
> 
> Plug-in Axis2_Codegen_Wizard was unable to load class 
> org.apache.axis2.tool.codegen.eclipse.CodeGenWizard
> 
> Ironically, before I tried using this wizard I was making some progress 
> with the command line tool.  I thought this would be easier.  Geez.
> 
> Can someone explain what I need to make this plugin work?  Or would I be 
> better off just using the command line tool.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HELP%21%21%21---Axis-2-1.4-CodeGenerator-Eclipse-Plugin-fails-tp19742674p19858733.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to