| [CDO/DAWN] Missing Constraints while trying to reproduce "Getting Started With Dawn Web& [message #902404] |
Fri, 17 August 2012 09:46  |
Juan Pedro Silva Messages: 247 Registered: July 2009 |
Senior Member |
|
|
Hi everybody.
I'm trying to follow the steps in this Dawn Web tutorial.
So far, I have installed all required software (including the external
dependencies), and checkout the sources from the CDO Incubation GIT
repository. The projects build correctly, as all dependencies are satisfied.
I change the cdo-server.xml as required, and run the CDO server. It
starts with no error reports. However, when I try to run the
"DawnHTTPServer.launch", I get a Validation pop-up reporting some
Missing Constraints. In particular, it reports on:
org.eclipse.emf.cdo.dawn.util;bundle-version="[1.0.0,3.0.0)", ->
org.eclipse.emf.cdo.dawn.util 1.0.0.v20110516-1727 installed
org.eclipse.emf.cdo;bundle-version="[4.0.0,5.0.0)",
-> org.eclipse.emf.cdo 4.0.1.v20120214-1021 installed
org.eclipse.emf.cdo.dawn.examples.acore;bundle-version="[1.0.0,2.0.0)",
-> org.eclipse.emf.cdo.dawn.examples.acore 1.0.0.v20110516-1727 installed
org.prototypejs;bundle-version="[1.6.0,2.0.0)"
-> org.prototypejs 1.6.1.201102051638 installed
org.draw2d;bundle-version="0.9.14"
-> org.draw2d 0.9.14.201102051638 installed
Is not a problem of the plugin versions, as I changed the manifest to
take any version, and the problem persisted. The workbench is able to
find the plugins, as it reports no unfulfilled dependencies. I believe
the problem may be the web server not knowing where to look.
The log states:
Command-line arguments: -dev
file:SomePath/dawn_wkspc/.metadata/.plugins/org.eclipse.pde.core/DawnHTTPServer/dev.properties
-os win32 -ws win32 -arch x86 -console
but the DawnHTTPServer folder doesn't exist in
/.metadata/.plugins/org.eclipse.pde.core/, although I'm not really sure
that it is related.
Could you give me some pointers on how to solve this issue?
Thanks in advance.
Regards,
JP
|
|
|