Troubleshooting the API Management Installation
Problem | Possible Reason | Solution |
---|---|---|
Cannot run docker-compose on gateway container: | You are using Docker for Windows and you have changed your Windows password recently. | There is an mounting issue using Docker for Windows. You can try this workaround:
|
Cannot generate a keystore. | You are using Docker on Linux and docker-compose does not have sufficient rights to write into folder configs. | Change the folder permissions as follows: chmod -R 777 api-mgmt/configs |
Your command shell has problems to read the path to the script. | Escape the slashes with backslash like | |
You are trying to update the certificates and didn't remove the old ones before. | The keystore script does not override any existing (old) certificates. Remove them manually and run the script again. | |
| The assigned resources for Docker for Windows or for the Docker Toolbox are not enough for API Management. |
|
You cannot login to API Management. | You have configured localhost for variable ENDPOINT in your .env file. |
|
One or more docker container can't resolve you hostname. |
# localhost name resolution is handled within DNS itself. # ::1 localhost 192.168.99.100 api.acme-corp.com | |
Other. | If the steps from above do not work for you
kibana-proxy: | |
After accessing the Login page, you see the error Invalid parameter: redirect_url. | The redirect URL is configured wrongly in Keycloak. | Change the Keycloak settings as described on Installing API Management > Configure the Authentication Service (Keycloak). |
After having logged in, you are not redirected to the API Management UI. The error message reads: "HTTP Status 403 - Forbidden. The server understood the request but refuses to authorize it." | If you are using CentOS on your API Management server, you might have run into a know firewall issue. | Change the firewall rules as to trust the Docker interface. |
Your browser shows an | This may be a problem with your file permissions: If the file permissions are not set correctly, the container can not read the certificate. | Linux: Change the file permissions in your config folder to provide at least read-access: chmod -R 644 api-mgmt/configs |
An API Management update has failed and you need to restore a previously backuped installation. | Perform a database restore as described on API Management Backup and Restore > Restoring a Database Backup. | |
Cannot access Kibana. | API Management 7.4.0 comes with Kibana and all needed configurations. If you are updating an older installation of API Management to 7.4.0, the configurations of Kibana are missing. | If you want users to be able to use Kibana, do the following: Step 1: Add a new role for Kibana to Keycloack For users to be able to use Kibana, you need to create a dedicated role in Keycloack (including clients and client scopes).
Go to Client Scopes and create a new scope kibana-scope and, within this scope, a new mapper kibana-audience-mapper with the following settings:
Step 2: Add the new role to some users Go to section Users and assign the new role kibanauser to all users you want to be able to use Kibana as described on Editing a User. |
Still Need Help?
First of all you can consult our complete technical documentation.
The documentation is divided into several guides:an API Management Guide
You can search this documentation using the search box on the left, in top of the content tree.Installation Guides for all modules
If you can't solve your problem with help of the documentation, you can file a ticket to our support team at support@scheer-pas.com.
All mails to our support mailbox will open a ticket in our service desk.
Optionally, you may use our service desk portal. There, you can manage your tickets and raise new support requests. Using the portal requires you to register your email address, which will not take much time.To help you with your problem, our Support team needs some information on your software and environment. Please refer to Information to Include in a Support Request for more details on this.