There was a patch to APIM-1.6 for this error[1]. Could you please try with
it [2] and test.

[1] - https://wso2.org/jira/browse/APIMANAGER-2004
[2] -
https://svn.wso2.com/wso2/custom/projects/projects/carbon/turing/patches/patch0156

Thanks,
Yumani


On Sun, Mar 2, 2014 at 12:57 AM, Kishanthan Thangarajah <[email protected]
> wrote:

> Let me give you an overview of this error.
>
> During any carbon server start-up process, there is a mechanism to hold
> carbon initialization until all axis2 services, which are deployed as
> bundles, become available (i.e all these bundles become active). If these
> bundles are not active, then the carbon server manager issues these warning
> and mention those inactive bundles containing axis2 services.
>
> So first we have to find why those bundles and not getting activated? For
> this you can start server with OSGi console, find the relevant bundle and
> then diagnose the issue(s) with that bundle (you can use "diag <bundle-id>"
> command).
>
>
>
> On Sat, Mar 1, 2014 at 8:30 AM, Indika Sampath <[email protected]> wrote:
>
>> Hi API-M team,
>>
>> I have encounter $subject in my local machine as well as server several
>> times. The following logs from the server which we supposed to deploy the
>> WSO2 Con API. When this happens press Ctrl+C and quite the starting and
>> after again start the server then it'll starting.
>>
>> wso2@api:~/production/wso2am-1.6.0/bin$ ./wso2server.sh
>> JAVA_HOME environment variable is set to /opt/jre1.6.0_45
>> CARBON_HOME environment variable is set to
>> /home/wso2/production/wso2am-1.6.0
>> [2014-02-28 18:40:04,152]  INFO - CarbonCoreActivator Starting WSO2
>> Carbon...
>> [2014-02-28 18:40:04,185]  INFO - CarbonCoreActivator Operating System :
>> Linux 2.6.32-5-amd64, amd64
>> [2014-02-28 18:40:04,186]  INFO - CarbonCoreActivator Java Home        :
>> /opt/jre1.6.0_45
>> [2014-02-28 18:40:04,186]  INFO - CarbonCoreActivator Java Version     :
>> 1.6.0_45
>> [2014-02-28 18:40:04,186]  INFO - CarbonCoreActivator Java VM          :
>> Java HotSpot(TM) 64-Bit Server VM 20.45-b01,Sun Microsystems Inc.
>> [2014-02-28 18:40:04,187]  INFO - CarbonCoreActivator Carbon Home      :
>> /home/wso2/production/wso2am-1.6.0
>> [2014-02-28 18:40:04,187]  INFO - CarbonCoreActivator Java Temp Dir    :
>> /home/wso2/production/wso2am-1.6.0/tmp
>> [2014-02-28 18:40:04,187]  INFO - CarbonCoreActivator User             :
>> wso2, en-US, America/Los_Angeles
>> [2014-02-28 18:40:04,555]  WARN - ValidationResultPrinter The default
>> keystore (wso2carbon.jks) is currently being used. To maximize security
>> when deploying to a production environment, configure a new keystore with a
>> unique password in the production server profile.
>> [2014-02-28 18:40:05,069]  INFO - AgentHolder Agent created !
>> [2014-02-28 18:40:05,179]  INFO - AgentDS Successfully deployed Agent
>> Client
>> [2014-02-28 18:42:23,516]  INFO - EmbeddedRegistryService Configured
>> Registry in 195ms
>> [2014-02-28 18:42:24,314]  INFO - RegistryCoreServiceComponent Registry
>> Mode    : READ-WRITE
>> [2014-02-28 18:42:32,806]  INFO - UserStoreMgtDSComponent Carbon
>> UserStoreMgtDSComponent activated successfully.
>> [2014-02-28 18:45:47,215]  INFO - TaglibUriRule TLD skipped. URI:
>> http://tiles.apache.org/tags-tiles is already defined
>> [2014-02-28 18:50:34,772]  WARN - CarbonServerManager Carbon
>> initialization is delayed due to the following unsatisfied items:
>> [2014-02-28 18:50:34,777]  WARN - CarbonServerManager Waiting for
>> required OSGiAxis2Service: org.wso2.carbon.mediation.configadmin-4.2.0
>> [2014-02-28 18:50:34,777]  WARN - CarbonServerManager Waiting for
>> required OSGiAxis2Service: org.wso2.carbon.apimgt.gateway-1.2.1
>> [2014-02-28 18:50:34,778]  WARN - CarbonServerManager Waiting for
>> required OSGiAxis2Service: org.wso2.carbon.proxyadmin-4.2.1
>> [2014-02-28 18:50:34,778]  WARN - CarbonServerManager Waiting for
>> required OSGiAxis2Service: org.wso2.carbon.localentry-4.2.0
>> [2014-02-28 18:51:34,772]  WARN - CarbonServerManager Carbon
>> initialization is delayed due to the following unsatisfied items:
>> [2014-02-28 18:51:34,773]  WARN - CarbonServerManager Waiting for
>> required OSGiAxis2Service: org.wso2.carbon.mediation.configadmin-4.2.0
>> [2014-02-28 18:51:34,773]  WARN - CarbonServerManager Waiting for
>> required OSGiAxis2Service: org.wso2.carbon.apimgt.gateway-1.2.1
>> [2014-02-28 18:51:34,774]  WARN - CarbonServerManager Waiting for
>> required OSGiAxis2Service: org.wso2.carbon.proxyadmin-4.2.1
>> [2014-02-28 18:51:34,774]  WARN - CarbonServerManager Waiting for
>> required OSGiAxis2Service: org.wso2.carbon.localentry-4.2.0
>> [2014-02-28 18:52:34,773]  WARN - CarbonServerManager Carbon
>> initialization is delayed due to the following unsatisfied items:
>> [2014-02-28 18:52:34,774]  WARN - CarbonServerManager Waiting for
>> required OSGiAxis2Service: org.wso2.carbon.mediation.configadmin-4.2.0
>> [2014-02-28 18:52:34,774]  WARN - CarbonServerManager Waiting for
>> required OSGiAxis2Service: org.wso2.carbon.apimgt.gateway-1.2.1
>> [2014-02-28 18:52:34,774]  WARN - CarbonServerManager Waiting for
>> required OSGiAxis2Service: org.wso2.carbon.proxyadmin-4.2.1
>> [2014-02-28 18:52:34,775]  WARN - CarbonServerManager Waiting for
>> required OSGiAxis2Service: org.wso2.carbon.localentry-4.2.0
>>
>>
>> Thank you.
>>
>> --
>> Indika Sampath
>> Software Engineer
>> WSO2 Inc.
>> http://wso2.com
>>
>> Phone: +94 716 424 744
>> Blog: http://indikasampath.blogspot.com/
>>
>>
>> _______________________________________________
>> Dev mailing list
>> [email protected]
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Kishanthan Thangarajah*
> Senior Software Engineer,
> Platform Technologies Team,
> WSO2, Inc.
> lean.enterprise.middleware
>
> Mobile - +94773426635
> Blog - *http://kishanthan.wordpress.com <http://kishanthan.wordpress.com>*
> Twitter - *http://twitter.com/kishanthan <http://twitter.com/kishanthan>*
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 


*Yumani Ranaweera*

Technical Lead
WSO2 Inc. - lean . enterprise . middleware |  http://wso2.com

Office: +94 0112145345 | Mob: + 94 777795242

http://yumani.blogspot.com
http://yumsnotes.blogspot.com/
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to