Task #8363
closed
We need a new dataminer distribution to build the EGI image
Added by Andrea Dell'Amico over 8 years ago.
Updated over 8 years ago.
Assignee:
_InfraScience Systems Engineer
Category:
System Application
Infrastructure:
Production
- Related to Incident #8360: update database-rm-algorithms on dataminer instances added
- Assignee changed from Lucio Lelii to Paolo Scarponi
- Status changed from New to In Progress
- Assignee changed from Paolo Scarponi to Andrea Dell'Amico
I updated the zip file containing the required packages and configuration files for DataMiner. The version now available on SVN is aligned with the current DataMiner's production installation.
- Assignee changed from Andrea Dell'Amico to _InfraScience Systems Engineer
- % Done changed from 0 to 50
Thanks, I'm going to build a new image.
We will test the new war file first
The war distribution does not contain the algorithms, that must be downloaded separately.
Problem is, dataminer searches them in WEB-INF/lib only. @lucio.lelii@isti.cnr.it Is it possible to extend the classpath to find them outside the wps webapp directory or at least into a WEB-INF/lib subdirectory?
The first option would be the ideal one, so that we could use subversion to have the algorithms up to date and upgrade dataminer without reinstalling all the algorithms.
adding the file $APP.xml with the following content:
<Context docBase="/home/gcube/tomcat/webapps/$APP"
reloadable="true">
<!-- http://tomcat.apache.org/tomcat-7.0-doc/config/context.html -->
<Loader className="org.apache.catalina.loader.VirtualWebappLoader"
virtualClasspath="/path/to/external/directory/with/jars"/>
<JarScanner scanAllDirectories="true"/>
</Context>
in
CATALINA_BASE/conf/[enginename]/[hostname]/$APP.xml
It seems to work, but I need more tests to be sure.
- % Done changed from 50 to 100
The EGI image is ready to be tested.
@fabio.sinibaldi@isti.cnr.it you can find it on egi-images.d4science.org, the file is EGI_FedCloud/cloud-image-setup-files/output-virtualbox-iso-dataminer-20170512-163255/dataminer-20170512-150853.ova
It has been built from the zip file, the war needs more work.
DataMiner 1.6 and GenericWorker 1.8 have been updated and published in d4science.org egi VO.
A note for @nunzioandrea.galante@eng.it: the contextualization script need to manage a new variable: AUTHORIZE_CHILDREN
can be true
or false
. With the current context script, set it to false
.
- Status changed from In Progress to Closed
Also available in: Atom
PDF