You are getting exception at the client side while the module has engaged successfully at the server side.
Thanks Deepal Rajesh, Peter (CLAIMS, WIP) wrote: > > Hi, > > After installing the webservice in Weblogic 8.1 and try to run the > Axis 2 client I get the below error. Am I missing anything in the > configuration? Please let me know if there is a solution for this. > > test-axis2: > [java] org.apache.axis2.AxisFault: The system is attempting to > engage a module that is not available: rampart > [java] at > org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:440) > > [java] at > org.apache.axis2.engine.AxisConfiguration.engageGlobalModules(AxisConfiguration.java:567) > > [java] at > org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:589) > > [java] at > org.apache.axis2.deployment.FileSystemConfigurator.engageGlobalModules(FileSystemConfigurator.java:141) > > [java] at > org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:77) > > [java] at > org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:180) > > [java] at fibonacci.Axis2Client.main(Axis2Client.java:24) > [java] Exception in thread "main" > [java] Java Result: 1 > > Thanks & Regards, > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
