Re: [Dev] [APPFAC] Error regarding org.wso2.carbon.governance.lcm.jar

2015-02-09 Thread Danushka Fernando
Reason for this is 4.2.2 is a created from 4.2.1. But 4.2.1 is not created
using "svn cp" and instead it was just copied the pom only.

Thanks & Regards
Danushka Fernando
Software Engineer
WSO2 inc. http://wso2.com/
Mobile : +94716332729

On Mon, Feb 9, 2015 at 3:33 AM, Harsha Thirimanna  wrote:

> Hi All,
>
> This is the file structure
> org.wso2.carbon.governance.lifecycle.management.server.feature
>
> .
> ├── 4.2.0
> │   ├── pom.xml
> │   └── resources
> │   ├── build.properties
> │   ├── lifecycle-config.xsd
> │   ├── lifecycles
> │   │   └── configurations.xml
> │   ├── p2.inf
> │   └── scxml.xsd
> ├── 4.2.1
> │   └── pom.xml
> └── 4.2.2
> └── pom.xml
>
>
>
> It seems, we have not added resource folder to the 4.2.2 when we clone it.
> We are now going to add this.
>
>
>
>
>
> *Harsha Thirimanna*
> Senior Software Engineer; WSO2, Inc.; http://wso2.com
> * *
> *email: **hars...@wso2.com* * cell: +94 71 5186770  ,
> +94 *
> *774617784twitter: **http://twitter.com/
> *
> *harshathirimannlinked-in: **http:
> **//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
> *
>
> *Lean . Enterprise . Middleware*
>
>
> On Thu, Feb 5, 2015 at 3:31 PM, Kasun De Silva  wrote:
>
>> Hi Janaka/Manjula,
>>
>> Will look into this and give a update!
>>
>> Thanks
>>
>> *Kasun de Silva*
>> Software Engineer | *WSO2 Inc.*; http://wso2.com
>> lean.enterprise.middleware
>>
>> email   : kas...@wso2.com
>> mobile : +94 77 794 4260
>>
>>
>> On Thu, Feb 5, 2015 at 2:08 PM, Janaka Ranabahu  wrote:
>>
>>> Hi Kasun,
>>>
>>> There is a schema validation that happens when adding a new lifecycle.
>>> In order for that to happen, the ifecycle-config.xsd should be there in
>>> the given location. IIRC, G-Reg includes this file when building the
>>> distribution. Please check whether AF has such step and if not, please
>>> refer to the G-Reg build to see how it is done.
>>>
>>> Thanks,
>>> Janaka
>>>
>>>
>>> On Thu, Feb 5, 2015 at 1:55 PM, Kasun De Silva  wrote:
>>>
 Hi Janaka,

 In the given path (wso2appfactory-2.1.0-SNAPSHOT/repository/resources/)
 all I can find is,

 ├── lifecycles
 │   ├── configurations.xml
 │   └── UploadableApplicationLifeCycle.xml
 ├── rxts
 │   ├── application.rxt
 │   ├── appversions.rxt
 │   ├── database.rxt
 │   ├── databasetemplate.rxt
 │   ├── databaseuser.rxt
 │   ├── eta.rxt
 │   └── repouser.rxt
 ├── rxt.xsd
 ├── security
 │   ├── client-truststore.jks
 │   ├── tokenstore
 │   └── wso2carbon.jks
 ├── services-config.xsd
 └── service-ui-config.xsd

 Thanks,
 Kasun

 *Kasun de Silva*
 Software Engineer | *WSO2 Inc.*; http://wso2.com
 lean.enterprise.middleware

 email   : kas...@wso2.com
 mobile : +94 77 794 4260


 On Thu, Feb 5, 2015 at 11:55 AM, Janaka Ranabahu 
 wrote:

