· 6 years ago · Oct 18, 2019, 08:44 AM
1Hutoma-Conversational-AI-Platform]# ./launch.sh
2Starting hutomaoss_log-fluent_1_5137662ca405 ... done
3Starting hutomaoss_api-db_1_a0f7e084b454 ... done
4Starting hutomaoss_redis_1_18ef1643bfb6 ... done
5Starting hutomaoss_web-mediaserver_1_e6c624a86fe0 ... done
6Starting hutomaoss_api-ctrl_1_8e48932a0bdf ... done
7Starting hutomaoss_api-svc_1_87fd2766a92d ... done
8Starting hutomaoss_ai-entity-it_1_ef3b99befe90 ... done
9Starting hutomaoss_ai-embedding-es_1_6d8b8abc85e4 ... done
10Starting hutomaoss_ai-embedding-it_1_dab6b38efbd9 ... done
11Starting hutomaoss_web-reverse_proxy_1_ff21bbde2c68 ... done
12Starting hutomaoss_ai-entity-en_1_a11503358801 ... done
13Starting hutomaoss_web-dev_console2_1_221bcf067eba ... done
14Starting hutomaoss_ai-entity-es_1_c5f8a746259f ... done
15Starting hutomaoss_ai-embedding-en_1_e3151cf9eb10 ... done
16Attaching to hutomaoss_log-fluent_1_5137662ca405, hutomaoss_web-mediaserver_1_e6c624a86fe0, hutomaoss_api-db_1_a0f7e084b454, hutomaoss_redis_1_18ef1643bfb6, hutomaoss_api-ctrl_1_8e48932a0bdf, hutomaoss_api-svc_1_87fd2766a92d, hutomaoss_ai-embedding-es_1_6d8b8abc85e4, hutomaoss_ai-embedding-it_1_dab6b38efbd9, hutomaoss_ai-entity-es_1_c5f8a746259f, hutomaoss_ai-entity-en_1_a11503358801, hutomaoss_ai-entity-it_1_ef3b99befe90, hutomaoss_ai-embedding-en_1_e3151cf9eb10, hutomaoss_web-dev_console2_1_221bcf067eba, hutomaoss_web-reverse_proxy_1_ff21bbde2c68
17log-fluent_1_5137662ca405 | fluent:x:1000:1000::/home/fluent:
18log-fluent_1_5137662ca405 | deluser: can't find fluent in /etc/group
19log-fluent_1_5137662ca405 | 2019-10-18 08:34:33 +0000 [info]: parsing config file is succeeded path="/fluentd/etc/fluent.conf"
20log-fluent_1_5137662ca405 | 2019-10-18 08:34:33 +0000 [info]: using configuration file: <ROOT>
21log-fluent_1_5137662ca405 | <source>
22log-fluent_1_5137662ca405 | @type forward
23log-fluent_1_5137662ca405 | port 24224
24log-fluent_1_5137662ca405 | </source>
25log-fluent_1_5137662ca405 | <filter API-applog-v1.**>
26log-fluent_1_5137662ca405 | @type grep
27log-fluent_1_5137662ca405 | <regexp>
28log-fluent_1_5137662ca405 | key "type"
29log-fluent_1_5137662ca405 | pattern /(ERROR|WARNING)/
30log-fluent_1_5137662ca405 | </regexp>
31log-fluent_1_5137662ca405 | </filter>
32log-fluent_1_5137662ca405 | <filter API-servicesStatus-v1.**>
33log-fluent_1_5137662ca405 | @type grep
34log-fluent_1_5137662ca405 | <regexp>
35log-fluent_1_5137662ca405 | key "type"
36log-fluent_1_5137662ca405 | pattern /(ERROR|WARNING)/
37log-fluent_1_5137662ca405 | </regexp>
38log-fluent_1_5137662ca405 | </filter>
39log-fluent_1_5137662ca405 | <filter ai-embedding-**>
40log-fluent_1_5137662ca405 | @type grep
41log-fluent_1_5137662ca405 | <regexp>
42log-fluent_1_5137662ca405 | key "levelname"
43log-fluent_1_5137662ca405 | pattern /(ERROR|WARNING)/
44log-fluent_1_5137662ca405 | </regexp>
45log-fluent_1_5137662ca405 | </filter>
46log-fluent_1_5137662ca405 | <filter ai-entity-**>
47log-fluent_1_5137662ca405 | @type grep
48log-fluent_1_5137662ca405 | <regexp>
49log-fluent_1_5137662ca405 | key "levelname"
50log-fluent_1_5137662ca405 | pattern /(ERROR|WARNING)/
51log-fluent_1_5137662ca405 | </regexp>
52log-fluent_1_5137662ca405 | </filter>
53log-fluent_1_5137662ca405 | <filter API-access-v1.**>
54log-fluent_1_5137662ca405 | @type grep
55log-fluent_1_5137662ca405 | <regexp>
56log-fluent_1_5137662ca405 | key "type"
57log-fluent_1_5137662ca405 | pattern /(ERROR|WARNING)/
58log-fluent_1_5137662ca405 | </regexp>
59log-fluent_1_5137662ca405 | </filter>
60log-fluent_1_5137662ca405 | <match API-applog-v1.**>
61log-fluent_1_5137662ca405 | @type stdout
62log-fluent_1_5137662ca405 | @log_level "error"
63log-fluent_1_5137662ca405 | </match>
64log-fluent_1_5137662ca405 | <match API-access-v1.**>
65log-fluent_1_5137662ca405 | @type stdout
66log-fluent_1_5137662ca405 | @log_level "error"
67log-fluent_1_5137662ca405 | </match>
68log-fluent_1_5137662ca405 | <match API-servicesStatus-v1.**>
69log-fluent_1_5137662ca405 | @type stdout
70log-fluent_1_5137662ca405 | @log_level "error"
71log-fluent_1_5137662ca405 | </match>
72log-fluent_1_5137662ca405 | <match API-chatlog-v1.**>
73log-fluent_1_5137662ca405 | @type stdout
74log-fluent_1_5137662ca405 | @log_level "error"
75log-fluent_1_5137662ca405 | </match>
76log-fluent_1_5137662ca405 | <match entity-recog-v1**>
77log-fluent_1_5137662ca405 | @type stdout
78log-fluent_1_5137662ca405 | @log_level "error"
79log-fluent_1_5137662ca405 | </match>
80log-fluent_1_5137662ca405 | <match ai-embedding-**>
81log-fluent_1_5137662ca405 | @type stdout
82log-fluent_1_5137662ca405 | @log_level "error"
83log-fluent_1_5137662ca405 | </match>
84log-fluent_1_5137662ca405 | </ROOT>
85log-fluent_1_5137662ca405 | 2019-10-18 08:34:33 +0000 [info]: starting fluentd-1.3.0 pid=6 ruby="2.5.2"
86log-fluent_1_5137662ca405 | 2019-10-18 08:34:33 +0000 [info]: spawn command to main: cmdline=["/usr/bin/ruby", "-Eascii-8bit:ascii-8bit", "/usr/bin/fluentd", "-c", "/fluentd/etc/fluent.conf", "-p", "/fluentd/plugins", "--under-supervisor"]
87log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: gem 'fluent-plugin-elasticsearch' version '2.12.0'
88log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: gem 'fluentd' version '1.3.0'
89log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: adding filter pattern="API-applog-v1.**" type="grep"
90log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: adding filter pattern="API-servicesStatus-v1.**" type="grep"
91log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: adding filter pattern="ai-embedding-**" type="grep"
92log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: adding filter pattern="ai-entity-**" type="grep"
93log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: adding filter pattern="API-access-v1.**" type="grep"
94log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: adding match pattern="API-applog-v1.**" type="stdout"
95log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: adding match pattern="API-access-v1.**" type="stdout"
96log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: adding match pattern="API-servicesStatus-v1.**" type="stdout"
97log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: adding match pattern="API-chatlog-v1.**" type="stdout"
98log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: adding match pattern="entity-recog-v1**" type="stdout"
99log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: adding match pattern="ai-embedding-**" type="stdout"
100log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: adding source type="forward"
101log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: #0 starting fluentd worker pid=17 ppid=6 worker=0
102log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: #0 listening port port=24224 bind="0.0.0.0"
103log-fluent_1_5137662ca405 | 2019-10-18 08:34:34 +0000 [info]: #0 fluentd worker is now running worker=0
104api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.642531Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
105api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.646159Z 0 [Note] mysqld (mysqld 5.7.25) starting as process 1 ...
106api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.652678Z 0 [Note] InnoDB: PUNCH HOLE support available
107api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.652702Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
108api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.652706Z 0 [Note] InnoDB: Uses event mutexes
109api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.652710Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
110api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.652714Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
111api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.652717Z 0 [Note] InnoDB: Using Linux native AIO
112api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.653076Z 0 [Note] InnoDB: Number of pools: 1
113api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.653224Z 0 [Note] InnoDB: Using CPU crc32 instructions
114api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.655519Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
115api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.673761Z 0 [Note] InnoDB: Completed initialization of buffer pool
116api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.675882Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
117api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.747580Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
118api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.840060Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
119api-db_1_a0f7e084b454 | 2019-10-18T08:34:32.840255Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
120api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.208370Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
121api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.209503Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
122api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.209521Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
123api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.210358Z 0 [Note] InnoDB: Waiting for purge to start
124api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.260985Z 0 [Note] InnoDB: 5.7.25 started; log sequence number 14537801
125api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.261922Z 0 [Note] Plugin 'FEDERATED' is disabled.
126api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.262815Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
127api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.366561Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
128api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.376796Z 0 [Warning] CA certificate ca.pem is self signed.
129api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.384089Z 0 [Note] InnoDB: Buffer pool(s) load completed at 191018 8:34:33
130api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.384991Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
131api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.385114Z 0 [Note] IPv6 is available.
132api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.385138Z 0 [Note] - '::' resolves to '::';
133api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.385186Z 0 [Note] Server socket created on IP: '::'.
134api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.394222Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
135api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.445934Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.
136api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.446046Z 0 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode.
137api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.446069Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.
138api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.453090Z 0 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode.
139api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.453136Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.
140api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.456025Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.
141api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.531785Z 0 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode.
142api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.531852Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.
143api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.805284Z 0 [Note] Event Scheduler: Loaded 1 event
144api-db_1_a0f7e084b454 | 2019-10-18T08:34:33.807204Z 0 [Note] mysqld: ready for connections.
145api-db_1_a0f7e084b454 | Version: '5.7.25' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
146redis_1_18ef1643bfb6 | _._
147redis_1_18ef1643bfb6 | _.-``__ ''-._
148redis_1_18ef1643bfb6 | _.-`` `. `_. ''-._ Redis 3.2.12 (00000000/0) 64 bit
149redis_1_18ef1643bfb6 | .-`` .-```. ```\/ _.,_ ''-._
150redis_1_18ef1643bfb6 | ( ' , .-` | `, ) Running in standalone mode
151redis_1_18ef1643bfb6 | |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
152redis_1_18ef1643bfb6 | | `-._ `._ / _.-' | PID: 1
153redis_1_18ef1643bfb6 | `-._ `-._ `-./ _.-' _.-'
154redis_1_18ef1643bfb6 | |`-._`-._ `-.__.-' _.-'_.-'|
155redis_1_18ef1643bfb6 | | `-._`-._ _.-'_.-' | http://redis.io
156redis_1_18ef1643bfb6 | `-._ `-._`-.__.-'_.-' _.-'
157redis_1_18ef1643bfb6 | |`-._`-._ `-.__.-' _.-'_.-'|
158redis_1_18ef1643bfb6 | | `-._`-._ _.-'_.-' |
159redis_1_18ef1643bfb6 | `-._ `-._`-.__.-'_.-' _.-'
160redis_1_18ef1643bfb6 | `-._ `-.__.-' _.-'
161redis_1_18ef1643bfb6 | `-._ _.-'
162redis_1_18ef1643bfb6 | `-.__.-'
163redis_1_18ef1643bfb6 |
164redis_1_18ef1643bfb6 | 1:M 18 Oct 08:34:31.986 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
165redis_1_18ef1643bfb6 | 1:M 18 Oct 08:34:31.986 # Server started, Redis version 3.2.12
166redis_1_18ef1643bfb6 | 1:M 18 Oct 08:34:31.987 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
167redis_1_18ef1643bfb6 | 1:M 18 Oct 08:34:31.987 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
168redis_1_18ef1643bfb6 | 1:M 18 Oct 08:34:31.987 * The server is now ready to accept connections on port 6379
169api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.433 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.37
170api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.446 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Dec 12 2018 12:07:02 UTC
171api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.446 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.37.0
172api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.446 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
173api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.446 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 3.10.0-957.el7.x86_64
174api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.446 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
175api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.447 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
176api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.447 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_181-8u181-b13-2~deb9u1-b13
177api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.447 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
178api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.447 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /usr/local/tomcat
179api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.447 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/local/tomcat
180api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.447 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties
181api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.447 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
182api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.447 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
183api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.447 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
184api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.448 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
185api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.448 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
186api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.448 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat
187api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.448 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat
188api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.448 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp
189api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.448 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library [1.2.19] using APR version [1.5.2].
190api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.448 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
191api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.448 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
192api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.472 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 1.1.0j 20 Nov 2018]
193api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.860 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
194api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:35.940 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
195api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:36.050 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
196api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:36.078 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
197api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:36.084 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 2092 ms
198api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:36.280 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
199api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:36.280 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.37
200hutomaoss_web-mediaserver_1_e6c624a86fe0 exited with code 0
201api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.672 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.37
202api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.679 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Dec 12 2018 12:07:02 UTC
203api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.679 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.37.0
204api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.680 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
205api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.680 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 3.10.0-957.el7.x86_64
206api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.680 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
207api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.680 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
208api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.680 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_181-8u181-b13-2~deb9u1-b13
209api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.680 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
210api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.680 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /usr/local/tomcat
211api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.680 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/local/tomcat
212api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.699 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties
213api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.700 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
214api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.700 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
215api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.700 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
216api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.700 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
217api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.700 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
218api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.700 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat
219api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.700 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat
220api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:35.700 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp
221api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:36.079 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
222api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:36.185 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
223api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:36.301 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
224api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:36.357 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
225api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:36.363 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 2282 ms
226api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:36.606 WARNING [localhost-startStop-1] org.apache.catalina.core.StandardContext.setPath A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to []
227web-dev_console2_1_221bcf067eba | Checking Django configuration works
228api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:36.677 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/usr/local/tomcat/webapps/ROOT.war]
229api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:36.692 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
230api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:36.693 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.37
231api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:37.029 WARNING [localhost-startStop-1] org.apache.catalina.core.StandardContext.setPath A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to []
232api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:37.031 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/usr/local/tomcat/webapps/ROOT.war]
233web-dev_console2_1_221bcf067eba | 2.1.3
234web-dev_console2_1_221bcf067eba | Process statics
235ai-embedding-en_1_e3151cf9eb10 | *** LOGGING CONFIG ***
236ai-embedding-en_1_e3151cf9eb10 | {'version': 1, 'root': {'level': 'INFO', 'handlers': ['fluent']}, 'formatters': {'json': {'class': 'pythonjsonlogger.jsonlogger.JsonFormatter', 'format': '(asctime) (levelname) (name) (message)'}, 'fluent_fmt': {'()': 'fluent.handler.FluentRecordFormatter', 'exclude_attrs': ['args', 'msg', 'exc_info', 'stack_info']}}, 'filters': {'emblogfilter': {'()': 'embedding.server.EmbLogFilter'}}, 'handlers': {'fluent': {'class': 'fluent.handler.FluentHandler', 'tag': 'ai-embedding-chat-v1', 'formatter': 'fluent_fmt', 'level': 'INFO', 'filters': ['emblogfilter'], 'host': 'log-fluent', 'port': 24224}}}
237ai-embedding-en_1_e3151cf9eb10 | *** LOGGING CONFIG ***
238ai-embedding-es_1_6d8b8abc85e4 | *** LOGGING CONFIG ***
239ai-embedding-es_1_6d8b8abc85e4 | {'version': 1, 'root': {'level': 'INFO', 'handlers': ['fluent']}, 'formatters': {'json': {'class': 'pythonjsonlogger.jsonlogger.JsonFormatter', 'format': '(asctime) (levelname) (name) (message)'}, 'fluent_fmt': {'()': 'fluent.handler.FluentRecordFormatter', 'exclude_attrs': ['args', 'msg', 'exc_info', 'stack_info']}}, 'filters': {'emblogfilter': {'()': 'embedding.server.EmbLogFilter'}}, 'handlers': {'fluent': {'class': 'fluent.handler.FluentHandler', 'tag': 'ai-embedding-chat-v1', 'formatter': 'fluent_fmt', 'level': 'INFO', 'filters': ['emblogfilter'], 'host': 'log-fluent', 'port': 24224}}}
240ai-embedding-es_1_6d8b8abc85e4 | *** LOGGING CONFIG ***
241ai-embedding-it_1_dab6b38efbd9 | *** LOGGING CONFIG ***
242ai-embedding-it_1_dab6b38efbd9 | {'version': 1, 'root': {'level': 'INFO', 'handlers': ['fluent']}, 'formatters': {'json': {'class': 'pythonjsonlogger.jsonlogger.JsonFormatter', 'format': '(asctime) (levelname) (name) (message)'}, 'fluent_fmt': {'()': 'fluent.handler.FluentRecordFormatter', 'exclude_attrs': ['args', 'msg', 'exc_info', 'stack_info']}}, 'filters': {'emblogfilter': {'()': 'embedding.server.EmbLogFilter'}}, 'handlers': {'fluent': {'class': 'fluent.handler.FluentHandler', 'tag': 'ai-embedding-chat-v1', 'formatter': 'fluent_fmt', 'level': 'INFO', 'filters': ['emblogfilter'], 'host': 'log-fluent', 'port': 24224}}}
243ai-embedding-it_1_dab6b38efbd9 | *** LOGGING CONFIG ***
244web-dev_console2_1_221bcf067eba | Found another file with the destination path 'css/chat.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
245web-dev_console2_1_221bcf067eba | Found another file with the destination path 'css/datapicker.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
246web-dev_console2_1_221bcf067eba | Found another file with the destination path 'css/elements.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
247web-dev_console2_1_221bcf067eba | Found another file with the destination path 'css/enhanced_textarea.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
248web-dev_console2_1_221bcf067eba | Found another file with the destination path 'css/entities.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
249web-dev_console2_1_221bcf067eba | Found another file with the destination path 'css/formset.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
250web-dev_console2_1_221bcf067eba | Found another file with the destination path 'css/insights.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
251web-dev_console2_1_221bcf067eba | Found another file with the destination path 'css/integration.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
252web-dev_console2_1_221bcf067eba | Found another file with the destination path 'css/intents.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
253web-dev_console2_1_221bcf067eba | Found another file with the destination path 'css/prism-them.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
254web-dev_console2_1_221bcf067eba | Found another file with the destination path 'css/settings.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
255web-dev_console2_1_221bcf067eba | Found another file with the destination path 'css/tokenfield.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
256web-dev_console2_1_221bcf067eba | Found another file with the destination path 'images/empty-intents-illustration.png'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
257web-dev_console2_1_221bcf067eba | Found another file with the destination path 'js/charts.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
258web-dev_console2_1_221bcf067eba | Found another file with the destination path 'js/chat.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
259web-dev_console2_1_221bcf067eba | Found another file with the destination path 'js/chat.spec.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
260web-dev_console2_1_221bcf067eba | Found another file with the destination path 'js/elements.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
261web-dev_console2_1_221bcf067eba | Found another file with the destination path 'js/enhanced_textarea.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
262web-dev_console2_1_221bcf067eba | Found another file with the destination path 'js/formset.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
263web-dev_console2_1_221bcf067eba | Found another file with the destination path 'js/insights.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
264web-dev_console2_1_221bcf067eba | Found another file with the destination path 'js/integration.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
265web-dev_console2_1_221bcf067eba | Found another file with the destination path 'js/sanitize.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
266web-dev_console2_1_221bcf067eba | Found another file with the destination path 'js/tokenfield.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
267web-dev_console2_1_221bcf067eba | Found another file with the destination path 'js/training.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
268web-dev_console2_1_221bcf067eba | Found another file with the destination path 'js/voice.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
269web-dev_console2_1_221bcf067eba | Found another file with the destination path 'js/webhook.js'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
270ai-entity-en_1_a11503358801 | /src/hu_entity/server.py:283: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
271ai-entity-en_1_a11503358801 | logging_config = yaml.load(LOGGING_CONFIG_TEXT)
272ai-entity-it_1_ef3b99befe90 | /src/hu_entity/server.py:283: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
273ai-entity-it_1_ef3b99befe90 | logging_config = yaml.load(LOGGING_CONFIG_TEXT)
274ai-entity-es_1_c5f8a746259f | /src/hu_entity/server.py:283: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
275ai-entity-es_1_c5f8a746259f | logging_config = yaml.load(LOGGING_CONFIG_TEXT)
276ai-entity-en_1_a11503358801 | *** LOGGING CONFIG ***
277ai-entity-en_1_a11503358801 | {'version': 1, 'root': {'level': 'DEBUG', 'handlers': ['console']}, 'formatters': {'json': {'class': 'pythonjsonlogger.jsonlogger.JsonFormatter', 'format': '(asctime) (levelname) (name) (message)'}}, 'filters': {'erlogfilter': {'()': 'hu_entity.server.ErLogFilter'}}, 'handlers': {'console': {'class': 'logging.StreamHandler', 'level': 'INFO', 'stream': 'ext://sys.stdout', 'formatter': 'json', 'filters': ['erlogfilter']}}}
278ai-entity-en_1_a11503358801 | *** LOGGING CONFIG ***
279ai-entity-en_1_a11503358801 | {"asctime": "2019-10-18 08:34:41,844", "levelname": "WARNING", "name": "hu_entity.server", "message": "ERS_MINIMAL_SERVER not set or invalid ''", "er_language": "en"}
280ai-entity-en_1_a11503358801 | {"asctime": "2019-10-18 08:34:41,844", "levelname": "WARNING", "name": "hu_entity.spacy_wrapper", "message": "Loading model in en...", "er_language": "en"}
281ai-entity-en_1_a11503358801 | {"asctime": "2019-10-18 08:34:41,844", "levelname": "INFO", "name": "hu_entity.spacy_wrapper", "message": "Loading Spacy model en_core_web_md...", "er_language": "en"}
282ai-entity-es_1_c5f8a746259f | *** LOGGING CONFIG ***
283ai-entity-es_1_c5f8a746259f | {'version': 1, 'root': {'level': 'DEBUG', 'handlers': ['console']}, 'formatters': {'json': {'class': 'pythonjsonlogger.jsonlogger.JsonFormatter', 'format': '(asctime) (levelname) (name) (message)'}}, 'filters': {'erlogfilter': {'()': 'hu_entity.server.ErLogFilter'}}, 'handlers': {'console': {'class': 'logging.StreamHandler', 'level': 'INFO', 'stream': 'ext://sys.stdout', 'formatter': 'json', 'filters': ['erlogfilter']}}}
284ai-entity-es_1_c5f8a746259f | *** LOGGING CONFIG ***
285ai-entity-es_1_c5f8a746259f | {"asctime": "2019-10-18 08:34:41,850", "levelname": "WARNING", "name": "hu_entity.server", "message": "ERS_MINIMAL_SERVER not set or invalid ''", "er_language": "es"}
286ai-entity-es_1_c5f8a746259f | {"asctime": "2019-10-18 08:34:41,850", "levelname": "WARNING", "name": "hu_entity.spacy_wrapper", "message": "Loading model in es...", "er_language": "es"}
287ai-entity-es_1_c5f8a746259f | {"asctime": "2019-10-18 08:34:41,850", "levelname": "INFO", "name": "hu_entity.spacy_wrapper", "message": "Loading Spacy model es_core_news_md...", "er_language": "es"}
288ai-entity-it_1_ef3b99befe90 | *** LOGGING CONFIG ***
289ai-entity-it_1_ef3b99befe90 | {'version': 1, 'root': {'level': 'DEBUG', 'handlers': ['console']}, 'formatters': {'json': {'class': 'pythonjsonlogger.jsonlogger.JsonFormatter', 'format': '(asctime) (levelname) (name) (message)'}}, 'filters': {'erlogfilter': {'()': 'hu_entity.server.ErLogFilter'}}, 'handlers': {'console': {'class': 'logging.StreamHandler', 'level': 'INFO', 'stream': 'ext://sys.stdout', 'formatter': 'json', 'filters': ['erlogfilter']}}}
290ai-entity-it_1_ef3b99befe90 | *** LOGGING CONFIG ***
291ai-entity-it_1_ef3b99befe90 | {"asctime": "2019-10-18 08:34:41,853", "levelname": "WARNING", "name": "hu_entity.server", "message": "ERS_MINIMAL_SERVER not set or invalid ''", "er_language": "it"}
292ai-entity-it_1_ef3b99befe90 | {"asctime": "2019-10-18 08:34:41,854", "levelname": "WARNING", "name": "hu_entity.spacy_wrapper", "message": "Loading model in it (fallback minimal model)...", "er_language": "it"}
293ai-entity-it_1_ef3b99befe90 | {"asctime": "2019-10-18 08:34:41,854", "levelname": "INFO", "name": "hu_entity.spacy_wrapper", "message": "Loading Spacy model it_core_news_sm...", "er_language": "it"}
294web-dev_console2_1_221bcf067eba |
295web-dev_console2_1_221bcf067eba | 0 static files copied to '/usr/src/app/staticfiles', 429 unmodified, 443 post-processed.
296web-dev_console2_1_221bcf067eba | Checking Database
297ai-entity-it_1_ef3b99befe90 | {"asctime": "2019-10-18 08:34:43,294", "levelname": "WARNING", "name": "hu_entity.spacy_wrapper", "message": "Entity ids: GPE=382", "er_language": "it"}
298ai-entity-it_1_ef3b99befe90 | {"asctime": "2019-10-18 08:34:43,301", "levelname": "WARNING", "name": "hu_entity.server", "message": "Entity Recognizer initializing server.", "er_language": "it"}
299ai-entity-it_1_ef3b99befe90 | {"asctime": "2019-10-18 08:34:43,303", "levelname": "WARNING", "name": "hu_entity.server", "message": "Starting entity recognizer API on port 9095", "port": 9095, "er_language": "it"}
300web-dev_console2_1_221bcf067eba | account
301web-dev_console2_1_221bcf067eba | [X] 0001_initial
302web-dev_console2_1_221bcf067eba | [X] 0002_email_max_length
303web-dev_console2_1_221bcf067eba | admin
304web-dev_console2_1_221bcf067eba | [X] 0001_initial
305web-dev_console2_1_221bcf067eba | [X] 0002_logentry_remove_auto_add
306web-dev_console2_1_221bcf067eba | [X] 0003_logentry_add_action_flag_choices
307web-dev_console2_1_221bcf067eba | auth
308web-dev_console2_1_221bcf067eba | [X] 0001_initial
309web-dev_console2_1_221bcf067eba | [X] 0002_alter_permission_name_max_length
310web-dev_console2_1_221bcf067eba | [X] 0003_alter_user_email_max_length
311web-dev_console2_1_221bcf067eba | [X] 0004_alter_user_username_opts
312web-dev_console2_1_221bcf067eba | [X] 0005_alter_user_last_login_null
313web-dev_console2_1_221bcf067eba | [X] 0006_require_contenttypes_0002
314web-dev_console2_1_221bcf067eba | [X] 0007_alter_validators_add_error_messages
315web-dev_console2_1_221bcf067eba | [X] 0008_alter_user_username_max_length
316web-dev_console2_1_221bcf067eba | [X] 0009_alter_user_last_name_max_length
317web-dev_console2_1_221bcf067eba | contenttypes
318web-dev_console2_1_221bcf067eba | [X] 0001_initial
319web-dev_console2_1_221bcf067eba | [X] 0002_remove_content_type_name
320web-dev_console2_1_221bcf067eba | reversion
321web-dev_console2_1_221bcf067eba | [X] 0001_squashed_0004_auto_20160611_1202
322web-dev_console2_1_221bcf067eba | sessions
323web-dev_console2_1_221bcf067eba | [X] 0001_initial
324web-dev_console2_1_221bcf067eba | sites
325web-dev_console2_1_221bcf067eba | [X] 0001_initial
326web-dev_console2_1_221bcf067eba | [X] 0002_alter_domain_unique
327web-dev_console2_1_221bcf067eba | studio
328web-dev_console2_1_221bcf067eba | [X] 0001_templates
329web-dev_console2_1_221bcf067eba | users
330web-dev_console2_1_221bcf067eba | [X] 0001_initial
331web-dev_console2_1_221bcf067eba | [X] 0002_login_count
332web-dev_console2_1_221bcf067eba | Checking API
333api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:48.631 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
334api-ctrl_1_8e48932a0bdf | ERROR StatusLogger No Log4j 2 configuration file found. Using default configuration (logging only errors to the console), or user programmatically provided configurations. Set system property 'log4j2.debug' to show Log4j 2 internal initialization logging. See https://logging.apache.org/log4j/2.x/manual/configuration.html for instructions on how to configure Log4j 2
335api-svc_1_87fd2766a92d | 18-Oct-2019 08:34:53.578 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
336api-ctrl_1_8e48932a0bdf | SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
337api-ctrl_1_8e48932a0bdf | SLF4J: Defaulting to no-operation (NOP) logger implementation
338api-ctrl_1_8e48932a0bdf | SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
339log-fluent_1_5137662ca405 | 1765-04-17 13:32:41.000000000 +0000 API-servicesStatus-v1.controllerconfig: {"type":"WARNING","dateTime":"2019-10-18T08:34:53.561Z","message":"No value found for property \"dbconnectionpool_trace_leaks\". Using default value \"false\"","params":null}
340log-fluent_1_5137662ca405 | 1765-04-17 14:23:49.000000000 +0000 API-servicesStatus-v1.controllerconfig: {"type":"WARNING","dateTime":"2019-10-18T08:34:56.629Z","message":"No value found for property \"ai_aiml_bot_aiids\"!","params":null}
341api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:56.690 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/usr/local/tomcat/webapps/ROOT.war] has finished in [20,008] ms
342api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:56.696 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/docs]
343api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:56.758 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/docs] has finished in [62] ms
344api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:56.758 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/examples]
345api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:57.326 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/examples] has finished in [568] ms
346api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:57.326 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/host-manager]
347api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:57.398 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/host-manager] has finished in [72] ms
348api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:57.399 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/manager]
349api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:57.449 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/manager] has finished in [49] ms
350api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:57.497 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
351api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:57.615 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
352api-ctrl_1_8e48932a0bdf | 18-Oct-2019 08:34:57.635 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 21550 ms
353api-ctrl_1_8e48932a0bdf | 08:34:59.042 [Timer-2] ERROR - [qproc-emb[IT]-default] emb[IT]-default has zero training and chat capacity
354api-svc_1_87fd2766a92d | SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
355api-svc_1_87fd2766a92d | SLF4J: Defaulting to no-operation (NOP) logger implementation
356api-svc_1_87fd2766a92d | SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
357api-ctrl_1_8e48932a0bdf | 08:34:59.049 [Timer-1] ERROR - [qproc-emb[ES]-default] emb[ES]-default has zero training and chat capacity
358api-ctrl_1_8e48932a0bdf | 08:34:59.049 [Timer-3] ERROR - [qproc-emb[EN]-default] emb[EN]-default has zero training and chat capacity
359log-fluent_1_5137662ca405 | 1765-04-17 15:03:49.000000000 +0000 API-servicesStatus-v1.qproc-emb[IT]-default: {"type":"ERROR","dateTime":"2019-10-18T08:34:59.029Z","message":"emb[IT]-default has zero training and chat capacity","params":null}
360log-fluent_1_5137662ca405 | 1765-04-17 15:04:01.000000000 +0000 API-servicesStatus-v1.qproc-emb[EN]-default: {"type":"ERROR","dateTime":"2019-10-18T08:34:59.041Z","message":"emb[EN]-default has zero training and chat capacity","params":null}
361log-fluent_1_5137662ca405 | 1765-04-17 15:04:01.000000000 +0000 API-servicesStatus-v1.qproc-emb[ES]-default: {"type":"ERROR","dateTime":"2019-10-18T08:34:59.041Z","message":"emb[ES]-default has zero training and chat capacity","params":null}
362log-fluent_1_5137662ca405 | 1765-04-17 15:02:55.000000000 +0000 API-applog-v1.config: {"type":"WARNING","dateTime":"2019-10-18T08:34:58.975Z","message":"No value found for property \"dbconnectionpool_trace_leaks\". Using default value \"false\"","params":null}
363api-svc_1_87fd2766a92d | 18-Oct-2019 08:35:00.745 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/usr/local/tomcat/webapps/ROOT.war] has finished in [23,714] ms
364api-svc_1_87fd2766a92d | 18-Oct-2019 08:35:00.746 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/docs]
365api-svc_1_87fd2766a92d | 18-Oct-2019 08:35:00.847 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/docs] has finished in [100] ms
366api-svc_1_87fd2766a92d | 18-Oct-2019 08:35:00.847 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/examples]
367api-svc_1_87fd2766a92d | 18-Oct-2019 08:35:01.420 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/examples] has finished in [573] ms
368api-svc_1_87fd2766a92d | 18-Oct-2019 08:35:01.421 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/host-manager]
369api-svc_1_87fd2766a92d | 18-Oct-2019 08:35:01.459 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/host-manager] has finished in [37] ms
370api-svc_1_87fd2766a92d | 18-Oct-2019 08:35:01.459 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/manager]
371api-svc_1_87fd2766a92d | 18-Oct-2019 08:35:01.509 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/manager] has finished in [50] ms
372api-svc_1_87fd2766a92d | 18-Oct-2019 08:35:01.517 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
373api-svc_1_87fd2766a92d | 18-Oct-2019 08:35:01.676 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
374api-svc_1_87fd2766a92d | 18-Oct-2019 08:35:01.812 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 25448 ms
375web-dev_console2_1_221bcf067eba | Running migrations
376web-dev_console2_1_221bcf067eba | Operations to perform:
377web-dev_console2_1_221bcf067eba | Apply all migrations: account, admin, auth, contenttypes, reversion, sessions, sites, studio, users
378ai-entity-es_1_c5f8a746259f | {"asctime": "2019-10-18 08:35:03,610", "levelname": "WARNING", "name": "hu_entity.spacy_wrapper", "message": "Entity ids: GPE=382", "er_language": "es"}
379ai-entity-es_1_c5f8a746259f | {"asctime": "2019-10-18 08:35:03,613", "levelname": "WARNING", "name": "hu_entity.server", "message": "Entity Recognizer initializing server.", "er_language": "es"}
380ai-entity-es_1_c5f8a746259f | {"asctime": "2019-10-18 08:35:03,615", "levelname": "WARNING", "name": "hu_entity.server", "message": "Starting entity recognizer API on port 9095", "port": 9095, "er_language": "es"}
381web-dev_console2_1_221bcf067eba | Running migrations:
382web-dev_console2_1_221bcf067eba | No migrations to apply.
383web-dev_console2_1_221bcf067eba | Your models have changes that are not yet reflected in a migration, and so won't be applied.
384web-dev_console2_1_221bcf067eba | Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
385web-dev_console2_1_221bcf067eba | Starting Django
386web-dev_console2_1_221bcf067eba | [2019-10-18 08:35:04 +0000] [16] [INFO] Starting gunicorn 19.9.0
387web-dev_console2_1_221bcf067eba | [2019-10-18 08:35:04 +0000] [16] [INFO] Listening at: http://0.0.0.0:8000 (16)
388web-dev_console2_1_221bcf067eba | [2019-10-18 08:35:04 +0000] [16] [INFO] Using worker: sync
389web-dev_console2_1_221bcf067eba | [2019-10-18 08:35:04 +0000] [19] [INFO] Booting worker with pid: 19
390web-dev_console2_1_221bcf067eba | [2019-10-18 08:35:04 +0000] [20] [INFO] Booting worker with pid: 20
391web-dev_console2_1_221bcf067eba | [2019-10-18 08:35:04 +0000] [22] [INFO] Booting worker with pid: 22
392ai-entity-en_1_a11503358801 | {"asctime": "2019-10-18 08:35:06,247", "levelname": "WARNING", "name": "hu_entity.spacy_wrapper", "message": "Entity ids: GPE=382", "er_language": "en"}
393ai-entity-en_1_a11503358801 | {"asctime": "2019-10-18 08:35:06,250", "levelname": "WARNING", "name": "hu_entity.server", "message": "Entity Recognizer initializing server.", "er_language": "en"}
394ai-entity-en_1_a11503358801 | {"asctime": "2019-10-18 08:35:06,252", "levelname": "WARNING", "name": "hu_entity.server", "message": "Starting entity recognizer API on port 9095", "port": 9095, "er_language": "en"}
395web-dev_console2_1_221bcf067eba | User 9692377a has failed to log in