File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Got class not found exception while executign client. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Got class not found exception while executign client." Watch "Got class not found exception while executign client." New topic
Author

Got class not found exception while executign client.

Rahul Ba
Ranch Hand

Joined: Oct 01, 2008
Posts: 203
Hi all,

I have web service deployed on the weblogic server in form of war file.
I have created the client using class ClientGenTask.

When I tried to run that code I got class not found exception as follw...

Exception in thread "Main Thread" java.lang.NoClassDefFoundError: weblogic/wsee/connection/transport/TransportInfo


I tried to search jar file for that class and put the all possible jar files from the weblogic..do anybody know the name of the jar file that this class belong?

Thanks in advance.

Rahul
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Got class not found exception while executign client.
 
Similar Threads
NoClassDefFoundError - XmlException + weblogic 10
Using Jar
No class DefFound error in EJB3.0 running in weblogic 10.0
Problem about running jar file from netbean dist directory
weblogic 10 web service Standalone client issue