I write a little globus programme about resource creation and update operation which is almost the same with the "gt programme guide example" . There are "resource","resourcehome","service"and"servicefactory" on the server side. I use a client to do following steps: 1.create a resource and fetch the epr 2.use the epr to update the resource created
The problem is when I execute the client on command line that is I type like this: globus-devel-env java MyClient the programme can run successfully. But when I package the client into a jar file and execute it. It will be found a "Argument key is null" error on the server side which I found occured in step2 during client running. The same promble is also occured when using eclipse IDE. when I create a jar executable file, all the jar file on the directory $GLOBUS_LOCATION/lib/ are added including the stub file. I can not figure out what causes this problem. Did anyone meet this kind of problem before?How to deal with it? Any help, thanks
