Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-15-2008, 06:12 PM
Member
 
Join Date: May 2008
Posts: 2
krsv36 is on a distinguished road
Problem while running web service client
Hi,
I am using RAD7 with Websphere6.1.
When am trying to run the client main program,am getting the below exception.

Exception in thread "main" java.lang.NoClassDefFoundError: org.eclipse.core.runtime.CoreException
at java.lang.J9VMInternals.verifyImpl(Native Method)
at java.lang.J9VMInternals.verify(J9VMInternals.java: 59)
at java.lang.J9VMInternals.initialize(J9VMInternals.j ava:120)
at com.ibm.ws.webservices.multiprotocol.discovery.Ser viceProviderManager.getDiscoveredServiceProviders( ServiceProviderManager.java:378)
at com.ibm.ws.webservices.multiprotocol.discovery.Ser viceProviderManager.getAllServiceProviders(Service ProviderManager.java:214)
at com.ibm.ws.webservices.multiprotocol.discovery.Ser viceProviderManager.getSupportingServiceProvider(S erviceProviderManager.java:400)
at com.ibm.ws.webservices.multiprotocol.discovery.Ser viceProviderManager.getServiceProvider(ServiceProv iderManager.java:241)
at com.ibm.ws.webservices.multiprotocol.utils.Service Manager.discoverServiceForNamespace(ServiceManager .java:167)
at com.ibm.ws.webservices.multiprotocol.utils.Service Manager.getServiceForNamespace(ServiceManager.java :103)
at com.ibm.ws.webservices.multiprotocol.AgnosticServi ce.getGeneratedStub(AgnosticService.java:525)
at com.ibm.ws.webservices.multiprotocol.AgnosticServi ce.doGetPort(AgnosticService.java:462)
at com.ibm.ws.webservices.multiprotocol.AgnosticServi ce.getStub(AgnosticService.java:405)
at com.walgreens.eis.services.employeeCEDJobInformati on.EmployeeCEDJobInformationServiceServiceLocator. getEmployeeCEDJobInformationService(EmployeeCEDJob InformationServiceServiceLocator.java:68)
at com.walgreens.eis.services.employeeCEDJobInformati on.EmployeeCEDJobInformationServiceServiceLocator. getEmployeeCEDJobInformationService(EmployeeCEDJob InformationServiceServiceLocator.java:63)
at test.TestClientJobDetails.lookupByEID(TestClientJo bDetails.java:39)
at test.TestClientJobDetails.main(TestClientJobDetail s.java:29)


the below is the piece of client pgm

public static void main(String[] args) {

TestClientJobDetails tst = new TestClientJobDetails();
tst.lookupByEID();
}

private void lookupByEID() {
try {

EmployeeCEDJobInformationServiceServiceLocator locator =
new EmployeeCEDJobInformationServiceServiceLocator();
System.err.println("coming inside the client..locator..."+locator);
EmployeeCEDJobInformationService service =
locator.getEmployeeCEDJobInformationService();
System.err.println("service...."+service);
long EID = 1340628;
EmployeeCEDJobResponse emp = null;

emp = service.retriveCEDJobInformation(EID);

reply as soon as possible would be appreciatable.

Thanks,
Krsv.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
When to use –client and -server option while running a java program Java Tip java.lang 0 04-04-2008 03:49 PM
jsp running problem bharanikumariyerjava JavaServer Pages (JSP) and JSTL 1 03-29-2008 11:48 AM
problem while running java code.. Jjava New To Java 0 02-08-2008 07:33 AM
how to create java client to access web services running on https/ssl navneet1083 NetBeans 0 11-13-2007 11:13 AM
Problems in running client class ai_2007 Advanced Java 0 06-30-2007 03:57 PM


All times are GMT +3. The time now is 01:03 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org