> Hi Kasun,
>
> On Thu, Feb 5, 2015 at 11:49 AM, Kasun De Silva 
> wrote:
>
>> Hi All,
>>
>> Observed following in the AF log, This happens when login into tenant
>> admin for the first time right after creating the tenant.
>>
>> we are using org.wso2.carbon.governance.lcm_4.2.1.jar in this pack.
>>
>>
>> Any clue why is this happening ?
>>
> ​
> ​This is when adding the LC for the 1st time. Could you check whether
> the ​given file(
> ​
> /ifecycle-config.xsd) is there in the correct location?
>
> Thanks,
> Janaka​
>
>
>>
>> TID: [0] [AF] [2015-02-05 10:22:21,890] ERROR {
>> org.wso2.carbon.governance.lcm.util.CommonUtil} -  Unable to get a
>> schema validator from the given file path : /mnt/
>> 192.168.16.2/appfactory/wso2appfactory-2.1.0-SNAPSHOT/repository/resources/lifecycle-config.xsd
>> {org.wso2.carbon.governance.lcm.util.CommonUtil}
>> TID: [0] [AF] [2015-02-05 10:22:22,499] ERROR {
>> org.wso2.carbon.governance.lcm.util.CommonUtil} -  Unable to get a
>> schema validator from the given file path : /mnt/
>> 192.168.16.2/appfactory/wso2appfactory-2.1.0-SNAPSHOT/repository/resources/lifecycle-config.xsd
>> {org.wso2.carbon.governance.lcm.util.CommonUtil}
>>
>> Thanks,
>>
>> *Kasun de Silva*
>> Software Engineer | *WSO2 Inc.*; http://wso2.com
>> lean.enterprise.middleware
>>
>> email   : kas...@wso2.com
>> mobile : +94 77 794 4260
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Janaka Ranabahu*
> Senior Software Engineer; WSO2 Inc.; http://wso2.com
>
>
> *E-mail: jan...@wso2.com **M: **+94 718370861
> <%2B94%20718370861>*
>
> Lean .

Re: [Dev] [APPFAC] Error regarding org.wso2.carbon.governance.lcm.jar

2015-02-09 Thread Harsha Thirimanna
Hi All,

This is the file structure
org.wso2.carbon.governance.lifecycle.management.server.feature

.
├── 4.2.0
│   ├── pom.xml
│   └── resources
│   ├── build.properties
│   ├── lifecycle-config.xsd
│   ├── lifecycles
│   │   └── configurations.xml
│   ├── p2.inf
│   └── scxml.xsd
├── 4.2.1
│   └── pom.xml
└── 4.2.2
└── pom.xml



It seems, we have not added resource folder to the 4.2.2 when we clone it.
We are now going to add this.





*Harsha Thirimanna*
Senior Software Engineer; WSO2, Inc.; http://wso2.com
* *
*email: **hars...@wso2.com* * cell: +94 71 5186770  , +94 *
*774617784twitter: **http://twitter.com/ *
*harshathirimannlinked-in: **http:
**//www.linkedin.com/pub/harsha-thirimanna/10/ab8/122
*

*Lean . Enterprise . Middleware*


On Thu, Feb 5, 2015 at 3:31 PM, Kasun De Silva  wrote:

> Hi Janaka/Manjula,
>
> Will look into this and give a update!
>
> Thanks
>
> *Kasun de Silva*
> Software Engineer | *WSO2 Inc.*; http://wso2.com
> lean.enterprise.middleware
>
> email   : kas...@wso2.com
> mobile : +94 77 794 4260
>
>
> On Thu, Feb 5, 2015 at 2:08 PM, Janaka Ranabahu  wrote:
>
>> Hi Kasun,
>>
>> There is a schema validation that happens when adding a new lifecycle. In
>> order for that to happen, the ifecycle-config.xsd should be there in the
>> given location. IIRC, G-Reg includes this file when building the
>> distribution. Please check whether AF has such step and if not, please
>> refer to the G-Reg build to see how it is done.
>>
>> Thanks,
>> Janaka
>>
>>
>> On Thu, Feb 5, 2015 at 1:55 PM, Kasun De Silva  wrote:
>>
>>> Hi Janaka,
>>>
>>> In the given path (wso2appfactory-2.1.0-SNAPSHOT/repository/resources/)
>>> all I can find is,
>>>
>>> ├── lifecycles
>>> │   ├── configurations.xml
>>> │   └── UploadableApplicationLifeCycle.xml
>>> ├── rxts
>>> │   ├── application.rxt
>>> │   ├── appversions.rxt
>>> │   ├── database.rxt
>>> │   ├── databasetemplate.rxt
>>> │   ├── databaseuser.rxt
>>> │   ├── eta.rxt
>>> │   └── repouser.rxt
>>> ├── rxt.xsd
>>> ├── security
>>> │   ├── client-truststore.jks
>>> │   ├── tokenstore
>>> │   └── wso2carbon.jks
>>> ├── services-config.xsd
>>> └── service-ui-config.xsd
>>>
>>> Thanks,
>>> Kasun
>>>
>>> *Kasun de Silva*
>>> Software Engineer | *WSO2 Inc.*; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> email   : kas...@wso2.com
>>> mobile : +94 77 794 4260
>>>
>>>
>>> On Thu, Feb 5, 2015 at 11:55 AM, Janaka Ranabahu 
>>> wrote:
>>>
 Hi Kasun,

 On Thu, Feb 5, 2015 at 11:49 AM, Kasun De Silva 
 wrote:

