Hi All,

Finally, found that this issue due to having wrong Export package in *org.
wso2.carbon.humantask*

  <Export-Package>
                            !org.wso2.carbon.humantask.core.internal,
                            org.wso2.carbon.humantask.core.*; version="${
project.version}",
                           * org.w3.**
  </Export-Package>

Thanks
Ajith.


On Thu, Aug 15, 2013 at 11:48 PM, Pradeep Fernando <[email protected]> wrote:

> Feels like, the wrong xml parser get picked. I asked ajith to replace the
> master-datasource.xml with previous packs' one.
>
> confirms that the issue still exists..
>
> --Pradeep
>
>
> On Thu, Aug 15, 2013 at 11:42 PM, Sameera Jayasoma <[email protected]>wrote:
>
>> Hi Ajith,
>>
>> Can you please check whether there is an XML error in the
>> master-datasource.xml in your G-Reg pack?
>>
>> Thanks,
>> Sameera.
>>
>>
>> On Thu, Aug 15, 2013 at 11:29 PM, Ajith Vitharana <[email protected]>wrote:
>>
>>> Hi All,
>>>
>>> We are getting following startup  issue in the latest branch build.
>>>
>>>
>>> [2013-08-15 23:26:53,551] ERROR
>>> {org.wso2.carbon.ndatasource.core.internal.DataSourceServiceComponent} -
>>>  Error in intializing system data sources: Error in initializing system
>>> data sources: Error in initializing system data sources at
>>> '/home/ajith/wso2/build/branches/platform/4.2.0/products/greg/4.6.0/modules/distribution/target/wso2greg-4.6.0/repository/conf/datasources/master-datasources.xml'
>>> - unexpected element (uri:"", local:"datasources-configuration"). Expected
>>> elements are (none)
>>> org.wso2.carbon.ndatasource.common.DataSourceException: Error in
>>> initializing system data sources: Error in initializing system data sources
>>> at
>>> '/home/ajith/wso2/build/branches/platform/4.2.0/products/greg/4.6.0/modules/distribution/target/wso2greg-4.6.0/repository/conf/datasources/master-datasources.xml'
>>> - unexpected element (uri:"", local:"datasources-configuration"). Expected
>>> elements are (none)
>>>  at
>>> org.wso2.carbon.ndatasource.core.DataSourceManager.initSystemDataSources(DataSourceManager.java:165)
>>> at
>>> org.wso2.carbon.ndatasource.core.internal.DataSourceServiceComponent.initSystemDataSources(DataSourceServiceComponent.java:166)
>>>  at
>>> org.wso2.carbon.ndatasource.core.internal.DataSourceServiceComponent.setSecretCallbackHandlerService(DataSourceServiceComponent.java:152)
>>> 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.ComponentReference.bind(ComponentReference.java:376)
>>>  at
>>> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.bindReference(ServiceComponentProp.java:432)
>>> at
>>> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.bind(ServiceComponentProp.java:218)
>>>  at
>>> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345)
>>> 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.securevault.internal.SecretManagerInitializerComponent.activate(SecretManagerInitializerComponent.java:48)
>>>  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.buildNewlySatisfied(Resolver.java:473)
>>>  at
>>> org.eclipse.equinox.internal.ds.Resolver.enableComponents(Resolver.java:217)
>>> at
>>> org.eclipse.equinox.internal.ds.SCRManager.performWork(SCRManager.java:816)
>>>  at
>>> org.eclipse.equinox.internal.ds.SCRManager$QueuedJob.dispatch(SCRManager.java:783)
>>> at org.eclipse.equinox.internal.ds.WorkThread.run(WorkThread.java:89)
>>>  at java.lang.Thread.run(Thread.java:662)
>>> Caused by: org.wso2.carbon.ndatasource.common.DataSourceException: Error
>>> in initializing system data sources at
>>> '/home/ajith/wso2/build/branches/platform/4.2.0/products/greg/4.6.0/modules/distribution/target/wso2greg-4.6.0/repository/conf/datasources/master-datasources.xml'
>>> - unexpected element (uri:"", local:"datasources-configuration"). Expected
>>> elements are (none)
>>>  at
>>> org.wso2.carbon.ndatasource.core.DataSourceManager.initSystemDataSource(DataSourceManager.java:185)
>>> at
>>> org.wso2.carbon.ndatasource.core.DataSourceManager.initSystemDataSources(DataSourceManager.java:154)
>>>  ... 40 more
>>> *Caused by: javax.xml.bind.UnmarshalException: unexpected element
>>> (uri:"", local:"datasources-configuration"). Expected elements are (none)
>>> *
>>> * at
>>> com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleEvent(UnmarshallingContext.java:648)
>>> *
>>> * at
>>> com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:236)
>>> *
>>> * at
>>> com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:231)
>>> *
>>> * at
>>> com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader.reportUnexpectedChildElement(Loader.java:105)
>>> *
>>> * at
>>> com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext$DefaultRootLoader.childElement(UnmarshallingContext.java:1051)
>>> *
>>> * at
>>> com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext._startElement(UnmarshallingContext.java:484)
>>> *
>>> * at
>>> com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallingContext.startElement(UnmarshallingContext.java:465)
>>> *
>>> * at
>>> com.sun.xml.internal.bind.v2.runtime.unmarshaller.InterningXmlVisitor.startElement(InterningXmlVisitor.java:60)
>>> *
>>> * at
>>> com.sun.xml.internal.bind.v2.runtime.unmarshaller.SAXConnector.startElement(SAXConnector.java:135)
>>> *
>>> * at
>>> com.sun.xml.internal.bind.unmarshaller.DOMScanner.visit(DOMScanner.java:228)
>>> *
>>> * at
>>> com.sun.xml.internal.bind.unmarshaller.DOMScanner.scan(DOMScanner.java:111)
>>> *
>>> * at
>>> com.sun.xml.internal.bind.unmarshaller.DOMScanner.scan(DOMScanner.java:94)
>>> *
>>> * at
>>> com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:308)
>>> *
>>> * at
>>> com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:288)
>>> *
>>> * at
>>> org.wso2.carbon.ndatasource.core.DataSourceManager.initSystemDataSource(DataSourceManager.java:175)
>>> *
>>> ... 41 more
>>>
>>>
>>> --
>>> Ajith Vitharana.
>>> WSO2 Inc. - http://wso2.org
>>> Email  :  [email protected]
>>> Mobile : +94772217350
>>>
>>>
>>
>>
>> --
>> Sameera Jayasoma,
>> Architect,
>>
>> WSO2, Inc. (http://wso2.com)
>> email: [email protected]
>> blog: http://sameera.adahas.org
>> twitter: https://twitter.com/sameerajayasoma
>> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
>>
>> Lean . Enterprise . Middleware
>>
>
>
>
> --
> *Pradeep Fernando*
> Associate Technical Lead;WSO2 Inc.; http://wso2.com
>
> blog: http://pradeepfernando.blogspot.com
> m: +94776603662
>



-- 
Ajith Vitharana.
WSO2 Inc. - http://wso2.org
Email  :  [email protected]
Mobile : +94772217350
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to