Re: [Dev] Error while installing org.wso2.carbon.um.ws.service.server.feature

2012-11-08 Thread Sanjeewa Malalgoda
Hi,
Reason for this issue is error in product p2 pom(version mismatch 4.0.3 and
4.0.4) and its fixed now. Thanks dileepa for your help.

Thanks.

On Thu, Nov 8, 2012 at 10:26 AM, Dileepa Jayakody  wrote:

> Hi Sanjeewa,
>
> I looked into this, and as it seems the problem is in *
> org.wso2.carbon.transport.mgt* 4.0.0 component. It has a import for
> org.apache.axis2.*;version="${axis2.osgi.version.range.transport-mgt}",
> which should resolve to [1.6.1.wso2v1,1.7.0), but I'm not sure about the
> missing requirements via axis2 1.6.1.wso2v5, because we use axis2
> 1.6.1.wso2v6 since 4.0.2 release AFAIK. And also package
> javax.xml.transform 0.0.0 comes from the osgi system bundle in our runtime.
> Need to dig more into the transport.mgt 4.0.0 component and find a solution.
>
> Thanks,
> Dileepa
>
>
>
> On Thu, Nov 8, 2012 at 9:36 AM, Sanjeewa Malalgoda wrote:
>
>> Hi Dileepa,
>> Do you have any idea on this?
>>
>> Thanks.
>>
>>
>> On Wed, Nov 7, 2012 at 8:57 PM, Miyuru Wanninayaka wrote:
>>
>>> NHttp GET Request Processor Feature was didn't touched for long time.
>>> I'm wondering how this thing breaks suddenly.
>>>
>>> On Wed, Nov 7, 2012 at 4:44 PM, Sanjeewa Malalgoda wrote:
>>>
 Hi,
 I'm getting following error while building API manager P2 profile. What
 did we missed here. Built up to product with clean repo.

 Thanks.

 Installing org.wso2.carbon.apimgt.server.feature.group 1.0.5.
 Installing org.wso2.carbon.apimgt.ui.feature.group 1.0.5.
 Installing org.wso2.carbon.registry.extensions.feature.group 4.0.2.
 Installing org.wso2.carbon.governance.metadata.feature.group 4.0.4.
 Installing org.wso2.carbon.identity.core.feature.group 4.0.3.
 Installing org.wso2.carbon.um.ws.service.server.feature.group 4.0.2.
 Installation failed.
 Cannot complete the install because one or more required items could
 not be found.
  Software being installed: WSO2 Carbon - NHttp GET Request Processor
 Feature 4.0.0 (org.wso2.carbon.transport.nhttp.feature.group 4.0.0)
  Missing requirement: axiom 1.2.11.wso2v1 (axiom 1.2.11.wso2v1)
 requires 'package javax.xml.transform 0.0.0' but it could not be found
  Cannot satisfy dependency:
   From: axis2 1.6.1.wso2v5 (axis2 1.6.1.wso2v5)
   To: package javax.mail 1.4.0
  Cannot satisfy dependency:
   From: org.wso2.carbon.transport.mgt 4.0.0
 (org.wso2.carbon.transport.mgt 4.0.0)
   To: package org.apache.axis2 [1.6.1.wso2v1,1.7.0)
  Cannot satisfy dependency:
   From: WSO2 Carbon - Transport Management Core Feature 4.0.0
 (org.wso2.carbon.transport.mgt.server.feature.group 4.0.0)
   To: org.wso2.carbon.transport.mgt [4.0.0]
  Cannot satisfy dependency:
   From: WSO2 Carbon - NHttp GET Request Processor Feature 4.0.0
 (org.wso2.carbon.transport.nhttp.feature.group 4.0.0)
To: org.wso2.carbon.transport.mgt.server.feature.group [4.0.0,4.1.0)
 Application failed, log file location:
 /var/home/lakmali/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1352282330510.log
 !SESSION 2012-11-07 01:58:50.068
 ---
 eclipse.buildId=unknown
 java.version=1.6.0_24


 --
 *Sanjeewa Malalgoda*
 WSO2 Inc.
 Mobile : +14084122175 | +94713068779

  blog
 :http://sanjeewamalalgoda.blogspot.com/


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


>>>
>>>
>>> --
>>> Thanks,
>>> Miyuru
>>>
>>
>>
>>
>> --
>> *Sanjeewa Malalgoda*
>> WSO2 Inc.
>> Mobile : +14084122175 | +94713068779
>>
>>  blog
>> :http://sanjeewamalalgoda.blogspot.com/
>>
>>
>
>
> --
> Dileepa Jayakody,
> Software Engineer, WSO2 Inc.
> Lean . Enterprise . Middleware
>
> Mobile : +94777-857616
>
>


