wiki:EDComment

The link to (current version of SEDNA) is broken. Better to give URL to current directory and explain that one should download the appropriate latest binary version for the architecture used.

The installation description for SEDNA worked as it should.

The install description refers to The software can be started from the Main class in the package com.sap.research.sensei.eoidirectory.startup without explaining where to get the ED SW and how to install and run it....

The run instructions refers to an additional visualization tool but it is not described what this is or where to get it and howto install and run it.

I checked out RESTEoiRepov3 (guessing it was the right ED SW?) and had to do a clean on the project to resolve build path problems.

It should be explained in more detail that it is possible to configure the ED by changing the configurable parameters in EOI.properties. Each configurable property should be explained in detail and examples should be given.

A requirement section should be added (it is a good idea to follow the structure used by f.ex. the RD Resource Directory and to include a TOC as in the RD).

The requirement section should also describe what the default ports that are used are and the configuration description should explain how to change these ports if needed.

On my server I get the following trying to run the ED (due to port already in use problem):

Exception in thread "main" java.net.BindException: Address already in use: bind
	at sun.nio.ch.Net.bind(Native Method)
	at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
	at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
	at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
	at org.restlet.engine.http.StreamServerHelper.createServerSocket(StreamServerHelper.java:230)
	at org.restlet.engine.http.StreamServerHelper.start(StreamServerHelper.java:261)
	at org.restlet.Server.start(Server.java:422)
	at org.restlet.Component.startServers(Component.java:556)
	at org.restlet.Component.start(Component.java:517)
	at com.sap.research.sensei.eoidirectory.startup.EOIRepoServerMain.main(EOIRepoServerMain.java:40)

When I fixed the port problem (by editing in the source code and changing entries in the EOI.properties) I managed to get the ED up and running.

Last modified 13 years ago Last modified on Oct 5, 2010, 1:04:38 PM