127.0.0.1 localhost
X.X.X.X MACHINE.DOMAINE MACHINE
MACHINE
rm -rf /opt/Alfresco/alf_data/*
db.username=monusername
db.password=monpassword
Par contre je n'ai pas trouvé comment changer le nom de la bd !
db.name=alfresco_cequonveut
Je n'ai pas fait le test, alors je m'avance peut-être… ops:
cat /opt/Alfresco/alfresco.log | grep -i mysql
pour voir tout ce qui parle de mysql dans ce log.Par contre je n'ai pas trouvé comment changer le nom de la bd !La réponse se trouve dans le script de création de la base : extras\databases\mysql\dbsetup.sql
# MySQL connection (This is default and requires mysql-connector-java-5.0.3-bin$
#
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://localhost/alfrescostable
administrateur@L4TVD-VSR-ALF01:/opt/Alfresco_final$ cat /opt/Alfresco/alfresco.log | grep -i mysql
09:19:08,811 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
administrateur@L4TVD-VSR-ALF01:/opt/Alfresco_final$
administrateur@L4TVD-VSR-ALF01:/opt/Alfresco_final$ java -version
java version "1.6.0_0"
OpenJDK Runtime Environment (build 1.6.0_0-b11)
OpenJDK Server VM (build 1.6.0_0-b11, mixed mode)
administrateur@L4TVD-VSR-ALF01:/opt/Alfresco_final$
Il semble que cette version peut causer quelques soucis.
root@al:/opt/Alfresco# java -version
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode, sharing)
sudo apt-get install sun-java6-jre
ls -l /usr/lib/jvm/
pour voir si la nouvelle version est installé et quel est son chemin à entrer dans alfresco.sh.Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.