Re: [Dev] getting error while building wso2/product-iots

2019-04-11 Thread Syed Hasan
https://github.com/wso2/product-iots/issues/1913 On Mon, Apr 8, 2019 at 12:56 AM Janak Amarasena wrote: > Hi Syed, > > You need to build product-iots in the following order. > >1. carbon-device-mgt >2. carbon-device-mgt-plugins >3. product-iots > > Also when building

Re: [Dev] getting error while building wso2/product-iots

2019-04-10 Thread Syed Hasan
Deleted everything from local and cloned 1. carbon-device-mgt 2. carbon-device-mgt-plugins 3. product-iots and tried to build above order. *carbon-device-mgt *and *carbon-device-mgt-plugins *built successfully. But when build *product-iots*, got following error: > [DEBUG]

Re: [Dev] getting error while building wso2/product-iots

2019-04-09 Thread Janak Amarasena
Hi Syed, The IoT server comes with its own UI, therefore you will not need the dashboard server. You will be getting the same IoT server distribution from the download in here[1] as you build from the source code. Therefore after building the source code and getting the distribution, you can run

Re: [Dev] getting error while building wso2/product-iots

2019-04-09 Thread Janak Amarasena
Hi Syed, You can find the documentation related to the WSO2 IoT server from here[1]. It has all the related information you will need to setup the server. [1] - https://docs.wso2.com/display/IoTS320/WSO2+IoT+Server+Documentation Also if you are interested you can find the agent apps used by the

Re: [Dev] getting error while building wso2/product-iots

2019-04-07 Thread Janak Amarasena
Hi Syed, You need to build product-iots in the following order. 1. carbon-device-mgt 2. carbon-device-mgt-plugins 3. product-iots Also when building *product-**iots* check the dependency versions for *carbon-device-mgt *and* carbon-device-mgt-plugins *from the main pom in product-iots.

[Dev] getting error while building wso2/product-iots

2019-04-06 Thread Syed Hasan
[INFO] [INFO] --- replacer:1.5.2:replace (replace-for-thrift) @ wso2iot --- [ERROR] File 'C:\wso2\product-iots\modules\distribution\..\p2-profile\iot-core-profile\target\wso2carbon-core-4.4.26\wso2\conf\identity\thrift-authentication.xml' does not exist [INFO] Replacement run on 0 file. [INFO]

[Dev] Getting error while building carbon-dashboards

2019-04-02 Thread Syed Hasan
Audit done. [INFO] [INFO] Reactor Summary: [INFO] [INFO] WSO2 Carbon Dashboards - Parent SUCCESS [05:24 min] [INFO] WSO2 Carbon Dashboards - Core .. FAILURE [02:25 min] [INFO] WSO2

[Dev] Getting error while consuming data service through wsdl.

2018-03-13 Thread aditya shivankar
Respected Sir, Getting error while consuming data service through wsdl. In datamapper as Output schema i imported the whole xml using which i am able to hit data service from soapui. Please guide ERROR - DBInOutMessageReceiver Error in in-out message receiver DS Fault Message: Input Message and

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-03-04 Thread Chamila Adhikarinayake
Hi Vijitha/Chanika, Adding that formatter and builders resolved the issue. Would this be the correct fix or is this a workaround? Chamila. On Sun, Mar 4, 2018 at 11:35 AM, Vijitha Ekanayake wrote: > Hi Chamila, > > The reason that error doesn't print prior to the fix seems to

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-03-03 Thread Vijitha Ekanayake
Hi Chamila, The reason that error doesn't print prior to the fix seems to be that the default content-type set as the application/x-www-form-urlencoded and product distribution ships with the axis2.xml enabling the relevant builder/formatter for that content-type. Could you try adding following

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-03-03 Thread Chamila Adhikarinayake
Hi Vijitha, Seems like the PR[1] is causing the issue. It sets content-type to application/octet-stream for requests without a content-type header. Seems like the logic is ok for POST request but not sure why that validation related method is called for all other HTTP methods in [2]. [1]

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-03-02 Thread Vijitha Ekanayake
++Chanika On Fri, Mar 2, 2018 at 6:30 PM, Nuwan Dias wrote: > Is there a release of EI happening in Q1? Don't you notice this error on > latest versions of EI? > > On Fri, Feb 23, 2018 at 3:46 PM, Vijitha Ekanayake > wrote: > >> This error is generated

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-03-02 Thread Nuwan Dias
Is there a release of EI happening in Q1? Don't you notice this error on latest versions of EI? On Fri, Feb 23, 2018 at 3:46 PM, Vijitha Ekanayake wrote: > This error is generated within the handleRESTUrlPost(...) method in > ServerWorker class. So I think we need to

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-02-23 Thread Vijitha Ekanayake
This error is generated within the handleRESTUrlPost(...) method in ServerWorker class. So I think we need to investigate the reason why these GET requests are landed in that method and fix if there is an issue in the logic. Thanks. On Fri, Feb 23, 2018 at 3:20 PM, Chaminda Jayawardena

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-02-23 Thread Chaminda Jayawardena
True, But I am trying with Jmeter and just tried since suggested above and error is not appeared when it sends with Content-Type :) Yes, have to fix it. Thanks, Chaminda On Fri, Feb 23, 2018 at 3:12 PM, Nuwan Dias wrote: > Well, for GET requests you aren't supposed to have a

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-02-23 Thread Nuwan Dias
Well, for GET requests you aren't supposed to have a Content-Type header. On Fri, Feb 23, 2018 at 3:11 PM, Chaminda Jayawardena wrote: > Getting this continuously even for the GET requests in > wso2apim-2.1.0-update12. Disappeared once put Content-Type(value as any > format)

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-02-23 Thread Chaminda Jayawardena
Getting this continuously even for the GET requests in wso2apim-2.1.0-update12. Disappeared once put Content-Type(value as any format) on the header. Thanks, Chaminda On Fri, Feb 23, 2018 at 1:38 PM, Nuwan Dias wrote: > I'm just doing a GET. I also checked with a POST with the

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-02-23 Thread Nuwan Dias
I'm just doing a GET. I also checked with a POST with the correct Content-Type header as well. On Fri, Feb 23, 2018 at 1:17 PM, Vijitha Ekanayake wrote: > Hi Nuwan, > > According to below code segment, it seems like this happens when request > Content-Type doesn't match with

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-02-22 Thread Vijitha Ekanayake
Hi Nuwan, According to below code segment, it seems like this happens when request Content-Type doesn't match with the payload. try { soapEnvelope = TransportUtils.createSOAPMessage(msgContext, null, contentType); } catch (Exception e) { log.error("Error while building message for

[Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-02-22 Thread Nuwan Dias
Hi, I'm seeing the error "*ServerWorker Error while building message for REST_URL request*" on the logs for all API requests on Synapse version 2.1.7.wso2v40. Any idea what could be causing this? AFAIR this wasn't there on earlier versions. Thanks, NuwanD. -- Nuwan Dias Software Architect -

Re: [Dev] Getting error in Integration Cloud

2017-08-17 Thread Manjula Rathnayake
Hi Kanapriya, I am not sure why below URL contains both hostname and IP pair. TargetHandler Exception occurred while reading the response Remote Address : wso2438.crm5.dynamics.com/66.119.154.20:443 thank you. On Thu, Aug 17, 2017 at 6:16 PM, Kanapriya Kuleswararajan < kanapr...@wso2.com>

Re: [Dev] Getting error in Integration Cloud

2017-08-17 Thread Manjula Rathnayake
Hi Kanapriya, As per your explanation, it seems to be an intermittent issue. Can you attach the complete log file? thank you. On Thu, Aug 17, 2017 at 6:08 PM, Kanapriya Kuleswararajan < kanapr...@wso2.com> wrote: > Hi All, > > I have tried a sample scenario which is discussed in [1] in

[Dev] Getting error in Integration Cloud

2017-08-17 Thread Kanapriya Kuleswararajan
Hi All, I have tried a sample scenario which is discussed in [1] in integration cloud. The scenario works fine in local environment , but sometimes I observed following error in integration cloud. Please find the log below: [2017-08-17 11:16:03,665] INFO - LogMediator Custom Log = Queried from

Re: [Dev] Getting Error while installing iOS features to EMM 2.1.0

2016-07-05 Thread Geeth Munasinghe
Hi Chathura, Please refer the following mail [1]. You can find the answer. [1] [EMM][iOS] Getting exceptions while installing iOS features Thanks Geeth *G. K. S. Munasinghe* *Senior Software Engineer,* *WSO2, Inc. http://wso2.com * *lean.enterprise.middleware.* email:

[Dev] Getting Error while installing iOS features to EMM 2.1.0

2016-07-05 Thread Chathura Dilan
Getting following error while restarting the server after install the features ERROR {org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer} - org.mozilla.javascript.WrappedException: Wrapped org.jaggeryjs.scriptengine.exceptions.ScriptException: org.mozilla.javascript.WrappedException:

[Dev] Getting Error while installing iOS features to EMM 2.1.0

2016-07-05 Thread Chathura Dilan
Hi All, I'm getting the following error while installing iOS features to EMM 2.1.0. Anyone know what's the reason for the issue? Error creating bean with name 'enrollmentServiceBean' defined in URL [jndi:/localhost/ios-enrollment/WEB-INF/cxf-servlet.xml]: Instantiation of bean failed; nested

Re: [Dev] Getting error when starting WSO2 IS 5.1.0 Key Manager in Mesos DC/OS

2016-06-28 Thread Thanuja Uruththirakodeeswaran
Hi Udara, On Tue, Jun 28, 2016 at 5:11 PM, Udara Liyanage wrote: > Hi Thanuja, > > Not to deviate the conversation, but to provide some information > > We are running IS as KM pack in Mesos 1.6 environment and we don't get > this error. > Our Mesos nodes are Debian 7. > I

Re: [Dev] Getting error when starting WSO2 IS 5.1.0 Key Manager in Mesos DC/OS

2016-06-28 Thread Udara Liyanage
Hi Thanuja, Not to deviate the conversation, but to provide some information We are running IS as KM pack in Mesos 1.6 environment and we don't get this error. Our Mesos nodes are Debian 7. Do we get this error only when running on DCOS or in all environment? On Tue, Jun 28, 2016 at 4:50

Re: [Dev] Getting error when starting WSO2 IS 5.1.0 Key Manager in Mesos DC/OS

2016-06-28 Thread Nuwan Dias
On Tuesday, 28 June 2016, Akila Ravihansa Perera wrote: > Hi Nuwan, > > I think ideally this should have been automated as a maven task and added > to the product-apim repo as a tool. The distribution that you have built > via UI cannot be replicated. We don't even recommend

Re: [Dev] Getting error when starting WSO2 IS 5.1.0 Key Manager in Mesos DC/OS

2016-06-28 Thread Akila Ravihansa Perera
Hi Nuwan, I think ideally this should have been automated as a maven task and added to the product-apim repo as a tool. The distribution that you have built via UI cannot be replicated. We don't even recommend installing features via UI for a production deployment then why have we hosted this

Re: [Dev] Getting error when starting WSO2 IS 5.1.0 Key Manager in Mesos DC/OS

2016-06-28 Thread Imesh Gunaratne
Hi Nuwan, It would be ideal to fix this issue and re-host the distribution or we can even fix it in the next release. For the time being will mention this in the documentation and provide steps for the user to overcome this problem. Thanks On Tue, Jun 28, 2016 at 2:41 PM, Niranjan Karunanandham

Re: [Dev] Getting error when starting WSO2 IS 5.1.0 Key Manager in Mesos DC/OS

2016-06-28 Thread Niranjan Karunanandham
Hi Thanuja / Nuwan, On Tue, Jun 28, 2016 at 2:08 PM, Nuwan Dias wrote: > > > On Tue, Jun 28, 2016 at 11:27 AM, Thanuja Uruththirakodeeswaran < > thanu...@wso2.com> wrote: > >> Hi All, >> >> I'm getting below error when deploying WSO2 IS 5.1.0 Key Manager >> application [1] in

Re: [Dev] Getting error when starting WSO2 IS 5.1.0 Key Manager in Mesos DC/OS

2016-06-28 Thread Nuwan Dias
On Tue, Jun 28, 2016 at 11:27 AM, Thanuja Uruththirakodeeswaran < thanu...@wso2.com> wrote: > Hi All, > > I'm getting below error when deploying WSO2 IS 5.1.0 Key Manager > application [1] in Mesos DC/OS. I have used the hosted IS-5.1.0 Key Manager > pack [2] to build the docker image. > > I0627

[Dev] Getting error when starting WSO2 IS 5.1.0 Key Manager in Mesos DC/OS

2016-06-27 Thread Thanuja Uruththirakodeeswaran
Hi All, I'm getting below error when deploying WSO2 IS 5.1.0 Key Manager application [1] in Mesos DC/OS. I have used the hosted IS-5.1.0 Key Manager pack [2] to build the docker image. I0627 02:40:36.478433 27342 exec.cpp:143] Version: 0.28.1 I0627 02:40:36.481850 27369 exec.cpp:217] Executor

Re: [Dev] Getting error JsonUtil #writeAsJson. Payload could not be written as JSON with ESB 5.0.0 - BETA

2016-06-23 Thread Chanaka Fernando
This issue is fixed with following commit and will be available with the next build. [1] https://github.com/wso2/wso2-synapse/commit/2776abf03789d7d9b7ee8fbe0f1c8c294ad7aa71 On Tue, Jun 7, 2016 at 1:43 PM, Kesavan Yogarajah wrote: > Please find the template [1] , proxy [2]

Re: [Dev] Getting error JsonUtil #writeAsJson. Payload could not be written as JSON with ESB 5.0.0 - BETA

2016-06-07 Thread Kesavan Yogarajah
Please find the template [1] , proxy [2] configurations and sample request [3]. [1] - http://ws.apache.org/ns/synapse;> [2] - http://ws.apache.org/ns/synapse; name="z"

Re: [Dev] Getting error JsonUtil #writeAsJson. Payload could not be written as JSON with ESB 5.0.0 - BETA

2016-06-07 Thread Malaka Silva
Please share the synapse configs you are using? On Tue, Jun 7, 2016 at 12:33 PM, Kesavan Yogarajah wrote: > Hi All, > > I am checking Zuora connector with ESB 5.0.0 - BETA.I am getting error [1] > when the API response with 403 comes with no body.But this works fine with >

[Dev] Getting error JsonUtil #writeAsJson. Payload could not be written as JSON with ESB 5.0.0 - BETA

2016-06-07 Thread Kesavan Yogarajah
Hi All, I am checking Zuora connector with ESB 5.0.0 - BETA.I am getting error [1] when the API response with 403 comes with no body.But this works fine with ESB -4.9.0 [2]. Is this an expected behavior? [1] [2016-06-07 11:43:43,212] DEBUG - wire HTTPS-Sender I/O dispatcher-1 << "DELETE

Re: [Dev] Getting error while installing features to IS 5.0.0 pack using pom

2015-09-22 Thread Dinusha Boteju
Hi Krishantha, Currently the APIs that we have used in the p2 plugin is not supporting updating any installed features. So for the moment if there are any updating operations, then you have to use the management console. Updating operation requires checking any existing dependencies. Thus one

Re: [Dev] Getting error while installing features to IS 5.0.0 pack using pom

2015-09-21 Thread Krishantha Samaraweera
Hi all, Any chance to look into this issue ? Thanks, Krishantha. On Mon, Sep 14, 2015 at 11:11 AM, Dinusha Boteju wrote: > Hi, > > Sure, I'll look into this and get back to you. > > Regards, > Dinusha > > On Mon, Sep 14, 2015 at 11:08 AM, Niranjan Karunanandham < >

Re: [Dev] Getting error while installing features to IS 5.0.0 pack using pom

2015-09-13 Thread Niranjan Karunanandham
Hi, I tried to install the install the org.wso2.carbon.registry.contentsearch.server.feature 4.2.2 into IS 5.0.0 and got the same error as mentioned by Malintha. @Dinusha: Will you be able to look into this? Regards, Nira On Fri, Sep 11, 2015 at 5:22 PM, Sameera Jayasoma

Re: [Dev] Getting error while installing features to IS 5.0.0 pack using pom

2015-09-13 Thread Dinusha Boteju
Hi, Sure, I'll look into this and get back to you. Regards, Dinusha On Mon, Sep 14, 2015 at 11:08 AM, Niranjan Karunanandham wrote: > Hi, > > I tried to install the install the > org.wso2.carbon.registry.contentsearch.server.feature > 4.2.2 into IS 5.0.0 and got the same

Re: [Dev] Getting error while installing features to IS 5.0.0 pack using pom

2015-09-11 Thread Malintha Adikari
attaching POM file used to install key manager features. On Thu, Sep 10, 2015 at 10:56 AM, Krishantha Samaraweera < krishan...@wso2.com> wrote: > Hi Malintha, > > Shall we try to installed the feature using osgi console. You can refer > [1]. Automation of this approach would be bit tricky as we

Re: [Dev] Getting error while installing features to IS 5.0.0 pack using pom

2015-09-11 Thread Sameera Jayasoma
I will check this. On Fri, Sep 11, 2015 at 5:18 PM, Malintha Adikari wrote: > attaching POM file used to install key manager features. > > On Thu, Sep 10, 2015 at 10:56 AM, Krishantha Samaraweera < > krishan...@wso2.com> wrote: > >> Hi Malintha, >> >> Shall we try to

[Dev] Getting error while installing features to IS 5.0.0 pack using pom

2015-09-09 Thread Malintha Adikari
Hi, I am installing keymanager feature to IS 5.0.0 pack using pom file. I am getting version conflicts for some features. When I try to install Ex: org.wso2.carbon.registry.contentsearch.server.feature.group 4.2.2 I am getting following error Installing

Re: [Dev] Getting error while installing features to IS 5.0.0 pack using pom

2015-09-09 Thread Lasitha Wattaladeniya
Hi Malintha, Apparently there's a bug, it's reported in this jira [1]. [1]. https://wso2.org/jira/browse/CARBON-15195 On Wed, Sep 9, 2015 at 3:59 PM, Malintha Adikari wrote: > Hi, > > I am installing keymanager feature to IS 5.0.0 pack using pom file. I am > getting version

Re: [Dev] Getting error while installing features to IS 5.0.0 pack using pom

2015-09-09 Thread Krishantha Samaraweera
Hi Malintha, Shall we try to installed the feature using osgi console. You can refer [1]. Automation of this approach would be bit tricky as we need to maintain another script to do all these command execution. [1] http://wiki.eclipse.org/Equinox_p2_Console_Users_Guide Thanks, Krishantha. On

Re: [Dev] Getting error while installing features to IS 5.0.0 pack using pom

2015-09-09 Thread Malintha Adikari
Adding Krishantha On Sep 9, 2015 6:30 PM, "Lasitha Wattaladeniya" wrote: > Hi Malintha, > > Apparently there's a bug, it's reported in this jira [1]. > > [1]. https://wso2.org/jira/browse/CARBON-15195 > > On Wed, Sep 9, 2015 at 3:59 PM, Malintha Adikari >

Re: [Dev] Getting error while installing features to IS 5.0.0 pack using pom

2015-09-09 Thread Malintha Adikari
Thank you Lasitha for infomation On Wed, Sep 9, 2015 at 10:26 PM, Malintha Adikari wrote: > Adding Krishantha > On Sep 9, 2015 6:30 PM, "Lasitha Wattaladeniya" wrote: > >> Hi Malintha, >> >> Apparently there's a bug, it's reported in this jira [1]. >> >>

Re: [Dev] Getting error at ESB startup after carbon commons 4.4.4-SNAPSHOT upgrade

2015-08-04 Thread Chanaka Fernando
I have tried to find the root cause for this issue. But I could only find the feature which is exporting 4.4.4.SNAPSHOT version of org.wso2.carbon.email.verification which is on carbon-commons. org.wso2.carbon.deployment.synchronizer.server.feature I couldn't find the feature which is importing

Re: [Dev] Getting error at ESB startup after carbon commons 4.4.4-SNAPSHOT upgrade

2015-08-04 Thread Supun Malinga
org.wso2.carbon.tenant.mgt.server.feature packs org.wso2.carbon.email.verification 4.4.3. So we need to update carbon-multitenancy after commons release. That will fix the issue.. On Tue, Aug 4, 2015 at 4:16 PM, Supun Malinga sup...@wso2.com wrote: Seems its only packed in

Re: [Dev] Getting error at ESB startup after carbon commons 4.4.4-SNAPSHOT upgrade

2015-08-04 Thread Supun Malinga
Seems its only packed in deployment.synchronizer composite feature and deployment.synchronizer server feature. So the older version of the jar should be packed in a feature from a different repo.. On Tue, Aug 4, 2015 at 4:10 PM, Chanaka Fernando chana...@wso2.com wrote: I have tried to find the

Re: [Dev] Getting error at ESB startup after carbon commons 4.4.4-SNAPSHOT upgrade

2015-08-04 Thread KasunG Gajasinghe
Hi Supun, We should not pack an external component such as email.verification into depsync feature. So, can we remove this? Otherwise, this will lead to multiple issues because we have several repos that might pack different versions of the same component. On Tue, Aug 4, 2015 at 4:25 PM, Supun

Re: [Dev] Getting error at ESB startup after carbon commons 4.4.4-SNAPSHOT upgrade

2015-08-04 Thread Supun Malinga
yeah. +1 It was wrong to pack email.verification jar in depsync feauture. Also there is no usage of that within depsync. On Tue, Aug 4, 2015 at 4:48 PM, KasunG Gajasinghe kas...@wso2.com wrote: Hi Supun, We should not pack an external component such as email.verification into depsync

Re: [Dev] Getting error at ESB startup after carbon commons 4.4.4-SNAPSHOT upgrade

2015-08-04 Thread Supun Malinga
Can you send this to release-4.4.4 branch ? On Tue, Aug 4, 2015 at 5:17 PM, Chanaka Fernando chana...@wso2.com wrote: Hi Supun/KasunG, Can we get the following PR[1] merged? This is necessary for ESB 490-Beta release. [1] https://github.com/wso2/carbon-commons/pull/113 Thanks, Chanaka

Re: [Dev] Getting error at ESB startup after carbon commons 4.4.4-SNAPSHOT upgrade

2015-08-04 Thread Supun Malinga
Merged! On Tue, Aug 4, 2015 at 5:36 PM, Chanaka Fernando chana...@wso2.com wrote: Please find the new PR[1]. [1] https://github.com/wso2/carbon-commons/pull/114/files On Tue, Aug 4, 2015 at 5:32 PM, Chanaka Fernando chana...@wso2.com wrote: @Ravi: Can you send this PR to release-4.4.4

[Dev] Getting error at ESB startup after carbon commons 4.4.4-SNAPSHOT upgrade

2015-08-04 Thread Chanaka Fernando
Hi Carbon team, We are getting the below exception[1] at the server startup after upgrading to carbon-commons 4.4.4-SNAPSHOT version. What could be the reason for this? [1] [2015-08-04 14:31:49,191] ERROR - Axis2ServiceRegistry Error building service from bundle : Symbolic Name:

Re: [Dev] Getting error at ESB startup after carbon commons 4.4.4-SNAPSHOT upgrade

2015-08-04 Thread KasunG Gajasinghe
Can you verify whether there are any other version of org.wso2.carbon.email.verification component? On Tue, Aug 4, 2015 at 2:50 PM, Chanaka Fernando chana...@wso2.com wrote: Hi Carbon team, We are getting the below exception[1] at the server startup after upgrading to carbon-commons

Re: [Dev] Getting error at ESB startup after carbon commons 4.4.4-SNAPSHOT upgrade

2015-08-04 Thread Chanaka Fernando
Hi Supun/KasunG, Can we get the following PR[1] merged? This is necessary for ESB 490-Beta release. [1] https://github.com/wso2/carbon-commons/pull/113 Thanks, Chanaka On Tue, Aug 4, 2015 at 4:51 PM, Supun Malinga sup...@wso2.com wrote: yeah. +1 It was wrong to pack email.verification jar

Re: [Dev] Getting error at ESB startup after carbon commons 4.4.4-SNAPSHOT upgrade

2015-08-04 Thread Supun Malinga
Yeah this can happen when two features packs two different versions of same jar.. On Tue, Aug 4, 2015 at 2:59 PM, KasunG Gajasinghe kas...@wso2.com wrote: Can you verify whether there are any other version of org.wso2.carbon.email.verification component? On Tue, Aug 4, 2015 at 2:50 PM,

Re: [Dev] Getting error at ESB startup after carbon commons 4.4.4-SNAPSHOT upgrade

2015-08-04 Thread Chanaka Fernando
@Ravi: Can you send this PR to release-4.4.4 branch? On Tue, Aug 4, 2015 at 5:29 PM, Supun Malinga sup...@wso2.com wrote: Can you send this to release-4.4.4 branch ? On Tue, Aug 4, 2015 at 5:17 PM, Chanaka Fernando chana...@wso2.com wrote: Hi Supun/KasunG, Can we get the following PR[1]

Re: [Dev] Getting error at ESB startup after carbon commons 4.4.4-SNAPSHOT upgrade

2015-08-04 Thread Chanaka Fernando
Please find the new PR[1]. [1] https://github.com/wso2/carbon-commons/pull/114/files On Tue, Aug 4, 2015 at 5:32 PM, Chanaka Fernando chana...@wso2.com wrote: @Ravi: Can you send this PR to release-4.4.4 branch? On Tue, Aug 4, 2015 at 5:29 PM, Supun Malinga sup...@wso2.com wrote: Can you

Re: [Dev] Getting Error

2015-05-06 Thread Waruna Perera
Hi, Are you using any keystores here? This might occur due to wrong key store or some thing. Can you run again with following option and attach the output? -Djavax.net.debug=ssl Thanks, On Wed, May 6, 2015 at 1:36 PM, Sriashalya Srivathsan asha...@wso2.com wrote: Hi Nuwan, Sorry I sent the

[Dev] Getting Error

2015-05-05 Thread Sriashalya Srivathsan
Hi Devs When I run the integration tests for tsheets connector I'm getting following error. setEnvironment(org.wso2.carbon.connector.integration.test.tsheets.TSheetsConnectorIntegrationTest): java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider:

Re: [Dev] Getting Error

2015-05-05 Thread Nuwan Wimalasekara
Hi When did you get this error? And please send the full error log Thanks, Nuwanw On Wed, May 6, 2015 at 9:30 AM, Sriashalya Srivathsan asha...@wso2.com wrote: Hi Devs When I run the integration tests for tsheets connector I'm getting following error.

Re: [Dev] Getting Error

2015-05-05 Thread Sriashalya Srivathsan
Hi Nuwan, I'm getting this error when I run the tsheet connector through ESB. Find the log below. On Wed, May 6, 2015 at 10:33 AM, Nuwan Wimalasekara nuw...@wso2.com wrote: Hi When did you get this error? And please send the full error log Thanks, Nuwanw On Wed, May 6, 2015 at 9:30 AM,

Re: [Dev] Getting Error

2015-05-05 Thread Nuwan Wimalasekara
Hi Sriashalya, As the error log, wso2esb-4.9.0-M7-SNAPSHOT.zip can not be found. Please make sure to verify whether the ESB distribution is exist before running the tests. Copy the wso2esb-4.9.0-M7-SNAPSHOT.zip to tsheets-connector/tsheets-connector-1.0.0/org.wso2.carbon.connector/repository/

Re: [Dev] Getting error in puppet integration to Mac OS X during tools installation using 'brew'

2014-11-13 Thread Aiyadurai Rajeevan
Hi All, The above option doesn't resolve the issue, Even though i managed to find a solution suggested in [1] . But this solution leads to maintainability issues as highlighted by Udara. Hence we are trying to achieve this using docker. @Sajith - Referring to STRATOS-776

Re: [Dev] Getting error in puppet integration to Mac OS X during tools installation using 'brew'

2014-11-13 Thread Aiyadurai Rajeevan
+Sajith Thanks Regards, S.A.Rajeevan Software Engineer WSO2 Inc E-Mail: rajeev...@wso2.com | Mobile : +94776411636 On Thu, Nov 13, 2014 at 1:52 PM, Aiyadurai Rajeevan rajeev...@wso2.com wrote: Hi All, The above option doesn't resolve the issue, Even though i managed to find a solution

Re: [Dev] Getting error in puppet integration to Mac OS X during tools installation using 'brew'

2014-11-13 Thread Imesh Gunaratne
Hi Rajeevan, Can you please explain your goal bit further? Are you trying to setup an AppFactory development environment using puppet on OS X? If so it might not be ideal, better to use VMs or containers due to many reasons: - A desired OS can be used. - Provides OS level isolation for each

Re: [Dev] Getting error in puppet integration to Mac OS X during tools installation using 'brew'

2014-11-13 Thread Aiyadurai Rajeevan
Hi Imesh, Thanks, Yes we are trying to setup Appfactory Dev environment using puppet. Agree with your suggestion. Thanks Regards, S.A.Rajeevan Software Engineer WSO2 Inc E-Mail: rajeev...@wso2.com | Mobile : +94776411636 On Thu, Nov 13, 2014 at 11:01 PM, Imesh Gunaratne im...@wso2.com wrote:

[Dev] Getting error in puppet integration to Mac OS X during tools installation using 'brew'

2014-11-12 Thread Aiyadurai Rajeevan
Hi All, We are in the process of integrating puppet scripts to Mac OS X, Where we have implementation to install list of tools to be installed by puppet script when executed, The puppet code looks like below. *$packages = ['lsof','unzip','sysstat','telnet', 'git', 'less', 'tree', 'zip']* *

Re: [Dev] Getting error in puppet integration to Mac OS X during tools installation using 'brew'

2014-11-12 Thread Danushka Fernando
I think unzip is coming with zip package. Just install zip and check whether unzip command works. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Wed, Nov 12, 2014 at 6:20 PM, Aiyadurai Rajeevan rajeev...@wso2.com wrote: Hi All, We are

Re: [Dev] Getting error in puppet integration to Mac OS X during tools installation using 'brew'

2014-11-12 Thread Mahesh Chinthaka
Hi, why do you want to install unzip via brew ?? AFAIK unzip comes with mac OS by default. On Wed, Nov 12, 2014 at 6:22 PM, Danushka Fernando danush...@wso2.com wrote: I think unzip is coming with zip package. Just install zip and check whether unzip command works. Thanks Regards Danushka

Re: [Dev] Getting error in puppet integration to Mac OS X during tools installation using 'brew'

2014-11-12 Thread Pirinthapan Mahendran
Hi Mahesh, When I setting up AF, I had to install unzip. Thanks. Mahendran Pirinthapan Software Engineer | WSO2 Inc. Mobile +94772378732. On Wed, Nov 12, 2014 at 10:51 PM, Mahesh Chinthaka mahe...@wso2.com wrote: Hi, why do you want to install unzip via brew ?? AFAIK unzip comes with mac

Re: [Dev] Getting error in puppet integration to Mac OS X during tools installation using 'brew'

2014-11-12 Thread Dimuthu Leelarathne
Hi all, If puppet is giving all of these problems on Mac, shall we check whether it is feasible to use Docker instance of Ubuntu with puppet in it and then run our scripts? thanks, dimuthu On Thu, Nov 13, 2014 at 12:40 AM, Pirinthapan Mahendran pirintha...@wso2.com wrote: Hi Mahesh, When

Re: [Dev] Getting error in puppet integration to Mac OS X during tools installation using 'brew'

2014-11-12 Thread Danushka Fernando
Hi Sorry I misread first time. Few questions. If this is done for one time will it work after that ? Is there other things that breaks? If answers are yes and no the I would be fine with installing it manually for first time for mac since this is just dev setup. @Dimuthu : WDYT? But if it is not

Re: [Dev] Getting error in puppet integration to Mac OS X during tools installation using 'brew'

2014-11-12 Thread Thilina Piyasundara
On Thu, Nov 13, 2014 at 5:45 AM, Dimuthu Leelarathne dimut...@wso2.com wrote: Hi all, If puppet is giving all of these problems on Mac, shall we check whether it is feasible to use Docker instance of Ubuntu with puppet in it and then run our scripts? ​ Don't make things much complex. Use a

Re: [Dev] Getting error in puppet integration to Mac OS X during tools installation using 'brew'

2014-11-12 Thread Udara Liyanage
Hi Danushka, I don't think having a puppet master for Mac is a good option. Then in future you will have to have puppet masters for every platform which is not maintainable friendly. A change would have to duplicate in every where. Having a single puppet master for each environment must be the

Re: [Dev] Getting error in puppet integration to Mac OS X during tools installation using 'brew'

2014-11-12 Thread Aiyadurai Rajeevan
Hi Danuska/All, Since these all bundled with Ubuntu, We may suggest Mac OS users to manually install all these tools and use the puppet without any changes, Then the code would be as below. $packages = ['lsof','unzip','sysstat','telnet', 'git', 'less', 'tree', 'zip'] package { $packages:

Re: [Dev] Getting error when having two ESB instance with offset 0 1

2014-11-03 Thread Priyadarssini Kishokumar
Hi, Thanks for the replies. I noticed that port 1 is already occupied. After restart, it works fine. On Fri, Oct 31, 2014 at 6:47 PM, Waruna Perera waru...@wso2.com wrote: Hi, use lsof -n -i command and see On Fri, Oct 31, 2014 at 6:38 PM, Harsha Kumara hars...@wso2.com wrote: Hi

[Dev] Getting error when having two ESB instance with offset 0 1

2014-10-31 Thread Priyadarssini Kishokumar
Hi all, I'm getting the following error [1] while running 2 ESB instance. Both ESBs are 4.8.1 offsets are 0 1. The error is not throwing when I set offset 2 in the secong ESB. Any idea why this is happening? [1] ERROR - JMXServerManager Could not create the RMI local registry

Re: [Dev] Getting error when having two ESB instance with offset 0 1

2014-10-31 Thread Harsha Kumara
Hi Priyadarssini, Seems like your port 1 is already occupied. Can you check and see which process has occupied that. This is regarding the jmx port which is by default. With port offset, seems like some other process has already occupied the port. [1] -

Re: [Dev] Getting error when having two ESB instance with offset 0 1

2014-10-31 Thread Waruna Perera
Hi, use lsof -n -i command and see On Fri, Oct 31, 2014 at 6:38 PM, Harsha Kumara hars...@wso2.com wrote: Hi Priyadarssini, Seems like your port 1 is already occupied. Can you check and see which process has occupied that. This is regarding the jmx port which is by default. With

Re: [Dev] Getting ERROR {org.wso2.carbon.analytics.hive.persistence.HiveScriptPersistenceManager} on BAM 2.3.0

2013-08-01 Thread Sinthuja Ragendran
Hi Asanka, I tried to install attached toolbox in fresh BAM 2.3.0 pack, and i didn't get this error. I could successfully install and run the hive script. BTW according to your exception trace, 'Deploying file:... ' log comes after the exception. Therefore exception didn't occur when deploying

Re: [Dev] Getting ERROR {org.wso2.carbon.analytics.hive.persistence.HiveScriptPersistenceManager} on BAM 2.3.0

2013-08-01 Thread Sinthuja Ragendran
Hi Asanka, On Thu, Aug 1, 2013 at 6:23 PM, Asanka Vithanage asan...@wso2.com wrote: HI Sinthuja, Agree with your observation, Following are the exact steps i followed. 1. Installed attached tool box on BAM 2.3.0 and published AS web app data to that server. 2. Then i removed BAM 2.3.0

[Dev] Getting error on updating repository with svn up

2013-07-17 Thread Chanaka Fernando
I am getting the following error on $subject. *At revision 178522. svn: E205011: Failure occurred processing one or more externals definitions* I am getting build failures on the components after this happens. Any clue? Thanks, Chanaka F ___ Dev

[Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Pulasthi Supun
Hi All i am getting the following error when building the greg with a new update p2-profile-gen. Does anyone now how to fix this? Installing org.wso2.carbon.apimgt.store.feature.group 4.2.0.SNAPSHOT. Installation failed. Cannot complete the install because one or more required items could not be

Re: [Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Sameera Jayasoma
Looks like this package (org.wso2.carbon.webapp.statistics.data.xsd) is missing. Sameera. On Tue, Jul 9, 2013 at 5:59 PM, Pulasthi Supun pulas...@wso2.com wrote: Hi All i am getting the following error when building the greg with a new update p2-profile-gen. Does anyone now how to fix this?

Re: [Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Kasun Gajasinghe
I'm looking in to this. Thanks. On Tue, Jul 9, 2013 at 7:08 PM, Sameera Jayasoma same...@wso2.com wrote: Looks like this package (org.wso2.carbon.webapp.statistics.data.xsd) is missing. Sameera. On Tue, Jul 9, 2013 at 5:59 PM, Pulasthi Supun pulas...@wso2.com wrote: Hi All i am

Re: [Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Kasun Gajasinghe
Please take an update in system-statistics/org.wso2.carbon.statistics.ui. Thanks, KasunG On Tue, Jul 9, 2013 at 7:09 PM, Kasun Gajasinghe kas...@wso2.com wrote: I'm looking in to this. Thanks. On Tue, Jul 9, 2013 at 7:08 PM, Sameera Jayasoma same...@wso2.com wrote: Looks like this

Re: [Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Pulasthi Supun
Thanks, that fixed the issue :) Regards, Pulasthi On Tue, Jul 9, 2013 at 7:33 PM, Kasun Gajasinghe kas...@wso2.com wrote: Please take an update in system-statistics/org.wso2.carbon.statistics.ui. Thanks, KasunG On Tue, Jul 9, 2013 at 7:09 PM, Kasun Gajasinghe kas...@wso2.com wrote:

Re: [Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Lasith Chandrasekara
Hi, I also had the same issue. Anyway now I got a svn update and doing a new build. -Lasith On Tue, Jul 9, 2013 at 5:59 PM, Pulasthi Supun pulas...@wso2.com wrote: Hi All i am getting the following error when building the greg with a new update p2-profile-gen. Does anyone now how to fix