-- 
*Sanjeewa Malalgoda*
WSO2 Inc.
Mobile : +14084122175 | +94713068779

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


Re: [Dev] Error while installing org.wso2.carbon.um.ws.service.server.feature

2012-11-07 Thread Dileepa Jayakody
Hi Sanjeewa,

I looked into this, and as it seems the problem is in *
org.wso2.carbon.transport.mgt* 4.0.0 component. It has a import for
org.apache.axis2.*;version="${axis2.osgi.version.range.transport-mgt}",
which should resolve to [1.6.1.wso2v1,1.7.0), but I'm not sure about the
missing requirements via axis2 1.6.1.wso2v5, because we use axis2
1.6.1.wso2v6 since 4.0.2 release AFAIK. And also package
javax.xml.transform 0.0.0 comes from the osgi system bundle in our runtime.
Need to dig more into the transport.mgt 4.0.0 component and find a solution.

Thanks,
Dileepa


On Thu, Nov 8, 2012 at 9:36 AM, Sanjeewa Malalgoda wrote:

> Hi Dileepa,
> Do you have any idea on this?
>
> Thanks.
>
>
> On Wed, Nov 7, 2012 at 8:57 PM, Miyuru Wanninayaka wrote:
>
>> NHttp GET Request Processor Feature was didn't touched for long time. I'm
>> wondering how this thing breaks suddenly.
>>
>> On Wed, Nov 7, 2012 at 4:44 PM, Sanjeewa Malalgoda wrote:
>>
>>> Hi,
>>> I'm getting following error while building API manager P2 profile. What
>>> did we missed here. Built up to product with clean repo.
>>>
>>> Thanks.
>>>
>>> Installing org.wso2.carbon.apimgt.server.feature.group 1.0.5.
>>> Installing org.wso2.carbon.apimgt.ui.feature.group 1.0.5.
>>> Installing org.wso2.carbon.registry.extensions.feature.group 4.0.2.
>>> Installing org.wso2.carbon.governance.metadata.feature.group 4.0.4.
>>> Installing org.wso2.carbon.identity.core.feature.group 4.0.3.
>>> Installing org.wso2.carbon.um.ws.service.server.feature.group 4.0.2.
>>> Installation failed.
>>> Cannot complete the install because one or more required items could not
>>> be found.
>>>  Software being installed: WSO2 Carbon - NHttp GET Request Processor
>>> Feature 4.0.0 (org.wso2.carbon.transport.nhttp.feature.group 4.0.0)
>>>  Missing requirement: axiom 1.2.11.wso2v1 (axiom 1.2.11.wso2v1) requires
>>> 'package javax.xml.transform 0.0.0' but it could not be found
>>>  Cannot satisfy dependency:
>>>   From: axis2 1.6.1.wso2v5 (axis2 1.6.1.wso2v5)
>>>   To: package javax.mail 1.4.0
>>>  Cannot satisfy dependency:
>>>   From: org.wso2.carbon.transport.mgt 4.0.0
>>> (org.wso2.carbon.transport.mgt 4.0.0)
>>>   To: package org.apache.axis2 [1.6.1.wso2v1,1.7.0)
>>>  Cannot satisfy dependency:
>>>   From: WSO2 Carbon - Transport Management Core Feature 4.0.0
>>> (org.wso2.carbon.transport.mgt.server.feature.group 4.0.0)
>>>   To: org.wso2.carbon.transport.mgt [4.0.0]
>>>  Cannot satisfy dependency:
>>>   From: WSO2 Carbon - NHttp GET Request Processor Feature 4.0.0
>>> (org.wso2.carbon.transport.nhttp.feature.group 4.0.0)
>>>To: org.wso2.carbon.transport.mgt.server.feature.group [4.0.0,4.1.0)
>>> Application failed, log file location:
>>> /var/home/lakmali/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1352282330510.log
>>> !SESSION 2012-11-07 01:58:50.068
>>> ---
>>> eclipse.buildId=unknown
>>> java.version=1.6.0_24
>>>
>>>
>>> --
>>> *Sanjeewa Malalgoda*
>>> WSO2 Inc.
>>> Mobile : +14084122175 | +94713068779
>>>
>>>  blog
>>> :http://sanjeewamalalgoda.blogspot.com/
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Thanks,
>> Miyuru
>>
>
>
>
> --
> *Sanjeewa Malalgoda*
> WSO2 Inc.
> Mobile : +14084122175 | +94713068779
>
>  blog
> :http://sanjeewamalalgoda.blogspot.com/
>
>


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

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


