Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [CDO] after CVS update today server will create db tables...
[CDO] after CVS update today server will create db tables... [message #102814] Thu, 15 November 2007 22:41 Go to next message
Mark Geib is currently offline Mark GeibFriend
Messages: 432
Registered: July 2009
Senior Member
Eike,

I just did a CVS update and now the CDO server will not create tables
when I drop the database and create an empty one.

Also, I can not make the vertical mapping work. That is what I wanted to
test when I found the above problems.

Mark.
Re: [CDO] after CVS update today server will create db tables... [message #102834 is a reply to message #102814] Thu, 15 November 2007 22:53 Go to previous messageGo to next message
Mark Geib is currently offline Mark GeibFriend
Messages: 432
Registered: July 2009
Senior Member
When I set the type to vertical I get

!ENTRY org.eclipse.osgi 4 0 2007-11-15 15:52:53.797
!MESSAGE Application error
!STACK 1
org.eclipse.net4j.util.WrappedException:
org.eclipse.core.runtime.CoreException: Plug-in
"org.eclipse.emf.cdo.server.db" was unable to instantiate class
" org.eclipse.emf.cdo.server.internal.db.VerticalMappingStrate gy ".
at org.eclipse.net4j.util.WrappedException.wrap(WrappedExceptio n.java:39)
at
org.eclipse.emf.cdo.server.db.CDODBUtil.createMappingStrateg y(CDODBUtil.java:51)
at
org.eclipse.emf.cdo.server.internal.db.DBStoreFactory.getMap pingStrategy(DBStoreFactory.java:68)
at
org.eclipse.emf.cdo.server.internal.db.DBStoreFactory.create Store(DBStoreFactory.java:49)
at
org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigureStore(RepositoryConfigurator.java:131)
at
org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigureRepository(RepositoryConfigurator.java:111)
at
org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:80)
at
org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:51)
at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:169)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:106)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:76)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:363)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:176)
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:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
Caused by: org.eclipse.core.runtime.CoreException: Plug-in
"org.eclipse.emf.cdo.server.db" was unable to instantiate class
" org.eclipse.emf.cdo.server.internal.db.VerticalMappingStrate gy ".
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .throwException(RegistryStrategyOSGI.java:180)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableExtension(RegistryStrategyOSGI.java:172)
at
org.eclipse.core.internal.registry.ExtensionRegistry.createE xecutableExtension(ExtensionRegistry.java:788)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:243)
at
org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtension(ConfigurationElementHandle.java: 51)
at
org.eclipse.emf.cdo.server.db.CDODBUtil.createMappingStrateg y(CDODBUtil.java:47)
... 20 more




