IAYAA0022E An unspecified error occurred while trying to obtain the Wazi Analyze Docker container status. The Wazi Analyze Docker service may not be available. Make sure that the Wazi Analyze Docker service is running and that the Wazi Analyze Docker container is properly configured in IBM® AD Configuration Server to create a Java™ project.
Explanation
An unspecified error occurred while trying to obtain the Wazi Analyze Docker container status. The Wazi Analyze Docker service may not be available.User response
When this error is encountered, either the Windows Docker service or the Docker container cannot be accessed, is not responsive or its in a transitory state.User response
Make sure that the Docker service is started, the Wazi Analyze container is properly created and configured in Docker, and that the Wazi Analyze service for the Environment of the project is properly configured in IBM AD Configuration Server.
- Make sure that the Docker service is started in Windows.
- In Windows 10/11, it can be started only from GUI by starting the Docker Desktop application as an administrator. Docker Desktop wants to start with Windows, but it may fail if not Run
as Administrator. To start Docker Desktop with Windows perform the following steps:
Go to Run this program as an administrator.
, look for Docker Desktop entry, and and tickOR
Go to
, look for Docker Desktop entry, and make sure to always start Docker Desktop manually as an administrator. - In Windows Server 2019, it appears as an entry in the list of services in Services desktop application and it can be started with .
- In Windows 10/11, it can be started only from GUI by starting the Docker Desktop application as an administrator. Docker Desktop wants to start with Windows, but it may fail if not Run
as Administrator. To start Docker Desktop with Windows perform the following steps:
- Make sure that the Wazi Analyze image is loaded into the
current Docker installation and that the Wazi Analyze container
is created correctly.
While Docker Windows service is running you can run the
docker image ls
command to see all the available images and thedocker ps -a
command to check all the installed containers, including the stopped/exited ones. - Make sure that the Wazi Analyze container ID and Name are
correctly added into IBM AD
Configuration Server.
- Start command prompt (cmd.exe) as an administrator in the environment where the IBM Wazi Analyze container is running.
- Execute the
docker ps -a --format "{{.ID}}\t{{.Names}}"
command to retrieve the ID and the name of the existing IBM Wazi Analyze container. - Copy the IBM Wazi Analyze container ID and name.
- Access Wazi Analyze settings page is displayed. , and go to . The
- Paste the copied IBM Wazi Analyze container ID in the Container ID field and the copied IBM Wazi Analyze container name in the Container name field.
- Click Save.
Even if a Docker container is correctly created and configured it might fail to start if an existing port is already mapped in another container that is running or an existing mounting folder is already mounted in another container that is running. In case that the other container is not needed, you may try stopping the other container and start only the one that is configured for the AD Wazi Analyze Service in IBM AD Configuration Server.
If this error still occurs, a debug log can be enabled, by adding in the Windows Registry the string value WaziLogFileName at Computer\HKEY_CURRENT_USER\SOFTWARE\IBM AD\ApplicationDiscovery\Settings registry location. Introduce in its value data the fully qualified file name of the debug log. This log can be inspected for further details on the error to help decide the appropriate subsequent action.