This is an old revision of the document!
Table of Contents
NeuroLOG Middleware v0.6.2 deployment
Release 0.6.2 of the NeuroLOG middleware has been deployed on the current partner sites: I3S, IRISA, IFR49, ASCLEPIOS. GIN is postponed due to some server issues. This maintenance release mostly provides bug fixes, as well as a new feature to display scores of neuroclinical & neuropsychological insutrment.
This release introduces web services interface breaks, therefore it is not compatible with the previous release 0.6.1. Any existing client installation must be upgraded. This release corresponds to the revision r3097 of the trunk branch, and is tagged 0.6.2.
Note on grid credentials
Administrators
Because grid gateway features are not fully integrated into the NeuroLOG Middleware, we still need to have a gLite user interface (UI) to perform some grid operations on EGEE. Only one gLite UI is deployed for the whole federation. Each site administrator must upload SSH credentials to connect to the gLite (UI) (menu “Administration→Grid UI credential management”). Those credentials are then used when a user generates a grid proxy in order to publish it into the gLite UI.
Users
To perform a grid operation on EGEE, users must initialize a grid proxy :
- menu “User→Grid proxy management”
- upload (the first time only) the grid certificates (generally named usercert.pem and userkey.pem)
- click on “Grid proxy init” button (the proxy is generated in the NeuroLOG server and the transfered to the gLite UI)
NeuroLOG client installation
How to upgrade your existing NeuroLOG client
If you already have an up and running client, please follow the steps below:
- Download the client java archive : http://neurolog.unice.fr/~neurolog-test/delivery/v0.6.1/NeuroLOG_Client-1.0-SNAPSHOT-jar-with-dependencies.jar.
- Place the client java archive into your $HOME/.neurolog/lib directory.
- Add to your $HOME/.neurolog/client.config file the following line:
fr.anr.techlog.neurolog.client.ws.url.semanticmodule = https://neurolog.unice.fr:8445/NeuroLOG_Middleware-1.0-SNAPSHOT-site-webservice/SemanticModuleWSService.SemanticModuleWSPort
And update the following lines:
fr.anr.techlog.neurolog.client.version.major = 0 fr.anr.techlog.neurolog.client.version.minor = 6 fr.anr.techlog.neurolog.client.version.revision = 1
How to install the NeuroLOG client from scratch
Refer to the first installation procedure of version 0.5.0. Then proceed with the client upgrade section above.