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 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.