Re: [Dev] Error while installing org.wso2.carbon.um.ws.service.server.feature

2012-11-07 Thread Sanjeewa Malalgoda
Hi Dileepa,
Do you have any idea on this?

Thanks.

On Wed, Nov 7, 2012 at 8:57 PM, Miyuru Wanninayaka  wrote:

> NHttp GET Request Processor Feature was didn't touched for long time. I'm
> wondering how this thing breaks suddenly.
>
> On Wed, Nov 7, 2012 at 4:44 PM, Sanjeewa Malalgoda wrote:
>
>> Hi,
>> I'm getting following error while building API manager P2 profile. What
>> did we missed here. Built up to product with clean repo.
>>
>> Thanks.
>>
>> Installing org.wso2.carbon.apimgt.server.feature.group 1.0.5.
>> Installing org.wso2.carbon.apimgt.ui.feature.group 1.0.5.
>> Installing org.wso2.carbon.registry.extensions.feature.group 4.0.2.
>> Installing org.wso2.carbon.governance.metadata.feature.group 4.0.4.
>> Installing org.wso2.carbon.identity.core.feature.group 4.0.3.
>> Installing org.wso2.carbon.um.ws.service.server.feature.group 4.0.2.
>> Installation failed.
>> Cannot complete the install because one or more required items could not
>> be found.
>>  Software being installed: WSO2 Carbon - NHttp GET Request Processor
>> Feature 4.0.0 (org.wso2.carbon.transport.nhttp.feature.group 4.0.0)
>>  Missing requirement: axiom 1.2.11.wso2v1 (axiom 1.2.11.wso2v1) requires
>> 'package javax.xml.transform 0.0.0' but it could not be found
>>  Cannot satisfy dependency:
>>   From: axis2 1.6.1.wso2v5 (axis2 1.6.1.wso2v5)
>>   To: package javax.mail 1.4.0
>>  Cannot satisfy dependency:
>>   From: org.wso2.carbon.transport.mgt 4.0.0
>> (org.wso2.carbon.transport.mgt 4.0.0)
>>   To: package org.apache.axis2 [1.6.1.wso2v1,1.7.0)
>>  Cannot satisfy dependency:
>>   From: WSO2 Carbon - Transport Management Core Feature 4.0.0
>> (org.wso2.carbon.transport.mgt.server.feature.group 4.0.0)
>>   To: org.wso2.carbon.transport.mgt [4.0.0]
>>  Cannot satisfy dependency:
>>   From: WSO2 Carbon - NHttp GET Request Processor Feature 4.0.0
>> (org.wso2.carbon.transport.nhttp.feature.group 4.0.0)
>>To: org.wso2.carbon.transport.mgt.server.feature.group [4.0.0,4.1.0)
>> Application failed, log file location:
>> /var/home/lakmali/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1352282330510.log
>> !SESSION 2012-11-07 01:58:50.068
>> ---
>> eclipse.buildId=unknown
>> java.version=1.6.0_24
>>
>>
>> --
>> *Sanjeewa Malalgoda*
>> WSO2 Inc.
>> Mobile : +14084122175 | +94713068779
>>
>>  blog
>> :http://sanjeewamalalgoda.blogspot.com/
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Thanks,
> Miyuru
>



-- 
*Sanjeewa Malalgoda*
WSO2 Inc.
Mobile : +14084122175 | +94713068779

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


Re: [Dev] Error while installing org.wso2.carbon.um.ws.service.server.feature

2012-11-07 Thread Miyuru Wanninayaka
NHttp GET Request Processor Feature was didn't touched for long time. I'm
wondering how this thing breaks suddenly.

On Wed, Nov 7, 2012 at 4:44 PM, Sanjeewa Malalgoda wrote:

