BlueXP Classificationの手動インストールがDocker seccompプロファイルエラーで失敗する
環境
- BlueXP分類(Data Senseとも呼ばれる)
- V 1.38以下
問題
V1.38インストーラバイナリを使用した手動BlueXP 分類のインストールが、次のエラーで失敗します。
2025-01-08 15:26:48 INFO Running Classification Mount Server
docker: Error response from daemon: container create: opening seccomp profile failed: open: file name too long.
ERROR Pull images and populate DB - error
INFO Killing Probe API
Traceback (most recent call last):
File "/data/first_install.py", line 728, in <module>
main()
File "/data/first_install.py", line 578, in main
pull_populate_deploy()
File "/data/install_logging.py", line 104, in wrapper
return func(*args, **kwargs)
File "/data/first_install.py", line 331, in pull_populate_deploy
execute_command(
File "/data/exec_cmd.py", line 29, in execute_command
raise subprocess.CalledProcessError(returncode=p.returncode, cmd=args[0], output=std_out, stderr=std_err)
subprocess.CalledProcessError: Command '['./populate_db.sh']' returned non-zero exit status 125.