Hi!
I'm getting the following error when starting the dmServer:
I don't understand why 'org.springframework.osgi.core' cannot load the version 2.5.6.A since this is the one I have installed. What am I doing wrong?Code:[2009-07-20 17:54:26.440] main <SPKB0001I> Server starting. [2009-07-20 17:54:27.898] main <SPOF0001I> OSGi telnet console available on port 2401. [2009-07-20 17:54:34.710] main <SPKB0002E> Start failed: com.springsource.server.osgi.framework.OsgiFrameworkException: Failed to start bundle 'org.springframework.osgi.core' at com.springsource.server.osgi.framework.equinox.EquinoxBundleInstaller.startBundle(EquinoxBundleInstaller.java:378) at com.springsource.server.osgi.framework.equinox.EquinoxBundleInstaller.doInstallBundle(EquinoxBundleInstaller.java:123) at com.springsource.server.osgi.framework.support.AbstractBundleInstaller.installBundleFromLocation(AbstractBundleInstaller.java:170) at com.springsource.server.osgi.framework.support.AbstractBundleInstaller.installBundleFromDefinition(AbstractBundleInstaller.java:242) at com.springsource.server.osgi.framework.support.AbstractBundleInstaller.installBundle(AbstractBundleInstaller.java:137) at com.springsource.server.osgi.framework.support.AbstractBundleInstaller.installBundle(AbstractBundleInstaller.java:109) at com.springsource.server.kernel.bootstrap.KernelBootstrap.start(KernelBootstrap.java:73) at com.springsource.server.kernel.bootstrap.Bootstrap.main(Bootstrap.java:73) Caused by: org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Package uses conflict: Import-Package: org.springframework.beans.factory.support; version="[2.5.4.A,3.0.0)" at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:305) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:257) at com.springsource.server.osgi.framework.equinox.EquinoxBundleInstaller.startBundle(EquinoxBundleInstaller.java:376) ... 7 more
Thank you very much.
Regards,
Victor


