Hi,

On 17 August 2013 14:26, Ajith Vitharana <[email protected]> wrote:

>
>
>
> On Sat, Aug 17, 2013 at 2:16 PM, Lakmali Baminiwatta <[email protected]>wrote:
>
>> Hi Vijitha,
>>
>>
>> On 17 August 2013 13:14, Vijitha Kumara <[email protected]> wrote:
>>
>>>
>>>
>>> On Fri, Aug 16, 2013 at 5:50 PM, Vijayaratha Vijayasingam <
>>> [email protected]> wrote:
>>>
>>>> Hi ;
>>>> There is an "import" introduced for synapse..we will remove that and
>>>> let u knw
>>>>
>>>
>>> Have we not removed synapse dependencies as part of the "lightweight API
>>> components", I guess that was the original intent?
>>>
>>
>>  Yes we have. This issue has come after a latest modification. As rathahas 
>> mentioned, she will remove the
>> sysnapse related additions from the impl module.
>>
>
>
> We are few days behind the release date. We need an urgent fix for this.
>

According to r18149, it seems this is already fixed.

Thanks,
Lakmali

>
> Thanks
> Ajith.
>
>
>>
>> Thanks,
>> Lakmali
>>
>>>
>>>
>>>
>>> Cheers,
>>> Vijitha.
>>>
>>>
>>>
>>>>
>>>>
>>>>
>>>> On 16 August 2013 17:02, Shelan Perera <[email protected]> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> It seems  r181240 has added synapse dependency. Need to fix it properly
>>>>>
>>>>> Thanks
>>>>>
>>>>>
>>>>>
>>>>> On Fri, Aug 16, 2013 at 4:16 PM, Lasith Chandrasekara <[email protected]
>>>>> > wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I am getting following startup error when starting greg pack.
>>>>>>
>>>>>> -Laisth.
>>>>>>
>>>>>> [2013-08-16 16:14:19,986] ERROR {org.wso2.carbon.apimgt.startup.
>>>>>> publisher.APIManagerStartupPublisher} -  Error while initializing
>>>>>> API Provider
>>>>>> org.wso2.carbon.apimgt.api.APIManagementException: Failed to add rxtto
>>>>>> registry
>>>>>>         at org.wso2.carbon.apimgt.impl.utils.APIUtil.
>>>>>> loadloadTenantAPIRXT(APIUtil.java:1345)
>>>>>>         at org.wso2.carbon.apimgt.impl.AbstractAPIManager.<init
>>>>>> >(AbstractAPIManager.java:99)
>>>>>>         at org.wso2.carbon.apimgt.impl.APIProviderImpl.<init
>>>>>> >(APIProviderImpl.java:87)
>>>>>>         at org.wso2.carbon.apimgt.impl.UserAwareAPIProvider.<init
>>>>>> >(UserAwareAPIProvider.java:38)
>>>>>>         at org.wso2.carbon.apimgt.impl.APIManagerFactory.newProvider(
>>>>>> APIManagerFactory.java:49)
>>>>>>         at org.wso2.carbon.apimgt.impl.APIManagerFactory.
>>>>>> getAPIProvider(APIManagerFactory.java:69)
>>>>>>         at org.wso2.carbon.apimgt.startup.publisher.
>>>>>> APIManagerStartupPublisher.createAPIModel(
>>>>>> APIManagerStartupPublisher.java:193)
>>>>>>         at org.wso2.carbon.apimgt.startup.publisher.
>>>>>> APIManagerStartupPublisher.createAPIAtServerStartup(
>>>>>> APIManagerStartupPublisher.java:175)
>>>>>>         at org.wso2.carbon.apimgt.startup.publisher.
>>>>>> APIManagerStartupPublisher.invoke(APIManagerStartupPublisher.java:
>>>>>> 153)
>>>>>>         at org.wso2.carbon.core.internal.CarbonCoreServiceComponent.
>>>>>> startup(CarbonCoreServiceComponent.java:174)
>>>>>>         
>>>>>> atorg.wso2.carbon.core.internal.StartupFinalizerServiceComponent.completeInitialization(StartupFinalizerServiceComponent.java:207)
>>>>>>         at org.wso2.carbon.core.internal.
>>>>>> StartupFinalizerServiceComponent.serviceChanged(
>>>>>> StartupFinalizerServiceComponent.java:284)
>>>>>>         at org.eclipse.osgi.internal.serviceregistry.
>>>>>> FilteredServiceListener.serviceChanged(FilteredServiceListener.java:
>>>>>> 107)
>>>>>>         at org.eclipse.osgi.framework.internal.core.BundleContextImpl
>>>>>> .dispatchEvent(BundleContextImpl.java:861)
>>>>>>         at org.eclipse.osgi.framework.eventmgr.EventManager.
>>>>>> dispatchEvent(EventManager.java:230)
>>>>>>         at org.eclipse.osgi.framework.eventmgr.ListenerQueue.
>>>>>> dispatchEventSynchronous(ListenerQueue.java:148)
>>>>>>         at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.
>>>>>> publishServiceEventPrivileged(ServiceRegistry.java:819)
>>>>>>         at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.
>>>>>> publishServiceEvent(ServiceRegistry.java:771)
>>>>>>         at org.eclipse.osgi.internal.serviceregistry.
>>>>>> ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>>>>>>         at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.
>>>>>> registerService(ServiceRegistry.java:214)
>>>>>>         at org.eclipse.osgi.framework.internal.core.BundleContextImpl
>>>>>> .registerService(BundleContextImpl.java:433)
>>>>>>         at org.eclipse.osgi.framework.internal.core.BundleContextImpl
>>>>>> .registerService(BundleContextImpl.java:451)
>>>>>>         at org.wso2.carbon.throttling.agent.internal.
>>>>>> ThrottlingAgentServiceComponent.registerThrottlingAgent(
>>>>>> ThrottlingAgentServiceComponent.java:123)
>>>>>>         at org.wso2.carbon.throttling.agent.internal.
>>>>>> ThrottlingAgentServiceComponent.activate(
>>>>>> ThrottlingAgentServiceComponent.java:100)
>>>>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>>>>> Method)
>>>>>>         at sun.reflect.NativeMethodAccessorImpl.invoke(
>>>>>> NativeMethodAccessorImpl.java:39)
>>>>>>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(
>>>>>> DelegatingMethodAccessorImpl.java:25)
>>>>>>         at java.lang.reflect.Method.invoke(Method.java:597)
>>>>>>         at org.eclipse.equinox.internal.ds.model.ServiceComponent.
>>>>>> activate(ServiceComponent.java:260)
>>>>>>         at org.eclipse.equinox.internal.ds.model.ServiceComponentProp
>>>>>> .activate(ServiceComponentProp.java:146)
>>>>>>         at org.eclipse.equinox.internal.ds.model.ServiceComponentProp
>>>>>> .build(ServiceComponentProp.java:347)
>>>>>>         at org.eclipse.equinox.internal.ds.InstanceProcess.
>>>>>> buildComponent(InstanceProcess.java:620)
>>>>>>         at org.eclipse.equinox.internal.ds.InstanceProcess.
>>>>>> buildComponents(InstanceProcess.java:197)
>>>>>>         at org.eclipse.equinox.internal.ds.Resolver.getEligible(
>>>>>> Resolver.java:343)
>>>>>>         at org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(
>>>>>> SCRManager.java:222)
>>>>>>         at org.eclipse.osgi.internal.serviceregistry.
>>>>>> FilteredServiceListener.serviceChanged(FilteredServiceListener.java:
>>>>>> 107)
>>>>>>         at org.eclipse.osgi.framework.internal.core.BundleContextImpl
>>>>>> .dispatchEvent(BundleContextImpl.java:861)
>>>>>>         at org.eclipse.osgi.framework.eventmgr.EventManager.
>>>>>> dispatchEvent(EventManager.java:230)
>>>>>>         at org.eclipse.osgi.framework.eventmgr.ListenerQueue.
>>>>>> dispatchEventSynchronous(ListenerQueue.java:148)
>>>>>>         at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.
>>>>>> publishServiceEventPrivileged(ServiceRegistry.java:819)
>>>>>>         at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.
>>>>>> publishServiceEvent(ServiceRegistry.java:771)
>>>>>>         at org.eclipse.osgi.internal.serviceregistry.
>>>>>> ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>>>>>>         at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.
>>>>>> registerService(ServiceRegistry.java:214)
>>>>>>         at org.eclipse.osgi.framework.internal.core.BundleContextImpl
>>>>>> .registerService(BundleContextImpl.java:433)
>>>>>>         at org.eclipse.osgi.framework.internal.core.BundleContextImpl
>>>>>> .registerService(BundleContextImpl.java:451)
>>>>>>         at org.wso2.carbon.core.init.CarbonServerManager.
>>>>>> initializeCarbon(CarbonServerManager.java:517)
>>>>>>         at org.wso2.carbon.core.init.CarbonServerManager.
>>>>>> removePendingItem(CarbonServerManager.java:290)
>>>>>>         at org.wso2.carbon.core.init.PreAxis2ConfigItemListener.
>>>>>> bundleChanged(PreAxis2ConfigItemListener.java:118)
>>>>>>         at org.eclipse.osgi.framework.internal.core.BundleContextImpl
>>>>>> .dispatchEvent(BundleContextImpl.java:847)
>>>>>>         at org.eclipse.osgi.framework.eventmgr.EventManager.
>>>>>> dispatchEvent(EventManager.java:230)
>>>>>>         at org.eclipse.osgi.framework.eventmgr.
>>>>>> EventManager$EventThread.run(EventManager.java:340)
>>>>>> Caused by: org.wso2.carbon.registry.core.exceptions.RegistryException:
>>>>>> An exception occurred while executing handler chain. org
>>>>>> /apache/synapse/mediators/base/SequenceMediator
>>>>>>         at org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager
>>>>>> .put(HandlerManager.java:2525)
>>>>>>         at org.wso2.carbon.registry.core.jdbc.handlers.
>>>>>> HandlerLifecycleManager.put(HandlerLifecycleManager.java:993)
>>>>>>         at org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry.put(
>>>>>> EmbeddedRegistry.java:697)
>>>>>>         at org.wso2.carbon.registry.core.caching.CacheBackedRegistry.
>>>>>> put(CacheBackedRegistry.java:465)
>>>>>>         at org.wso2.carbon.registry.core.session.UserRegistry.put(
>>>>>> UserRegistry.java:657)
>>>>>>         at org.wso2.carbon.apimgt.impl.utils.APIUtil.
>>>>>> loadloadTenantAPIRXT(APIUtil.java:1339)
>>>>>>         ... 50 more
>>>>>> Caused by: java.lang.NoClassDefFoundError:
>>>>>> org/apache/synapse/mediators/base/SequenceMediator
>>>>>>         at java.lang.Class.getDeclaredMethods0(Native Method)
>>>>>>         at java.lang.Class.privateGetDeclaredMethods(Class.java:2436)
>>>>>>         at java.lang.Class.privateGetPublicMethods(Class.java:2556)
>>>>>>         at java.lang.Class.getMethods(Class.java:1412)
>>>>>>         at org.wso2.carbon.registry.core.pagination.PaginationUtils.
>>>>>> isPaginationAnnotationFound(PaginationUtils.java:120)
>>>>>>         at org.wso2.carbon.governance.api.util.GovernanceUtils.
>>>>>> getResultPaths(GovernanceUtils.java:219)
>>>>>>         at org.wso2.carbon.governance.api.util.GovernanceUtils.
>>>>>> findGovernanceArtifacts(GovernanceUtils.java:132)
>>>>>>         at org.wso2.carbon.governance.api.util.GovernanceUtils.
>>>>>> findGovernanceArtifactConfigurations(GovernanceUtils.java:490)
>>>>>>         at org.wso2.carbon.governance.list.util.CommonUtil.
>>>>>> configureGovernanceArtifacts(CommonUtil.java:332)
>>>>>>         at org.wso2.carbon.governance.list.internal.
>>>>>> GovernanceMgtUIListMetadataServiceComponent$1.put(
>>>>>> GovernanceMgtUIListMetadataServiceComponent.java:135)
>>>>>>         at org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager
>>>>>> .put(HandlerManager.java:2503)
>>>>>>         ... 55 more
>>>>>> Caused by: java.lang.ClassNotFoundException: org.apache.synapse.
>>>>>> mediators.base.SequenceMediator
>>>>>>         at org.eclipse.osgi.internal.loader.BundleLoader.
>>>>>> findClassInternal(BundleLoader.java:501)
>>>>>>         at org.eclipse.osgi.internal.loader.BundleLoader.findClass(
>>>>>> BundleLoader.java:421)
>>>>>>         at org.eclipse.osgi.internal.loader.BundleLoader.findClass(
>>>>>> BundleLoader.java:412)
>>>>>>         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.
>>>>>> loadClass(DefaultClassLoader.java:107)
>>>>>>         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>>>>>>         ... 66 more
>>>>>> [2013-08-16 16:14:20,062] ERROR {org.wso2.carbon.apimgt.startup.
>>>>>> publisher.APIManagerStartupPublisher} -  
>>>>>> org.wso2.carbon.apimgt.api.APIManagementException:
>>>>>> Error while initializing API Prov
>>>>>> ider
>>>>>> [2013-08-16 16:14:20,072]  INFO 
>>>>>> {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent}
>>>>>> -  Server           :  WSO2 Governance Registry-4.6.0
>>>>>> [2013-08-16 16:14:20,091]  INFO 
>>>>>> {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent}
>>>>>> -  WSO2 Carbon started in 37 sec
>>>>>> [2013-08-16 16:14:21,153]  INFO
>>>>>> {org.wso2.carbon.dashboard.common.oauth.GSOAuthModule} -  Using random 
>>>>>> key
>>>>>> for OAuth client-side state encryption
>>>>>> [2013-08-16 16:14:21,736]  INFO 
>>>>>> {org.wso2.carbon.ui.internal.CarbonUIServiceComponent}
>>>>>> -  Mgt Console URL  : https://10.100.0.207:9443/carbon/
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Shelan Perera*
>>>>>
>>>>> Senior Software Engineer
>>>>> **
>>>>> Integration Technology Group
>>>>> *WSO2, Inc. : wso2.com*
>>>>> lean.enterprise.middleware.
>>>>>
>>>>> *Blog*             :   blog.shelan.org
>>>>> *Linked-i*n      :
>>>>> http://www.linkedin.com/pub/shelan-perera/a/194/465
>>>>> *Twitter*         :    https://twitter.com/#!/shelan
>>>>>
>>>>> *Mobile*          : +94 772 604 402
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> -Ratha
>>>> mobile: (+94)755906608
>>>>
>>>> _______________________________________________
>>>> Dev mailing list
>>>> [email protected]
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>>>
>>>
>>>
>>> --
>>> Vijitha Kumara
>>> Senior Software Engineer; WSO2, Inc.;  http://wso2.com/
>>>  email: [email protected]
>>>
>>>
>>> Lean . Enterprise . Middleware
>>>
>>> _______________________________________________
>>> Dev mailing list
>>> [email protected]
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Lakmali Baminiwatta*
>> *
>> Software Engineer
>> WSO2, Inc.: http://wso2.com
>> lean.enterprise.middleware
>> mobile:  +94 71 2335936
>> blog : lakmali.com
>> *
>> *
>>
>> _______________________________________________
>> Dev mailing list
>> [email protected]
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Ajith Vitharana.
> WSO2 Inc. - http://wso2.org
> Email  :  [email protected]
> Mobile : +94772217350
>
>


-- 
Lakmali Baminiwatta*
*
Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
mobile:  +94 71 2335936
blog : lakmali.com
*
*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to