BlueXP Classificationの手動インストールがDocker seccompプロファイルエラーで失敗する
環境
- BlueXP分類(Data Senseとも呼ばれる)
- V 1.38以下
問題
V1.38インストーラバイナリを使用した手動BlueXP 分類のインストールが、次のエラーで失敗します。
2025-01-08 15:26:48 INFO Running Classification Mount Serverdocker: Error response from daemon: container create: opening seccomp profile failed: open: file name too long.ERROR Pull images and populate DB - errorINFO Killing Probe APITraceback (most recent call last):File "/data/first_install.py", line 728, in <module>main()File "/data/first_install.py", line 578, in mainpull_populate_deploy()File "/data/install_logging.py", line 104, in wrapperreturn func(*args, **kwargs)File "/data/first_install.py", line 331, in pull_populate_deployexecute_command(File "/data/exec_cmd.py", line 29, in execute_commandraise 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.