Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » CD Server initialization issue with HibernateStore
CD Server initialization issue with HibernateStore [message #620421] Thu, 04 December 2008 12:39
Phaneesh Nagaraja is currently offline Phaneesh NagarajaFriend
Messages: 24
Registered: July 2009
Junior Member
Hi,

I am trying to initialize the cdo server using Spring + HibernateStore
(Teneo) integration. I am getting the following exception during server
startup:

Caused by: org.eclipse.net4j.util.WrappedException:
java.io.FileNotFoundException: JAR entry /mappings/meta.hbm.xml not found in
D:\DevKit\symphony\eclipse\plugins\org.eclipse.emf.cdo.serve r.hibernate_1.0.0.v200806180411.jar

at org.eclipse.net4j.util.WrappedException.wrap(WrappedExceptio n.java:39)

at
org.eclipse.emf.cdo.server.internal.hibernate.HibernatePacka geHandler.initConfiguration(HibernatePackageHandler.java:411 )

at
org.eclipse.emf.cdo.server.internal.hibernate.HibernatePacka geHandler.doActivate(HibernatePackageHandler.java:377)

at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:53)

at
org.eclipse.emf.cdo.server.internal.hibernate.HibernateStore .doActivate(HibernateStore.java:197)

at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:53)

at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:69)

at
org.eclipse.net4j.util.lifecycle.LifecycleUtil.activate(Life cycleUtil.java:59)

at
org.eclipse.emf.cdo.internal.server.Repository.activateRepos itory(Repository.java:262)

at
org.eclipse.emf.cdo.internal.server.Repository.doActivate(Re pository.java:250)

at org.eclipse.net4j.util.lifecycle.Lifecycle.activate(Lifecycl e.java:53)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at
org.springframework.beans.factory.support.AbstractAutowireCa pableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapa bleBeanFactory.java:1414)

at
org.springframework.beans.factory.support.AbstractAutowireCa pableBeanFactory.invokeInitMethods(AbstractAutowireCapableBe anFactory.java:1375)

at
org.springframework.beans.factory.support.AbstractAutowireCa pableBeanFactory.initializeBean(AbstractAutowireCapableBeanF actory.java:1335)

.... 15 more

Caused by: java.io.FileNotFoundException: JAR entry /mappings/meta.hbm.xml
not found in
D:\DevKit\symphony\eclipse\plugins\org.eclipse.emf.cdo.serve r.hibernate_1.0.0.v200806180411.jar

at
sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConn ection.java:122)

at
sun.net.www.protocol.jar.JarURLConnection.getInputStream(Jar URLConnection.java:132)

at java.net.URL.openStream(URL.java:1009)

at
org.eclipse.net4j.internal.util.bundle.AbstractBundle.getInp utStream(AbstractBundle.java:229)

at
org.eclipse.emf.cdo.server.internal.hibernate.HibernatePacka geHandler.initConfiguration(HibernatePackageHandler.java:404 )

.... 31 more

Also, Find the attached spring context files I am using. Please help me how
to resolve this issue.

Thanks

Phaneesh








  • Attachment: cdo.xml
    (Size: 0.57KB, Downloaded 208 times)
  • Attachment: demorepository.xml
    (Size: 2.97KB, Downloaded 260 times)
  • Attachment: net4j.xml
    (Size: 1.98KB, Downloaded 134 times)
Previous Topic:Matching eObject with containemt(1-*) reference
Next Topic:Value holding in CDO model
Goto Forum:
  


Current Time: Fri Apr 26 19:39:38 GMT 2024

Powered by FUDForum. Page generated in 0.03050 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top