Hi,

I wnated to use the ClientSecurityDescriptor to use a different proxy file
to execute the client.

I use the following code with GT4.0.7.
        String proxyFile = "/home/maxime/mobile.cred";
        ClientSecurityDescriptor securityDesc = new
ClientSecurityDescriptor();
        securityDesc.setProxyFilename(proxyFile);
        securityDesc.setGSISecureMsg(Constants.SIGNATURE);
        securityDesc.setGSITransport(Constants.SIGNATURE);
        securityDesc.setDelegation("full");
        ((Stub)videoFactory)._setProperty(Constants.CLIENT_DESCRIPTOR,
securityDesc);


but I always get the same error :
proxy file (/tmp/x509up_u1000) not found.

does anybody use ClientSecurity Descriptor or can give me some clues to
debug.
Thanks.

Maxime.

Reply via email to