> Hi All,
>
> Observed following in the AF log, This happens when login into tenant
> admin for the first time right after creating the tenant.
>
> we are using org.wso2.carbon.governance.lcm_4.2.1.jar in this pack.
>
>
> Any clue why is this happening ?
>
 ​
 ​This is when adding the LC for the 1st time. Could you check whether
 the ​given file(
 ​
 /ifecycle-config.xsd) is there in the correct location?

 Thanks,
 Janaka​


>
> TID: [0] [AF] [2015-02-05 10:22:21,890] ERROR {
> org.wso2.carbon.governance.lcm.util.CommonUtil} -  Unable to get a
> schema validator from the given file path : /mnt/
> 192.168.16.2/appfactory/wso2appfactory-2.1.0-SNAPSHOT/repository/resources/lifecycle-config.xsd
> {org.wso2.carbon.governance.lcm.util.CommonUtil}
> TID: [0] [AF] [2015-02-05 10:22:22,499] ERROR {
> org.wso2.carbon.governance.lcm.util.CommonUtil} -  Unable to get a
> schema validator from the given file path : /mnt/
> 192.168.16.2/appfactory/wso2appfactory-2.1.0-SNAPSHOT/repository/resources/lifecycle-config.xsd
> {org.wso2.carbon.governance.lcm.util.CommonUtil}
>
> Thanks,
>
> *Kasun de Silva*
> Software Engineer | *WSO2 Inc.*; http://wso2.com
> lean.enterprise.middleware
>
> email   : kas...@wso2.com
> mobile : +94 77 794 4260
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Janaka Ranabahu*
 Senior Software Engineer; WSO2 Inc.; http://wso2.com


 *E-mail: jan...@wso2.com **M: **+94 718370861
 <%2B94%20718370861>*

 Lean . Enterprise . Middleware

>>>
>>>
>>
>>
>> --
>> *Janaka Ranabahu*
>> Senior Software Engineer; WSO2 Inc.; http://wso2.com
>>
>>
>> *E-mail: jan...@wso2.com **M: **+94 718370861
>> <%2B94%20718370861>*
>>
>> Lean . Enterprise . Middleware
>>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/ma

Re: [Dev] [APPFAC] Error regarding org.wso2.carbon.governance.lcm.jar

2015-02-05 Thread Kasun De Silva
Hi Janaka/Manjula,

Will look into this and give a update!

Thanks

*Kasun de Silva*
Software Engineer | *WSO2 Inc.*; http://wso2.com
lean.enterprise.middleware

email   : kas...@wso2.com
mobile : +94 77 794 4260


On Thu, Feb 5, 2015 at 2:08 PM, Janaka Ranabahu  wrote:

