Questions tagged [wso2-api-manager]

WSO2 API Manager is a complete solution for designing and publishing APIs, creating and managing a developer community, and for scalably routing API traffic.

WSO2 API Manager

Links

  1. Github Repos for components and the product
  2. Website
  3. JIRA
  4. Product Home Page
  5. Documentation
3244 questions
3
votes
0 answers

API manager 3.1.0 authentication failure

Having trouble with api-manager recently did an installation with identity and api-manager and once in while api-manager locks up and we have to do a complete restart. When looking at the logs you can see this error but when checking the published…
VAM7965
  • 41
  • 3
3
votes
0 answers

Why is My WSO2 API Manager Constantly Reaching out to an Endpoint on port 9099 when we don't have a websocket API published?

As the title suggests, I have an API Manager that is unsuccessfully reaching out on port 9099 multiple times per second and filling up the wso2carbon.log (as seen below) I do not have any websocket APIs published so I'm unsure what endpoint it's…
BB97
  • 53
  • 5
3
votes
1 answer

WSO2 APIM How can I change Key Manager for try out console

I have Configured WSO2 Identity Server as a Key Manager successfully. But I couldn't find a way to set WSO2-IS as Key Manager for try-out console in Dev portal. It says "The Resident Key Manager is selected for try out console". Can I set WSO2-IS as…
Pradeepal Sudeshana
  • 908
  • 2
  • 14
  • 30
3
votes
0 answers

WSO2 API Manager 3.2.0 Docker Compose MySQL too many conections

I started to test locally the version 3.2.0 of WSO2 API Manager, and I started with docker-compose distribution. Run it with docker-compose is very straight forward and for testing it is the best option. Every component started fine, and I got into…
Burillodev
  • 322
  • 1
  • 3
  • 14
3
votes
1 answer

WSO2 API Manager - Can't start the server

I would like to install and use WSO2 API Manager on my computer but I have some issues when I try to start the server. I use the API Manager 3.0.0 version and I've installed it through .msi for Windows. Here are the errors that come when I try to…
3
votes
1 answer

How to solve 101500 error message performing an HTTPS call from WSO2 API Manager Store? Have I to set a certificate?

I have the following problem with WSO2 API Manager and I suspect that it could be a problem related to certificate of the final HTTPS endpoint that it was registered. I try to explain my situation in details: First thing: I changed this section of…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
3
votes
0 answers

WSO2 APIM with IS as KM - Jaggery Service Error

We are working on delivering a deployment of two WSO2 components - API Manager 3.0.0 and Identity Server 5.9.0 (which acts as Key Manager for APIM). For last few weeks everything worked fairly ok until today (or max few days ago) - suddenly we are…
macmacmac
  • 31
  • 1
3
votes
3 answers

WSO2 APIM 3.0.0 install/config problem with Publisher and Store: "invalid_callback - Registered callback does not match with the provided url"

After installing version 3.0.0 of the WSO2 API Manager I am getting errors trying to access the Publisher and the Store. This is the error at the Store (https://myhost.my.org:9443/store) Error 405 - Method Not Allowed As for the Publisher, the…
Dan King
  • 564
  • 10
  • 18
3
votes
3 answers

Exporting WSO2 API

while exporting API, getting below error. Please suggest. G:\WSO2\apimcli>apimcli export-api -n PizzaShackAPI -v 1.0.0 -r admin -e dev -k apimcli: Error while exporting Reason: Get https://localhost:9443/carbon/admin/login.jsp: Auto redirect is…
RaviKumar
  • 163
  • 11
3
votes
1 answer

RESTful API for WSO2 API Manager 2.6.0 does not work in POSTMAN

I'm trying RESTful API for WSO2 API Manager 2.6.0 with POSTMAN. The documentation is here. I use POSTMAN instead of directly using curl commands. After importing curl command and setting request body, when I click Send button POSTMAN gives this…
3
votes
0 answers

Received fatal alert: certificate_unknown

I try to add (and consume) an REST api on HTTPS through API Manager. So, with a little schema : Client (SoapUi) --HTTPS--> APIM --HTTPS--> REST API Result: Failed Client (SoapUi) --HTTP--> APIM --HTTPS--> REST API Result: Failed Here the stack…
3
votes
2 answers

WSO2 APIM Analytics SQL Server Installation

I am trying to run the APIM Analytics but want to go away from default H2 databases and use SQL Server instead. Here are the mappings of the database in SQL Server: ${sys:carbon.home}/wso2/dashboard/database/metrics --->…
Andy Johnson
  • 639
  • 8
  • 27
3
votes
2 answers

wso2 api manager Docker image needs paid subscription

I am planning to use WSO2 API Manager for a client...Planning to use the API Manager Docker image for hosting it.. But it looks like to use API Manager docker image ,I need to have paid subscription once the trial period…
Janier
  • 3,982
  • 9
  • 43
  • 96
3
votes
0 answers

WSO2 API Manager 2.1 upgrade to 2.6

We've upgraded our WSO2 API Manager from version 2.1 to 2.6. We are using all in one deployment. After migration we have a very confusing situation. In a Store I see no published API's until I log in to the Store. Then, in a Publisher app I see all…
IDeveloper
  • 1,249
  • 2
  • 13
  • 22
3
votes
1 answer

Cannot change credentials for wso2 api manager Analytics

I have a API Manager 2.6.0 deployment within 3 nodes i.e. 3 VMs. Abbreviations: GW - Gateway AIO - Traffic Manager, Key Manager, Dev portal, Publisher Analytucs - Api M Analytics 2.6.0 DB - PostgreSQL. I've set everything working between…