Skip to content
mkalam-alami edited this page Jul 11, 2012 · 12 revisions

Prerequisites

The only prerequisite for running the demo (for contributing, see Development-Environment) is Java JDK 6 (use the one from Sun). You'll need to set your JAVA_HOME variable to your Java install directory.

Get the archive on our website, and unzip it. You can then use the start script run.sh or run.bat to launch all EasySOA servers.

Configuration

  • At first launch, you might be asked to configure Nuxeo using the online wizard. When you're asked, select "embedded database".
  • As explained in the welcome page, you will need to configure your browser to use our proxy (and remove from exclusion any localhost or 127.0.0.1), like this:

Running the demo

If you meet any issue while using the demo, see below the Troubleshooting section.

Restarting the demo

  • To reset the whole demo, delete old & unwanted services in Nuxeo and restart the run script.
  • To restart Nuxeo manually, click on Stop in the Launch user interface or launch bin\Stop Nuxeo.bat, check it is stopped in the windows Task Manager, then click on Start or launch bin\Start Nuxeo.bat

Troubleshooting

Here are the most frequent problems you can get while using the demo (remember that it's just a demo!). If your problem is not here, you can create an issue.

Discovery by browsing

The browser doesn't seem to use the proxy

Check your browser configuration for proxy exclusions, ex. 'localhost, 127.0.0.1': you need to remove all of these.

Service registry

SCA Import: my application doesn't appear

Try logging out and in again, it's probably a caching problem.

The dashboard fails with "403 error" or "500 error"
  • "500 error": just restart the demo, it's a known Nuxeo bug (NXP-7663: "InvalidReferenceException: Expression lang is undefined on line 2, column 23 in dynamic-translations.ftl" , due to unsafe threading)
  • "403 error": we're not sure yet why it happens, but disabling the proxy can help.
I can't find my documents using the virtual navigations

You may need to specify your API's business domain or your application's environment to allow documents to be nicely classified. However the virtual navigation currently has a few bugs, and you shouldn't rely on it too much (especially the navigation by server).

Nuxeo doesn't restart at the end of the wizard

Restart manually after setting in bin/nuxeo.conf the property: nuxeo.wizard.done=true

EasySOA Light

When using a service, I get an "Error code 0"

Something has not been properly launched, probably because a server wasn't ready yet before to start the next one (your computer was slower than expected!). Take a look at the log files to see which server failed, and launch it manually (each server has a start-xxx.sh and .bat script).

Clone this wiki locally