[root@pingtaihouduan ~]# docker logs -f --tail=200 odc2
2025-02-27 13:47:58,717 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
2025-02-27 13:47:58,717 INFO Included extra file “/etc/supervisor/conf.d/base.conf” during parsing
2025-02-27 13:47:58,721 INFO RPC interface ‘supervisor’ initialized
2025-02-27 13:47:58,721 CRIT Server ‘unix_http_server’ running without any HTTP authentication checking
2025-02-27 13:47:58,721 INFO supervisord started with pid 1
2025-02-27 13:47:59,724 INFO spawned: ‘ob-odc-web_00’ with pid 9
2025-02-27 13:48:00,935 INFO success: ob-odc-web_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-27 13:49:17,605 WARN exited: ob-odc-web_00 (exit status 1; not expected)
2025-02-27 13:49:18,610 INFO spawned: ‘ob-odc-web_00’ with pid 84
2025-02-27 13:49:20,055 INFO success: ob-odc-web_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-27 13:50:23,474 WARN exited: ob-odc-web_00 (exit status 1; not expected)
2025-02-27 13:50:24,478 INFO spawned: ‘ob-odc-web_00’ with pid 159
2025-02-27 13:50:25,691 INFO success: ob-odc-web_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-27 13:51:38,504 WARN exited: ob-odc-web_00 (exit status 1; not expected)
2025-02-27 13:51:39,508 INFO spawned: ‘ob-odc-web_00’ with pid 234
2025-02-27 13:51:40,712 INFO success: ob-odc-web_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-27 13:52:23,750 WARN exited: ob-odc-web_00 (exit status 1; not expected)
2025-02-27 13:52:24,752 INFO spawned: ‘ob-odc-web_00’ with pid 309
2025-02-27 13:52:25,959 INFO success: ob-odc-web_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-27 13:53:39,563 WARN exited: ob-odc-web_00 (exit status 1; not expected)
Bean create failed, beanName=odcServer, message=Error creating bean with name ‘odcServer’: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘metadbMigrate’: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Illegal password, please check your password, a valid password should:1. has length between 8~32;2. contains at least 2 number;3. contains at least 2 alpha;4. contains at least 2 special character(._+@#$%);
日志里有上面报错,