Hello,

This error occurs in server side because service.properties cannot be
found by rampart. 

If you have build rampart samples you will see that service.properties
is inside the *.aar file. If yo have build samples you can look at one
of the following and see that.

samples/policy/build/service_repositories
or 
samples/basic/build/service_repositories

Thank you,
Dimuthu



On Mon, 2008-03-10 at 16:03 +0100, Fabien Couvert wrote:
> Hello,
> 
> I try to deploy rampart for my webservice but i have en error when I try 
> to send something in the client side :
> 
> Impossible to call remote service with url : 
> http://localhost:8080/axis2/services/MYservice
> .............................
> Caused by: org.apache.axis2.AxisFault: CryptoFactory: Cannot load 
> properties: service.properties
>        at 
> org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:486) 
> 
>        at 
> org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:343)
>  
> 
>        at 
> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)
>  
> 
>        at 
> org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
>  
> 
>        at 
> org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
>        ... 5 more
> 
> 
> I had deployed Rampart on my webservices and I can show the rampart 
> service in the admin page of tomcat.
> In my build file I have added every libraries :        
> rampart-policy-1.3.jar
>    rampart/rampart-core-1.3.jar      rampart/rampart-trust-1.3.jar
>    rampart/wss4j-1.5.3.jar
>    rampart/opensaml-1.1.jar
>    rampart/xmlsec-1.4.0.jar
> 
> I have added client.properties,client.jks, service.jks and 
> service.properties in the conf directory on my client.
> I use Rampart 1.3 with Axis2 1.3 and Tomcat 6.0.
> 
> Anyone can help me please ?
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to