This week's book giveaway is in the Raspberry Pi forum.
We're giving away four copies of Getting started with Java on the Raspberry Pi and have Frank DelPorte on-line!
See this thread for details.
Win a copy of Getting started with Java on the Raspberry Pi this week in the Raspberry Pi forum!
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

Axi2_Codegen_Wizard error - Please help

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to follow the tutorial at Developing Web Services Using Apache Axis2 Eclipse Plugins - Part I. When try to generate the wsdl file using Axis 2 Code Generator wizard I get the "java.lang.reflect.InvocationTargetException" message window at the final step. I am not able to find the log file to see the stack trace.

I found in some forums to add the 2 jar file "backport-util-concurrent-3.1.jar" and "geronimo-stax-api_1.0_spec-1.0.1.jar". I tried adding the 2 jar files under Axis2 Code Generator plug-in's lib folder and added the corresponding entry in its plugin.xml file. However when I tried to generate the wsdl file, I am still getting the same InvocationTargetException exception. I use the following

Tomcat : 6.0
Eclipse : 3.4.1
Axis2.war (deployed in tomcat webapps)
Java 1.6.0_16
AXIS2_HOME : C:\axis2-1.4.1

Am I missing something here. For some reason I am not able to make it to work.

Thanks in advance
Suraj
 
I want my playground back. Here, I'll give you this tiny ad for it:
Low Tech Laboratory
https://www.kickstarter.com/projects/paulwheaton/low-tech-0
reply
    Bookmark Topic Watch Topic
  • New Topic