Advertisement
Guest User

error

a guest
Mar 23rd, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.59 KB | None | 0 0
  1. 2015-03-23 17:09:33,703 - INFO - 2018:MainThread - zato.common.repo:22 - Location [/opt/zato/Tests/prova2/server1/config/repo] is not a Bazaar branch. Will turn it into one.
  2. 2015-03-23 17:09:34,646 - INFO - 2018:Dummy-1 - gunicorn.main:22 - Starting gunicorn 18.0
  3. 2015-03-23 17:09:34,647 - INFO - 2018:Dummy-1 - gunicorn.main:22 - Listening at: http://127.0.0.1:17010 (2018)
  4. 2015-03-23 17:09:34,647 - INFO - 2018:Dummy-1 - gunicorn.main:22 - Using worker: gevent
  5. 2015-03-23 17:09:34,650 - INFO - 2042:Dummy-1 - gunicorn.main:22 - Booting worker with pid: 2042
  6. 2015-03-23 17:09:34,673 - INFO - 2043:Dummy-1 - gunicorn.main:22 - Booting worker with pid: 2043
  7. 2015-03-23 17:09:39,829 - ERROR - 2043:Dummy-1 - zato.server.odb:22 - Could not find the server in the ODB, token:[0cc6218acc6f422cad73ee9ddd1667a1]
  8. 2015-03-23 17:09:39,831 - ERROR - 2043:Dummy-1 - gunicorn.main:22 - Exception in worker process:
  9. Traceback (most recent call last):
  10. File "/opt/zato/2.0.2/eggs/gunicorn-18.0-py2.7.egg/gunicorn/arbiter.py", line 494, in spawn_worker
  11. self.cfg.post_fork(self, worker)
  12. File "/opt/zato/2.0.2/zato-server/src/zato/server/base/parallel.py", line 837, in post_fork
  13. ParallelServer.start_server(worker.app.zato_wsgi_app, arbiter.zato_deployment_key)
  14. File "/opt/zato/2.0.2/zato-server/src/zato/server/base/parallel.py", line 803, in start_server
  15. server = parallel_server.odb.fetch_server(parallel_server.config.odb_data)
  16. File "/opt/zato/2.0.2/zato-server/src/zato/server/odb.py", line 74, in fetch_server
  17. filter(Server.token == self.token).\
  18. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/orm/query.py", line 2361, in one
  19. ret = list(self)
  20. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/orm/query.py", line 2404, in __iter__
  21. return self._execute_and_instances(context)
  22. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/orm/query.py", line 2419, in _execute_and_instances
  23. result = conn.execute(querycontext.statement, self._params)
  24. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 720, in execute
  25. return meth(self, multiparams, params)
  26. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/sql/elements.py", line 317, in _execute_on_connection
  27. return connection._execute_clauseelement(self, multiparams, params)
  28. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 817, in _execute_clauseelement
  29. compiled_sql, distilled_params
  30. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 947, in _execute_context
  31. context)
  32. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 1108, in _handle_dbapi_exception
  33. exc_info
  34. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/util/compat.py", line 185, in raise_from_cause
  35. reraise(type(exception), exception, tb=exc_tb)
  36. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 940, in _execute_context
  37. context)
  38. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/default.py", line 435, in do_execute
  39. cursor.execute(statement, parameters)
  40. OperationalError: (OperationalError) database is locked u'SELECT server.id AS server_id, server.name AS server_name, server.host AS server_host, server.bind_host AS server_bind_host, server.bind_port AS server_bind_port, server.last_join_status AS server_last_join_status, server.last_join_mod_date AS server_last_join_mod_date, server.last_join_mod_by AS server_last_join_mod_by, server.up_status AS server_up_status, server.up_mod_date AS server_up_mod_date, server.token AS server_token, server.cluster_id AS server_cluster_id \nFROM server \nWHERE server.token = ?' ('0cc6218acc6f422cad73ee9ddd1667a1',)
  41. Traceback (most recent call last):
  42. File "/opt/zato/2.0.2/eggs/gunicorn-18.0-py2.7.egg/gunicorn/arbiter.py", line 494, in spawn_worker
  43. self.cfg.post_fork(self, worker)
  44. File "/opt/zato/2.0.2/zato-server/src/zato/server/base/parallel.py", line 837, in post_fork
  45. ParallelServer.start_server(worker.app.zato_wsgi_app, arbiter.zato_deployment_key)
  46. File "/opt/zato/2.0.2/zato-server/src/zato/server/base/parallel.py", line 803, in start_server
  47. server = parallel_server.odb.fetch_server(parallel_server.config.odb_data)
  48. File "/opt/zato/2.0.2/zato-server/src/zato/server/odb.py", line 74, in fetch_server
  49. filter(Server.token == self.token).\
  50. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/orm/query.py", line 2361, in one
  51. ret = list(self)
  52. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/orm/query.py", line 2404, in __iter__
  53. return self._execute_and_instances(context)
  54. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/orm/query.py", line 2419, in _execute_and_instances
  55. result = conn.execute(querycontext.statement, self._params)
  56. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 720, in execute
  57. return meth(self, multiparams, params)
  58. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/sql/elements.py", line 317, in _execute_on_connection
  59. return connection._execute_clauseelement(self, multiparams, params)
  60. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 817, in _execute_clauseelement
  61. compiled_sql, distilled_params
  62. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 947, in _execute_context
  63. context)
  64. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 1108, in _handle_dbapi_exception
  65. exc_info
  66. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/util/compat.py", line 185, in raise_from_cause
  67. reraise(type(exception), exception, tb=exc_tb)
  68. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 940, in _execute_context
  69. context)
  70. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/default.py", line 435, in do_execute
  71. cursor.execute(statement, parameters)
  72. OperationalError: (OperationalError) database is locked u'SELECT server.id AS server_id, server.name AS server_name, server.host AS server_host, server.bind_host AS server_bind_host, server.bind_port AS server_bind_port, server.last_join_status AS server_last_join_status, server.last_join_mod_date AS server_last_join_mod_date, server.last_join_mod_by AS server_last_join_mod_by, server.up_status AS server_up_status, server.up_mod_date AS server_up_mod_date, server.token AS server_token, server.cluster_id AS server_cluster_id \nFROM server \nWHERE server.token = ?' ('0cc6218acc6f422cad73ee9ddd1667a1',)
  73. 2015-03-23 17:09:39,831 - INFO - 2043:Dummy-1 - gunicorn.main:22 - Worker exiting (pid: 2043)
  74. 2015-03-23 17:09:57,564 - ERROR - 2042:Dummy-1 - zato.server.odb:22 - Could not add service, name:[zato.definition.amqp.get-list], e:[Traceback (most recent call last):
  75. File "/opt/zato/2.0.2/zato-server/src/zato/server/odb.py", line 203, in add_service
  76. filter(Cluster.id==self.cluster.id).\
  77. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/orm/query.py", line 2361, in one
  78. ret = list(self)
  79. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/orm/query.py", line 2404, in __iter__
  80. return self._execute_and_instances(context)
  81. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/orm/query.py", line 2419, in _execute_and_instances
  82. result = conn.execute(querycontext.statement, self._params)
  83. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 720, in execute
  84. return meth(self, multiparams, params)
  85. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/sql/elements.py", line 317, in _execute_on_connection
  86. return connection._execute_clauseelement(self, multiparams, params)
  87. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 817, in _execute_clauseelement
  88. compiled_sql, distilled_params
  89. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 947, in _execute_context
  90. context)
  91. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 1108, in _handle_dbapi_exception
  92. exc_info
  93. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/util/compat.py", line 185, in raise_from_cause
  94. reraise(type(exception), exception, tb=exc_tb)
  95. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/base.py", line 940, in _execute_context
  96. context)
  97. File "/opt/zato/2.0.2/eggs/SQLAlchemy-0.9.4-py2.7-linux-x86_64.egg/sqlalchemy/engine/default.py", line 435, in do_execute
  98. cursor.execute(statement, parameters)
  99. OperationalError: (OperationalError) database is locked u'SELECT service.id AS service_id, service.name AS service_name, service.is_active AS service_is_active, service.impl_name AS service_impl_name, service.is_internal AS service_is_internal, service.wsdl AS service_wsdl, service.wsdl_name AS service_wsdl_name, service.slow_threshold AS service_slow_threshold, service.cluster_id AS service_cluster_id \nFROM service JOIN cluster ON service.cluster_id = cluster.id \nWHERE service.name = ? AND cluster.id = ?' (u'zato.definition.amqp.get-list', 1)
  100. ]
  101. 2015-03-23 17:09:57,565 - ERROR - 2042:Dummy-1 - zato.server.service.store:22 - Exception while visit mod:[<module 'zato.server.service.internal.definition.amqp' from '/opt/zato/2.0.2/zato-server/src/zato/server/service/internal/definition/amqp.pyc'>], is_internal:[True], fs_location:[/opt/zato/2.0.2/zato-server/src/zato/server/service/internal/definition/amqp.pyc], e:[Traceback (most recent call last):
  102. File "/opt/zato/2.0.2/zato-server/src/zato/server/service/store.py", line 264, in _visit_module
  103. name, impl_name, is_internal, timestamp, dumps(str(depl_info)), si)
  104. TypeError: 'NoneType' object is not iterable
  105. ]
  106. 2015-03-23 17:10:10,023 - INFO - 2018:Dummy-1 - gunicorn.main:22 - Shutting down: Master
  107. 2015-03-23 17:10:10,023 - INFO - 2018:Dummy-1 - gunicorn.main:22 - Reason: Worker failed to boot.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement