Re: [Carbon-dev] wso2server.bat -> Waiting for required OSGiAxis2Service: org .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT

2011-11-18 Thread Madhuka Udantha
hi,

*Check the manifest file of this bundle. If possible, change
org.apache.commons.logging.*;
version="1.0.4"  to org.apache.commons.logging; version="1.0.4" and retry.*

When I do this it start server OK with list of errors

[2011-11-19 10:35:50,901]  INFO
{org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} -  WSO2
Carbon started in 13 sec

[2011-11-19 10:35:51,865] ERROR
{org.wso2.carbon.gadget.initializer.internal.GadgetInitializerServiceComponent}
-  Failed to initialize gadget component :
com.google.inject.CreationException: Guice creation errors:



1) No implementation for org.apache.shindig.gadgets.oauth2.OAuth2Request
was bound.

..

28 errors



so it give list of errors


On Sat, Nov 19, 2011 at 10:19 AM, Afkham Azeez  wrote:

>
>
> On Sat, Nov 19, 2011 at 9:51 AM, Madhuka Udantha  wrote:
>
>> Hi, Thank for replay
>>
>> yap, I try with osgi console and did this.
>>
>> *154 INSTALLED   org.wso2.carbon.identity.user.profile_3.2.0.SNAPSHOT
>> *
>>
>>  when I started it it asked for org.apache.commons.logging.*;
>> version="1.0.4"
>>
>> osgi>* start 154*
>> org.osgi.framework.BundleException: The bundle
>> "org.wso2.carbon.identity.user.profile_3.2.0.SNAPSHOT [154]" could not be
>> resolved. Reason: Missing Constraint: Import-Package: 
>> *org.apache.commons.logging.*;
>> version="1.0.4"*
>>
>
> Check the manifest file of this bundle. If possible, change 
> *org.apache.commons.logging.*;
> version="1.0.4" * to *org.apache.commons.logging; version="1.0.4" *and
> retry.
>
>
>>
>> Then install it, and started it.
>>
>> *228 ACTIVE  org.apache.commons.logging_1.0.4*
>>
>> but stil 154 asking for this loggin jar,
>>
>> For I have to run my product,
>> *I uninstall 154 then it work,*
>> but need to find a slouation for this.
>>
>>
>>
>> On Fri, Nov 18, 2011 at 6:19 PM, Afkham Azeez  wrote:
>>
>>> Some declarative service dependencies have not been satisfied. In the
>>> OSGi console, run the ls command, and see what those unsatisfied services
>>> are.
>>>
>>>
>>> On Fri, Nov 18, 2011 at 3:17 PM, Madhuka Udantha wrote:
>>>
 hi,

 I built product/gs and it was build successfully
 But when I try to run that product

 \wso2gs-1.3.1-SNAPSHOT\wso2gs\bin>wso2server.bat


 ucts\gs\modules\DISTRI~1\product\target\WSO2GS~1.1-S\WSO2GS~1.1-S\bin\..\tmp
 [2011-11-18 14:54:14,009]  INFO
 {org.wso2.carbon.core.internal.CarbonCoreActivator} -  User :
 Madhuka, en-US, Asi
 a/Colombo
 Error while creating the p2 agent
 Error while getting provisioning agent
 [2011-11-18 14:54:14,195]  INFO
 {org.wso2.carbon.ldap.server.configuration.LDAPConfigurationBuilder} -  KDC
 server is disable
 d.
 [2011-11-18 14:54:14,369]  INFO
 {org.wso2.carbon.ldap.server.DirectoryActivator} -  Initializing Directory
 Server with workin
 g directory
 C:\WSO2\Carbon\products\gs\modules\DISTRI~1\product\target\WSO2GS~1.1-S\WSO2GS~1.1-S\bin\..\repository\data\org.w
 so2.carbon.directory and port 10389
 [2011-11-18 14:54:21,007]  INFO
 {org.wso2.carbon.user.core.authorization.PermissionTree} -  updated
 permission tree from data
 base for tenant 0
 [2011-11-18 14:54:21,608]  INFO
 {org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent} -
  Registry Mode: R
 EAD-WRITE
 [2011-11-18 14:54:22,153]  INFO
 {org.wso2.carbon.dashboard.gadgetrepopopulator.GadgetRepoPopulator} -
  Successfully populated
  the default Gadget Repository.
 [2011-11-18 14:54:23,077]  INFO
 {org.wso2.carbon.dashboard.gadgetrepopopulator.GadgetRepoPopulator} -
  Successfully added def
 ault Gadgets to Registry.
 [2011-11-18 14:54:23,089]  INFO
 {org.wso2.carbon.dashboard.mgt.theme.internal.GSThemeMgtServiceComponent} -
  Successfully sta
 rted GS Theme upload module.
 [2011-11-18 14:54:24,111]  INFO
 {org.wso2.carbon.dashboard.themepopulator.ThemePopulator} -  Successfully
 added default Theme
 s to Registry.
 [2011-11-18 14:55:21,960]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
 delayed due to th
 e following unsatisfied items:
 [2011-11-18 14:55:21,962]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
 OSGiAxis2Service: org
 .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
 [2011-11-18 14:56:21,959]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
 delayed due to th
 e following unsatisfied items:
 [2011-11-18 14:56:21,960]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
 OSGiAxis2Service: org
 .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
 [2011-11-18 14:57:21,960]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
 delayed due to th
 e following unsatisfied items:

Re: [Carbon-dev] wso2server.bat -> Waiting for required OSGiAxis2Service: org .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT

2011-11-18 Thread Afkham Azeez
On Sat, Nov 19, 2011 at 9:51 AM, Madhuka Udantha  wrote:

> Hi, Thank for replay
>
> yap, I try with osgi console and did this.
>
> *154 INSTALLED   org.wso2.carbon.identity.user.profile_3.2.0.SNAPSHOT*
>
> when I started it it asked for org.apache.commons.logging.*;
> version="1.0.4"
>
> osgi>* start 154*
> org.osgi.framework.BundleException: The bundle
> "org.wso2.carbon.identity.user.profile_3.2.0.SNAPSHOT [154]" could not be
> resolved. Reason: Missing Constraint: Import-Package: 
> *org.apache.commons.logging.*;
> version="1.0.4"*
>

Check the manifest file of this bundle. If possible, change
*org.apache.commons.logging.*;
version="1.0.4" * to *org.apache.commons.logging; version="1.0.4" *and
retry.


>
> Then install it, and started it.
>
> *228 ACTIVE  org.apache.commons.logging_1.0.4*
>
> but stil 154 asking for this loggin jar,
>
> For I have to run my product,
> *I uninstall 154 then it work,*
> but need to find a slouation for this.
>
>
>
> On Fri, Nov 18, 2011 at 6:19 PM, Afkham Azeez  wrote:
>
>> Some declarative service dependencies have not been satisfied. In the
>> OSGi console, run the ls command, and see what those unsatisfied services
>> are.
>>
>>
>> On Fri, Nov 18, 2011 at 3:17 PM, Madhuka Udantha wrote:
>>
>>> hi,
>>>
>>> I built product/gs and it was build successfully
>>> But when I try to run that product
>>>
>>> \wso2gs-1.3.1-SNAPSHOT\wso2gs\bin>wso2server.bat
>>>
>>>
>>> ucts\gs\modules\DISTRI~1\product\target\WSO2GS~1.1-S\WSO2GS~1.1-S\bin\..\tmp
>>> [2011-11-18 14:54:14,009]  INFO
>>> {org.wso2.carbon.core.internal.CarbonCoreActivator} -  User :
>>> Madhuka, en-US, Asi
>>> a/Colombo
>>> Error while creating the p2 agent
>>> Error while getting provisioning agent
>>> [2011-11-18 14:54:14,195]  INFO
>>> {org.wso2.carbon.ldap.server.configuration.LDAPConfigurationBuilder} -  KDC
>>> server is disable
>>> d.
>>> [2011-11-18 14:54:14,369]  INFO
>>> {org.wso2.carbon.ldap.server.DirectoryActivator} -  Initializing Directory
>>> Server with workin
>>> g directory
>>> C:\WSO2\Carbon\products\gs\modules\DISTRI~1\product\target\WSO2GS~1.1-S\WSO2GS~1.1-S\bin\..\repository\data\org.w
>>> so2.carbon.directory and port 10389
>>> [2011-11-18 14:54:21,007]  INFO
>>> {org.wso2.carbon.user.core.authorization.PermissionTree} -  updated
>>> permission tree from data
>>> base for tenant 0
>>> [2011-11-18 14:54:21,608]  INFO
>>> {org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent} -
>>>  Registry Mode: R
>>> EAD-WRITE
>>> [2011-11-18 14:54:22,153]  INFO
>>> {org.wso2.carbon.dashboard.gadgetrepopopulator.GadgetRepoPopulator} -
>>>  Successfully populated
>>>  the default Gadget Repository.
>>> [2011-11-18 14:54:23,077]  INFO
>>> {org.wso2.carbon.dashboard.gadgetrepopopulator.GadgetRepoPopulator} -
>>>  Successfully added def
>>> ault Gadgets to Registry.
>>> [2011-11-18 14:54:23,089]  INFO
>>> {org.wso2.carbon.dashboard.mgt.theme.internal.GSThemeMgtServiceComponent} -
>>>  Successfully sta
>>> rted GS Theme upload module.
>>> [2011-11-18 14:54:24,111]  INFO
>>> {org.wso2.carbon.dashboard.themepopulator.ThemePopulator} -  Successfully
>>> added default Theme
>>> s to Registry.
>>> [2011-11-18 14:55:21,960]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>>> delayed due to th
>>> e following unsatisfied items:
>>> [2011-11-18 14:55:21,962]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
>>> OSGiAxis2Service: org
>>> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
>>> [2011-11-18 14:56:21,959]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>>> delayed due to th
>>> e following unsatisfied items:
>>> [2011-11-18 14:56:21,960]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
>>> OSGiAxis2Service: org
>>> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
>>> [2011-11-18 14:57:21,960]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>>> delayed due to th
>>> e following unsatisfied items:
>>> [2011-11-18 14:57:21,960]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
>>> OSGiAxis2Service: org
>>> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
>>> [2011-11-18 14:58:21,959]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>>> delayed due to th
>>> e following unsatisfied items:
>>> [2011-11-18 14:58:21,959]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
>>> OSGiAxis2Service: org
>>> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
>>> [2011-11-18 14:59:21,960]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>>> delayed due to th
>>> e following unsatisfied items:
>>> [2011-11-18 14:59:21,960]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
>>> OSGiAxis2Service: org
>>> .wso2.carbon.identity.user.profile-3.2.0.S

