Hi Maduranga,

On Sun, Oct 11, 2015 at 8:44 PM, Maduranga Siriwardena <[email protected]>
wrote:

> Hi Udara,
>
> I tried to build the product-ues with latest snapshot versions of
> carbon-identity, jaggery-extensions, carbon-store and carbon-dashboards and
> didn't face any problem.
>
> Thanks,
> Maduranga
>
> On Sat, Oct 10, 2015 at 10:55 AM, Udara Rathnayake <[email protected]>
> wrote:
>
>> Thanks Maduranga,
>>
>>
>> Regards,
>> UdaraR
>>
>> On Fri, Oct 9, 2015 at 7:46 PM, Maduranga Siriwardena <[email protected]
>> > wrote:
>>
>>> Hi Udara,
>>>
>>> Seems like Webapp Management Core Feature 4.5.3 (This feature is not
>>> created by carbon-identity. It is created by carbon-multitenancy) need to
>>> pack org.apache.http.conn.ssl.
>>>
>>
>> @KasunG, who owns carbon-multitenancy?
>> Need to verify this.
>>
>>>
>>> Thanks,
>>> Maduranga
>>>
>>> On Fri, Oct 9, 2015 at 7:12 PM, Udara Rathnayake <[email protected]>
>>> wrote:
>>>
>>>> Hi Identity Team,
>>>>
>>>> We are trying to build product-jaggery with latest versions of
>>>> kernel/identity/registry etc..
>>>>
>>>
As I mentioned above this is product-jaggery (not ues). I have used the
same mail thread since the issue is similar.

