Bonjour, je viens poster sur votre forum car je rencontre des problèmes lors de l’installation du logiciel taverna ( mygrid.org.uk/ ).
Voici la version du debian sarge :
uname -a
Dans la documentation se trouvant ici, il est dit qu’il faut d’abord installer le logiciel GraphViz, ce que j’ai fait.
Ensuite j’ai mis le contenu du dossier Taverna dans /usr/local/taverna et quand je lancer la commande sh runme.sh voila ce qu’il me dit :
Exception during runtime initialization
java.lang.Error: Failed to load requested system classloader net.sf.taverna.tools.BootstrapClassLoader
<<No stacktrace available>>
Caused by: java.lang.ClassNotFoundException: net.sf.taverna.tools.BootstrapClassLoader not found
<<No stacktrace available>>
J’ai donc fait une recherche et je suis tombé sur une modification à effectuer le fichier runme.sh dans je fais un nano runme.sh, voici l’original :
[code]ARGS="-Xmx300m"
ARGS="$ARGS -Djava.system.class.loader=net.sf.taverna.tools.BootstrapClassLoader"
ARGS="$ARGS -Djava.protocol.handler.pkgs=uk.ac.rdg.resc.jstyx.client"
#uncomment and complete the next line and complete to change the directory taverna downloads jars to
#ARGS="$ARGS -Dtaverna.repository="
#uncomment and complete the next line to set http proxy settings, and the 2nd line if authentication is required
#ARGS="$ARGS -Dhttp.proxyHost= -Dhttp.proxyPort="
#ARGS="$ARGS -Dhttp.proxyUser= -Dhttp.proxyPassword="
ARGS="$ARGS -Draven.repository.0=file:/home/elvis/.m2/repository/"
java $ARGS -jar $TAVERNA_HOME/taverna-bootstrap-1.5.1.jar $@
[/code]
Et ce que j’ai modifier :
java $ARGS -jar /usr/local/taverna/taverna-bootstrap-1.6.2.0.jar $@
Mais malgré ça, j’ai toujours la même erreur.
Si quelqu’un pourrait m’aider svp merci d’avance …
