Re: [Dev] ERROR - No trustStore found Error when initializing the DataPublisher

2016-03-20 Thread Sajith Perera
Thanks for the reply and I have tried suggested method and yet nothing works for me. Another approach we could take client-trustStore key path from log4j.property file and then setup the system property inside the log appender. Since we are in the development stage of this log appender, so now we

Re: [Dev] ERROR - No trustStore found Error when initializing the DataPublisher

2016-03-07 Thread Omindu Rathnaweera
You can try pointing them to trust-stores in respective products. Generally it's located at /repository/resources/security/ directory. Regards, Omindu. On Tue, Mar 8, 2016 at 10:09 AM, Sajith Perera wrote: > Hi Omindu, > > Thanks for the suggestions. > I have checked the

Re: [Dev] ERROR - No trustStore found Error when initializing the DataPublisher

2016-03-07 Thread Sajith Perera
Hi Omindu, Thanks for the suggestions. I have checked the following configuration files [1],[2], [1] wso2cep-4.1.0/repository/conf/data-bridge/data-agent-config.xml [2] wso2am-1.10.0/repository/conf/data-bridge/thrift-agent-config.xml And observed that by default they were commented as on

Re: [Dev] ERROR - No trustStore found Error when initializing the DataPublisher

2016-03-07 Thread Omindu Rathnaweera
Hi Sajith, >From looking at [1], it seems the AgentHolder first tries to load the truststore property from the data-agent-config.xml and then from the system property javax.net.ssl.trustStore if it's not there in the config file. The error seems to occur because the property is not set in either

[Dev] ERROR - No trustStore found Error when initializing the DataPublisher

2016-03-07 Thread Sajith Perera
Hi all, I'm currently working on log4j log appender for log analyzer works, In there i used thrift publisher using org.wso2.carbon.databridge.agent.DataPublisher. But getting below error while initiating the data publisher instance. [2016-03-07 14:13:51,516] ERROR