Home » Modeling » EMF » Re: CDO/Teneo Server initialization issue with HibernateStore
Re: CDO/Teneo Server initialization issue with HibernateStore [message #425665] |
Thu, 04 December 2008 07:51  |
Eclipse User |
|
|
|
Hi Phaneesh,
CDO is now supported from eclipse.tools.emf. :-)
I will let Martin Taal answered that :-)
Simon
Phaneesh Nagaraja wrote:
> 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
>
>
>
>
>
>
>
|
|
| | | |
Re: CDO/Teneo Server initialization issue with HibernateStore [message #425758 is a reply to message #425701] |
Mon, 08 December 2008 01:57   |
Eclipse User |
|
|
|
Hi,
I could not get it to work.. :-(. I am still facing the same issue.
Can you let me know which version of CDO SDK are you using.
I am using 1.0.0. I will upgrade to 2.0 and then give it a try again.
Thanks
Phaneesh
"Eike Stepper" <stepper@esc-net.de> wrote in message
news:ghb13n$oi1$2@build.eclipse.org...
> Phaneesh,
>
> I fixed some settings in the MANIFEST.MF and the build.properties.
> I think it's better to specify dependencies with version *ranges* to
> stay current with the development/maintenance.
> Please compare the corrected project I attached with the one you sent to
> see all the diffs.
>
> The CDOServer started normally.
> When running the CDOClient there was an exception that looked like it
> was Hibernate related, so that I can't help directly.
> If you also encounter this problem please report it via the EMF
> newsgroup first...
>
> Cheers
> /Eike
>
> ----
> http://thegordian.blogspot.com
>
>
>
> Phaneesh Nagaraja schrieb:
>> Hi,
>>
>> Thanks for the rapid response. I would be more than happy to support/help
>> to
>> the fast feature expansion of CDO [in whatever limited capacity I can..
>> :-)].
>>
>> I have attached the complete project. Let me know if you need more info.
>>
>> I am using Spring 2.5.6 and Hibernate bundled with Spring 2.5.6. Let me
>> know
>> if you need more info.
>>
>> Thanks
>> Phaneesh
>>
>>
>> "Eike Stepper" <stepper@esc-net.de> wrote in message
>> news:gh8o7t$la3$4@build.eclipse.org...
>>
>>> Phaneesh,
>>>
>>> Am I right that you're using CDO server-side with Spring Framework in a
>>> stand-alone mode, i.e. no OSGi running?
>>> In this case it looks like a class path problem which is hard to
>>> re-produce without the exact same setup ;-(
>>>
>>> Would you mind to send a complete zip with an example project to me that
>>> shows the problem?
>>>
>>> Btw. we just decided to mark the CDO/Hibernate support as "experimental"
>>> since we discovered some scalability issues and Martin is not able to
>>> spent enough time in the near future to address them. We're eagerly
>>> looking for help in this area to stay current with the fast feature
>>> expansion of the CDO core framework!
>>>
>>> Cheers
>>> /Eike
>>>
>>> ----
>>> http://thegordian.blogspot.com
>>>
>>>
>>>
>>> Simon McDuff schrieb:
>>>
>>>> Hi Phaneesh,
>>>>
>>>> CDO is now supported from eclipse.tools.emf. :-)
>>>>
>>>> I will let Martin Taal answered that :-)
>>>>
>>>> Simon
>>>>
>>>> Phaneesh Nagaraja wrote:
>>>>
>>>>> 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
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>
>>
>>
>
|
|
|
Re: CDO/Teneo Server initialization issue with HibernateStore [message #425759 is a reply to message #425758] |
Mon, 08 December 2008 04:41   |
Eclipse User |
|
|
|
Phaneesh,
I tried it with the latest sources from branch R1_0_maintenance.
Cheers
/Eike
----
http://thegordian.blogspot.com
Phaneesh Nagaraja schrieb:
> Hi,
>
> I could not get it to work.. :-(. I am still facing the same issue.
>
> Can you let me know which version of CDO SDK are you using.
> I am using 1.0.0. I will upgrade to 2.0 and then give it a try again.
>
> Thanks
> Phaneesh
>
> "Eike Stepper" <stepper@esc-net.de> wrote in message
> news:ghb13n$oi1$2@build.eclipse.org...
>
>> Phaneesh,
>>
>> I fixed some settings in the MANIFEST.MF and the build.properties.
>> I think it's better to specify dependencies with version *ranges* to
>> stay current with the development/maintenance.
>> Please compare the corrected project I attached with the one you sent to
>> see all the diffs.
>>
>> The CDOServer started normally.
>> When running the CDOClient there was an exception that looked like it
>> was Hibernate related, so that I can't help directly.
>> If you also encounter this problem please report it via the EMF
>> newsgroup first...
>>
>> Cheers
>> /Eike
>>
>> ----
>> http://thegordian.blogspot.com
>>
>>
>>
>> Phaneesh Nagaraja schrieb:
>>
>>> Hi,
>>>
>>> Thanks for the rapid response. I would be more than happy to support/help
>>> to
>>> the fast feature expansion of CDO [in whatever limited capacity I can..
>>> :-)].
>>>
>>> I have attached the complete project. Let me know if you need more info.
>>>
>>> I am using Spring 2.5.6 and Hibernate bundled with Spring 2.5.6. Let me
>>> know
>>> if you need more info.
>>>
>>> Thanks
>>> Phaneesh
>>>
>>>
>>> "Eike Stepper" <stepper@esc-net.de> wrote in message
>>> news:gh8o7t$la3$4@build.eclipse.org...
>>>
>>>
>>>> Phaneesh,
>>>>
>>>> Am I right that you're using CDO server-side with Spring Framework in a
>>>> stand-alone mode, i.e. no OSGi running?
>>>> In this case it looks like a class path problem which is hard to
>>>> re-produce without the exact same setup ;-(
>>>>
>>>> Would you mind to send a complete zip with an example project to me that
>>>> shows the problem?
>>>>
>>>> Btw. we just decided to mark the CDO/Hibernate support as "experimental"
>>>> since we discovered some scalability issues and Martin is not able to
>>>> spent enough time in the near future to address them. We're eagerly
>>>> looking for help in this area to stay current with the fast feature
>>>> expansion of the CDO core framework!
>>>>
>>>> Cheers
>>>> /Eike
>>>>
>>>> ----
>>>> http://thegordian.blogspot.com
>>>>
>>>>
>>>>
>>>> Simon McDuff schrieb:
>>>>
>>>>
>>>>> Hi Phaneesh,
>>>>>
>>>>> CDO is now supported from eclipse.tools.emf. :-)
>>>>>
>>>>> I will let Martin Taal answered that :-)
>>>>>
>>>>> Simon
>>>>>
>>>>> Phaneesh Nagaraja wrote:
>>>>>
>>>>>
>>>>>> 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
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>
>>>
>
>
>
|
|
|
Re: CDO/Teneo Server initialization issue with HibernateStore [message #425770 is a reply to message #425759] |
Mon, 08 December 2008 09:21   |
Eclipse User |
|
|
|
Hi,
Can you give me the CVS location for R1_0_maintenance?
I tried searchining for it in the CVS, but could not find it.
Thanks
Phaneesh
"Eike Stepper" <stepper@esc-net.de> wrote in message
news:ghiq3o$sa2$1@build.eclipse.org...
> Phaneesh,
>
> I tried it with the latest sources from branch R1_0_maintenance.
>
> Cheers
> /Eike
>
> ----
> http://thegordian.blogspot.com
>
>
>
>
> Phaneesh Nagaraja schrieb:
>> Hi,
>>
>> I could not get it to work.. :-(. I am still facing the same issue.
>>
>> Can you let me know which version of CDO SDK are you using.
>> I am using 1.0.0. I will upgrade to 2.0 and then give it a try again.
>>
>> Thanks
>> Phaneesh
>>
>> "Eike Stepper" <stepper@esc-net.de> wrote in message
>> news:ghb13n$oi1$2@build.eclipse.org...
>>
>>> Phaneesh,
>>>
>>> I fixed some settings in the MANIFEST.MF and the build.properties.
>>> I think it's better to specify dependencies with version *ranges* to
>>> stay current with the development/maintenance.
>>> Please compare the corrected project I attached with the one you sent to
>>> see all the diffs.
>>>
>>> The CDOServer started normally.
>>> When running the CDOClient there was an exception that looked like it
>>> was Hibernate related, so that I can't help directly.
>>> If you also encounter this problem please report it via the EMF
>>> newsgroup first...
>>>
>>> Cheers
>>> /Eike
>>>
>>> ----
>>> http://thegordian.blogspot.com
>>>
>>>
>>>
>>> Phaneesh Nagaraja schrieb:
>>>
>>>> Hi,
>>>>
>>>> Thanks for the rapid response. I would be more than happy to
>>>> support/help to
>>>> the fast feature expansion of CDO [in whatever limited capacity I can..
>>>> :-)].
>>>>
>>>> I have attached the complete project. Let me know if you need more
>>>> info.
>>>>
>>>> I am using Spring 2.5.6 and Hibernate bundled with Spring 2.5.6. Let me
>>>> know
>>>> if you need more info.
>>>>
>>>> Thanks
>>>> Phaneesh
>>>>
>>>>
>>>> "Eike Stepper" <stepper@esc-net.de> wrote in message
>>>> news:gh8o7t$la3$4@build.eclipse.org...
>>>>
>>>>
>>>>> Phaneesh,
>>>>>
>>>>> Am I right that you're using CDO server-side with Spring Framework in
>>>>> a
>>>>> stand-alone mode, i.e. no OSGi running?
>>>>> In this case it looks like a class path problem which is hard to
>>>>> re-produce without the exact same setup ;-(
>>>>>
>>>>> Would you mind to send a complete zip with an example project to me
>>>>> that
>>>>> shows the problem?
>>>>>
>>>>> Btw. we just decided to mark the CDO/Hibernate support as
>>>>> "experimental"
>>>>> since we discovered some scalability issues and Martin is not able to
>>>>> spent enough time in the near future to address them. We're eagerly
>>>>> looking for help in this area to stay current with the fast feature
>>>>> expansion of the CDO core framework!
>>>>>
>>>>> Cheers
>>>>> /Eike
>>>>>
>>>>> ----
>>>>> http://thegordian.blogspot.com
>>>>>
>>>>>
>>>>>
>>>>> Simon McDuff schrieb:
>>>>>
>>>>>
>>>>>> Hi Phaneesh,
>>>>>>
>>>>>> CDO is now supported from eclipse.tools.emf. :-)
>>>>>>
>>>>>> I will let Martin Taal answered that :-)
>>>>>>
>>>>>> Simon
>>>>>>
>>>>>> Phaneesh Nagaraja wrote:
>>>>>>
>>>>>>
>>>>>>> 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
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>
>>>>
>>
>>
>>
|
|
|
Re: CDO/Teneo Server initialization issue with HibernateStore [message #425782 is a reply to message #425770] |
Mon, 08 December 2008 11:31   |
Eclipse User |
|
|
|
Please use
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org .eclipse.emf.cdo/develop/setup/psf/pserver/.bootstrap.psf?re vision=1.1.2.1&root=Modeling_Project&view=markup
or
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org .eclipse.emf.cdo/develop/setup/psf/pserver/All.psf?revision= 1.1.2.5&root=Modeling_Project&view=markup
with http://wiki.eclipse.org/CDO_Source_Installation to setup your
workspace!
Simon
Phaneesh Nagaraja wrote:
> Hi,
>
> Can you give me the CVS location for R1_0_maintenance?
>
> I tried searchining for it in the CVS, but could not find it.
>
> Thanks
> Phaneesh
>
> "Eike Stepper" <stepper@esc-net.de> wrote in message
> news:ghiq3o$sa2$1@build.eclipse.org...
>> Phaneesh,
>>
>> I tried it with the latest sources from branch R1_0_maintenance.
>>
>> Cheers
>> /Eike
>>
>> ----
>> http://thegordian.blogspot.com
>>
>>
>>
>>
>> Phaneesh Nagaraja schrieb:
>>> Hi,
>>>
>>> I could not get it to work.. :-(. I am still facing the same issue.
>>>
>>> Can you let me know which version of CDO SDK are you using.
>>> I am using 1.0.0. I will upgrade to 2.0 and then give it a try again.
>>>
>>> Thanks
>>> Phaneesh
>>>
>>> "Eike Stepper" <stepper@esc-net.de> wrote in message
>>> news:ghb13n$oi1$2@build.eclipse.org...
>>>
>>>> Phaneesh,
>>>>
>>>> I fixed some settings in the MANIFEST.MF and the build.properties.
>>>> I think it's better to specify dependencies with version *ranges* to
>>>> stay current with the development/maintenance.
>>>> Please compare the corrected project I attached with the one you sent to
>>>> see all the diffs.
>>>>
>>>> The CDOServer started normally.
>>>> When running the CDOClient there was an exception that looked like it
>>>> was Hibernate related, so that I can't help directly.
>>>> If you also encounter this problem please report it via the EMF
>>>> newsgroup first...
>>>>
>>>> Cheers
>>>> /Eike
>>>>
>>>> ----
>>>> http://thegordian.blogspot.com
>>>>
>>>>
>>>>
>>>> Phaneesh Nagaraja schrieb:
>>>>
>>>>> Hi,
>>>>>
>>>>> Thanks for the rapid response. I would be more than happy to
>>>>> support/help to
>>>>> the fast feature expansion of CDO [in whatever limited capacity I can..
>>>>> :-)].
>>>>>
>>>>> I have attached the complete project. Let me know if you need more
>>>>> info.
>>>>>
>>>>> I am using Spring 2.5.6 and Hibernate bundled with Spring 2.5.6. Let me
>>>>> know
>>>>> if you need more info.
>>>>>
>>>>> Thanks
>>>>> Phaneesh
>>>>>
>>>>>
>>>>> "Eike Stepper" <stepper@esc-net.de> wrote in message
>>>>> news:gh8o7t$la3$4@build.eclipse.org...
>>>>>
>>>>>
>>>>>> Phaneesh,
>>>>>>
>>>>>> Am I right that you're using CDO server-side with Spring Framework in
>>>>>> a
>>>>>> stand-alone mode, i.e. no OSGi running?
>>>>>> In this case it looks like a class path problem which is hard to
>>>>>> re-produce without the exact same setup ;-(
>>>>>>
>>>>>> Would you mind to send a complete zip with an example project to me
>>>>>> that
>>>>>> shows the problem?
>>>>>>
>>>>>> Btw. we just decided to mark the CDO/Hibernate support as
>>>>>> "experimental"
>>>>>> since we discovered some scalability issues and Martin is not able to
>>>>>> spent enough time in the near future to address them. We're eagerly
>>>>>> looking for help in this area to stay current with the fast feature
>>>>>> expansion of the CDO core framework!
>>>>>>
>>>>>> Cheers
>>>>>> /Eike
>>>>>>
>>>>>> ----
>>>>>> http://thegordian.blogspot.com
>>>>>>
>>>>>>
>>>>>>
>>>>>> Simon McDuff schrieb:
>>>>>>
>>>>>>
>>>>>>> Hi Phaneesh,
>>>>>>>
>>>>>>> CDO is now supported from eclipse.tools.emf. :-)
>>>>>>>
>>>>>>> I will let Martin Taal answered that :-)
>>>>>>>
>>>>>>> Simon
>>>>>>>
>>>>>>> Phaneesh Nagaraja wrote:
>>>>>>>
>>>>>>>
>>>>>>>> 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
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>
>>>
>>>
>
>
|
|
|
Re: CDO/Teneo Server initialization issue with HibernateStore [message #425876 is a reply to message #425680] |
Wed, 10 December 2008 13:35  |
Eclipse User |
|
|
|
Hi Phaneesh,
Darn, I overlooked your offer to help ;-(
We, the CDO team, would really appreciate your help if it is fun for
you, too!
If you didn't change your mind in the meantime I'd suggest that you
contact me via email.
Then we can look at some of the open HibernateStore bugzillas and
identify a nice one to start with.
Of course you would have our help available at all times ;-)
What do you think?
Cheers
/Eike
----
http://thegordian.blogspot.com
Phaneesh Nagaraja schrieb:
> Hi,
>
> Thanks for the rapid response. I would be more than happy to support/help to
> the fast feature expansion of CDO [in whatever limited capacity I can..
> :-)].
>
> I have attached the complete project. Let me know if you need more info.
>
> I am using Spring 2.5.6 and Hibernate bundled with Spring 2.5.6. Let me know
> if you need more info.
>
> Thanks
> Phaneesh
>
>
> "Eike Stepper" <stepper@esc-net.de> wrote in message
> news:gh8o7t$la3$4@build.eclipse.org...
>
>> Phaneesh,
>>
>> Am I right that you're using CDO server-side with Spring Framework in a
>> stand-alone mode, i.e. no OSGi running?
>> In this case it looks like a class path problem which is hard to
>> re-produce without the exact same setup ;-(
>>
>> Would you mind to send a complete zip with an example project to me that
>> shows the problem?
>>
>> Btw. we just decided to mark the CDO/Hibernate support as "experimental"
>> since we discovered some scalability issues and Martin is not able to
>> spent enough time in the near future to address them. We're eagerly
>> looking for help in this area to stay current with the fast feature
>> expansion of the CDO core framework!
>>
>> Cheers
>> /Eike
>>
>> ----
>> http://thegordian.blogspot.com
>>
>>
>>
>> Simon McDuff schrieb:
>>
>>> Hi Phaneesh,
>>>
>>> CDO is now supported from eclipse.tools.emf. :-)
>>>
>>> I will let Martin Taal answered that :-)
>>>
>>> Simon
>>>
>>> Phaneesh Nagaraja wrote:
>>>
>>>> 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
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>
>
>
|
|
|
Goto Forum:
Current Time: Sun Jul 27 05:03:13 EDT 2025
Powered by FUDForum. Page generated in 0.04211 seconds
|