Repertoire alf_data

cancel
Showing results for 
Search instead for 
Did you mean: 
bertrandf
Active Member

Re: Repertoire alf_data

Vous démarrez votre Alfresco en faisant : ./alfresco.sh start ?

Pour afficher le déroulement du démarrage, avez-vous essayé de faire :  tail -f tomcat/logs/catalina.out ?
lydia_5165
Active Member

Re: Repertoire alf_data

bonjour,
lorsque jedemarre alfresco avec ./alfresco.sh start voila ce qui m'affiche:
./alfresco.sh: 9: s: not found
Using CATALINA_BASE:   /opt/Alfresco/tomcat
Using CATALINA_HOME:   /opt/Alfresco/tomcat
Using CATALINA_TMPDIR: /opt/Alfresco/tomcat/temp
Using JRE_HOME:       /usr/lib/jvm/java-6-sun-1.6.0.10/

[code]j'ai fait aussi :tail -f tomcat/logs/catalina.out et voila ce qui m'affiche:
[code]/opt/Alfresco/tomcat/bin/catalina.sh: 357: /usr/lib/jvm/java-6-sun-1.6.0.10//bin/java: not found
/opt/Alfresco/tomcat/bin/catalina.sh: 357: /usr/lib/jvm/java-6-sun-1.6.0.10//bin/java: not found
/opt/Alfresco/tomcat/bin/catalina.sh: 357: /usr/lib/jvm/java-6-sun-1.6.0.10//bin/java: not found
/opt/Alfresco/tomcat/bin/catalina.sh: 357: /usr/lib/jvm/java-6-sun-1.6.0.10//bin/java: not found
/opt/Alfresco/tomcat/bin/catalina.sh: 357: /usr/lib/jvm/java-6-sun-1.6.0.10//bin/java: not found
/opt/Alfresco/tomcat/bin/catalina.sh: 357: /usr/lib/jvm/java-6-sun-1.6.0.10//bin/java: not found
/opt/Alfresco/tomcat/bin/catalina.sh: 357: /usr/lib/jvm/java-6-sun-1.6.0.10//bin/java: not found
le probleme est dans java?
bertrandf
Active Member

Re: Repertoire alf_data

Le problème vient surement du fait que vous avez mal déclaré votre JAVA_HOME.

Dans alfresco.sh, avez vous déclaré une variable, dans le style :
export JAVA_HOME=/opt/java
qui pointe vers votre JDK ?
lydia_5165
Active Member

Re: Repertoire alf_data

voila ou j'ai modifier dans le fichier alfresco.sh
export JAVA_HOME="/usr/lib/jvm/java-6-sun-1.6.0.10/"
mais lorsque je fait cette commande: echo $JAVA_HOME rien ne s'affiche.
lydia_5165
Active Member

Re: Repertoire alf_data

voila le fichier alfresco.sh :
#!/bin/sh
# Start or stop Alfresco server
# Set the following to where Tomcat is installed
ALF_HOME=/opt/Alfresco
cd "$ALF_HOME"
APPSERVER="${ALF_HOME}/tomcat"
export JAVA_HOME="/usr/lib/jvm/java-6-sun-1.6.0.10/"
# Set any default JVM value
s
export JAVA_OPTS='-Xms128m -Xmx512m -XX:MaxPermSize=128m -server'
# Following only needed for Sun JVMs before to 1.5 update 8
export JAVA_OPTS="${JAVA_OPTS} -XX:CompileCommand=exclude,org/apache/lucene/index/IndexReader\$1,doBody -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo\$Merger,mergeIndexes -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo\$Merger,mergeDeletions"
#
if [ "$1" = "start" ]; then
  "${APPSERVER}/bin/startup.sh"
#  if [ -r ./virtual_start.sh ]; then
#    sh ./virtual_start.sh
#  fi
#  if [ -r "$ALF_HOME"/start_oo.sh ]; then
#    sh "$ALF_HOME"/start_oo.sh
#  fi
elif [ "$1" = "stop" ]; then
  "${APPSERVER}/bin/shutdown.sh"
#  if [ -r ./virtual_start.sh ]; then
#    sh ./virtual_stop.sh
#  fi
#  if [ -r "$ALF_HOME"/start_oo.sh ]; then
#    killall soffice.bin
#  fi
fi
bertrandf
Active Member

Re: Repertoire alf_data

Essayez de mettre votre export JAVA_HOME avant ALF_HOME.

Mais vous êtes sure que c'est bien sur un JDK que JAVA_HOME pointe et non un JRE?
lydia_5165
Active Member

Re: Repertoire alf_data

bonjour,
merci bcp bertrandf j'ai reussi a installer alfresco Smiley Very Happy le problème étais dans le fichier alfresco.sh
lydia_5165
Active Member

Re: Repertoire alf_data

bonjour,
mon alfresco ne marche plus :cry:
j'ai un problème avec java.alors lorsque je tape cette commande la: tail -f tomcat/logs/catalina.out voila ce qui m'affiche:

at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2026)
   … 27 more
28 juil. 2009 14:04:49 org.apache.coyote.http11.Http11Protocol pause
INFO: Suspension de Coyote HTTP/1.1 sur http-8080
28 juil. 2009 14:04:50 org.apache.catalina.core.StandardService stop
INFO: Arr�t du service Catalina
/opt/Alfresco/tomcat/bin/catalina.sh: 357: /usr/lib/jvm/java-6-sun-1.6.0.07//bin/java: not found
/opt/Alfresco/tomcat/bin/catalina.sh: 357: /usr/lib/jvm/java-6-sun-1.6.0.07//bin/java: not found
/opt/Alfresco/tomcat/bin/catalina.sh: 357: /usr/lib/jvm/java-6-sun-1.6.0.07//bin/java: not found
/opt/Alfresco/tomcat/bin/catalina.sh: 357: /usr/lib/jvm/java-6-sun-1.6.0.07//bin/java: not found

j'ai fais aussi cette commande: update-alternatives –config java cce qui m'affiche:
Il y a 4 alternatives fournissant « java ».

  Sélection    Alternative
———————————————–
*         1    /usr/lib/jvm/java-6-sun/jre/bin/java
          2    /usr/bin/gij-4.2
          3    /usr/lib/jvm/java-gcj/jre/bin/java
+        4    /usr/lib/jvm/java-6-openjdk/jre/bin/java

aidez moi svp :roll:
Merci
red_hat
Member II

Re: Repertoire alf_data

(message supprimé)