Re: [Carbon-dev] wso2server.bat -> Waiting for required OSGiAxis2Service: org .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT

2011-11-18 Thread Madhuka Udantha
it gives


org.apache.commons.logging;
version="1.0.4"

and> b 228
.
 Exported packages
   org.apache.commons.logging; version="1.0.4"[exported]
   org.apache.commons.logging.impl; version="1.0.4"[exported]
 No imported packages


On Sat, Nov 19, 2011 at 10:03 AM, Afkham Azeez  wrote:

> Do;
>
> p *org.apache.commons.logging*
> *
> *
> in the OSGi console & see what version of the package has been exported.
>
> Remember, bundle-version != exported package version
>
>
> On Sat, Nov 19, 2011 at 9:51 AM, Madhuka Udantha  wrote:
>
>> Hi, Thank for replay
>>
>> yap, I try with osgi console and did this.
>>
>> *154 INSTALLED   org.wso2.carbon.identity.user.profile_3.2.0.SNAPSHOT
>> *
>>
>>  when I started it it asked for org.apache.commons.logging.*;
>> version="1.0.4"
>>
>> osgi>* start 154*
>> org.osgi.framework.BundleException: The bundle
>> "org.wso2.carbon.identity.user.profile_3.2.0.SNAPSHOT [154]" could not be
>> resolved. Reason: Missing Constraint: Import-Package: 
>> *org.apache.commons.logging.*;
>> version="1.0.4"*
>>
>> Then install it, and started it.
>>
>> *228 ACTIVE  org.apache.commons.logging_1.0.4*
>>
>> but stil 154 asking for this loggin jar,
>>
>> For I have to run my product,
>> *I uninstall 154 then it work,*
>> but need to find a slouation for this.
>>
>>
>>
>> On Fri, Nov 18, 2011 at 6:19 PM, Afkham Azeez  wrote:
>>
>>> Some declarative service dependencies have not been satisfied. In the
>>> OSGi console, run the ls command, and see what those unsatisfied services
>>> are.
>>>
>>>
>>> On Fri, Nov 18, 2011 at 3:17 PM, Madhuka Udantha wrote:
>>>
 hi,

 I built product/gs and it was build successfully
 But when I try to run that product

 \wso2gs-1.3.1-SNAPSHOT\wso2gs\bin>wso2server.bat


 ucts\gs\modules\DISTRI~1\product\target\WSO2GS~1.1-S\WSO2GS~1.1-S\bin\..\tmp
 [2011-11-18 14:54:14,009]  INFO
 {org.wso2.carbon.core.internal.CarbonCoreActivator} -  User :
 Madhuka, en-US, Asi
 a/Colombo
 Error while creating the p2 agent
 Error while getting provisioning agent
 [2011-11-18 14:54:14,195]  INFO
 {org.wso2.carbon.ldap.server.configuration.LDAPConfigurationBuilder} -  KDC
 server is disable
 d.
 [2011-11-18 14:54:14,369]  INFO
 {org.wso2.carbon.ldap.server.DirectoryActivator} -  Initializing Directory
 Server with workin
 g directory
 C:\WSO2\Carbon\products\gs\modules\DISTRI~1\product\target\WSO2GS~1.1-S\WSO2GS~1.1-S\bin\..\repository\data\org.w
 so2.carbon.directory and port 10389
 [2011-11-18 14:54:21,007]  INFO
 {org.wso2.carbon.user.core.authorization.PermissionTree} -  updated
 permission tree from data
 base for tenant 0
 [2011-11-18 14:54:21,608]  INFO
 {org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent} -
  Registry Mode: R
 EAD-WRITE
 [2011-11-18 14:54:22,153]  INFO
 {org.wso2.carbon.dashboard.gadgetrepopopulator.GadgetRepoPopulator} -
  Successfully populated
  the default Gadget Repository.
 [2011-11-18 14:54:23,077]  INFO
 {org.wso2.carbon.dashboard.gadgetrepopopulator.GadgetRepoPopulator} -
  Successfully added def
 ault Gadgets to Registry.
 [2011-11-18 14:54:23,089]  INFO
 {org.wso2.carbon.dashboard.mgt.theme.internal.GSThemeMgtServiceComponent} -
  Successfully sta
 rted GS Theme upload module.
 [2011-11-18 14:54:24,111]  INFO
 {org.wso2.carbon.dashboard.themepopulator.ThemePopulator} -  Successfully
 added default Theme
 s to Registry.
 [2011-11-18 14:55:21,960]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
 delayed due to th
 e following unsatisfied items:
 [2011-11-18 14:55:21,962]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
 OSGiAxis2Service: org
 .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
 [2011-11-18 14:56:21,959]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
 delayed due to th
 e following unsatisfied items:
 [2011-11-18 14:56:21,960]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
 OSGiAxis2Service: org
 .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
 [2011-11-18 14:57:21,960]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
 delayed due to th
 e following unsatisfied items:
 [2011-11-18 14:57:21,960]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
 OSGiAxis2Service: org
 .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
 [2011-11-18 14:58:21,959]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
 delayed due to th
 e following unsatisfied items:
 [2011-11-18 14:58:21,959]  WARN
 {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
 OS

Re: [Carbon-dev] wso2server.bat -> Waiting for required OSGiAxis2Service: org .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT

2011-11-18 Thread Afkham Azeez
Do;

p *org.apache.commons.logging*
*
*
in the OSGi console & see what version of the package has been exported.

Remember, bundle-version != exported package version

On Sat, Nov 19, 2011 at 9:51 AM, Madhuka Udantha  wrote:

> Hi, Thank for replay
>
> yap, I try with osgi console and did this.
>
> *154 INSTALLED   org.wso2.carbon.identity.user.profile_3.2.0.SNAPSHOT*
>
> when I started it it asked for org.apache.commons.logging.*;
> version="1.0.4"
>
> osgi>* start 154*
> org.osgi.framework.BundleException: The bundle
> "org.wso2.carbon.identity.user.profile_3.2.0.SNAPSHOT [154]" could not be
> resolved. Reason: Missing Constraint: Import-Package: 
> *org.apache.commons.logging.*;
> version="1.0.4"*
>
> Then install it, and started it.
>
> *228 ACTIVE  org.apache.commons.logging_1.0.4*
>
> but stil 154 asking for this loggin jar,
>
> For I have to run my product,
> *I uninstall 154 then it work,*
> but need to find a slouation for this.
>
>
>
> On Fri, Nov 18, 2011 at 6:19 PM, Afkham Azeez  wrote:
>
>> Some declarative service dependencies have not been satisfied. In the
>> OSGi console, run the ls command, and see what those unsatisfied services
>> are.
>>
>>
>> On Fri, Nov 18, 2011 at 3:17 PM, Madhuka Udantha wrote:
>>
>>> hi,
>>>
>>> I built product/gs and it was build successfully
>>> But when I try to run that product
>>>
>>> \wso2gs-1.3.1-SNAPSHOT\wso2gs\bin>wso2server.bat
>>>
>>>
>>> ucts\gs\modules\DISTRI~1\product\target\WSO2GS~1.1-S\WSO2GS~1.1-S\bin\..\tmp
>>> [2011-11-18 14:54:14,009]  INFO
>>> {org.wso2.carbon.core.internal.CarbonCoreActivator} -  User :
>>> Madhuka, en-US, Asi
>>> a/Colombo
>>> Error while creating the p2 agent
>>> Error while getting provisioning agent
>>> [2011-11-18 14:54:14,195]  INFO
>>> {org.wso2.carbon.ldap.server.configuration.LDAPConfigurationBuilder} -  KDC
>>> server is disable
>>> d.
>>> [2011-11-18 14:54:14,369]  INFO
>>> {org.wso2.carbon.ldap.server.DirectoryActivator} -  Initializing Directory
>>> Server with workin
>>> g directory
>>> C:\WSO2\Carbon\products\gs\modules\DISTRI~1\product\target\WSO2GS~1.1-S\WSO2GS~1.1-S\bin\..\repository\data\org.w
>>> so2.carbon.directory and port 10389
>>> [2011-11-18 14:54:21,007]  INFO
>>> {org.wso2.carbon.user.core.authorization.PermissionTree} -  updated
>>> permission tree from data
>>> base for tenant 0
>>> [2011-11-18 14:54:21,608]  INFO
>>> {org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent} -
>>>  Registry Mode: R
>>> EAD-WRITE
>>> [2011-11-18 14:54:22,153]  INFO
>>> {org.wso2.carbon.dashboard.gadgetrepopopulator.GadgetRepoPopulator} -
>>>  Successfully populated
>>>  the default Gadget Repository.
>>> [2011-11-18 14:54:23,077]  INFO
>>> {org.wso2.carbon.dashboard.gadgetrepopopulator.GadgetRepoPopulator} -
>>>  Successfully added def
>>> ault Gadgets to Registry.
>>> [2011-11-18 14:54:23,089]  INFO
>>> {org.wso2.carbon.dashboard.mgt.theme.internal.GSThemeMgtServiceComponent} -
>>>  Successfully sta
>>> rted GS Theme upload module.
>>> [2011-11-18 14:54:24,111]  INFO
>>> {org.wso2.carbon.dashboard.themepopulator.ThemePopulator} -  Successfully
>>> added default Theme
>>> s to Registry.
>>> [2011-11-18 14:55:21,960]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>>> delayed due to th
>>> e following unsatisfied items:
>>> [2011-11-18 14:55:21,962]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
>>> OSGiAxis2Service: org
>>> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
>>> [2011-11-18 14:56:21,959]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>>> delayed due to th
>>> e following unsatisfied items:
>>> [2011-11-18 14:56:21,960]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
>>> OSGiAxis2Service: org
>>> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
>>> [2011-11-18 14:57:21,960]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>>> delayed due to th
>>> e following unsatisfied items:
>>> [2011-11-18 14:57:21,960]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
>>> OSGiAxis2Service: org
>>> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
>>> [2011-11-18 14:58:21,959]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>>> delayed due to th
>>> e following unsatisfied items:
>>> [2011-11-18 14:58:21,959]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
>>> OSGiAxis2Service: org
>>> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
>>> [2011-11-18 14:59:21,960]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>>> delayed due to th
>>> e following unsatisfied items:
>>> [2011-11-18 14:59:21,960]  WARN
>>> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
>>> OSGiAxis2Service: org
>>> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHO

Re: [Carbon-dev] wso2server.bat -> Waiting for required OSGiAxis2Service: org .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT

2011-11-18 Thread Madhuka Udantha
Hi, Thank for replay

yap, I try with osgi console and did this.

*154 INSTALLED   org.wso2.carbon.identity.user.profile_3.2.0.SNAPSHOT*

when I started it it asked for org.apache.commons.logging.*; version="1.0.4"

osgi>* start 154*
org.osgi.framework.BundleException: The bundle
"org.wso2.carbon.identity.user.profile_3.2.0.SNAPSHOT [154]" could not be
resolved. Reason: Missing Constraint: Import-Package:
*org.apache.commons.logging.*;
version="1.0.4"*

Then install it, and started it.

*228 ACTIVE  org.apache.commons.logging_1.0.4*

but stil 154 asking for this loggin jar,

For I have to run my product,
*I uninstall 154 then it work,*
but need to find a slouation for this.



On Fri, Nov 18, 2011 at 6:19 PM, Afkham Azeez  wrote:

> Some declarative service dependencies have not been satisfied. In the OSGi
> console, run the ls command, and see what those unsatisfied services are.
>
>
> On Fri, Nov 18, 2011 at 3:17 PM, Madhuka Udantha  wrote:
>
>> hi,
>>
>> I built product/gs and it was build successfully
>> But when I try to run that product
>>
>> \wso2gs-1.3.1-SNAPSHOT\wso2gs\bin>wso2server.bat
>>
>>
>> ucts\gs\modules\DISTRI~1\product\target\WSO2GS~1.1-S\WSO2GS~1.1-S\bin\..\tmp
>> [2011-11-18 14:54:14,009]  INFO
>> {org.wso2.carbon.core.internal.CarbonCoreActivator} -  User :
>> Madhuka, en-US, Asi
>> a/Colombo
>> Error while creating the p2 agent
>> Error while getting provisioning agent
>> [2011-11-18 14:54:14,195]  INFO
>> {org.wso2.carbon.ldap.server.configuration.LDAPConfigurationBuilder} -  KDC
>> server is disable
>> d.
>> [2011-11-18 14:54:14,369]  INFO
>> {org.wso2.carbon.ldap.server.DirectoryActivator} -  Initializing Directory
>> Server with workin
>> g directory
>> C:\WSO2\Carbon\products\gs\modules\DISTRI~1\product\target\WSO2GS~1.1-S\WSO2GS~1.1-S\bin\..\repository\data\org.w
>> so2.carbon.directory and port 10389
>> [2011-11-18 14:54:21,007]  INFO
>> {org.wso2.carbon.user.core.authorization.PermissionTree} -  updated
>> permission tree from data
>> base for tenant 0
>> [2011-11-18 14:54:21,608]  INFO
>> {org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent} -
>>  Registry Mode: R
>> EAD-WRITE
>> [2011-11-18 14:54:22,153]  INFO
>> {org.wso2.carbon.dashboard.gadgetrepopopulator.GadgetRepoPopulator} -
>>  Successfully populated
>>  the default Gadget Repository.
>> [2011-11-18 14:54:23,077]  INFO
>> {org.wso2.carbon.dashboard.gadgetrepopopulator.GadgetRepoPopulator} -
>>  Successfully added def
>> ault Gadgets to Registry.
>> [2011-11-18 14:54:23,089]  INFO
>> {org.wso2.carbon.dashboard.mgt.theme.internal.GSThemeMgtServiceComponent} -
>>  Successfully sta
>> rted GS Theme upload module.
>> [2011-11-18 14:54:24,111]  INFO
>> {org.wso2.carbon.dashboard.themepopulator.ThemePopulator} -  Successfully
>> added default Theme
>> s to Registry.
>> [2011-11-18 14:55:21,960]  WARN
>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>> delayed due to th
>> e following unsatisfied items:
>> [2011-11-18 14:55:21,962]  WARN
>> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
>> OSGiAxis2Service: org
>> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
>> [2011-11-18 14:56:21,959]  WARN
>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>> delayed due to th
>> e following unsatisfied items:
>> [2011-11-18 14:56:21,960]  WARN
>> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
>> OSGiAxis2Service: org
>> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
>> [2011-11-18 14:57:21,960]  WARN
>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>> delayed due to th
>> e following unsatisfied items:
>> [2011-11-18 14:57:21,960]  WARN
>> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
>> OSGiAxis2Service: org
>> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
>> [2011-11-18 14:58:21,959]  WARN
>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>> delayed due to th
>> e following unsatisfied items:
>> [2011-11-18 14:58:21,959]  WARN
>> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
>> OSGiAxis2Service: org
>> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
>> [2011-11-18 14:59:21,960]  WARN
>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>> delayed due to th
>> e following unsatisfied items:
>> [2011-11-18 14:59:21,960]  WARN
>> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
>> OSGiAxis2Service: org
>> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
>> [2011-11-18 15:00:21,959]  WARN
>> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
>> delayed due to th
>> e following unsatisfied items:
>>
>>
>> any idea on this?
>>
>> --
>> *Madhuka* Udantha
>> http://madhukaudantha.blogspot.com/
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.or

Re: [Carbon-dev] wso2server.bat -> Waiting for required OSGiAxis2Service: org .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT

2011-11-18 Thread Afkham Azeez
Some declarative service dependencies have not been satisfied. In the OSGi
console, run the ls command, and see what those unsatisfied services are.


On Fri, Nov 18, 2011 at 3:17 PM, Madhuka Udantha  wrote:

> hi,
>
> I built product/gs and it was build successfully
> But when I try to run that product
>
> \wso2gs-1.3.1-SNAPSHOT\wso2gs\bin>wso2server.bat
>
>
> ucts\gs\modules\DISTRI~1\product\target\WSO2GS~1.1-S\WSO2GS~1.1-S\bin\..\tmp
> [2011-11-18 14:54:14,009]  INFO
> {org.wso2.carbon.core.internal.CarbonCoreActivator} -  User :
> Madhuka, en-US, Asi
> a/Colombo
> Error while creating the p2 agent
> Error while getting provisioning agent
> [2011-11-18 14:54:14,195]  INFO
> {org.wso2.carbon.ldap.server.configuration.LDAPConfigurationBuilder} -  KDC
> server is disable
> d.
> [2011-11-18 14:54:14,369]  INFO
> {org.wso2.carbon.ldap.server.DirectoryActivator} -  Initializing Directory
> Server with workin
> g directory
> C:\WSO2\Carbon\products\gs\modules\DISTRI~1\product\target\WSO2GS~1.1-S\WSO2GS~1.1-S\bin\..\repository\data\org.w
> so2.carbon.directory and port 10389
> [2011-11-18 14:54:21,007]  INFO
> {org.wso2.carbon.user.core.authorization.PermissionTree} -  updated
> permission tree from data
> base for tenant 0
> [2011-11-18 14:54:21,608]  INFO
> {org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent} -
>  Registry Mode: R
> EAD-WRITE
> [2011-11-18 14:54:22,153]  INFO
> {org.wso2.carbon.dashboard.gadgetrepopopulator.GadgetRepoPopulator} -
>  Successfully populated
>  the default Gadget Repository.
> [2011-11-18 14:54:23,077]  INFO
> {org.wso2.carbon.dashboard.gadgetrepopopulator.GadgetRepoPopulator} -
>  Successfully added def
> ault Gadgets to Registry.
> [2011-11-18 14:54:23,089]  INFO
> {org.wso2.carbon.dashboard.mgt.theme.internal.GSThemeMgtServiceComponent} -
>  Successfully sta
> rted GS Theme upload module.
> [2011-11-18 14:54:24,111]  INFO
> {org.wso2.carbon.dashboard.themepopulator.ThemePopulator} -  Successfully
> added default Theme
> s to Registry.
> [2011-11-18 14:55:21,960]  WARN
> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
> delayed due to th
> e following unsatisfied items:
> [2011-11-18 14:55:21,962]  WARN
> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
> OSGiAxis2Service: org
> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
> [2011-11-18 14:56:21,959]  WARN
> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
> delayed due to th
> e following unsatisfied items:
> [2011-11-18 14:56:21,960]  WARN
> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
> OSGiAxis2Service: org
> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
> [2011-11-18 14:57:21,960]  WARN
> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
> delayed due to th
> e following unsatisfied items:
> [2011-11-18 14:57:21,960]  WARN
> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
> OSGiAxis2Service: org
> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
> [2011-11-18 14:58:21,959]  WARN
> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
> delayed due to th
> e following unsatisfied items:
> [2011-11-18 14:58:21,959]  WARN
> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
> OSGiAxis2Service: org
> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
> [2011-11-18 14:59:21,960]  WARN
> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
> delayed due to th
> e following unsatisfied items:
> [2011-11-18 14:59:21,960]  WARN
> {org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
> OSGiAxis2Service: org
> .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
> [2011-11-18 15:00:21,959]  WARN
> {org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
> delayed due to th
> e following unsatisfied items:
>
>
> any idea on this?
>
> --
> *Madhuka* Udantha
> http://madhukaudantha.blogspot.com/
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* **
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] wso2server.bat -> Waiting for required OSGiAxis2Service: org .wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT

2011-11-18 Thread Madhuka Udantha
hi,

I built product/gs and it was build successfully
But when I try to run that product

\wso2gs-1.3.1-SNAPSHOT\wso2gs\bin>wso2server.bat

ucts\gs\modules\DISTRI~1\product\target\WSO2GS~1.1-S\WSO2GS~1.1-S\bin\..\tmp
[2011-11-18 14:54:14,009]  INFO
{org.wso2.carbon.core.internal.CarbonCoreActivator} -  User :
Madhuka, en-US, Asi
a/Colombo
Error while creating the p2 agent
Error while getting provisioning agent
[2011-11-18 14:54:14,195]  INFO
{org.wso2.carbon.ldap.server.configuration.LDAPConfigurationBuilder} -  KDC
server is disable
d.
[2011-11-18 14:54:14,369]  INFO
{org.wso2.carbon.ldap.server.DirectoryActivator} -  Initializing Directory
Server with workin
g directory
C:\WSO2\Carbon\products\gs\modules\DISTRI~1\product\target\WSO2GS~1.1-S\WSO2GS~1.1-S\bin\..\repository\data\org.w
so2.carbon.directory and port 10389
[2011-11-18 14:54:21,007]  INFO
{org.wso2.carbon.user.core.authorization.PermissionTree} -  updated
permission tree from data
base for tenant 0
[2011-11-18 14:54:21,608]  INFO
{org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent} -
 Registry Mode: R
EAD-WRITE
[2011-11-18 14:54:22,153]  INFO
{org.wso2.carbon.dashboard.gadgetrepopopulator.GadgetRepoPopulator} -
 Successfully populated
 the default Gadget Repository.
[2011-11-18 14:54:23,077]  INFO
{org.wso2.carbon.dashboard.gadgetrepopopulator.GadgetRepoPopulator} -
 Successfully added def
ault Gadgets to Registry.
[2011-11-18 14:54:23,089]  INFO
{org.wso2.carbon.dashboard.mgt.theme.internal.GSThemeMgtServiceComponent} -
 Successfully sta
rted GS Theme upload module.
[2011-11-18 14:54:24,111]  INFO
{org.wso2.carbon.dashboard.themepopulator.ThemePopulator} -  Successfully
added default Theme
s to Registry.
[2011-11-18 14:55:21,960]  WARN
{org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
delayed due to th
e following unsatisfied items:
[2011-11-18 14:55:21,962]  WARN
{org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
OSGiAxis2Service: org
.wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
[2011-11-18 14:56:21,959]  WARN
{org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
delayed due to th
e following unsatisfied items:
[2011-11-18 14:56:21,960]  WARN
{org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
OSGiAxis2Service: org
.wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
[2011-11-18 14:57:21,960]  WARN
{org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
delayed due to th
e following unsatisfied items:
[2011-11-18 14:57:21,960]  WARN
{org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
OSGiAxis2Service: org
.wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
[2011-11-18 14:58:21,959]  WARN
{org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
delayed due to th
e following unsatisfied items:
[2011-11-18 14:58:21,959]  WARN
{org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
OSGiAxis2Service: org
.wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
[2011-11-18 14:59:21,960]  WARN
{org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
delayed due to th
e following unsatisfied items:
[2011-11-18 14:59:21,960]  WARN
{org.wso2.carbon.core.init.CarbonServerManager} -  Waiting for required
OSGiAxis2Service: org
.wso2.carbon.identity.user.profile-3.2.0.SNAPSHOT
[2011-11-18 15:00:21,959]  WARN
{org.wso2.carbon.core.init.CarbonServerManager} -  Carbon initialization is
delayed due to th
e following unsatisfied items:


any idea on this?

-- 
*Madhuka* Udantha
http://madhukaudantha.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev