Yes, I had the same problem. Here is the response it got to my post:
>Are you sure you are using the beta2 jars? There is no reference in the >latest AXIS codebase to PARAM_MODE_IN. > >ParameterMode is a JAX-RPC-defined class. Before version 0.8 the spec said >ParameterMode.PARAM_MODE_IN. In 0.8 and beyond it says ParameterMode.IN. >AXIS beta 2 supports JAX-RPC 0.8 (AXIS beta 1 was somewhere between 0.6 and >0.7). I believe Sun's EA2 supports 0.7. > >JAX-RPC now has a 0.9 version and soon a 1.0 version, so don't be surprised >if there are more changes (though changes at this point are unlikely). >We're coding to a spec that's not even official, yet; the joys of living on >the bleeding edge. > >Russell Butek >[EMAIL PROTECTED] alan > -----Original Message----- > From: Chohan, DB (Dharmesh) [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 24, 2002 3:56 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Axis on Linux Test > > > I think I know what my problem is. Its to do with the various > copies of the > jar files installed on my machine and its just playing havoc. > > -----Original Message----- > From: Paul Hunnisett [mailto:[EMAIL PROTECTED]] > Sent: 24 May 2002 10:38 > To: [EMAIL PROTECTED] > Subject: Re: Axis on Linux Test > > > Not sure why, but Idon't think i's to do with Linux - I have axis > running fine on Linux. > > Paul > > On Fri, 2002-05-24 at 09:42, Chohan, DB (Dharmesh) wrote: > > Hi all, > > > > I have installed Axis on Linux and have tried to run the > following tests > > from the Axis user guide. The first test, java > > samples.userguide.example1.TestClient, runs okay but the > second test java > > samples.userguide.example2.CalcClient -p8080 add 2 5 fails > on exception, > > Exception in thread "main" java.lang.NoSuchFieldError: IN > > at > samples.userguide.example2.CalcClient.main(CalcClient.java:94) > > Does anybody know why I am getting this exception. > > > > Dharmesh >
