I must have missed something, it's still timing out after 24hrs. I'm setting my search input param:
<note label="xtandem, globus max cpu-time" type="input">10080</note>
On my webserver's pipelineConfig.xml I added termination time and restarted tomcat.
<bean class="org.labkey.pipeline.api.properties.GlobusClientPropertiesImpl">
<property name="jobFactoryType" value="SGE" />
<property name="queue" value="labkey" />
<property name="javaHome" value="/share/apps/java/jdk1.5.0_12" />
<property name="labKeyDir" value="/share/apps/cpas/bin/labkey" />
<property name="globusServer" value="
https://msfcluster.gws.uky.edu:8443" />
<property name="terminationTime" value="10080" />
Below is the log file from the search:
08 Oct 2009 17:50:14,747 INFO : X! TANDEM 2 (2007.07.01.2)
08 Oct 2009 17:50:14,749 INFO :
08 Oct 2009 17:50:15,532 INFO : Loading spectra .... loaded.
08 Oct 2009 17:50:15,534 INFO : Spectra matching criteria = 7644
08 Oct 2009 17:50:15,537 INFO : Pluggable scoring enabled.
08 Oct 2009 17:50:15,540 INFO : Starting threads . started.
08 Oct 2009 17:50:15,542 INFO : Computing models:
09 Oct 2009 17:50:10,389 ERROR: Fault received from Globus on "submit" command
09 Oct 2009 17:50:10,513 ERROR: The provided 'gass_cache' parameter is invalid
09 Oct 2009 17:50:10,543 ERROR: Fault received from Globus
09 Oct 2009 17:50:10,555 ERROR: org.globus.exec.generated.FaultType
09 Oct 2009 17:50:10,612 ERROR: Fault received from Globus
09 Oct 2009 17:50:10,623 ERROR: ProcessDied
09 Oct 2009 17:50:10,659 ERROR: Fault received from Globus
09 Oct 2009 17:50:10,688 ERROR: java.lang.Exception
09 Oct 2009 17:50:10,696 ERROR: Fault received from Globus
09 Oct 2009 17:50:10,702 ERROR: org.oasis.wsrf.faults.BaseFaultType
09 Oct 2009 17:50:10,709 INFO : Reading log file /home/massspec/cpas/pipeline/projects/UPS/nelson/PTM/Gygi/010319_f16/xtandem/tandemPTM_max_test_7day_Copy1/010319_f16.cluster.out, which is now of size 1288
09 Oct 2009 17:50:10,714 INFO : Content of stdout:
Deploying resources from exploded modules to web app directory...
Module extraction and deployment complete.
Thanks,
Bill