Hello, On Sun, Jul 29, 2007 at 12:50:43PM -0700, Gokop Goteng wrote: > 2007-07-28 21:10:48,428 WARN impl.TriggerResource [Thread-15,runAction:691] > Could not locate a suitable executable file for trigger name (no action was > taken): glue-trigger
What exactly are you trying to do with the trigger service here? This error is caused by not having the trigger script setup and possibly a bad configuration. You can read about how to set this up properly here: http://www.globus.org/toolkit/docs/development/4.1.1/info/trigger/trigger-howto-easy.html > /usr/local/globus-4.0.4/bin/mds-servicegroup-add -s > https://138.250.104.227:8443/wsrf/services/DefaultTriggerService -a > /usr/local/globus-4.0.4/etc/globus_wsrf_mds_trigger/isxp1313c-trigger-aggregator-registration.xml2007-07-28 > 21:12:11,399 ERROR impl.QueryAggregatorSource [Thread-12,pollGet:122] > Exception Getting Resource Property from > https://138.250.104.227:8443/wsrf/services/ManagedJobFactoryService: > org.oasis.wsrf.properties.ResourceUnknownFaultType caused by [0: > org.oasis.wsrf.faults.BaseFaultType] This error is likely caused by configuring your registration to poll for an RP that apparently doesn't exist on the ManagedJobFactoryService. You'll have to paste your configuration/registration file to see where the problem is. -Neill.