> Hi Kasun,
>
> There is a schema validation that happens when adding a new lifecycle. In
> order for that to happen, the ifecycle-config.xsd should be there in the
> given location. IIRC, G-Reg includes this file when building the
> distribution. Please check whether AF has such step and if not, please
> refer to the G-Reg build to see how it is done.
>
> Thanks,
> Janaka
>
>
> On Thu, Feb 5, 2015 at 1:55 PM, Kasun De Silva  wrote:
>
>> Hi Janaka,
>>
>> In the given path (wso2appfactory-2.1.0-SNAPSHOT/repository/resources/)
>> all I can find is,
>>
>> ├── lifecycles
>> │   ├── configurations.xml
>> │   └── UploadableApplicationLifeCycle.xml
>> ├── rxts
>> │   ├── application.rxt
>> │   ├── appversions.rxt
>> │   ├── database.rxt
>> │   ├── databasetemplate.rxt
>> │   ├── databaseuser.rxt
>> │   ├── eta.rxt
>> │   └── repouser.rxt
>> ├── rxt.xsd
>> ├── security
>> │   ├── client-truststore.jks
>> │   ├── tokenstore
>> │   └── wso2carbon.jks
>> ├── services-config.xsd
>> └── service-ui-config.xsd
>>
>> Thanks,
>> Kasun
>>
>> *Kasun de Silva*
>> Software Engineer | *WSO2 Inc.*; http://wso2.com
>> lean.enterprise.middleware
>>
>> email   : kas...@wso2.com
>> mobile : +94 77 794 4260
>>
>>
>> On Thu, Feb 5, 2015 at 11:55 AM, Janaka Ranabahu  wrote:
>>
>>> Hi Kasun,
>>>
>>> On Thu, Feb 5, 2015 at 11:49 AM, Kasun De Silva  wrote:
>>>
 Hi All,

 Observed following in the AF log, This happens when login into tenant
 admin for the first time right after creating the tenant.

 we are using org.wso2.carbon.governance.lcm_4.2.1.jar in this pack.


 Any clue why is this happening ?

>>> ​
>>> ​This is when adding the LC for the 1st time. Could you check whether
>>> the ​given file(
>>> ​
>>> /ifecycle-config.xsd) is there in the correct location?
>>>
>>> Thanks,
>>> Janaka​
>>>
>>>

 TID: [0] [AF] [2015-02-05 10:22:21,890] ERROR {
 org.wso2.carbon.governance.lcm.util.CommonUtil} -  Unable to get a
 schema validator from the given file path : /mnt/
 192.168.16.2/appfactory/wso2appfactory-2.1.0-SNAPSHOT/repository/resources/lifecycle-config.xsd
 {org.wso2.carbon.governance.lcm.util.CommonUtil}
 TID: [0] [AF] [2015-02-05 10:22:22,499] ERROR {
 org.wso2.carbon.governance.lcm.util.CommonUtil} -  Unable to get a
 schema validator from the given file path : /mnt/
 192.168.16.2/appfactory/wso2appfactory-2.1.0-SNAPSHOT/repository/resources/lifecycle-config.xsd
 {org.wso2.carbon.governance.lcm.util.CommonUtil}

 Thanks,

 *Kasun de Silva*
 Software Engineer | *WSO2 Inc.*; http://wso2.com
 lean.enterprise.middleware

 email   : kas...@wso2.com
 mobile : +94 77 794 4260


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Janaka Ranabahu*
>>> Senior Software Engineer; WSO2 Inc.; http://wso2.com
>>>
>>>
>>> *E-mail: jan...@wso2.com **M: **+94 718370861
>>> <%2B94%20718370861>*
>>>
>>> Lean . Enterprise . Middleware
>>>
>>
>>
>
>
> --
> *Janaka Ranabahu*
> Senior Software Engineer; WSO2 Inc.; http://wso2.com
>
>
> *E-mail: jan...@wso2.com **M: **+94 718370861
> <%2B94%20718370861>*
>
> Lean . Enterprise . Middleware
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [APPFAC] Error regarding org.wso2.carbon.governance.lcm.jar

2015-02-05 Thread Janaka Ranabahu
Hi Kasun,

There is a schema validation that happens when adding a new lifecycle. In
order for that to happen, the ifecycle-config.xsd should be there in the
given location. IIRC, G-Reg includes this file when building the
distribution. Please check whether AF has such step and if not, please
refer to the G-Reg build to see how it is done.

Thanks,
Janaka


On Thu, Feb 5, 2015 at 1:55 PM, Kasun De Silva  wrote:

