api-manager

Custom Application logs in WSO2 API Manager

冷暖自知 提交于 2021-01-28 09:40:41
问题 I have deployed a custom web application in WSO2 API Manager. However i used my own log4j.jar instead of WSO2 APIM log4j.jar. Im not seeing the logs in default wso2carbon.logs. Can anyone please tell me where my logs will be saved/directed. 来源: https://stackoverflow.com/questions/47328500/custom-application-logs-in-wso2-api-manager

Custom Application logs in WSO2 API Manager

隐身守侯 提交于 2021-01-28 09:29:06
问题 I have deployed a custom web application in WSO2 API Manager. However i used my own log4j.jar instead of WSO2 APIM log4j.jar. Im not seeing the logs in default wso2carbon.logs. Can anyone please tell me where my logs will be saved/directed. 来源: https://stackoverflow.com/questions/47328500/custom-application-logs-in-wso2-api-manager

WSO2 3.2.0 : Analytics and Dashboard, Cannot borrow client on SSL port 7712 + Required field 'message' was not present

主宰稳场 提交于 2021-01-07 03:52:44
问题 I installed WSO2 3.2.0 recently : OS : Debian 9 WSO2 API Manager 3.2.0 from the official repository WSO2 Analytics 3.2.0 from the zip archive Everything running on the same machine with the same domain name Valid certificate for this domain name, let's say wso2.mydomain.com I tried to install Analytics following the documentation, but I think there is a communication issue between analytics worker and API Manager. When I try to go on my dashboard here, all I got is a blue screen. Here are my

WSO2 API Manager (1.9.0) - Set Expire Date/Validity Time Via cURL

倾然丶 夕夏残阳落幕 提交于 2020-01-25 10:57:20
问题 When using the WSO2 AM via the Store it is possible to set a Validity Time, so that the access token expire time can be increased/decreased. Is it possible to set the Validity Time via cURL when generating a new token? E.g. Normal token generation command: curl -k -d "grant_type=client_credentials" -H "Authorization: Basic userToken, Content-Type: application/x-www-form-urlencoded" localhost:8243/token {"scope":"am_application_scope default","token_type":"bearer","expires_in":1367,"access

WSO2 API Manager v1.8.0

喜你入骨 提交于 2019-12-25 04:47:14
问题 I have a simple use case of mapping path param from the API consumer to the backend API endpoint. I have done a lot of research but have not found out the specific answer on how to do that. As per my understanding, thr mapping of the path parameter can't be done without the use of uri-template. Now the problem is that the API Manager does not support uri-template from the API Publisher user interface and you have to use url-mapping instead. One blog from WSO2 developer says that you can then

WSO2 loss APIs after changes in docker container

纵饮孤独 提交于 2019-12-23 21:54:31
问题 I'm having another problem using WSO2 API Manager 2.0.0: I have installed it in docker using three containers (one for APIM, one for Analytics and one for MySQL) and I replace some configuration files with my custom version (e.g. DB, server name, gateway setup...). Both APIM and Analytics are configured to save data in the MySQL container and I am able to see changes in the DB. The issue is that I cannot find my APIs neither in the publisher nor in the store after the container has been

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

社会主义新天地 提交于 2019-12-21 20:54:09
问题 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 contains Gateway worker. the point that I'm confusing is how to configure correct setting for in the /repository/conf/api-manager.xml file. Case 1) set gateway.manager.com in GatewayEndpoint <APIGateway> . . . <ServerURL>https://gateway.manager

wso2 am 1.10.0 API Store: “Error occurred while executing the action generateApplicationKey” with “ Invalid credentials provided.”

非 Y 不嫁゛ 提交于 2019-12-17 17:28:05
问题 Product: WSO2 AM 1.10.0 DB: MSSQL Security: SAML2 integrated with PingIdentity OS: Linux When I tried to create or generate keys from "/store/site/pages/subscriptions.jag" page, UI gave me: Error occurred while executing the action generateApplicationKey Here is what's in the log: Summary of the errors: Error while obtaining the application access token for the application:safsa org.wso2.carbon.apimgt.api.APIManagementException: Error occurred while Creating Keys. at org.wso2.carbon.apimgt

How to send account confirmation e-mail after self sign up on WSO2 API Manager

微笑、不失礼 提交于 2019-12-13 18:17:50
问题 We managed to lock the user store account after self registering an account in the store, but the only way we figured it out to unlock the account is using the admin console (CARBON). We've been trying to make the confirmation e-mail work after self sign up, but we had no luck until now. How could we achieve that? We are using the WSO2 API Manager 2.5.0. Community Edition. 回答1: I am also stopped in this point. I only see how to configure this on WSO2 Identity Server, here. But how can I do

WSO2 API Manager - Error changing admin password

爱⌒轻易说出口 提交于 2019-12-13 07:16:42
问题 I have 2 Stores, 2 Publihser, 2 Gateway Workers, 1 Gateway Manager working with a SVN Synchronizer. When I'm using default user and passaword (admin:admin) everething works weel. But When I change using [1], and I try publish a API, I receve this error: TID[-1234] [AM] [2016-07-15 15:45:29,735] INFO {org.apache.synapse.mediators.builtin.LogMediator} - STATUS = Message dispatched to the main sequence. Invalid URL., RESOURCE = / At Publisher node shows "Sample API is Deploying" forever. 来源: