Advertisement
Guest User

Untitled

a guest
May 20th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.59 KB | None | 0 0
  1. Time: Wed Apr 21 04:15:43 2010
  2. Exception type server.rhnSQL.sql_base.SQLConnectError
  3. Request object information:
  4. URI: /XMLRPC
  5. Remote Host:
  6. Server Name:
  7. Headers passed in:
  8. Accept-Encoding: identity
  9. Content-Length: 2167
  10. Host: monitoring.maglabs.net
  11. content-type: text/xml
  12. user-agent: rhn.rpclib.py/$Revision$
  13. x-client-version: 1
  14. x-info: RPC Processor (C) Red Hat, Inc (version $Revision$)
  15. x-rhn-client-capability: packages.verifyAll(1)=1,packages.verify(1)=1,packages.extended_profile(2)=1,configfiles.base64_enc(1)=1,reboot.reboot(1)=1,configfiles.deploy(1)=1,caneatCheese(1)=1,packages.rollBack(1)=1,configfiles.mtime_upload(1)=1,configfiles.diff(1)=1,packages.update(2)=2,script.run(1)=1,configfiles.upload(1)=1,packages.runTransaction(1)=1
  16. x-rhn-transport-capability: follow-redirects=3
  17. x-transport-info: Extended Capabilities Transport (C) Red Hat, Inc (version $Revision$)
  18. x-up2date-version: 0.8.12-1.el5
  19.  
  20. Exception Handler Information
  21. Traceback (most recent call last):
  22. File "/usr/share/rhn/server/apacheHandler.py", line 72, in headerParserHandler
  23. rhnSQL.initDB()
  24. File "/usr/share/rhn/server/rhnSQL/__init__.py", line 98, in initDB
  25. __init__DB(backend, host, port, username, password, database)
  26. File "/usr/share/rhn/server/rhnSQL/__init__.py", line 59, in __init__DB
  27. __DB.check_connection()
  28. File "/usr/share/rhn/server/rhnSQL/driver_cx_Oracle.py", line 490, in check_connection
  29. self.connect() # only allow one try
  30. File "/usr/share/rhn/server/rhnSQL/driver_cx_Oracle.py", line 386, in connect
  31. raise apply(sql_base.SQLConnectError, err_args)
  32. SQLConnectError: (604, 'ORA-00604: error occurred at recursive SQL level 1\nORA-04031: unable to allocate 16 bytes of shared memory ("shared pool","select u.name, o.name, trigg...","sql area","kglhin: temp")\nORA-00604: error occurred at recursive SQL level 1\nORA-04031: unable to allocate 16 bytes of shared memory ("shared pool","select obj#,type#,ctime,mtim...","sql area","kglhin: temp")\n', 'XE', 'Connection_Connect(): begin session')
  33.  
  34. Local variables by frame
  35. Frame connect in /usr/share/rhn/server/rhnSQL/driver_cx_Oracle.py at line 386
  36. e = <type 'instance'> ORA-00604: error occurred at recursive SQL level 1
  37. ORA-04031: unable to allocate 16 bytes of shared memory ("shared pool","select u.name, o.name, trigg...","sql area","kglhin: temp")
  38. ORA-00604: error occurred at recursive SQL level 1
  39. ORA-04031: unable to allocate 16 bytes of shared memory ("shared pool","select obj#,type#,ctime,mtim...","sql area","kglhin: temp")
  40.  
  41. errno = <type 'int'> 604
  42. self = <type 'instance'> <server.rhnSQL.driver_cx_Oracle.Database instance at 0x2b4e42d36d88>
  43. ret = <type 'tuple'> (604, 'ORA-00604: error occurred at recursive SQL level 1\nORA-04031: unable to allocate 16 bytes of shared memory ("shared pool","select u.name, o.name, trigg...","sql area","kglhin: temp")\nORA-00604: error occurred at recursive SQL level 1\nORA-04031: unable to allocate 16 bytes of shared memory ("shared pool","select obj#,type#,ctime,mtim...","sql area","kglhin: temp")\n', 'Connection_Connect(): begin session')
  44. reconnect = <type 'int'> 1
  45. err_args = <type 'list'> ['XE', 604, 'ORA-00604: error occurred at recursive SQL level 1\nORA-04031: unable to allocate 16 bytes of shared memory ("shared pool","select u.name, o.name, trigg...","sql area","kglhin: temp")\nORA-00604: error occurred at recursive SQL level 1\nORA-04031: unable to allocate 16 bytes of shared memory ("shared pool","select obj#,type#,ctime,mtim...","sql area","kglhin: temp")\n', 'Connection_Connect(): begin session']
  46. errmsg = <type 'str'> ORA-00604: error occurred at recursive SQL level 1
  47. ORA-04031: unable to allocate 16 bytes of shared memory ("shared pool","select u.name, o.name, trigg...","sql area","kglhin: temp")
  48. ORA-00604: error occurred at recursive SQL level 1
  49. ORA-04031: unable to allocate 16 bytes of shared memory ("shared pool","select obj#,type#,ctime,mtim...","sql area","kglhin: temp")
  50.  
  51.  
  52. Frame check_connection in /usr/share/rhn/server/rhnSQL/driver_cx_Oracle.py at line 490
  53. h = <type 'instance'> <__builtin__.OracleCursor on <cx_Oracle.Connection to spacewalk@XE>>
  54. self = <type 'instance'> <server.rhnSQL.driver_cx_Oracle.Database instance at 0x2b4e42d36d88>
  55.  
  56. Frame __init__DB in /usr/share/rhn/server/rhnSQL/__init__.py at line 59
  57. username = <type 'str'> spacewalk
  58. database = <type 'str'> XE
  59. host = <type 'str'> localhost
  60. password = <type 'str'>
  61. port = <type 'NoneType'> None
  62. backend = <type 'str'> oracle
  63.  
  64. Frame initDB in /usr/share/rhn/server/rhnSQL/__init__.py at line 104
  65. username = <type 'str'> spacewalk
  66. temp = <type 'str'> spacewalk@XE
  67. database = <type 'str'> XE
  68. dsn = <type 'str'> <CENSORED!>
  69. host = <type 'str'> localhost
  70. password = <type 'str'>
  71. port = <type 'NoneType'> None
  72. backend = <type 'str'> oracle
  73.  
  74. Frame headerParserHandler in /usr/share/rhn/server/apacheHandler.py at line 74
  75. self = <type 'instance'> <server.apacheHandler.apacheHandler instance at 0x2b4e42b9c6c8>
  76. req = <type 'mp_request'> <mp_request object at 0x2b4e3b6a2050>
  77. ret = <type 'int'> 0
  78.  
  79. Frame __call__ in /usr/share/rhn/server/apacheServer.py at line 58
  80. self = <type 'instance'> <server.apacheServer.HandlerWrap instance at 0x2b4e3f56a9e0>
  81. req = <type 'mp_request'> <mp_request object at 0x2b4e3b6a2050>
  82. options = <type 'mp_table'> {'RHNComponentType': 'server.xmlrpc', 'SERVER': 'xmlrpc', 'RootDir': '/usr/share/rhn'}
  83. f = <type 'instancemethod'> <bound method apacheHandler.headerParserHandler of <server.apacheHandler.apacheHandler instance at 0x2b4e42b9c6c8>>
  84.  
  85. Frame HandlerDispatch in /usr/lib64/python2.4/site-packages/mod_python/apache.py at line 299
  86. req = <type 'mp_request'> <mp_request object at 0x2b4e3b6a2050>
  87. config = <type 'mp_table'> {'PythonInterpreter': 'rhn.server', 'PythonPath': 'sys.path+['/usr/share/rhn']'}
  88. self = <type 'instance'> <mod_python.apache.CallBack instance at 0x2b4e3b69ab48>
  89. object = <type 'instance'> <server.apacheServer.HandlerWrap instance at 0x2b4e3f56a9e0>
  90. l = <type 'list'> ['server.apacheServer', 'HeaderParserHandler']
  91. module = <type 'module'> <module 'server.apacheServer' from '/usr/share/rhn/server/apacheServer.pyc'>
  92. hlist = <type 'mp_hlist'> {'handler:'server.apacheServer::HeaderParserHandler','directory':'/XMLRPC/','silent':0}
  93. object_str = <type 'str'> HeaderParserHandler
  94. debug = <type 'int'> 0
  95. module_name = <type 'str'> server.apacheServer
  96. pathstring = <type 'str'> sys.path+['/usr/share/rhn']
  97. result = <type 'int'> 500
  98.  
  99.  
  100. Environment for PID=25012 on exception:
  101. LANG = C
  102. NLS_LANG = english.AL32UTF8
  103. ORACLE_HOME = /opt/oracle
  104. PATH = /sbin:/usr/sbin:/bin:/usr/bin
  105. PERL_BADFREE = 0
  106. PWD = /
  107. SHLVL = 2
  108. TERM = vt100
  109. _ = /usr/sbin/httpd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement