IAYAA0037E The configured Java™ projects' path '%s' is not mounted correctly in the Wazi Analyze Docker container. The same Java projects' path set in IBM AD Configuration Server must be mounted to /home/wazianalyze/data destination and must have write access rights to delete a Java project.

Explanation

The specified configured Java projects' path does not match the Wazi Analyze Docker container mount point.

User response

The same Java projects' path set in IBM AD Configuration Server must be used in the Wazi Analyze Docker container mount point to delete a Java project.

User response

Make sure that the directory path on your local machine where you store the Java projects to transfer into the Wazi Analyze container is specified. This path needs to be mapped to /home/wazianalyze/data directory in the Wazi Analyze container. These paths must match.

To modify the Java Projects path in IBM AD Configuration Server, perform the following steps:

  1. Start command prompt (cmd.exe) as an administrator in the environment where the IBM Wazi Analyze container is running.
  2. Execute the docker ps -a --format "{{.ID}}\t{{.Names}}" command.
  3. Access Start Menu > IBM Application Discovery and Delivery Intelligence > Launch IBM Application Discovery Configuration Service Admin, and go to Configure > Environments > "Your environment" > Servers and security > Wazi Analyze. The Wazi Analyze settings page is displayed.
  4. In the Project path field, specify the directory path on your local machine where you store the Java projects to transfer into the Wazi Analyze container. This path needs to be mapped to /home/wazianalyze/data directory in the Wazi Analyze container.
  5. Click Save.
To modify the Docker container mount point, you can remove the existing container by running the following command:
docker rm -f <container-name>
To create a new Docker container with the new corrected path as a mount point, run the following command:
docker run -v "<Java projects' path>":"/home/wazianalyze/data" -it --cap-add=SYS_ADMIN --name <container name> -p 5000:5000 -p 4680:4680 <image name>

After checking that the Java projects path matches the Wazi Analyze Docker container mount point, try to perform the desired action again.