wso2carbon

WSO2 Identity Server listening to port 9999

不想你离开。 提交于 2019-12-12 03:58:54
问题 When ever WSO2 ID Server or WSO2 API Manager starts , it always listens to port 9999.. How can i change this port to some other port? I have tried editing carbon.xml RMIRegistryPort .But no luck..Its still listening to port 9999.. 回答1: "listening for transport dt_socket at address" message will get printed when server is stared in debug mode. check JAVA_OPTS , debug option[1] might have been set in system level so all application will get affected [2] [1] JAVA_OPTS=-Xdebug -Xnoagent -Djava

WSO2 ESB : Aggregate node droppping message after aggregation

╄→尐↘猪︶ㄣ 提交于 2019-12-12 03:14:28
问题 I am implementing the Fan out -- Fan in splitter EIP inside a proxy , whereby : |-----> shoe store-(1-M)------------- productSearchRq -- |-->Rs |-----> ack clothes store-(0-1)------ Shoe store = Data service and Clothes store = Axis 2 service . So in short I implement the pattern above ; I clone the request , send it , get responses , format them using payloadFactory: <productDetails> <productID>$1</productID> <productName>$2</productName> <productSize>$3</productSize> <productColour>$4<

Android WSO2 EMM jks keystore Error prevents service from running

╄→尐↘猪︶ㄣ 提交于 2019-12-12 02:58:47
问题 I was trying to create the jks file as said in your documentation keytool -importkeystore -srckeystore KEYSTORE.p12 -srcstoretype PKCS12 -destkeystore wso2carbon.jks keytool -importkeystore -srckeystore KEYSTORE.p12 -srcstoretype PKCS12 -destkeystore client-truststore.jks it tells me wso2carbon.jks and client-truststore.jks exist and I should replace. If I replace it, I get this error when I try to run ./wso2server.sh ERROR {org.wso2.carbon.apimgt.keymgt.internal.APIKeyMgtServiceComponent} -

WSO2 class mediator not work

一个人想着一个人 提交于 2019-12-12 02:25:28
问题 This is my first time to write NTLM mediator followed by NTLM Mediator The mediator project: Exported Jar and [ESB_HOME]/repository/components/dropins Proxy service to test: The mediator seems not work: Line 73 throw out exception: 回答1: You have to put jars into lib ($ESB_HOME/repository/components/lib). Delete jar in the dropins. As ESB start, it will put that jar into dropins folder. Try that. If not you may have to add three folders as given in documentation[2]. Further references: [1]

Invoke Soap Service Using Proxy Service

删除回忆录丶 提交于 2019-12-12 02:07:42
问题 I want to create a proxy service to call an external Soap service using wso2 proxy service. I have created a proxy service like this: <target> <inSequence> <property name="messageType" value="text/xml" scope="axis2"/> <property name="ContentType" value="text/xml" scope="axis2"/> </inSequence> <outSequence> <property name="messageType" value="text/xml" scope="axis2"/> <property name="ContentType" value="text/xml" scope="axis2"/> <send/> </outSequence> <faultSequence> <log level="full">

Unable to view statics in the WSO2 API Manager Publisher?

喜夏-厌秋 提交于 2019-12-12 01:59:37
问题 I'm setting up WSO2 API Manager & WSO2 BAM. I folloed each and every step given in the below article. http://umeshagunasinghe.blogspot.com/2013/11/how-to-configure-wso2-api-manager-to.html I see below error in the terminal when I try to access the statistics page. [2015-02-06 14:15:29,405] ERROR - usage:jag java.lang.NullPointerException: null Below is the page I get. I checked below questions as well. but didn't work out for me. Why am I unable to view stats in the WSO2 API Manager Store?

wso2 governance registry build fail

时光怂恿深爱的人放手 提交于 2019-12-12 01:24:09
问题 i'm trying to build wso2 governance registry by src files with maven 3, but after many retries i'm stuck too. I had dowload all required libraries, and fixed all duplicate child in pom files, but whem i'm trying to build i obtain this error. "[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2. 2-beta-5:attached (dist) on project axis2-kernel: Failed to create assembly: Err or creating assembly archive docs: You must set at least one file. -> [Help 1] [ERROR]" and

wso2 esb connection timeout tuning

故事扮演 提交于 2019-12-11 19:47:57
问题 configuration: WSO2ESB 4.8.0\4.8.1 OS: Linux\FreeBSD CLIENT <-> ESB <-> BACKEND here is my problem: if i create the simplest pass-through proxy to the sample service which responses with a delay of > 60 sec . i get an error when esb closes connection with the client without any response. By the way, according to the soap tracer logs ESB receives data from the backend, but connection "CLIENT <-> ESB" is already closed at that time. i tried to set these values: repository/conf/axis2/axis2

Which version of patch-release to build?

ε祈祈猫儿з 提交于 2019-12-11 19:24:16
问题 The release matrix for the wso2 platform is here: http://wso2.com/products/carbon/release-matrix/ If I want to build Identity Server 4.0.0 it seems that I need carbon 4.0.3. Question 1. Will Identity Server only build on carbon 4.0.3, or will it build on 4.0.3+? I have checked out the source from: https://svn.wso2.org/repos/wso2/carbon/orbit/branches/4.0.0 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.0.0 https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0 However, when

wso2esb- accessing variable outside iterator mediator

我怕爱的太早我们不能终老 提交于 2019-12-11 15:19:36
问题 Basically, inside iterator, I am setting some variable using Script (name: setValue) mediator. I am trying to access them in the Ruby script outside the iterator. According to the documentation: How to access property mediator outside iterator which is defined inside iterator? Different options I tried: 1) In Ruby script, I tried using $mc.get-property('Operation','githubhosturl1'); I am getting syntax error at operation. 2) Outside Iterator I tried accessing them using Property <property