话题水军识别应用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
5.3 KiB

  1. *** Starting uWSGI 2.0.21 (64bit) on [Fri Jan 3 10:57:04 2025] ***
  2. compiled with version: 11.2.0 on 24 October 2023 19:53:56
  3. os: Linux-3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020
  4. nodename: node-04
  5. machine: x86_64
  6. clock source: unix
  7. pcre jit disabled
  8. detected number of CPU cores: 64
  9. current working directory: /opt/analyze/apps/robotIdentificationTopic
  10. detected binary path: /opt/analyze/environment/python3.8/bin/uwsgi
  11. uWSGI running as root, you can use --uid/--gid/--chroot options
  12. *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
  13. chdir() to ../robotIdentificationTopic
  14. *** WARNING: you are running uWSGI without its master process manager ***
  15. your processes number limit is 1031041
  16. your memory page size is 4096 bytes
  17. detected max file descriptor number: 65535
  18. lock engine: pthread robust mutexes
  19. thunder lock: disabled (you can enable it with --thunder-lock)
  20. uWSGI http bound on 0.0.0.0:9025 fd 4
  21. spawned uWSGI http 1 (pid: 59323)
  22. uwsgi socket 0 bound to TCP address 127.0.0.1:41707 (port auto-assigned) fd 3
  23. uWSGI running as root, you can use --uid/--gid/--chroot options
  24. *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
  25. Python version: 3.8.16 (default, Jun 12 2023, 18:09:05) [GCC 11.2.0]
  26. Python main interpreter initialized at 0x145a260
  27. uWSGI running as root, you can use --uid/--gid/--chroot options
  28. *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
  29. python threads support enabled
  30. your server socket listen backlog is limited to 1024 connections
  31. your mercy for graceful operations on workers is 60 seconds
  32. mapped 83376 bytes (81 KB) for 2 cores
  33. *** Operational MODE: threaded ***
  34. Exception in thread dataStructureThread:
  35. Traceback (most recent call last):
  36. File "/opt/analyze/environment/python3.8/lib/python3.8/site-packages/DBUtils/PooledDB.py", line 325, in connection
  37. con = self._idle_cache.pop(0)
  38. IndexError: pop from empty list
  39. During handling of the above exception, another exception occurred:
  40. Traceback (most recent call last):
  41. File "/opt/analyze/environment/python3.8/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  42. self.run()
  43. File "/opt/analyze/environment/python3.8/lib/python3.8/threading.py", line 870, in run
  44. self._target(*self._args, **self._kwargs)
  45. File "/opt/analyze/apps/robotIdentificationTopic/./text_analysis/views.py", line 276, in data_structure
  46. sqlhelper = get_conn_pool(dbConfig['host'], dbConfig['port'], dbConfig['username'], dbConfig['password'],dbConfig['db'])
  47. File "/opt/analyze/apps/robotIdentificationTopic/./text_analysis/tools/db_pool.py", line 105, in get_conn_pool
  48. sqlhelper = MySQLUtils(host, port, username, password, db)
  49. File "/opt/analyze/apps/robotIdentificationTopic/./text_analysis/tools/db_pool.py", line 11, in __init__
  50. self.pool = PooledDB(
  51. File "/opt/analyze/environment/python3.8/lib/python3.8/site-packages/DBUtils/PooledDB.py", line 267, in __init__
  52. idle = [self.dedicated_connection() for i in range(mincached)]
  53. File "/opt/analyze/environment/python3.8/lib/python3.8/site-packages/DBUtils/PooledDB.py", line 267, in <listcomp>
  54. idle = [self.dedicated_connection() for i in range(mincached)]
  55. File "/opt/analyze/environment/python3.8/lib/python3.8/site-packages/DBUtils/PooledDB.py", line 338, in dedicated_connection
  56. return self.connection(False)
  57. File "/opt/analyze/environment/python3.8/lib/python3.8/site-packages/DBUtils/PooledDB.py", line 327, in connection
  58. con = self.steady_connection()
  59. File "/opt/analyze/environment/python3.8/lib/python3.8/site-packages/DBUtils/PooledDB.py", line 273, in steady_connection
  60. return connect(
  61. File "/opt/analyze/environment/python3.8/lib/python3.8/site-packages/DBUtils/SteadyDB.py", line 137, in connect
  62. return SteadyDBConnection(
  63. File "/opt/analyze/environment/python3.8/lib/python3.8/site-packages/DBUtils/SteadyDB.py", line 192, in __init__
  64. self._store(self._create())
  65. File "/opt/analyze/environment/python3.8/lib/python3.8/site-packages/DBUtils/SteadyDB.py", line 211, in _create
  66. con = self._creator(*self._args, **self._kwargs)
  67. File "/opt/analyze/environment/python3.8/lib/python3.8/site-packages/pymysql/connections.py", line 358, in __init__
  68. self.connect()
  69. File "/opt/analyze/environment/python3.8/lib/python3.8/site-packages/pymysql/connections.py", line 664, in connect
  70. self._request_authentication()
  71. File "/opt/analyze/environment/python3.8/lib/python3.8/site-packages/pymysql/connections.py", line 954, in _request_authentication
  72. auth_packet = self._read_packet()
  73. File "/opt/analyze/environment/python3.8/lib/python3.8/site-packages/pymysql/connections.py", line 772, in _read_packet
  74. packet.raise_for_error()
  75. File "/opt/analyze/environment/python3.8/lib/python3.8/site-packages/pymysql/protocol.py", line 221, in raise_for_error
  76. err.raise_mysql_exception(self._data)
  77. File "/opt/analyze/environment/python3.8/lib/python3.8/site-packages/pymysql/err.py", line 143, in raise_mysql_exception
  78. raise errorclass(errno, errval)
  79. pymysql.err.OperationalError: (1049, "Unknown database 'analyze'")
  80. WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x145a260 pid: 59322 (default app)
  81. uWSGI running as root, you can use --uid/--gid/--chroot options
  82. *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
  83. *** uWSGI is running in multiple interpreter mode ***
  84. spawned uWSGI worker 1 (and the only) (pid: 59322, cores: 2)