Manual BlueXP Classification installation fails with Docker seccomp profile error
Applies to
- BlueXP Classification (also known as Data Sense)
- v 1.38 and lower
Issue
Manual BlueXP Classification installation using v 1.38 installer binaries fails with error below:
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.