Mark Geib wrote:
> Eike,
>
> I just did a CVS update and now the CDO server will not create tables
> when I drop the database and create an empty one.
>
> Also, I can not make the vertical mapping work. That is what I wanted to
> test when I found the above problems.
>
> Mark.
Re: [CDO] after CVS update today server will create db tables... [message #102847 is a reply to message #102814] Thu, 15 November 2007 22:56 Go to previous messageGo to next message
Mark Geib is currently offline Mark GeibFriend
Messages: 432
Registered: July 2009
Senior Member
Eike,

Ignore the server not creating db tables problem...my fault.

Mark.

Mark Geib wrote:
> Eike,
>
> I just did a CVS update and now the CDO server will not create tables
> when I drop the database and create an empty one.
>
> Also, I can not make the vertical mapping work. That is what I wanted to
> test when I found the above problems.
>
> Mark.
Re: [CDO] after CVS update today server will create db tables... [message #102914 is a reply to message #102814] Fri, 16 November 2007 09:27 Go to previous message
Eclipse UserFriend
Originally posted by: stepper.sympedia.de

Mark,

I've update the docs to mention that vertical mapping is not yet
implemented:
http://wiki.eclipse.org/CDO_Server_Configuration#Element_map pingStrategy
I prioritized horizontal mapping because I remembered that you asked for
it formerly. Sorry if that caused confusion.

Regards,
Eike Stepper
----
http://wiki.eclipse.org/?title=CDO
http://wiki.eclipse.org/?title=Net4j



Mark Geib schrieb:
> Eike,
>
> I just did a CVS update and now the CDO server will not create tables
> when I drop the database and create an empty one.
>
> Also, I can not make the vertical mapping work. That is what I wanted
> to test when I found the above problems.
>
> Mark.
Re: [CDO] after CVS update today server will create db tables... [message #612547 is a reply to message #102814] Thu, 15 November 2007 22:53 Go to previous message
Mark Geib is currently offline Mark GeibFriend
Messages: 432
Registered: July 2009
Senior Member
When I set the type to vertical I get

!ENTRY org.eclipse.osgi 4 0 2007-11-15 15:52:53.797
!MESSAGE Application error
!STACK 1
org.eclipse.net4j.util.WrappedException:
org.eclipse.core.runtime.CoreException: Plug-in
"org.eclipse.emf.cdo.server.db" was unable to instantiate class
" org.eclipse.emf.cdo.server.internal.db.VerticalMappingStrate gy ".
at org.eclipse.net4j.util.WrappedException.wrap(WrappedExceptio n.java:39)
at
org.eclipse.emf.cdo.server.db.CDODBUtil.createMappingStrateg y(CDODBUtil.java:51)
at
org.eclipse.emf.cdo.server.internal.db.DBStoreFactory.getMap pingStrategy(DBStoreFactory.java:68)
at
org.eclipse.emf.cdo.server.internal.db.DBStoreFactory.create Store(DBStoreFactory.java:49)
at
org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigureStore(RepositoryConfigurator.java:131)
at
org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigureRepository(RepositoryConfigurator.java:111)
at
org.eclipse.emf.cdo.internal.server.RepositoryConfigurator.c onfigure(RepositoryConfigurator.java:80)
at
org.eclipse.emf.cdo.internal.server.bundle.CDOServerApplicat ion.doStart(CDOServerApplication.java:51)
at org.eclipse.net4j.util.om.OSGiApplication.start(OSGiApplicat ion.java:61)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:169)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:106)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:76)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:363)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:176)
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:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
Caused by: org.eclipse.core.runtime.CoreException: Plug-in
"org.eclipse.emf.cdo.server.db" was unable to instantiate class
" org.eclipse.emf.cdo.server.internal.db.VerticalMappingStrate gy ".
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .throwException(RegistryStrategyOSGI.java:180)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableExtension(RegistryStrategyOSGI.java:172)
at
org.eclipse.core.internal.registry.ExtensionRegistry.createE xecutableExtension(ExtensionRegistry.java:788)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:243)
at
org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtension(ConfigurationElementHandle.java: 51)
at
org.eclipse.emf.cdo.server.db.CDODBUtil.createMappingStrateg y(CDODBUtil.java:47)
... 20 more




Mark Geib wrote:
> Eike,
>
> I just did a CVS update and now the CDO server will not create tables
> when I drop the database and create an empty one.
>
> Also, I can not make the vertical mapping work. That is what I wanted to
> test when I found the above problems.
>
> Mark.
Re: [CDO] after CVS update today server will create db tables... [message #612549 is a reply to message #102814] Thu, 15 November 2007 22:56 Go to previous message
Mark Geib is currently offline Mark GeibFriend
Messages: 432
Registered: July 2009
Senior Member
Eike,

Ignore the server not creating db tables problem...my fault.

Mark.

Mark Geib wrote:
> Eike,
>
> I just did a CVS update and now the CDO server will not create tables
> when I drop the database and create an empty one.
>
> Also, I can not make the vertical mapping work. That is what I wanted to
> test when I found the above problems.
>
> Mark.
Re: [CDO] after CVS update today server will create db tables... [message #612557 is a reply to message #102814] Fri, 16 November 2007 09:27 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6684
Registered: July 2009
Senior Member
Mark,

I've update the docs to mention that vertical mapping is not yet
implemented:
http://wiki.eclipse.org/CDO_Server_Configuration#Element_map pingStrategy
I prioritized horizontal mapping because I remembered that you asked for
it formerly. Sorry if that caused confusion.

Regards,
Eike Stepper
----
http://wiki.eclipse.org/?title=CDO
http://wiki.eclipse.org/?title=Net4j



Mark Geib schrieb:
> Eike,
>
> I just did a CVS update and now the CDO server will not create tables
> when I drop the database and create an empty one.
>
> Also, I can not make the vertical mapping work. That is what I wanted
> to test when I found the above problems.
>
> Mark.


Previous Topic:[CDO] after CVS update today server will create db tables...
Next Topic:Re: EMF load resource behavior when the resource is a Database via Teneo
Goto Forum:
  


Current Time: Sat Jul 27 12:39:00 GMT 2024

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

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

Back to the top