I was really hoping that your suggestion would work and I'd be off to the
races, but...
I then got the following error:
C:\xml-axis-beta2\samples\userguide\example2>java
samples.userguide.example2.CalcClient -p8080 add 2 5
- Exception:
org.apache.axis.ConfigurationException: java.lang.SecurityException: sealing
violation
at
org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java
:218)
at org.apache.axis.AxisEngine.init(AxisEngine.java:173)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:158)
at org.apache.axis.client.AxisClient.<init>(AxisClient.java:84)
at org.apache.axis.client.Service.getAxisClient(Service.java:135)
at org.apache.axis.client.Service.<init>(Service.java:144)
at samples.userguide.example2.CalcClient.main(CalcClient.java:89)
Exception in thread "main" org.apache.axis.InternalException:
org.apache.axis.ConfigurationException: java.lang.Security
Exception: sealing violation
at org.apache.axis.AxisEngine.init(AxisEngine.java:175)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:158)
at org.apache.axis.client.AxisClient.<init>(AxisClient.java:84)
at org.apache.axis.client.Service.getAxisClient(Service.java:135)
at org.apache.axis.client.Service.<init>(Service.java:144)
at samples.userguide.example2.CalcClient.main(CalcClient.java:89)
I swithced out crimson.jar for jaxp.jar but got the following error.
C:\xml-axis-beta2\samples\userguide\example2>java
samples.userguide.example2.CalcClient -p8080 add 2 5
Exception in thread "main" java.lang.NoClassDefFoundError:
org/xml/sax/ContentHandler
at
org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java
:209)
at org.apache.axis.AxisEngine.init(AxisEngine.java:173)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:158)
at org.apache.axis.client.AxisClient.<init>(AxisClient.java:84)
at org.apache.axis.client.Service.getAxisClient(Service.java:135)
at org.apache.axis.client.Service.<init>(Service.java:144)
at samples.userguide.example2.CalcClient.main(CalcClient.java:89)
Help...
-----Original Message-----
From: Jools [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 27, 2002 4:40 PM
To: [EMAIL PROTECTED]
Subject: Re: Errors running sample clients
> I am a complete newbie (to axis) and have just installed axis. I'm
running
> through the user guide samples and I get an error when trying to run
> clients. For example, when I run the example2\CalcClient as instructed in
> the user guide, I get the following error:
I had the same problem and I traced it down to xerces. I changed it for
crimson and the problem went away.
I was going to investigate the root cause, but as usual I've not had the
time.
Might be fixed in CVS though ?
--Jools