Dear all, I realized that I was using the PortType wrongly. the correct form should be something like:
$globus-remote-deploy-gar -n -s http://127.0.0.1:8080/wsrf/services/DeployService -m msg -d gsiftp:*// 155.69.144.160//* home/shahand/globus-4.1.2.1/var/DWSSDF/repository/org_globus_examples_services_core_first.0.gar (it may save time for someone..) Thank you. Regards, Shayan 2008/5/20 Shayan Shahand <[EMAIL PROTECTED]>: > Dear All, > > I'm trying to transfer and deploy dynamically a GAR file using > "globus-remote-deploy-gar" tool while it's fed by a gsiftp URL, but > unfortunately the operation always times out: (the DeployService works fine > while using upload method while it times out when using the download > method.) > > $globus-remote-deploy-gar -s > http://127.0.0.1:8080/wsrf/services/DeployService -m msg -d gsiftp:// > 155.69.144.160:8080/home/shahand/globus-4.1.2.1/var/DWSSDF/repository/org_globus_examples_services_core_first.0.gar > > The exception thrown at client side is attached. It seems that the > operation times out at the following method: > -package: org.globus.wsrf.container.deploy.service > -class: DeployService > -method : download() > after these lines: > UrlCopy c = new UrlCopy(); > c.setSourceUrl(from); > c.setDestinationUrl(to); > c.copy(); > > my GT version : 4.1.2 > > > Could you please help me solving this issue? Your kind attention is > appreciated in advance. > > Regards, > Shayan >
