Dear all,
I installed GT 4.0.5 on two Linux boxes according to "GT 4 Quick
start", and did some tests using "Demonstration Application"samples
from IBM redbook "Introduction to Grid Computing"-- this demo renders
an SVG file to multiple JPEG sub-images, transfer some required files
to every node and do sub-image rendering on each worker node using
Apache's Batik Library. I turned on the GRAM & RFT debug option in the
container-log4.properties files. when I submit jobs to one node ,it
print such errors:
2007-12-13 15:17:44,506 DEBUG utils.FaultUtils
[Thread-2,makeFault:460] Fault Class: class
org.globus.exec.generated.FaultType
2007-12-13 15:17:44,506 DEBUG utils.FaultUtils
[Thread-2,makeFault:461] Resource Key:
{http://www.globus.org/namespaces/2004/10/gram/job}ResourceID=5e0645b0-a941-11dc-ae5b-add84ef774ca
2007-12-13 15:17:44,506 DEBUG utils.FaultUtils
[Thread-2,makeFault:462] Description: An unexpected error happened
while trying to resolve RSL substitution variables.
2007-12-13 15:17:44,507 DEBUG utils.FaultUtils
[Thread-2,makeFault:463] Cause: java.lang.NullPointerException
2007-12-13 15:17:44,507 DEBUG utils.FaultUtils
[Thread-2,makeFault:464] State when failure occurred Failed
2007-12-13 15:17:44,507 DEBUG utils.FaultUtils
[Thread-2,makeFault:466] Script Command: null
2007-12-13 15:17:44,507 DEBUG utils.FaultUtils
[Thread-2,makeFault:467] GT2 Error Code: 0
2007-12-13 15:17:44,509 DEBUG utils.FaultUtils
[Thread-2,makeFault:514] setting fault cause
2007-12-13 15:17:44,510 DEBUG utils.FaultUtils
[Thread-2,makeFault:519] Script Command: null
2007-12-13 15:17:44,510 DEBUG
ManagedJobResourceImpl.5e0645b0-a941-11dc-ae5b-add84ef774ca
[Thread-2,setFault:346] fault element name: FaultType
2007-12-13 15:17:44,510 DEBUG
ManagedJobResourceImpl.5e0645b0-a941-11dc-ae5b-add84ef774ca
[Thread-2,setFault:350] fault element name: Fault
2007-12-13 15:17:44,510 DEBUG
ManagedJobResourceImpl.5e0645b0-a941-11dc-ae5b-add84ef774ca
[Thread-2,setFault:353] fault element name: fault
can you help me ?Thanks in advance.