GridClientPluginManager pluginManager;
ProxyFactory proxyFactory;
ProxyFactory rawProxyFactory;
EndpointReferenceType pesEpr;
RemotePesService pesProxy;
CertificateTrustValidator manager;
try {
// Create a keystore identity
System.out.println("Client keystore = " + clientKeystorePath);
idp = new KeystoreIdentityProvider(clientKeystorePath, password.toCharArray());