Author Topic: exec failed: Permission denied in maya 2011 running 5.5.3 on osx 10.6  (Read 5535 times)

drandolph

  • Full Member
  • ***
  • Posts: 17
any thoughts?



Render Directory:  /Volumes/qube_pen/testRender
Scene File:        /Volumes/Atoll/Artists Area/Artists/Joshua/HUMMINGBIRD_MAYA/HUMMINGBIRD_20.mb

$VAR1 = bless( {
  'frameExt' => '3',
  'range' => '300-400',
  'renderDirectory' => '/Volumes/qube_pen/testRender',
  'defaultRenderGlobals.periodInExt' => '1',
  'mayaExecutable' => '/Applications/Autodesk/maya2011/Maya.app',
  'defaultRenderGlobals.outFormatControl' => '2',
  'defaultRenderGlobals.imageFilePrefix' => 'test',
  'cameras' => 'All Renderable',
  'scenefile' => '/Volumes/Atoll/Artists Area/Artists/Joshua/HUMMINGBIRD_MAYA/HUMMINGBIRD_20.mb',
  'defaultRenderGlobals.putFrameBeforeExt' => '1',
  'defaultRenderGlobals.animation' => '1',
  'layers' => 'All Renderable',
  'defaultRenderGlobals.outFormatExt' => 'tga'
}, 'maya::Package' );

INFO: scenefile [/Volumes/Atoll/Artists Area/Artists/Joshua/HUMMINGBIRD_MAYA/HUMMINGBIRD_20.mb] exists and is readable
Scene File Maya Version: 2011
INFO: Using maya executable specified in submission
  [/Applications/Autodesk/maya2011/Maya.app]
Maya Binary: /Applications/Autodesk/maya2011/Maya.app
maya::UniversalMayaRenderJob::initialize
maya::PromptMayaJob::initialize
maya::PromptMayaJob::mayaSetupWorkspace
INFO: setting MAYA_LOCATION to /Applications/Autodesk
launching: /Applications/Autodesk/maya2011/Maya.app -batch -prompt
exception caught! at /Applications/pfx/jobtypes/maya/MelProcessor.pm line 382.
ERROR: exception caught in maya::UniversalMayaRenderJob=HASH(0x100ad07f0)->run()
exec failed: Permission denied at /Applications/pfx/jobtypes/maya/MelProcessor.pm line 379
 at /Applications/pfx/jobtypes/maya/MelProcessor.pm line 379

INFO: reporting status [failed] to supe: qb::reportjob('failed')
maya::MelProcessor::DESTROY
maya::MelProcessor::finish

jburk

  • Administrator
  • *****
  • Posts: 493
Maya.app  is actually a directory on OSX; you need to specify

/Applications/Autodesk/maya2011/Maya.app/Contents/bin/maya

as the maya executable.

Achilles

  • Sr. Member
  • ****
  • Posts: 25
reading jobtypes/maya/job.conf var maya_path I think the 2011 mac os x maya dir is not included. For windows it is. also Linux 2011 path is missing.

IMHO: if it were included he would not need to specify the maya exec path.

jburk

  • Administrator
  • *****
  • Posts: 493
nice catch; I've filed it as a bug.