[Swift-devel] 0.93 application not found error
Jonathan Monette
jonmon at mcs.anl.gov
Mon Oct 10 18:08:46 CDT 2011
Hello,
I am receiving an application not found error in Swift. I am using 0.93.
Swift svn swift-r5216 (swift modified locally) cog-r3296
RunID: 20111010-1758-0gkrrg31
(input): found 10 files
Progress: time: Mon, 10 Oct 2011 17:59:01 -0500
Progress: time: Mon, 10 Oct 2011 17:59:03 -0500 Selecting site:8 Active:1 Failed but can retry:1
Execution failed:
Application /home/jonmon/Library/Swift/apps/SwiftMontage/scripts/mProjectPP_wrap.py failed with an exit code of 127
Here is the tc.data:
localhost mImgtbl /home/jonmon/Library/Montage/bin/mImgtbl INSTALLED INTEL32::LINUX null
localhost mAdd /home/jonmon/Library/Montage/bin/mAdd INSTALLED INTEL32::LINUX null
localhost mJPEG /home/jonmon/Library/Montage/bin/mJPEG INSTALLED INTEL32::LINUX null
localhost mOverlaps /home/jonmon/Library/Montage/bin/mOverlaps INSTALLED INTEL32::LINUX null
localhost mConcatFit /home/jonmon/Library/Montage/bin/mConcatFit INSTALLED INTEL32::LINUX null
localhost mBgModel /home/jonmon/Library/Montage/bin/mBgModel INSTALLED INTEL32::LINUX null
localhost mMakeHdr /home/jonmon/Library/Montage/bin/mMakeHdr INSTALLED INTEL32::LINUX null
localhost Background_list /home/jonmon/Library/Swift/apps/SwiftMontage/scripts/Background_list.py INSTALLED INTEL32::LINUX null
localhost create_status_table /home/jonmon/Library/Swift/apps/SwiftMontage/scripts/create_status_table.py INSTALLED INTEL32::LINUX null
localhost mFitplane_wrap /home/jonmon/Library/Swift/apps/SwiftMontage/scripts/mFitplane_wrap.py INSTALLED INTEL32::LINUX GLOBUS::maxwalltime="00:00:20"
localhost mDiffFit_wrap /home/jonmon/Library/Swift/apps/SwiftMontage/scripts/mDiffFit_wrap.py INSTALLED INTEL32::LINUX GLOBUS::maxwalltime="00:00:20"
localhost mDiff_wrap /home/jonmon/Library/Swift/apps/SwiftMontage/scripts/mDiff_wrap.py INSTALLED INTEL32::LINUX GLOBUS::maxwalltime="00:00:20"
localhost mProjectPP_wrap /home/jonmon/Library/Swift/apps/SwiftMontage/scripts/mProjectPP_wrap.py INSTALLED INTEL32::LINUX GLOBUS::maxwalltime="00:00:20"
localhost mProject_wrap /home/jonmon/Library/Swift/apps/SwiftMontage/scripts/mProject_wrap.py INSTALLED INTEL32::LINUX GLOBUS::maxwalltime="00:00:20"
localhost mBackground_wrap /home/jonmon/Library/Swift/apps/SwiftMontage/scripts/mBackground_wrap.py INSTALLED INTEL32::LINUX GLOBUS::maxwalltime="00:00:20"
Here is the site file:
<config>
<pool handle="localhost">
<execution provider="local" />
<filesystem provider="local" />
<workdirectory>/gpfs/pads/swift/jonmon/Swift/work/localhost</workdirectory>
<profile namespace="karajan" key="jobThrottle">.05</profile>
<profile namespace="env" key="SWIFT_GEN_SCRIPTS">KEEP</profile>
</pool>
</config>
and here is the config file:
execution.retries=0
sitedir.keep=true
status.mode=provider
wrapper.log.always.transfer=true
foreach.maxthreads=1024
wrapper.parameter.mode=files
use.provider.staging=false
provider.staging.pin.swiftfiles=false
The log reports the std error from python as "stderr.txt: /bin/sh: mProjectPP: command not found". I have mProjectPP in my path.
[jonmon at communicado: ~/PADS/Swift/SwiftMontage/m101_tutorial/run.0030]$ which mProjectPP
mProjectPP is /home/jonmon/Library/Montage/bin/mProjectPP
Does anyone know of a reason why this would happen?
More information about the Swift-devel
mailing list