> Hi Janaka,
>
> In the given path (wso2appfactory-2.1.0-SNAPSHOT/repository/resources/)
> all I can find is,
>
> ├── lifecycles
> │   ├── configurations.xml
> │   └── UploadableApplicationLifeCycle.xml
> ├── rxts
> │   ├── application.rxt
> │   ├── appversions.rxt
> │   ├── database.rxt
> │   ├── databasetemplate.rxt
> │   ├── databaseuser.rxt
> │   ├── eta.rxt
> │   └── repouser.rxt
> ├── rxt.xsd
> ├── security
> │   ├── client-truststore.jks
> │   ├── tokenstore
> │   └── wso2carbon.jks
> ├── services-config.xsd
> └── service-ui-config.xsd
>
> Thanks,
> Kasun
>
> *Kasun de Silva*
> Software Engineer | *WSO2 Inc.*; http://wso2.com
> lean.enterprise.middleware
>
> email   : kas...@wso2.com
> mobile : +94 77 794 4260
>
>
> On Thu, Feb 5, 2015 at 11:55 AM, Janaka Ranabahu  wrote:
>
>> Hi Kasun,
>>
>> On Thu, Feb 5, 2015 at 11:49 AM, Kasun De Silva  wrote:
>>
>>> Hi All,
>>>
>>> Observed following in the AF log, This happens when login into tenant
>>> admin for the first time right after creating the tenant.
>>>
>>> we are using org.wso2.carbon.governance.lcm_4.2.1.jar in this pack.
>>>
>>>
>>> Any clue why is this happening ?
>>>
>> ​
>> ​This is when adding the LC for the 1st time. Could you check whether the
>> ​given file(
>> ​
>> /ifecycle-config.xsd) is there in the correct location?
>>
>> Thanks,
>> Janaka​
>>
>>
>>>
>>> TID: [0] [AF] [2015-02-05 10:22:21,890] ERROR {
>>> org.wso2.carbon.governance.lcm.util.CommonUtil} -  Unable to get a
>>> schema validator from the given file path : /mnt/
>>> 192.168.16.2/appfactory/wso2appfactory-2.1.0-SNAPSHOT/repository/resources/lifecycle-config.xsd
>>> {org.wso2.carbon.governance.lcm.util.CommonUtil}
>>> TID: [0] [AF] [2015-02-05 10:22:22,499] ERROR {
>>> org.wso2.carbon.governance.lcm.util.CommonUtil} -  Unable to get a
>>> schema validator from the given file path : /mnt/
>>> 192.168.16.2/appfactory/wso2appfactory-2.1.0-SNAPSHOT/repository/resources/lifecycle-config.xsd
>>> {org.wso2.carbon.governance.lcm.util.CommonUtil}
>>>
>>> Thanks,
>>>
>>> *Kasun de Silva*
>>> Software Engineer | *WSO2 Inc.*; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> email   : kas...@wso2.com
>>> mobile : +94 77 794 4260
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Janaka Ranabahu*
>> Senior Software Engineer; WSO2 Inc.; http://wso2.com
>>
>>
>> *E-mail: jan...@wso2.com **M: **+94 718370861
>> <%2B94%20718370861>*
>>
>> Lean . Enterprise . Middleware
>>
>
>


-- 
*Janaka Ranabahu*
Senior Software Engineer; WSO2 Inc.; http://wso2.com


*E-mail: jan...@wso2.com **M: **+94 718370861*

Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [APPFAC] Error regarding org.wso2.carbon.governance.lcm.jar

2015-02-05 Thread Manjula Rathnayake
Hi Kasun,

Please check above missing xsd files are available for product distribution
while packaging the AF product. If available via features, you can copy
them to the distribution using bin.xml.

thank you.

On Thu, Feb 5, 2015 at 1:55 PM, Kasun De Silva  wrote:

