Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java.lang.NoSuchMethodError

Status
Not open for further replies.

srikode

Programmer
Sep 18, 2001
1
US
Hi,

I am getting the following error when try to run a client program with pass by value method call. I am using Visibroker 4.0.

Exception in thread "main" java.lang.NoSuchMethodError
at com.inprise.vbroker.orb.CDRInputStream.doReadValue(CDRInputStream.java:3493) at com.inprise.vbroker.orb.CDRInputStream.read_value(CDRInputStream.java:3403) at com.tmac.webtea.emp.EmployeeHelper.read(EmployeeHelper.java:31) at com.tmac.webtea.CORBA.emp.utility._EmployeeUtilityStub.getEmployee(_EmployeeUtilityStub.java:47)
at EmployeeClient.main(EmployeeClient.java:26)
Would you pl. help me out in this.

Thanks,
SK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top