Getting following error during the build.. Any idea about this?
>>>>
>>>> Installation failed.
>>>> Cannot complete the install because one or more required items could
>>>> not be found.
>>>>  Software being installed: WSO2 Carbon - Webapp Management Core Feature
>>>> 4.5.3 (org.wso2.carbon.webapp.mgt.server.feature.group 4.5.3)
>>>>  Missing requirement: org.wso2.carbon.identity.sso.agent 4.5.6
>>>> (org.wso2.carbon.identity.sso.agent 4.5.6) requires 'package
>>>> org.apache.http.conn.ssl [4.3.1.wso2v2,4.4.0)' but it could not be found
>>>>  Cannot satisfy dependency:
>>>>   From: WSO2 Carbon - Webapp Management Core Feature 4.5.3
>>>> (org.wso2.carbon.webapp.mgt.server.feature.group 4.5.3)
>>>>   To: org.wso2.carbon.identity.sso.agent [4.5.6]
>>>> Application failed, log file location:
>>>> /tmp/m2-jaggery/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1444397794859.log
>>>>
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Reactor Summary:
>>>> [INFO]
>>>> [INFO] jaggeryjs - Parent ................................ SUCCESS
>>>> [0.869s]
>>>> [INFO] Jaggery components parent ......................... SUCCESS
>>>> [0.052s]
>>>> [INFO] Jaggery components parent ......................... SUCCESS
>>>> [0.036s]
>>>> [INFO] Jaggery Server - UI styles ........................ SUCCESS
>>>> [1.008s]
>>>> [INFO] WSO2 Jaggery Server - Features Aggregator Module .. SUCCESS
>>>> [0.027s]
>>>> [INFO] WSO2 Jaggery Server - Style Features .............. SUCCESS
>>>> [0.406s]
>>>> [INFO] Jaggery - Profile Generation ...................... FAILURE
>>>> [6.823s]
>>>> [INFO] WSO2 Carbon - Distribution ........................ SKIPPED
>>>> [INFO] Jaggery Integration Tests ......................... SKIPPED
>>>> [INFO] Jaggery Integration Tests Commons ................. SKIPPED
>>>> [INFO] WSO2 Jaggery - Integration Test Common Utils Module  SKIPPED
>>>> [INFO] jaggeryJS- Integration Test Module ................ SKIPPED
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] BUILD FAILURE
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [INFO] Total time: 10.504s
>>>> [INFO] Finished at: Fri Oct 09 19:06:38 IST 2015
>>>> [INFO] Final Memory: 26M/330M
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>> [ERROR] Failed to execute goal
>>>> org.wso2.maven:carbon-p2-plugin:1.5.3:p2-profile-gen
>>>> (3-p2-profile-generation) on project p2-profile-gen: P2 publisher return
>>>> code was 13 -> [Help 1]
>>>> [ERROR]
>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
>>>> the -e switch.
>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>>> [ERROR]
>>>> [ERROR] For more information about the errors and possible solutions,
>>>> please read the following articles:
>>>> [ERROR] [Help 1]
>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>>>> [ERROR]
>>>> [ERROR] After correcting the problems, you can resume the build with
>>>> the command
>>>> [ERROR]   mvn <goals> -rf :p2-profile-gen
>>>>
>>>>
>>>> Rgards,
>>>> UdaraR
>>>>
>>>> On Wed, Sep 30, 2015 at 11:08 PM, Udara Rathnayake <[email protected]>
>>>> wrote:
>>>>
>>>>> Thanks for the quick update. Will do the UES m4 release with this.
>>>>>
>>>>> On Wed, Sep 30, 2015 at 7:43 PM, Maduranga Siriwardena <
>>>>> [email protected]> wrote:
>>>>>
>>>>>> Hi Udara,
>>>>>>
>>>>>> We now pack slf4j-api and slf4j-log4j12 with the features that pack
>>>>>> oltu. And we have removed the dependency to 
>>>>>> org.wso2.carbon.identity.provider.server.feature
>>>>>> from org.wso2.carbon.identity.oauth.feature. So there is no need for 
>>>>>> net.sf.ehcache
>>>>>> package. Changes will be available in carbon-identity 4.5.6-beta release.
>>>>>>
>>>>>> You will have to
>>>>>> remove org.wso2.carbon.identity.provider.server.feature from product-ues
>>>>>> (as you have added org.wso2.carbon.identity.provider.server.feature
>>>>>> to product-ues as there is a importFeatureDef to it
>>>>>> from org.wso2.carbon.identity.oauth.server.feature)
>>>>>>
>>>>>> Thanks,
>>>>>> Maduranga.
>>>>>>
>>>>>> On Tue, Sep 29, 2015 at 11:22 AM, Udara Rathnayake <[email protected]>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Maduranga,
>>>>>>>
>>>>>>> Please have a look at Identity Provider Server Feature[1] as well.
>>>>>>> As a temporary workaround to get UES m3 out we have added following to 
>>>>>>> one
>>>>>>> of our features(which is wrong). P.lease update this thread once you
>>>>>>> release beta with relevant fixes.
>>>>>>> Created jira[2]
>>>>>>>
>>>>>>> <bundleDef>org.slf4j:slf4j-log4j12</bundleDef>
>>>>>>> <bundleDef>org.slf4j:slf4j-api</bundleDef>
>>>>>>> <bundleDef>net.sf.ehcache.wso2:ehcache</bundleDef>
>>>>>>>
>>>>>>> [1]
>>>>>>> Cannot complete the install because one or more required items could
>>>>>>> not be found.
>>>>>>>  Software being installed: Identity Provider Server Feature
>>>>>>> 4.6.0.alpha (org.wso2.carbon.identity.provider.server.feature.group
>>>>>>> 4.6.0.alpha)
>>>>>>>  Missing requirement: openid4java 1.0.0.wso2v1 (openid4java
>>>>>>> 1.0.0.wso2v1) requires 'package net.sf.ehcache [1.5.0,1.6.0)' but it 
>>>>>>> could
>>>>>>> not be found
>>>>>>>  Cannot satisfy dependency:
>>>>>>>   From: Identity Provider Server Feature 4.6.0.alpha
>>>>>>> (org.wso2.carbon.identity.provider.server.feature.group 4.6.0.alpha)
>>>>>>>   To: openid4java [1.0.0.wso2v1]
>>>>>>> Application failed, log file location:
>>>>>>> /tmp/m2-ues2/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1443504549355.log
>>>>>>>
>>>>>>> [INFO]
>>>>>>> ------------------------------------------------------------------------
>>>>>>> [INFO] Reactor Summary:
>>>>>>> [INFO]
>>>>>>> [INFO] WSO2 User Engagement Server ....................... SUCCESS
>>>>>>> [0.913s]
>>>>>>> [INFO] UES Server - UI styles ............................ SUCCESS
>>>>>>> [1.275s]
>>>>>>> [INFO] WSO2 Carbon - User Engagement Server Feature Module  SUCCESS
>>>>>>> [0.025s]
>>>>>>> [INFO] WSO2 Carbon - UES feature ......................... SUCCESS
>>>>>>> [0.580s]
>>>>>>> [INFO] UES - Profile Generation .......................... FAILURE
>>>>>>> [11.781s]
>>>>>>> [INFO] WSO2 User Engagement Server - Distribution ........ SKIPPED
>>>>>>> [INFO]
>>>>>>> ------------------------------------------------------------------------
>>>>>>> [INFO] BUILD FAILURE
>>>>>>> [INFO]
>>>>>>> ------------------------------------------------------------------------
>>>>>>> [INFO] Total time: 15.412s
>>>>>>> [INFO] Finished at: Tue Sep 29 10:59:13 IST 2015
>>>>>>> [INFO] Final Memory: 23M/329M
>>>>>>> [INFO]
>>>>>>> ------------------------------------------------------------------------
>>>>>>>
>>>>>>> [2] https://wso2.org/jira/browse/IDENTITY-3672
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Sep 28, 2015 at 7:21 PM, Maduranga Siriwardena <
>>>>>>> [email protected]> wrote:
>>>>>>>
>>>>>>>> Hi Udara,
>>>>>>>>
>>>>>>>> We are planing to release carbon-identity beta 15th of October.
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> Maduranga
>>>>>>>>
>>>>>>>> On Mon, Sep 28, 2015 at 7:18 PM, Udara Rathnayake <[email protected]>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Hi Maduraga,
>>>>>>>>>
>>>>>>>>> When are you planning to do the 4.6.0 beta release?
>>>>>>>>>
>>>>>>>>> On Mon, Sep 28, 2015 at 3:21 PM, Maduranga Siriwardena <
>>>>>>>>> [email protected]> wrote:
>>>>>>>>>
>>>>>>>>>> Hi Udara,
>>>>>>>>>>
>>>>>>>>>> We have created a new orbit bundle for oltu (which is previously
>>>>>>>>>> known as amber) to remove forked amber repository. oltu is packed 
>>>>>>>>>> from
>>>>>>>>>> OAuth feature and seems like this feature installation causes issues 
>>>>>>>>>> due to
>>>>>>>>>> the absence of slf4j new version. We haven't encountered any issues 
>>>>>>>>>> with
>>>>>>>>>> this feature installation since we pack this version of slf4j from 
>>>>>>>>>> some
>>>>>>>>>> other features.  We will pack it from Oauth feature in 
>>>>>>>>>> carbon-identity beta
>>>>>>>>>> release.
>>>>>>>>>>
>>>>>>>>>> Meanwhile if you are packing slf4j, can please upgrade your slf4j
>>>>>>>>>> version to 1.6.1.
>>>>>>>>>>
>>>>>>>>>> Thanks,
>>>>>>>>>> Maduranga
>>>>>>>>>>
>>>>>>>>>> On Mon, Sep 28, 2015 at 1:36 PM, Udara Rathnayake <
>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi Identity team,
>>>>>>>>>>>
>>>>>>>>>>> Getting following build failure. Any idea about this?
>>>>>>>>>>> Do we need to add org.slf4j as a dependency?
>>>>>>>>>>>
>>>>>>>>>>> Software being installed: OAuth Feature 4.6.0.alpha
>>>>>>>>>>> (org.wso2.carbon.identity.oauth.feature.group 4.6.0.alpha)
>>>>>>>>>>>  Missing requirement: oltu 1.0.0.wso2v1 (oltu 1.0.0.wso2v1)
>>>>>>>>>>> requires 'package org.slf4j [1.6.1,1.7.0)' but it could not be found
>>>>>>>>>>>  Cannot satisfy dependency:
>>>>>>>>>>>   From: WSO2 Carbon - OAuth Common 4.6.0.alpha
>>>>>>>>>>> (org.wso2.carbon.identity.oauth.common 4.6.0.alpha)
>>>>>>>>>>>   To: package org.apache.oltu.oauth2.common.validators
>>>>>>>>>>> [1.0.0,1.1.0)
>>>>>>>>>>>  Cannot satisfy dependency:
>>>>>>>>>>>   From: Identity OAuth Common Feature 4.6.0.alpha
>>>>>>>>>>> (org.wso2.carbon.identity.oauth.common.feature.group 4.6.0.alpha)
>>>>>>>>>>>   To: org.wso2.carbon.identity.oauth.common [4.6.0.alpha]
>>>>>>>>>>>  Cannot satisfy dependency:
>>>>>>>>>>>   From: OAuth Feature 4.6.0.alpha
>>>>>>>>>>> (org.wso2.carbon.identity.oauth.feature.group 4.6.0.alpha)
>>>>>>>>>>>   To: org.wso2.carbon.identity.oauth.common.feature.group
>>>>>>>>>>> [4.6.0.alpha]
>>>>>>>>>>> Application failed, log file location:
>>>>>>>>>>> /tmp/m2-ues/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1443427357769.log
>>>>>>>>>>>
>>>>>>>>>>> [INFO]
>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>> [INFO] Reactor Summary:
>>>>>>>>>>> [INFO]
>>>>>>>>>>> [INFO] WSO2 User Engagement Server .......................
>>>>>>>>>>> SUCCESS [0.831s]
>>>>>>>>>>> [INFO] UES Server - UI styles ............................
>>>>>>>>>>> SUCCESS [1.259s]
>>>>>>>>>>> [INFO] WSO2 Carbon - User Engagement Server Feature Module
>>>>>>>>>>> SUCCESS [0.038s]
>>>>>>>>>>> [INFO] WSO2 Carbon - UES feature .........................
>>>>>>>>>>> SUCCESS [0.570s]
>>>>>>>>>>> [INFO] UES - Profile Generation ..........................
>>>>>>>>>>> FAILURE [11.531s]
>>>>>>>>>>> [INFO] WSO2 User Engagement Server - Distribution ........
>>>>>>>>>>> SKIPPED
>>>>>>>>>>> [INFO]
>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>> [INFO] BUILD FAILURE
>>>>>>>>>>> [INFO]
>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>> [INFO] Total time: 15.019s
>>>>>>>>>>> [INFO] Finished at: Mon Sep 28 13:32:41 IST 2015
>>>>>>>>>>> [INFO] Final Memory: 23M/329M
>>>>>>>>>>>
>>>>>>>>>>> Regards,
>>>>>>>>>>> UdaraR
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Dev mailing list
>>>>>>>>>>> [email protected]
>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Maduranga Siriwardena
>>>>>>>>>> Software Engineer
>>>>>>>>>> WSO2 Inc.
>>>>>>>>>>
>>>>>>>>>> email: [email protected]
>>>>>>>>>> mobile: +94718990591
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Maduranga Siriwardena
>>>>>>>> Software Engineer
>>>>>>>> WSO2 Inc.
>>>>>>>>
>>>>>>>> email: [email protected]
>>>>>>>> mobile: +94718990591
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Maduranga Siriwardena
>>>>>> Software Engineer
>>>>>> WSO2 Inc.
>>>>>>
>>>>>> email: [email protected]
>>>>>> mobile: +94718990591
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>> --
>>> Maduranga Siriwardena
>>> Software Engineer
>>> WSO2 Inc.
>>>
>>> email: [email protected]
>>> mobile: +94718990591
>>>
>>
>>
>
>
> --
> Maduranga Siriwardena
> Software Engineer
> WSO2 Inc.
>
> email: [email protected]
> mobile: +94718990591
>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to