> Hi,
> I'm getting following error while building API manager P2 profile. What
> did we missed here. Built up to product with clean repo.
>
> Thanks.
>
> Installing org.wso2.carbon.apimgt.server.feature.group 1.0.5.
> Installing org.wso2.carbon.apimgt.ui.feature.group 1.0.5.
> Installing org.wso2.carbon.registry.extensions.feature.group 4.0.2.
> Installing org.wso2.carbon.governance.metadata.feature.group 4.0.4.
> Installing org.wso2.carbon.identity.core.feature.group 4.0.3.
> Installing org.wso2.carbon.um.ws.service.server.feature.group 4.0.2.
> Installation failed.
> Cannot complete the install because one or more required items could not
> be found.
>  Software being installed: WSO2 Carbon - NHttp GET Request Processor
> Feature 4.0.0 (org.wso2.carbon.transport.nhttp.feature.group 4.0.0)
>  Missing requirement: axiom 1.2.11.wso2v1 (axiom 1.2.11.wso2v1) requires
> 'package javax.xml.transform 0.0.0' but it could not be found
>  Cannot satisfy dependency:
>   From: axis2 1.6.1.wso2v5 (axis2 1.6.1.wso2v5)
>   To: package javax.mail 1.4.0
>  Cannot satisfy dependency:
>   From: org.wso2.carbon.transport.mgt 4.0.0 (org.wso2.carbon.transport.mgt
> 4.0.0)
>   To: package org.apache.axis2 [1.6.1.wso2v1,1.7.0)
>  Cannot satisfy dependency:
>   From: WSO2 Carbon - Transport Management Core Feature 4.0.0
> (org.wso2.carbon.transport.mgt.server.feature.group 4.0.0)
>   To: org.wso2.carbon.transport.mgt [4.0.0]
>  Cannot satisfy dependency:
>   From: WSO2 Carbon - NHttp GET Request Processor Feature 4.0.0
> (org.wso2.carbon.transport.nhttp.feature.group 4.0.0)
>To: org.wso2.carbon.transport.mgt.server.feature.group [4.0.0,4.1.0)
> Application failed, log file location:
> /var/home/lakmali/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1352282330510.log
> !SESSION 2012-11-07 01:58:50.068
> ---
> eclipse.buildId=unknown
> java.version=1.6.0_24
>
>
> --
> *Sanjeewa Malalgoda*
> WSO2 Inc.
> Mobile : +14084122175 | +94713068779
>
>  blog
> :http://sanjeewamalalgoda.blogspot.com/
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


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


[Dev] Error while installing org.wso2.carbon.um.ws.service.server.feature

2012-11-07 Thread Sanjeewa Malalgoda
Hi,
I'm getting following error while building API manager P2 profile. What did
we missed here. Built up to product with clean repo.

Thanks.

Installing org.wso2.carbon.apimgt.server.feature.group 1.0.5.
Installing org.wso2.carbon.apimgt.ui.feature.group 1.0.5.
Installing org.wso2.carbon.registry.extensions.feature.group 4.0.2.
Installing org.wso2.carbon.governance.metadata.feature.group 4.0.4.
Installing org.wso2.carbon.identity.core.feature.group 4.0.3.
Installing org.wso2.carbon.um.ws.service.server.feature.group 4.0.2.
Installation failed.
Cannot complete the install because one or more required items could not be
found.
 Software being installed: WSO2 Carbon - NHttp GET Request Processor
Feature 4.0.0 (org.wso2.carbon.transport.nhttp.feature.group 4.0.0)
 Missing requirement: axiom 1.2.11.wso2v1 (axiom 1.2.11.wso2v1) requires
'package javax.xml.transform 0.0.0' but it could not be found
 Cannot satisfy dependency:
  From: axis2 1.6.1.wso2v5 (axis2 1.6.1.wso2v5)
  To: package javax.mail 1.4.0
 Cannot satisfy dependency:
  From: org.wso2.carbon.transport.mgt 4.0.0 (org.wso2.carbon.transport.mgt
4.0.0)
  To: package org.apache.axis2 [1.6.1.wso2v1,1.7.0)
 Cannot satisfy dependency:
  From: WSO2 Carbon - Transport Management Core Feature 4.0.0
(org.wso2.carbon.transport.mgt.server.feature.group 4.0.0)
  To: org.wso2.carbon.transport.mgt [4.0.0]
 Cannot satisfy dependency:
  From: WSO2 Carbon - NHttp GET Request Processor Feature 4.0.0
(org.wso2.carbon.transport.nhttp.feature.group 4.0.0)
  To: org.wso2.carbon.transport.mgt.server.feature.group [4.0.0,4.1.0)
Application failed, log file location:
/var/home/lakmali/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1352282330510.log
!SESSION 2012-11-07 01:58:50.068
---
eclipse.buildId=unknown
java.version=1.6.0_24


-- 
*Sanjeewa Malalgoda*
WSO2 Inc.
Mobile : +14084122175 | +94713068779

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