3 Replies Last post: Feb 10, 2010 9:11 PM by Eirik Jacobsen  
Steve Burkett Newbie 2 posts since
Feb 2, 2010
Currently Being Moderated

Feb 2, 2010 2:54 AM

exception running the web_services with Intellij tutorial

Hi,

 

I am new to Java and trying out Intellij IDEA v9.0.1.  I"m going thru the web_services_with_IntelliJIdea.pdf.

 

I'm to the point of creating a sample client (I did the sample server and am running on apache tomcat).  After generating the sampleclient project, If i right click on the project, select webservices\generate java code from wsdl, enter in the wsdl url:

 

     http://localhost:8080/services/HelloWorld?wsdl

 

And then hit enter, i get this exception:

 

     Argument 0 for @NotNull parameter of com/intellij/openapi/module/ModuleUtil.getDependencies must not be null

 

What is wrong?

Eirik Jacobsen Newbie 2 posts since
Feb 9, 2010
Currently Being Moderated
Feb 9, 2010 9:50 PM in response to: Steve Burkett
Re: exception running the web_services with Intellij tutorial

Hello,

 

I have the same problem. Did you find a solution?

Eirik Jacobsen Newbie 2 posts since
Feb 9, 2010
Currently Being Moderated
Feb 10, 2010 9:11 PM in response to: Steve Burkett
Re: exception running the web_services with Intellij tutorial

Thank you,

I will try to upgrade as well.

More Like This

  • Retrieving data ...