I have created an automator workflow that works fine when I run it from the automator application. The only problem there was I had to force it to use 32-bit mode because HP has only provided the automator actions in 32-bit. When I try to run them from the command line I get the error message you see below:
2011-11-03 08:32:36.625 Automator Runner[3331:707] Could load action at
/Library/Automator/Change Type of Files.action: The bundle “Change Type of Files” couldn’t
be loaded because it doesn’t contain a version for the current architecture.
I have tried using the arch command to force it into 32-bit mode (arch -i386 automator ...) but that hasn't made any difference. Any thoughts?