Bug 1721 - GramJob.getStartedJobs null pointer exception
: GramJob.getStartedJobs null pointer exception
Status: RESOLVED WONTFIX
: GRAM
gt2 Gram client
: unspecified
: PC All
: P2 normal
: ---
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-04-27 15:40 by
Modified: 2004-08-06 12:51 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-04-27 15:40:04
If I call GramJob.getStartedJobs() in client code, everything works fine. 
However, if I call it in service code running in a container, there is a null 
pointer exception caused by the following line of code

EntryType entry = (EntryType)serviceDataValueObjects[i];

The version I am using is gt3.0.2. Not sure it is a bug or such kind of 
conversion is not supported by the service.
------- Comment #1 From 2004-05-07 09:25:19 -------
'm on vacation, so I won't be able to look at this until the 17th at the
earliest.
------- Comment #2 From 2004-08-06 12:51:46 -------
4.0 GRAM obsoletes this bug report