Hello

I'm trying to launch the Apogee application. I'm working with Eclipse 3.3M5, Subersive. Maven is installed. I've got the following error message :

//////////////////////////////////////////////////////////////////////////
!SESSION 2007-03-21 18:10:11.516 -----------------------------------------------
eclipse.buildId=I20070209-1006
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=fr_FR
Framework arguments: -launcher /opt/eclipse/eclipse -name Eclipse 600 -product org.nuxeo.apogee.product Command-line arguments: -launcher /opt/eclipse/eclipse -name Eclipse 600 -product org.nuxeo.apogee.product -data /home/oadam/workspace/../runtime-Apogee.product -dev file:/home/oadam/workspace/.metadata/.plugins/org.eclipse.pde.core/Apogee.product/dev.properties -os linux -ws gtk -arch x86

!ENTRY org.eclipse.equinox.app 2007-03-21 18:10:12.392
!MESSAGE Product org.nuxeo.apogee.product could not be found.

!ENTRY org.eclipse.osgi 4 0 2007-03-21 18:10:12.473
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:229) at org.eclipse.equinox.internal.app.EclipseAppContainer.start(EclipseAppContainer.java:92) at org.eclipse.equinox.internal.app.Activator.addingService(Activator.java:129)
   ...
   at org.eclipse.equinox.launcher.Main.run(Main.java:1124)
   at org.eclipse.equinox.launcher.Main.main(Main.java:1099)

!ENTRY org.eclipse.osgi 2 0 2007-03-21 18:10:12.490
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2007-03-21 18:10:12.490
!MESSAGE Bundle [EMAIL PROTECTED]:file:../../home/oadam/workspace/org.nuxeo.apogee/ was not resolved.
!SUBENTRY 2 org.nuxeo.apogee 2 0 2007-03-21 18:10:12.491
!MESSAGE Missing required bundle org.nuxeo.ecm.platform.rcp_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2007-03-21 18:10:12.491
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2007-03-21 18:10:12.491
!MESSAGE Bundle [EMAIL PROTECTED]:file:../../home/oadam/workspace/org.nuxeo.apogee/ [24] was not resolved.
!SUBENTRY 2 org.nuxeo.apogee 2 0 2007-03-21 18:10:12.491
!MESSAGE Missing required bundle org.nuxeo.ecm.platform.rcp_0.0.0.
//////////////////////////////////////////////////////////////////////////

Any ideas.

Olivier



Development on Apogee (a Rich Client Application for Nuxeo ECM) was started. The application is in early development. For now the following is working:

1. Running Apogee as Eclipse plugin or RCP application
2. Connecting to remote ECM applications
3. Managing multiple ECM application (only one can be active at a given time) 4. Browsing ECM application repositories - note that editors (or documents view) are not yet impl.
5. Creating and removing documents.

Editors (document views) are not yet implemented.

Things to be done soon:
1. Icon decoration
2. Editor (doc views) infrastructure
3. Search view
4. Implement all actions and menu contexts
5. Login management
6. Actions filtering based on user right.

These functionalities are expected for the end of the next week.
Then we will have a complete Apogee base on top of which we will build the rest of optional plugins features (as separate plugins)
as for example an workflow views, relations views, audit views etc

Offline (embeded) ECM applications will be available later.

If you want to test it you need Eclipse 3.3, the maven eclipse and polarion SVN plugins and a Nuxeo5 application deployed in JBoss

In order to checkout needed projects:

Get the eclipse PSF file from https://svn.nuxeo.org/nuxeo/sandbox/Apogee/org.nuxeo.apogee/apogee.psf In eclipse go to File > Import > Team > Team Project Set and choose there the apogee PSF file

Eclipse will checkout all the projects for you. (there are 13 - some of them are Nuxeo5 projects - including NXRuntime and some api modules) To run Apogee as a RCP application go intto org.nuxeo.apogee project, open Apogee.product file and click on "Launch the product"

To run the eclipse plugin version create a run configuration for an ecl;ipse application - specify all needed dependencies on the plugins tab
and click on run.

After launching the application under the Nuxeo ECM perspective you will see 2 views - a docuyment navigator and an application registry Under the applications view click on add (the + button) and select "Remote Platform" then Next and Finsih
(For now only the Remote Platform option is working)
Select the new ECM platform you defined and then click on start (the green arrow) Apogee will connect to that ECM and in the left view you will see the repositories defined inside the ECM platform you connected to.
You can start browse the content. You can create and delete files.
Be warned that you are connected as administrator!

Bogdan


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to