> Hi Janaka,
>
> In the given path (wso2appfactory-2.1.0-SNAPSHOT/repository/resources/)
> all I can find is,
>
> ├── lifecycles
> │   ├── configurations.xml
> │   └── UploadableApplicationLifeCycle.xml
> ├── rxts
> │   ├── application.rxt
> │   ├── appversions.rxt
> │   ├── database.rxt
> │   ├── databasetemplate.rxt
> │   ├── databaseuser.rxt
> │   ├── eta.rxt
> │   └── repouser.rxt
> ├── rxt.xsd
> ├── security
> │   ├── client-truststore.jks
> │   ├── tokenstore
> │   └── wso2carbon.jks
> ├── services-config.xsd
> └── service-ui-config.xsd
>
> Thanks,
> Kasun
>
> *Kasun de Silva*
> Software Engineer | *WSO2 Inc.*; http://wso2.com
> lean.enterprise.middleware
>
> email   : kas...@wso2.com
> mobile : +94 77 794 4260
>
>
> On Thu, Feb 5, 2015 at 11:55 AM, Janaka Ranabahu  wrote:
>
>> Hi Kasun,
>>
>> On Thu, Feb 5, 2015 at 11:49 AM, Kasun De Silva  wrote:
>>
>>> Hi All,
>>>
>>> Observed following in the AF log, This happens when login into tenant
>>> admin for the first time right after creating the tenant.
>>>
>>> we are using org.wso2.carbon.governance.lcm_4.2.1.jar in this pack.
>>>
>>>
>>> Any clue why is this happening ?
>>>
>> ​
>> ​This is when adding the LC for the 1st time. Could you check whether the
>> ​given file(
>> ​
>> /ifecycle-config.xsd) is there in the correct location?
>>
>> Thanks,
>> Janaka​
>>
>>
>>>
>>> TID: [0] [AF] [2015-02-05 10:22:21,890] ERROR {
>>> org.wso2.carbon.governance.lcm.util.CommonUtil} -  Unable to get a
>>> schema validator from the given file path : /mnt/
>>> 192.168.16.2/appfactory/wso2appfactory-2.1.0-SNAPSHOT/repository/resources/lifecycle-config.xsd
>>> {org.wso2.carbon.governance.lcm.util.CommonUtil}
>>> TID: [0] [AF] [2015-02-05 10:22:22,499] ERROR {
>>> org.wso2.carbon.governance.lcm.util.CommonUtil} -  Unable to get a
>>> schema validator from the given file path : /mnt/
>>> 192.168.16.2/appfactory/wso2appfactory-2.1.0-SNAPSHOT/repository/resources/lifecycle-config.xsd
>>> {org.wso2.carbon.governance.lcm.util.CommonUtil}
>>>
>>> Thanks,
>>>
>>> *Kasun de Silva*
>>> Software Engineer | *WSO2 Inc.*; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> email   : kas...@wso2.com
>>> mobile : +94 77 794 4260
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Janaka Ranabahu*
>> Senior Software Engineer; WSO2 Inc.; http://wso2.com
>>
>>
>> *E-mail: jan...@wso2.com **M: **+94 718370861
>> <%2B94%20718370861>*
>>
>> Lean . Enterprise . Middleware
>>
>
>


-- 
Manjula Rathnayaka
Software Engineer
WSO2, Inc.
Mobile:+94 77 743 1987
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [APPFAC] Error regarding org.wso2.carbon.governance.lcm.jar

2015-02-05 Thread Kasun De Silva
Hi Janaka,

In the given path (wso2appfactory-2.1.0-SNAPSHOT/repository/resources/) all
I can find is,

├── lifecycles
│   ├── configurations.xml
│   └── UploadableApplicationLifeCycle.xml
├── rxts
│   ├── application.rxt
│   ├── appversions.rxt
│   ├── database.rxt
│   ├── databasetemplate.rxt
│   ├── databaseuser.rxt
│   ├── eta.rxt
│   └── repouser.rxt
├── rxt.xsd
├── security
│   ├── client-truststore.jks
│   ├── tokenstore
│   └── wso2carbon.jks
├── services-config.xsd
└── service-ui-config.xsd

Thanks,
Kasun

*Kasun de Silva*
Software Engineer | *WSO2 Inc.*; http://wso2.com
lean.enterprise.middleware

email   : kas...@wso2.com
mobile : +94 77 794 4260


