On Wed, Apr 6, 2011 at 7:14 PM, Ajith Vitharana <[email protected]> wrote:

>
>
> On Wed, Apr 6, 2011 at 12:29 PM, Senaka Fernando <[email protected]> wrote:
>
>> Hi Charitha, Sameera,
>>
>> Thanks for the feedback. I believe that there might be some issues @
>> JSP-level after the stub migration effort. Ajith please verify the packs and
>> see whether there are any JSP-level issues that have cropped up after the
>> stub migrations.
>>
>
>   Hi Senaka,
>
>   Plz apply patches(CARBON-9310-patch and CARBON-9309-patch) to fix above
> two issues.
>

Hi Senaka,

Latest G-Reg pack getting following ERROR at the startup.

[2011-04-06 19:20:04,038] ERROR
{org.wso2.carbon.qpid.service.QpidServiceImpl} -
/home/ajith/Desktop/wso2greg-4.0.0-SNAPSHOT/repository/conf/advanced/qpid-config.xml
not found
[2011-04-06 19:20:04,067] ERROR
{org.wso2.carbon.qpid.internal.QpidServiceComponent} -  Failed to start Qpid
broker : File
/home/ajith/Desktop/wso2greg-4.0.0-SNAPSHOT/repository/conf/advanced/qpid-config.xml
could not be found. Check the file exists and is readable.

Plz apply patch (STARTUP-patch)  to fix this issue.

Thanks
Ajithn




>
>   Thanks
>   Ajithn
>
>
>>
>> Thanks,
>> Senaka.
>>
>>
>> On Wed, Apr 6, 2011 at 12:19 PM, Charitha Kankanamge 
>> <[email protected]>wrote:
>>
>>> AFAIK these failures cannot be captured by integration tests. These are
>>> JSP failures. Our integration tests are based on admin services.
>>>
>>> Regards
>>> Charitha
>>>
>>>
>>> On Wed, Apr 6, 2011 at 12:09 PM, Senaka Fernando <[email protected]>wrote:
>>>
>>>> Hi Evanthika,
>>>>
>>>> During the last few days, we were solely focusing on the build and
>>>> getting the build perfected. All unit-tests related to the components and
>>>> product were passing fine, but we discovered that the product integration
>>>> tests were removed added for some reason (Janaka is looking into this right
>>>> now), however, AFAIK, there aren't any failures in those as well.
>>>>
>>>> We have done a complete rebuild of the packs from scratch locally, and
>>>> we will use those to double check whether these issues are around. If there
>>>> are any issues we will have these sorted asap.
>>>>
>>>> Thanks,
>>>> Senaka.
>>>>
>>>> On Wed, Apr 6, 2011 at 12:02 PM, Evanthika Amarasiri <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi All,
>>>>>
>>>>> The following blockers [1], [2] were found with the packs downloaded
>>>>> from [3]. These are basic functionalities and I'm not sure how such basic
>>>>> issues could slip from you all. This pack is unusable and I'm sure there 
>>>>> may
>>>>> be hundreds of other issues as well. Please be good enough to build the 
>>>>> next
>>>>> pack after doing a smoke test to see whether at least the basic
>>>>> functionalities are working.
>>>>>
>>>>> [1] - https://wso2.org/jira/browse/CARBON-9309
>>>>> [2] - https://wso2.org/jira/browse/CARBON-9310
>>>>> [3] - http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/
>>>>>
>>>>>
>>>>> Regards,
>>>>> Evanthika
>>>>>
>>>>> _______________________________________________
>>>>> Carbon-dev mailing list
>>>>> [email protected]
>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> *Senaka Fernando*
>>>> Product Manager - WSO2 Governance Registry;
>>>> Associate Technical Lead; WSO2, Inc.; http://wso2.com*
>>>> Member; Apache Software Foundation; http://apache.org
>>>>
>>>> E-mail: senaka AT wso2.com
>>>> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
>>>> Linked-In: http://www.linkedin.com/in/senakafernando
>>>>
>>>> *Lean . Enterprise . Middleware
>>>>
>>>>
>>>> _______________________________________________
>>>> Carbon-dev mailing list
>>>> [email protected]
>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>>
>>>
>>
>>
>> --
>> *Senaka Fernando*
>> Product Manager - WSO2 Governance Registry;
>> Associate Technical Lead; WSO2, Inc.; http://wso2.com*
>> Member; Apache Software Foundation; http://apache.org
>>
>> E-mail: senaka AT wso2.com
>> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
>> Linked-In: http://www.linkedin.com/in/senakafernando
>>
>> *Lean . Enterprise . Middleware
>>
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> [email protected]
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
Index: greg/modules/distribution/product/src/main/assembly/bin.xml
===================================================================
--- greg/modules/distribution/product/src/main/assembly/bin.xml (revision 91702)
+++ greg/modules/distribution/product/src/main/assembly/bin.xml (working copy)
@@ -130,6 +130,14 @@
                 <include>**/*</include>
             </includes>
         </fileSet>
+        <fileSet>
+           
<directory>../../p2-profile-gen/product/target/wso2carbon-core-${carbon.version}/repository/conf/advanced/</directory>
+           
<outputDirectory>${pom.artifactId}-${build.version}/repository/conf/advanced</outputDirectory>
+           <includes>
+               <include>**/*</include>
+           </includes>
+        </fileSet>
+
     </fileSets>
 
     <dependencySets>
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to