Re: [Dev] [IoTS] Errors after change the admin password and restart the IoTS server - No routes in cluster. Ignoring Message

2016-10-07 Thread 云展智创
Ayyoob, Do you know what’s the cause of the following log? The agent is keeping running, but after a while, the server print this error, and then the command from the server CAN NOT be sent to the agent telling that no routes in cluster. Do I need to write some code in the agent to subscribe

[Dev] [DSS] Ref cursor and Primitive data types as out parameter

2016-10-07 Thread Sebastián Pagano
i can this be accomplish with an small change at org.wso2.carbon.dataservices.core.engine.OutputElementGroup on execute method by if (!printOnceList.contains(oe)){ oe.execute(xmlWriter, params, queryLevel, this.getParentResult().isEscapeNonPrintableChar()); }

Re: [Dev] [IoTS] Errors after change the admin password and restart the IoTS server - No routes in cluster. Ignoring Message

2016-10-07 Thread 云展智创
Ayyoob, Thanks for you reply. > If you change the default password then you have to change the password in > set of other configuration files(given below). > repository/conf/broker.xml, > repository/conf/api-manager.xml, > repository/conf/analytics/analytics-data-config.xml >

Re: [Dev] Get the private and public keys of a user

2016-10-07 Thread Tharindu Edirisinghe
Hi Niranda, I've attached a sample Java class here that you can refer to get the private key and public key. I've written this for signing a JWT but you can use the same code segments for your scenario as well. Thanks, TharinduE On Fri, Oct 7, 2016 at 8:54 AM, Danushka Fernando

Re: [Dev] [IoTS] Errors after change the admin password and restart the IoTS server - No routes in cluster. Ignoring Message

2016-10-07 Thread Ayyoob Hamza
Hi Jason, If you change the default password then you have to change the password in set of other configuration files(given below). repository/conf/broker.xml, repository/conf/api-manager.xml, repository/conf/analytics/analytics-data-config.xml repository/conf/etc/webapp-authenticator-config.xml

Re: [Dev] [Swagger Annotations] How to set example values to property object's using swagger annotations

2016-10-07 Thread Madhawa Perera
Hi, I raised the issue to swagger core team. Please find the issue Id below. Issue Id: https://github.com/swagger-api/swagger-core/issues/1964 Thank you Best Regards, Madhawa On Fri, Oct 7, 2016 at 12:28 PM, Madhawa Perera wrote: > Added dev@wso2.org and remove engineering

Re: [Dev] [IoTS] Errors after change the admin password and restart the IoTS server - No routes in cluster. Ignoring Message

2016-10-07 Thread 云展智创
Hi all, Could anyone help me? Thanks. Another error in wsocarbon.log: [2016-10-07 16:07:27,876] ERROR - OAuth2BasedMQTTAuthenticator Error on connecting with the validation endpoint. org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found at

Re: [Dev] Is OAuth Mediator Specific to WSO2 IS

2016-10-07 Thread Farasath Ahamed
I think it can only be used with Identity Server. Checked the code[1], it is consuming the SOAP services exposed by IS[2] which we cannot expect from any OAuth provider. [1]

Re: [Dev] [IoTS] Errors after change the admin password and restart the IoTS server - No routes in cluster. Ignoring Message

2016-10-07 Thread 云展智创
Hi all, I got lots of the following errors when startup. I don’t know if it is the cause of the problem: [2016-10-07 16:07:26,944] ERROR - OAuth2BasedMQTTAuthenticator Error on connecting with the validation endpoint. org.apache.axis2.AxisFault: Connection refused at

[Dev] Is OAuth Mediator Specific to WSO2 IS

2016-10-07 Thread Isuru Haththotuwa
Hi Devs, $subject? [1] Can it be used with any OAuth provider? [1]. https://docs.wso2.com/display/ESB500/OAuth+Mediator -- Thanks and Regards, Isuru H. +94 716 358 048* * ___ Dev mailing list Dev@wso2.org

Re: [Dev] [IoTS] Errors after change the admin password and restart the IoTS server - No routes in cluster. Ignoring Message

2016-10-07 Thread 云展智创
Hi, Do you know how to find the message routing map int he cluster? Could you give me some advices on how to solve the below problems. TID: [-1] [] [2016-10-07 15:31:55,578] INFO {org.wso2.andes.kernel.disruptor.inbound.MessagePreProcessor} - Message routing key:

Re: [Dev] [Swagger Annotations] How to set example values to property object's using swagger annotations

2016-10-07 Thread Madhawa Perera
Added dev@wso2.org and remove engineering On Fri, Oct 7, 2016 at 12:18 PM, Praminda Jayawardana wrote: > Hi All, > > Madhawa is having following issue with his API Implementation. > > He has an API Model which contains another API Model (nested). In the > swagger definition

Re: [Dev] [EMM] Registry Exception thrown at EMM publisher/store login

2016-10-07 Thread Dinusha Senanayaka
This happens because two different products trying to share the same config registry and having conflicting resources. If products are deployed separately then we can mount config registry to different paths, but here EMM needs both features to be install in same product. One option would be to