On Thu, Feb 5, 2015 at 11:55 AM, Janaka Ranabahu  wrote:

> Hi Kasun,
>
> On Thu, Feb 5, 2015 at 11:49 AM, Kasun De Silva  wrote:
>
>> Hi All,
>>
>> Observed following in the AF log, This happens when login into tenant
>> admin for the first time right after creating the tenant.
>>
>> we are using org.wso2.carbon.governance.lcm_4.2.1.jar in this pack.
>>
>>
>> Any clue why is this happening ?
>>
> ​
> ​This is when adding the LC for the 1st time. Could you check whether the
> ​given file(
> ​
> /ifecycle-config.xsd) is there in the correct location?
>
> Thanks,
> Janaka​
>
>
>>
>> TID: [0] [AF] [2015-02-05 10:22:21,890] ERROR {
>> org.wso2.carbon.governance.lcm.util.CommonUtil} -  Unable to get a
>> schema validator from the given file path : /mnt/
>> 192.168.16.2/appfactory/wso2appfactory-2.1.0-SNAPSHOT/repository/resources/lifecycle-config.xsd
>> {org.wso2.carbon.governance.lcm.util.CommonUtil}
>> TID: [0] [AF] [2015-02-05 10:22:22,499] ERROR {
>> org.wso2.carbon.governance.lcm.util.CommonUtil} -  Unable to get a
>> schema validator from the given file path : /mnt/
>> 192.168.16.2/appfactory/wso2appfactory-2.1.0-SNAPSHOT/repository/resources/lifecycle-config.xsd
>> {org.wso2.carbon.governance.lcm.util.CommonUtil}
>>
>> Thanks,
>>
>> *Kasun de Silva*
>> Software Engineer | *WSO2 Inc.*; http://wso2.com
>> lean.enterprise.middleware
>>
>> email   : kas...@wso2.com
>> mobile : +94 77 794 4260
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Janaka Ranabahu*
> Senior Software Engineer; WSO2 Inc.; http://wso2.com
>
>
> *E-mail: jan...@wso2.com **M: **+94 718370861
> <%2B94%20718370861>*
>
> Lean . Enterprise . Middleware
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [APPFAC] Error regarding org.wso2.carbon.governance.lcm.jar

2015-02-04 Thread Janaka Ranabahu
Hi Kasun,

On Thu, Feb 5, 2015 at 11:49 AM, Kasun De Silva  wrote:

> Hi All,
>
> Observed following in the AF log, This happens when login into tenant
> admin for the first time right after creating the tenant.
>
> we are using org.wso2.carbon.governance.lcm_4.2.1.jar in this pack.
>
>
> Any clue why is this happening ?
>
​
​This is when adding the LC for the 1st time. Could you check whether the
​given file(
​
/ifecycle-config.xsd) is there in the correct location?

Thanks,
Janaka​


>
> TID: [0] [AF] [2015-02-05 10:22:21,890] ERROR {
> org.wso2.carbon.governance.lcm.util.CommonUtil} -  Unable to get a schema
> validator from the given file path : /mnt/
> 192.168.16.2/appfactory/wso2appfactory-2.1.0-SNAPSHOT/repository/resources/lifecycle-config.xsd
> {org.wso2.carbon.governance.lcm.util.CommonUtil}
> TID: [0] [AF] [2015-02-05 10:22:22,499] ERROR {
> org.wso2.carbon.governance.lcm.util.CommonUtil} -  Unable to get a schema
> validator from the given file path : /mnt/
> 192.168.16.2/appfactory/wso2appfactory-2.1.0-SNAPSHOT/repository/resources/lifecycle-config.xsd
> {org.wso2.carbon.governance.lcm.util.CommonUtil}
>
> Thanks,
>
> *Kasun de Silva*
> Software Engineer | *WSO2 Inc.*; http://wso2.com
> lean.enterprise.middleware
>
> email   : kas...@wso2.com
> mobile : +94 77 794 4260
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Janaka Ranabahu*
Senior Software Engineer; WSO2 Inc.; http://wso2.com


*E-mail: jan...@wso2.com **M: **+94 718370861*

Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev