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
2 answers

API name with .php calling from WSO2 API manager ISSUE

I am using wso2 API manager 1.7. and need to publish an API written in php. It's endpoint url is coming with .php aslo. But when I publish that API and call it via APIM, it never give any response. I noticed following exception in the carbon log. If…
Anushka Ekanayake
  • 977
  • 2
  • 13
  • 33
3
votes
1 answer

WSO2 APIM 2.0 Clustering manage/monitor in carbon UI

I deployed the cluster in one server, here is the node start log: TID: [-1234] [] [2016-09-02 03:55:41,596] INFO {org.wso2.carbon.core.clustering.hazelcast.HazelcastClusteringAgent} - Cluster domain: wso2.pubstore.domain…
Emman Sun
  • 351
  • 3
  • 15
3
votes
1 answer

WSO2 APIM 2.0 Clustering deployment with traffic manager issue

I deployed 2 keymanager nodes, 2 pub-store nodes, 1 gateway manager node and 2 gateway worker nodes, 1 traffic manager node in one server, and deployed nginx for load balance. Note, i deployed 2 keymanager nodes, and due to i encountered error when…
Emman Sun
  • 351
  • 3
  • 15
3
votes
2 answers

Registry Database in MultiTenant mode

In the multi-tenanted environment (create and work with tenants), Registry Database is required to share the information in this database between the Gateway and Key Manager components. So in the above line Which information need to be shared and…
siddhartha
  • 51
  • 1
3
votes
1 answer

DAS IndexOutOfBoundsException

I have configured DAS and API Manager as per the instructions given in the documentation. I have diff docker containers running DAS and one container each for running manager,worker,publisher and store. Although I see data in the Data Explorer in…
sam
  • 81
  • 7
3
votes
2 answers

ERROR on API Manager 2.0.0 gateway worker on start-up

The following ERROR is logged on the gateway worker nodes on start-up. 2016-08-23 12:32:42,344 [-] [Timer-5] ERROR KeyTemplateRetriever Exception when retrieving throttling data from remote endpoint Unexpected character (<) at position 0. at…
Simon Trimboy
  • 61
  • 1
  • 5
3
votes
2 answers

JavaPackage org.wso2.carbon.apimgt.impl.APIManagerAnalyticsConfiguration]. It is not a function, it is "object".)

I encounter the following exception in the WSO API Manager ERROR {JAGGERY.modules.analytics.add.jag}Error occurred while saving Analytics configuration (Cause:Cannot call property getInstance in object [JavaPackage …
Tom
  • 5,848
  • 12
  • 44
  • 104
3
votes
2 answers

WSO2 API Manager Gateway clustering. How to setup gateway endpoint in api-manager.xml

I have a plan to use WSO2 API manager for my company, so trying to make it work clustering. it consists of Keymanager, Gateway(manager, worker), Publisher, Store on 2 AWS instances. Host1 contains Keymanager, Gateway manager, Publisher, Store. Host2…
ironrainbow
  • 141
  • 9
3
votes
1 answer

About WSO2 API Manager data sources

I'm performing WSO2 API manager + Analytics 2.0 POC now. When i change datasource from H2 to Oracle, in wso2am-2.0.1-SNAPSHOT, there are 2 data source config files: master-datasources.xml & metrics-datasources.xml, according Installing and…
Emman Sun
  • 351
  • 3
  • 15
3
votes
1 answer

Can't get past Call Mediator in custom mediation flow in WSO2 API Manager

Created custom mediation flow in WSO2 AM 1.10 in order to achieve API chaining. As a first step i created this flow, as a test, which calls a REST service in order to generate a token and returns the response to the client.
G.Stitou
  • 51
  • 2
3
votes
1 answer

WSO2 am 1.10.0: delete and then recreate an API: "Error occurred while adding the API. A duplicate API already exists for {CONTEXT}"

I added an API and later on remove it in /carbon management console. Now I wanted to add it back and it failed with "wso2 am 1.10.0: Error occurred while adding the API. A duplicate API already exists for {CONTEXT}". I even manually went to database…
J D
  • 274
  • 3
  • 17
3
votes
1 answer

clustering wso2 api manager gateway

i'm trying to cluster wso2 api manager 1.10 gateway into 3 host using tutorial here : https://docs.wso2.com/display/CLUSTER44x/Clustering+the+Gateway, but some of the steps are confusing. As i know, wso2 api manager has two transport which is 1.)…
rucciva
  • 157
  • 1
  • 1
  • 11
3
votes
1 answer

Creating custom handler that include several third party library for wso2 api manager

I need to create custom Handler to be included in WSO2 api manager (i use version 1.10.0). My custom handler depends on org.apache.http.impl.nio.client.CloseableHttpAsyncClient class from org.apache.httpcomponents.httpasyncclient-4.1 package. this…
rucciva
  • 157
  • 1
  • 1
  • 11
3
votes
2 answers

How to refresh the access token of an Application with the WSO2 API Manager 1.10.0?

I've (finally) managed to get a valid access token for an application using the API with the WSO2 API Manager 1.10.0. However, it is unclear to me how to refresh this token. I got the working access token by calling…
Bram Vandewalle
  • 1,624
  • 3
  • 20
  • 29
3
votes
2 answers

wso2 am gateway forwarding of multipart/form-data post requests

I am using a demo API which receives a file and note as multipart/form-data input and displays the content of the file and the note. Here is a sample HTML which runs the API correctly:
Ofer Lahav
  • 411
  • 4
  • 14