On Mon, Aug 11, 2008 at 11:25 PM, Yuriy <[EMAIL PROTECTED]> wrote: > > EndpointReferenceType jobEndpoint = oldJob.getEndpoint(); > GramJob newJob = new GramJob(); > newJob.setCredentials(cred); > newJob.setEndpoint(jobEndpoint); > newJob.refreshStatus(); > > Results in > > Exception in thread "main" java.lang.NullPointerException > at > org.globus.exec.client.GramJob.setStubSecurityProperties(GramJob.java:1809) > at org.globus.exec.client.GramJob.refreshStatus(GramJob.java:1691) > at globus.TestingPickup.main(TestingPickup.java:54) > > Can anyone explain me what is wrong?
No, I'm afraid I can't, but you may want to look at SimpleGrid https://www.cigi.uiuc.edu/doku.php/projects/simplegrid/index In particular, see the package org.simplegrid.grid.job, which has a getStatus method. Hope this helps, Tom
