Questions tagged [globus-toolkit]
17 questions
6
votes
3 answers
Describing a string array in a wsdl file
I'm using the globus toolkit for a project. In my service i have a resource: a string array. I want to get this resource from an Android client. How can I do that? How can I describe in the wsdl file the type "array of string"?
Thank you.

Matteo Reda
- 151
- 1
- 3
- 9
2
votes
2 answers
Globus Toolkit virtual machine
Is there anyplace where one can download a virtual machine containing a working install of some Linux distro with Globus Toolkit and some development tools (Java) for testing purposes? A real deployment of a grid is more complicated but I just need…

kokos
- 43,096
- 5
- 36
- 32
2
votes
2 answers
Difference between Grid Computing and SOA?
I'm a student and I have a semester paper called 'GRID COMPUTING' and another called 'SOA'.
I've created SOA-based web services as part of my lab exercise. But it seems Grid Computing deals with the same WSDL-based services. I can't actually spot…

vettipayyan
- 3,150
- 3
- 25
- 34
2
votes
0 answers
Submitting job to Globus Toolkit fails with SSL error
We are trying to get a basic Globus setup (gram5 & gsi installed via Debian repo) working on a Ubuntu 13.10 system.
Additionally, we also try to setup the authentication via certs using the following commands:
Setup of SimpleCA
sudo…

abergmeier
- 13,224
- 13
- 64
- 120
1
vote
2 answers
Why is Globus Connect Personal not working?
I am trying to install and configure Globus Connect Personal for Linux (i have a CentOS 8), following this tutorial. However, when I try to set up Globus connect personal by running ./globusconnectpersonal -start i get this error
Could not find…

Giuseppe D'alterio
- 200
- 3
- 9
1
vote
0 answers
Is it possible to use Globus Java WS Core container for developing the Spring Framework based grid service?
Is it possible to use Globus Java WS Core container for developing the Spring Framework based grid service ? If yes then how to configure Spring listeners ?

Dipak Chaudhari
- 475
- 1
- 4
- 9
1
vote
0 answers
Setup an ssh jump when the second connection uses gsissh
I can run the following command to accomplish what I am trying to do, however I would like to setup entries in my ~/.ssh/config to handle a transparent jump:
ssh -tt login.domain.org gsissh -tt -p 2222 remote.behind.wall.domain.org
Note that the…

zbeekman
- 648
- 7
- 15
1
vote
1 answer
java.security.InvalidKeyException: Algorithm not supported with Java WS Core 4.0.8
I'm trying to start the Java WS Core container version 4.0.8 from the Globus Tooklit. Before I can start the container, I need to create a grid proxy using grid-proxy-init. I am using my CERN certificate for this purpose. I have also downloaded the…

K G
- 1,715
- 6
- 21
- 29
0
votes
1 answer
How to make Snakemake recognize Globus remote files using Globus CLI?
I am working in a high performance computing grid environment, where large-scale data transfers are done via Globus. I would like to use Snakemake to pull data from a Globus path, process the data, and then push the processed data to a different…

taltman
- 198
- 2
- 6
0
votes
0 answers
Installed tcllib (for globus-personal connect) but cannot find it
I am on a Debain Stretch machine. I tried running ./globusconnectpersonal after downloading it from the globus website and it returned the phrase
my@cpu:~/script/globusconnectpersonal-2.3.6$ ./globusconnectpersonal
Tcllib not found.
The Globus…

firest
- 57
- 7
0
votes
2 answers
Multiple IP for One Host
I am setting up a grid-enabled cluster. I plan to assign 2 IP to my head node: one for local connection (LAN for distributing jobs to compute nodes) and one for public (internet for user access). So, my /etc/hosts file looks something like…

teonghan
- 367
- 1
- 4
- 9
0
votes
0 answers
Starting myproxy-server (via systemctl): Job for myproxy-server.service failed
While configuring myproxy in the context of Globus toolkit, I get the error:
Starting myproxy-server (via systemctl):
Job for myproxy-server.service failed. See 'systemctl status myproxy-server.service' and 'journalctl -xn' for details.
…

Sanket Ranaware
- 603
- 2
- 6
- 13
0
votes
2 answers
driver in globus toolkit
I have been trying to run an example driver program given in the globus toolkit website. This is the program:
#include "globus_xio.h"
int main(int argc,char *argv[])
{
globus_result_t res;
char * …

Joseph John
- 111
- 1
- 1
- 4
0
votes
1 answer
error in myproxy-logon when seeting up globus toolkit
i am trying to setup globus toolkit. I am following the tutorial "http://toolkit.globus.org/toolkit/docs/5.2/5.2.5/admin/quickstart/#quickstart". When i try to generate a proxy from the myproxy service by using myproxy-logon , as given in the…

user2392616
- 11
- 2
0
votes
2 answers
Globus installation guide
Is there any good installation guide for Globus toolkit?

Ryan
- 2,825
- 9
- 36
- 58