Hi Samisa,

The bootup validator component was developed as per the roadmap item [1].

We encountered these WARN logs on Windows 7 for carbon server while testing
Jaggery pack yesterday. Basically this happens if the particular OS is not
added as a parameter under SupportedOSValidator in the
repository/conf/config-validations.xml.
I tweaked the bootup validator component to accommodate Windows 7 as a
tested OS and this works without any WARNs in the latest Jaggery M3 nighlty
pack uploaded yesterday at [1].
Are you using this pack for your reference?

Thanks,
Dileepa

[1] https://wso2.org/jira/browse/CARBONROADMAP-15
[2] http://people.wso2.com/~nuwan/jaggery/27-2-12/jaggery
-1.0.0-SNAPSHOT_M3.zip

On Tue, Feb 28, 2012 at 8:46 AM, Sameera Jayasoma <same...@wso2.com> wrote:

> Hi Samisa,
>
> This log comes from the bootup validator component, developed very
> recently. I just had a look a the config-validator.xml. Under the supported
> os section, I see Windows 7. But I am wondering why it puts log. Lets wait
> for Dileepa's comment.
>
> <Configuration enabled="true">
> <!--Configuration Validators to validate system configs against
> recommended config settings-->
>  <Validator class="org.wso2.carbon.core.bootup.validator.SystemValidator">
> <Parameter id="CPU">800</Parameter>
>  <Parameter id="RAM">2048</Parameter>
> <Parameter id="swap">2048</Parameter>
>  <Parameter id="freeDisk">1024</Parameter>
> <Parameter id="ulimit">4096</Parameter>
>  </Validator>
> <Validator class="org.wso2.carbon.core.bootup.validator.JVMValidator">
>  <Parameter id="initHeapSize">256</Parameter>
> <Parameter id="maxHeapSize">512</Parameter>
>  <Parameter id="maxPermGenSize">256</Parameter>
> </Validator>
>  <Validator
> class="org.wso2.carbon.core.bootup.validator.RequiredSystemPropertiesValidator">
> <Parameter id="p1">carbon.home</Parameter>
>  <Parameter id="p2">carbon.config.dir.path</Parameter>
> <Parameter id="p3">axis2.home</Parameter>
>  </Validator>
> <Validator
> class="org.wso2.carbon.core.bootup.validator.SupportedOSValidator">
>  <Parameter id="os1">Linux</Parameter>
> <Parameter id="os2">Unix</Parameter>
>  <Parameter id="os3">Mac OS</Parameter>
> <Parameter id="os4">Windows Server 2003</Parameter>
>  <Parameter id="os5">Windows XP</Parameter>
> <Parameter id="os6">Windows Vista</Parameter>
>  <Parameter id="os7">Windows 7</Parameter>
> </Validator>
> </Configuration>
>
> Thanks,
> Sameera.
>
> On Tue, Feb 28, 2012 at 8:30 AM, Samisa Abeysinghe <sam...@wso2.com>wrote:
>
>> When I start Jagerry pack, I see the following line:
>>
>> *[2012-02-28 08:28:47,418]  WARN
>> {org.wso2.carbon.core.bootup.validator.util.ValidationResultPrinter} -  The
>> running OS : Windows 7 is not a tested Operating System for running WSO2
>> Carbon*
>>
>> What on earth does this mean???
>>
>> Who added this?
>>
>> Why was this added?
>>
>> Was this discussed?
>>
>> Thanks,
>> Samisa...
>>
>> Samisa Abeysinghe
>> VP Engineering
>> WSO2 Inc.
>> http://wso2.com
>> http://wso2.org
>>
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Sameera Jayasoma
> Technical Lead and Product Manager, WSO2 Carbon
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://tech.jayasoma.org
>
> Lean . Enterprise . Middleware
>
> _______________________________________________
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Dileepa Jayakody,
Software Engineer, WSO2 Inc.
Lean . Enterprise . Middleware

Mobile : +94777-857616
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to