wso2carbon

How to delete tenants in WSO2 Identity Server?

痴心易碎 提交于 2019-12-22 09:18:53
问题 In v 4.6.0, we cannot delete tenats through the UI, only disable. However, I see there is a deleteTenant method on the TenantMgtAdminService soap service. I have tried to call this service, but I get an error. From the logs, it has: {org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService} - Error deleting tenant with domain: test7.tenant and tenant id: 136. {org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService} java.lang.NullPointerException at org.wso2.carbon.tenant.mgt.services

WSO2 Governance Not Finding All Assets in JDBC Database

耗尽温柔 提交于 2019-12-21 06:39:19
问题 I'm new to WSO2 and working on an existing application that uses WSO2. We load our database of assets into wso2 but not all of the assets show up in the store or publisher when queried. It seems there is some disconnect between what is in the database/carbon and what can be seen in store/publisher. the missing assets can be found by: Calling the database directly looking them up in carbon using the store or publisher url with the asset id the governance rest api through id only the assets are

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

霸气de小男生 提交于 2019-12-21 05:32:15
问题 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: <html> <body> <FORM action="http://cgi-lib.berkeley.edu/ex/fup.cgi" method="post"> <P>Choose file: <INPUT type="file" name="upfile"> <p>Note: <INPUT type="text" name="note"> <p><INPUT type="submit" value="Send"> </FORM> </body> </html> Now I'm trying to created a managed API in the WSO2 APIM publisher. Below

Sending invitation emails WSO2 EMM fails

扶醉桌前 提交于 2019-12-20 05:58:12
问题 I'm trying out the WSO2 Enterprise Mobile Manager but I can't seem to get it configured right. If I want to send an invitation e-mail to a user, my SMTP-server doesn't accept the given recipient address. Apparently the EMM formats an address with surrounding quotes like this: RCPT TO: <"user@example.com"> And if I try it manually like this, I have no problem: RCPT TO: <user@example.com> Is there a setting I can configure in the EMM-software or on my SMTP-server (MailEnable for testing

Error while trying to connect to the endpoint. Cannot borrow client for ssl

≯℡__Kan透↙ 提交于 2019-12-19 07:25:49
问题 This error is being printed in the WSO2 API Manager wso2carbon.log.. sun.security.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:88) at org.wso2.carbon.databridge.agent.endpoint.binary.BinarySecureClientPoolFactory.createClient(BinarySecureClientPoolFactory.java:53) ... 9 more TID: [-1] [] [2016-12-28 22:16:04,043] ERROR {org.wso2.carbon.databridge.agent.endpoint.DataEndpointConnectionWorker} - Error while trying to connect to the endpoint. Cannot borrow client for ssl://192

Error while trying to connect to the endpoint. Cannot borrow client for ssl

孤街醉人 提交于 2019-12-19 07:24:48
问题 This error is being printed in the WSO2 API Manager wso2carbon.log.. sun.security.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:88) at org.wso2.carbon.databridge.agent.endpoint.binary.BinarySecureClientPoolFactory.createClient(BinarySecureClientPoolFactory.java:53) ... 9 more TID: [-1] [] [2016-12-28 22:16:04,043] ERROR {org.wso2.carbon.databridge.agent.endpoint.DataEndpointConnectionWorker} - Error while trying to connect to the endpoint. Cannot borrow client for ssl://192

how to apply patch files in wso2 carbon

元气小坏坏 提交于 2019-12-17 11:44:09
问题 Can someone please run through the steps that you need to follow to apply .patch files onto WSO2 ESB v4.0.3? I've tried the following: Upload .patch file to repository/components/patches and carbon_home/lib/patches Run wso2server.sh start -DapplyPatches This command creates a dir called patch000 in the components/patches directory and fills it with plugins. The patch I want to apply is https://issues.apache.org/jira/browse/TRANSPORTS-51 Many thanks 回答1: You need to apply .patch file to the

Patching WSO2 BPS - Carbon

痞子三分冷 提交于 2019-12-14 03:54:59
问题 I am attempting to patch the carbon app within our WSO2 BPS 3.2.0 environment. We are currently runnning 4.2.0 patch0005 which was bundled with BPS. There is a fix in patch0007 that resolves a bug we are experiencing. Does anyone have a working processes including the steps to download the patch source? I see there is a service pack listed here... https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/service-packs/, but this does not include the jar files needed for the service pack. I

why The API could not be invoked by postman or httpclient?

跟風遠走 提交于 2019-12-14 03:31:45
问题 The API's Ip address is 172.17.0.1. Thus, I invoke it in postman,how can The browse or postman find the ip address? and I think it is the reason why postman or browse could not invoke the API gererated by AM 回答1: The problem is that you are trying to invoke a private IP. Also, I don't think what you are trying to call is an API in WSO2 API cloud. URLs of APIs in WSO2 API cloud look like this. http://gateway.api.cloud.wso2.com/t/mytenant/pizzashack/1.0.0 回答2: As per the chat we had, you should

Configuration for WSO2 ELB with WSO2 ESB

孤者浪人 提交于 2019-12-14 03:23:01
问题 I want configuration files for WSO2 ELB 2.1.1 and WSO2 ESB 4.8.1, axis2.xml loadbalancer.config carbon.xml catalina-server.xml and any other if there. I have configured with one ELB(offset 0, 8280), one manager(offset 1, 8281) and one worker(offset 2, 8282) ESB and when i try to send a request via ELB I'm getting DynamicLoadbalanceEndpoint application member not available but both are available and get the log that mgt and worker have joined when they turn on in ELB. Initially when i send a