GafferHQ / gaffer

Gaffer is a node-based application for lookdev, lighting and automation
http://www.gafferhq.org
BSD 3-Clause "New" or "Revised" License
958 stars 206 forks source link

Browser editor spews large number of error messages when created #309

Closed bentoogood closed 11 years ago

bentoogood commented 11 years ago

When I create an instance of the Browser editor, Gaffer locks up whilst these error messages are printed.

Browser appears to work afterwards.

> /software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/GafferUI/BrowserEditor.py:61: DeprecationWarning: GafferUI.SelectionMenu is deprecated, use MultiSelectionMenu instead.
  modeMenu = GafferUI.SelectionMenu()
QSocketNotifier: Can only be used with threads started with QThread
QSocketNotifier: Can only be used with threads started with QThread
QObject::startTimer: QTimer can only be used with threads started with QThread
QObject::startTimer: QTimer can only be used with threads started with QThread
QObject::startTimer: QTimer can only be used with threads started with QThread
QObject::startTimer: QTimer can only be used with threads started with QThread
QObject::startTimer: QTimer can only be used with threads started with QThread
QObject::startTimer: QTimer can only be used with threads started with QThread
QObject::startTimer: QTimer can only be used with threads started with QThread
WARNING : RunTimeTyped : Duplicate registration of type id for type name 'ShaderAssignment' - 110525 and 300117
WARNING : RunTimeTyped : Duplicate registration of type id for type name 'Filter' - 110526 and 300120
WARNING : RunTimeTyped : Duplicate registration of type id for type name 'MeshType' - 110544 and 300138
WARNING : RunTimeTyped : Duplicate registration of type id for type name 'Instancer' - 110517 and 300159
ERROR : Gaffer.OpMatcher : Error loading op "common/colorSpace/PanalogToLinear" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/software/apps/cortex/8/cent5.x86_64/base/ops/common/colorSpace/PanalogToLinear/PanalogToLinear-8.py", line 1, in <module>
    from IECore import PanalogToLinearOp as PanalogToLinear
ImportError: cannot import name PanalogToLinearOp

ERROR : Gaffer.OpMatcher : Error loading op "common/colorSpace/linearToPanalog" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/software/apps/cortex/8/cent5.x86_64/base/ops/common/colorSpace/linearToPanalog/linearToPanalog-8.py", line 1, in <module>
    from IECore import LinearToPanalogOp as linearToPanalog
ImportError: cannot import name LinearToPanalogOp

ERROR : Gaffer.OpMatcher : Error loading op "common/fileSystem/FrameReport" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/fileSystem/FrameReport/FrameReport-4.py", line 5, in <module>
    VersionControl.setVersion( "QubeWatchman", 1 )
  File "/software/tools/python/2.6/noarch/VersionControl.py", line 114, in setVersion
    raise Exception, "Could not find version " + version + " of module " + module + " on any import path."
TypeError: cannot concatenate 'str' and 'int' objects

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/fileSystem/ImportOutsourceOp" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/fileSystem/ImportOutsourceOp/ImportOutsourceOp-4.py", line 9, in <module>
    User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

ERROR : Gaffer.OpMatcher : Error loading op "common/fileSystem/ImportPlateSequenceOp" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 68, in __init__
    opInstance = opClass()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/fileSystem/ImportPlateSequenceOp/ImportPlateSequenceOp-4.py", line 30, in __init__
    self.seqRm = opLoader.load( "common/fileSystem/seqRm" )()
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 142, in load
    c = self.__findClass( name )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 277, in __findClass
    raise RuntimeError( "Class \"%s\" doesn't exist." % name )
RuntimeError: Class "common/fileSystem/seqRm" doesn't exist.

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/fileSystem/ImportReferenceOp" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/fileSystem/ImportReferenceOp/ImportReferenceOp-4.py", line 11, in <module>
    IEAsset.User.guaranteePrivilegedUser(extraGroups=['supervisors-g'])
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [supervisors-g,producer,job_DEV-g,root,ops] can access this

ERROR : Gaffer.OpMatcher : Error loading op "common/fileSystem/RipImportMovieOp" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 68, in __init__
    opInstance = opClass()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/fileSystem/RipImportMovieOp/RipImportMovieOp-4.py", line 40, in __init__
    fromClientAssetPath = FromClientAssetPath( ReferenceAssetPath( CurrentPath.shot() ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/AssetPath/TemplateAssetPath.py", line 55, in __init__
    raise TypeError, "The given value is not a registered base path for this AssetPath."
TypeError: The given value is not a registered base path for this AssetPath.

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/fileSystem/backupDirectory" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/fileSystem/backupDirectory/backupDirectory-4.py", line 7, in <module>
    User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

SUBTASKED
SUBTASKED
SUBTASKED
WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/fileSystem/mkBatchShots" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/fileSystem/mkBatchShots/mkBatchShots-4.py", line 8, in <module>
    User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/fileSystem/mkJob" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/fileSystem/mkJob/mkJob-4.py", line 9, in <module>
    User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/fileSystem/mkRangeShots" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/fileSystem/mkRangeShots/mkRangeShots-4.py", line 8, in <module>
    User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/fileSystem/mkSequence" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/fileSystem/mkSequence/mkSequence-4.py", line 10, in <module>
    User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/fileSystem/mkShot" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/fileSystem/mkShot/mkShot-4.py", line 8, in <module>
    User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/fileSystem/rmJob" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/fileSystem/rmJob/rmJob-4.py", line 8, in <module>
    User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/fileSystem/rmSequence" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/fileSystem/rmSequence/rmSequence-4.py", line 8, in <module>
    User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/fileSystem/rmShot" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/fileSystem/rmShot/rmShot-4.py", line 8, in <module>
    User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

/software/tools/python/2.6/noarch/xmpppy/0/xmpp/auth.py:24: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha,base64,random,dispatcher,re
/software/tools/python/2.6/noarch/xmpppy/0/xmpp/auth.py:26: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/output/cancelOutputVersion" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/output/cancelOutputVersion/cancelOutputVersion-4.py", line 9, in <module>
    User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/output/mkFilmout" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/output/mkFilmout/mkFilmout-4.py", line 9, in <module>
    IEAsset.User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/output/mkOutputConfig" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/output/mkOutputConfig/mkOutputConfig-4.py", line 8, in <module>
    IEAsset.User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/output/mkVersionedFilmout" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/output/mkVersionedFilmout/mkVersionedFilmout-4.py", line 9, in <module>
    IEAsset.User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/output/mkVersionedVidout" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/output/mkVersionedVidout/mkVersionedVidout-4.py", line 9, in <module>
    IEAsset.User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "common/output/mkVidout" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/common/output/mkVidout/mkVidout-4.py", line 9, in <module>
    IEAsset.User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this

ERROR : Gaffer.OpMatcher : Error loading op "maya/2012/export/exportAttributeCache" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/maya/2012/export/exportAttributeCache/exportAttributeCache-4.py", line 2, in <module>
    import IECoreMaya
ImportError: No module named IECoreMaya

ERROR : Gaffer.OpMatcher : Error loading op "maya/2012/export/exportCamera" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/maya/2012/export/exportCamera/exportCamera-4.py", line 2, in <module>
    import IECoreMaya
ImportError: No module named IECoreMaya

ERROR : Gaffer.OpMatcher : Error loading op "maya/2012/export/exportKiwi" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/maya/2012/export/exportKiwi/exportKiwi-4.py", line 4, in <module>
    import IECoreMaya
ImportError: No module named IECoreMaya

ERROR : Gaffer.OpMatcher : Error loading op "maya/2012/export/exportModel" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/maya/2012/export/exportModel/exportModel-4.py", line 2, in <module>
    import IECoreMaya
ImportError: No module named IECoreMaya

ERROR : Gaffer.OpMatcher : Error loading op "maya/2012/export/exportTransformCache" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/maya/2012/export/exportTransformCache/exportTransformCache-4.py", line 4, in <module>
    import IECoreMaya
ImportError: No module named IECoreMaya

ERROR : Gaffer.OpMatcher : Error loading op "maya/2012/export/exportVertCache" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/maya/2012/export/exportVertCache/exportVertCache-4.py", line 2, in <module>
    import IECoreMaya
ImportError: No module named IECoreMaya

ERROR : Gaffer.OpMatcher : Error loading op "maya/2012/import/importCamera" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/maya/2012/import/importCamera/importCamera-4.py", line 2, in <module>
    import IECoreMaya
ImportError: No module named IECoreMaya

ERROR : Gaffer.OpMatcher : Error loading op "maya/2012/import/importModel" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/maya/2012/import/importModel/importModel-4.py", line 4, in <module>
    import maya.cmds
ImportError: No module named maya.cmds

WARNING : IEAsset.FileSystem.User : User has no priviledged access. Groups are [1010, 21003, 21013]
ERROR : Gaffer.OpMatcher : Error loading op "nis/users/CreateUserOp" : Traceback (most recent call last):
  File "/software/apps/gaffer/0.62.2/cent5.x86_64/cortex/8/gaffer/python/Gaffer/OpMatcher.py", line 67, in __init__
    opClass = classLoader.load( className )
  File "/software/apps/cortex/8/cent5.x86_64/base/python/2.6/IECore/ClassLoader.py", line 161, in load
    module = imp.load_module( "IECoreClassLoader" + name.replace( ".", "_" ) + str( version ), fileForLoad, fileName, ( ".py", "r", imp.PY_SOURCE ) )
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/ops/8/nis/users/CreateUserOp/CreateUserOp-4.py", line 11, in <module>
    User.guaranteePrivilegedUser()
  File "/data/jobs/FFS/sequences/rnd/shots/cortex8/tools/python/2.6/noarch/cortex/8/IEAsset/4/IEAsset/FileSystem/User.py", line 28, in guaranteePrivilegedUser
    raise Exception, "Only user in groups [%s] can access this" % (','.join(groups))
Exception: Only user in groups [producer,job_DEV-g,root,ops] can access this
johnhaddon commented 11 years ago

The browser makes one of every Op it can find for use in the right-click menu. These errors are very Image-Engine specific in that they come from Image Engine Ops rather than the standard Cortex/Gaffer ones. So I think we should probably deal with this as an internal ticket....

bentoogood commented 11 years ago

Sounds good.