wso2

WSO2 API Manager (1.6.0): Publisher API (endpoints)

戏子无情 提交于 2019-12-11 19:16:26
问题 When using the published API for the publisher has been changed for the endpoints. According to: http://docs.wso2.org/display/AM160/Publisher+APIs#PublisherAPIs-AddUpdateAPI From APIM 1.6.0 this service accepts endpoint configuration data as a JSON value. In endpoint config JSON you have to specify "endpoint_type" and "production_endpoints" and/or "sandbox_endpoints". We configure the endpoint as endpoint_config={"production_endpoints":{"url":"http://my.backend.server/HelloWorldService",

WSO2 EMM Android Agent App Issue 'Connection Failed'

可紊 提交于 2019-12-11 18:54:20
问题 I have installed the latest version of the WSO2 EMM v1.1.0. Followed all of the Installing, Deployment, and Running documentation. The server is up and running, I added my Gmail info into the setting in the EMM console so I can send out invites. I added a user and sent an invite. It is received by the client phone (connected on the same LAN as the server). The app can be downloaded. I put in the server IP address, the users email and the password given in the email. When I hit the 'Register'

WSO2AM2.1.0-update12 scope roles for federated users

那年仲夏 提交于 2019-12-11 18:28:30
问题 Using WSO2AM 2.1.0-update12 trying to get a token from an authorization code grant with role based scope: using SAML to authenticate users (SAML returning username only, we assume roles from the underlying AD userstore). Complete stacktrace is available we have an exception: DEBUG - Found Authorization Code for Client : kf2UGHFTyCzKUNgSMc65BZNCzooa, authorized user : FEDERATED/xxxxxxx@carbon.super, scope : test001_backend Caused by: java.lang.NullPointerException at org.wso2.carbon.user.core

timeout in retrieving the WSO2EI service wsdl from php on pass through transport

自闭症网瘾萝莉.ら 提交于 2019-12-11 17:53:30
问题 After installing WSO2EI-6.1.1 to migrate from my old WSO2DSS to EI, I was trying to setup a simple php wsdl soup client to call the "Version" service from php with a direct link to service wsdl and I'm getting the following error: php code: try { $client = new SoapClient("http://server-ip:8280/services/Version?wsdl"); $response = $client->getVersion(); var_dump($response); } catch (SoapFault $fault) { echo $fault->getMessage(); } error: Fatal error: Maximum execution time of 120 seconds

Not able to access WSO2 IoTS Device Management Console in wso2-iot-3.3.0 when logged in 'admin'

一笑奈何 提交于 2019-12-11 17:33:40
问题 I am studying IOT-server. I have a question and please help me. I use WSO2 IoT server and I am not able to access WSO2 IoT server device Management Console (https://localhost:9443/devicemgt) when I input 'admin' both username and password or input this which created a new account. As a result, it showed me the Authentication failed. When I saw users list in https://localhost:9443/carbon, it showed admin, new accounts .... etc. I don't know why it does not log in WSO2 IoT server device

WSO2 API Manager 2.1 Analytics cannot be restarted when using Oracle DB

£可爱£侵袭症+ 提交于 2019-12-11 17:19:19
问题 When restarting APIM Analytics the following error appears in log (the first run is ok). We need to truncate ANX___8GEKYOMM_ table for being able to start it again. TID: [-1234] [] ERROR {org.wso2.carbon.analytics.dataservice.core.AnalyticsDataServiceComponent} - Error in activating analytics data service: null {org.wso2.carbon.analytics.dataservice.core.AnalyticsDataServiceComponent} java.lang.RuntimeException at org.wso2.carbon.analytics.datasource.rdbms.RDBMSAnalyticsRecordStore

Mutual SSL between ESB and unsecured back-end services , “Null cert chain”

偶尔善良 提交于 2019-12-11 16:52:12
问题 I am getting the following error : ERROR {org.apache.synapse.transport.passthru.SourceHandler} - I/O error: null cert chain {org.apache.synapse.transport.passthru.SourceHandler} while trying to enable mutual SSL between my (custom)Proxy service and 2 unsecured back-end services. Here's what I've done so far : Enabled <parameter name="SSLVerifyClient">require</parameter> Extracted public certs of 2 back-end servers in [carbon_home]/respository/resources/security/wso2carbon.jks using Java Key

WSO2 EI611 Kafka connector error jaas.conf not found

僤鯓⒐⒋嵵緔 提交于 2019-12-11 16:47:52
问题 EI611 with kafka connector latest throwing error : org.apache.kafka.common.KafkaException: Exception while loading Zookeeper JAAS login context 'Client' . . . . Caused by: java.lang.SecurityException: java.io.IOException: C:\WSO2EI~1.1\bin..\repository\conf\identity\jaas.conf (No such file or directory) This error was posted by someone else too : wso2 Inbound endpoint - Kafka consumer Does anybody find the solution? Do you know how to fix? 回答1: If you need to configure Kafka without security,

Is it possible to validate a JWT token created from an external OAuth2 Server in WSO2?

余生颓废 提交于 2019-12-11 16:41:47
问题 I have a Spring Security OAuth2 server that generates JWT tokens for frontend applications. This tokens will be sent in the calls to the backends, passing through an API Gateway (WSO2 API Manager). What I would like is to have the backend APIs registered in WSO2 and be able to validate that externally generated JWT token. Is this possible? Can you provide a sample of the different places of the WSO2 APIM that would need to be configured to include this logic? NOTICE: The WSO2 will never need

How can i handle this in Wso2ESB which is not passing Respone to Client

半世苍凉 提交于 2019-12-11 16:29:40
问题 i am inserting in multiple table some of those is directly insertion and some more is we need split it means use iterate mediator i have done using two proxy and add fault sequence also insertion is ok if my DSS is down it is passing proper fault to client .the problem is when error occuers in dss like ..primarykey voilation like this i added this property <property name="FORCE_ERROR_ON_SOAP_FAULT" value="true"/> in every sequence even though its throwing like this error ERROR -