ERROR [web.context.ContextLoader] Context initialization fai

cancel
Showing results for 
Search instead for 
Did you mean: 
rowan
Member II

ERROR [web.context.ContextLoader] Context initialization fai

Bonjour
J'essaie d'installer sur windows XP Alfresco-Enterprise-3.0.1-Full-Setup.exe avec accès à une base oracle 10G présente sur un autre serveur.
J'ai modifié les fichiers nécessaires pour l'accès à la base de donnée, installé ojdbc14_g.jar dans alfresco\tomcat\lib
mais j'ai l'erreur suivante au démarrage :

15:20:43,983  ERROR [web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'luceneIndexBackupComponent' defined in class path
resource [alfresco/core-services-context.xml]: Invocation of init method failed; nested exception is org.springframework.transaction.Can
notCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCE
xception: Cannot open connection
Caused by: org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exc
eption is org.hibernate.exception.GenericJDBCException: Cannot open connection
Caused by: org.hibernate.exception.GenericJDBCException: Cannot open connection
        at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
        at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
        at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
        at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
        at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:426)
        at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)
        at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:119)
        at org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:57)
        at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:1326)
        at
……

Pouvez-vous m'aider?
3 Replies
sheepk
Member II

Re: ERROR [web.context.ContextLoader] Context initialization fai

Bonjour,


Pourrais-tu nous montrer quels sont les paramètres de base de données configurés dans les fichiers suivants ?

alfresco/tomcat/shared/classes/alfresco/extension/custom-repository.properties

et

alfresco/tomcat/shared/classes/alfresco/extension/custom-hibernate-dialect.properties

Merci.
rowan
Member II

Re: ERROR [web.context.ContextLoader] Context initialization fai

alfresco/tomcat/shared/classes/alfresco/extension/custom-repository.properties
parametres modifiés

db.name=alfgcedev1 (schema de la base)
db.username=alfgcedev1 (user)
db.password=*****  (le mot de passe)

db.driver=oracle.jdbc.OracleDriver
db.url=jdbcSmiley Surprisedracle:thin:@<le nom de la machine unix>:<le port>:<le nom de la base qui est différent du schema>


#
# Oracle dialect
#
hibernate.dialect=org.alfresco.repo.domain.hibernate.dialect.AlfrescoOracle9Dialect
emily
Member II

Re: ERROR [web.context.ContextLoader] Context initialization fai

bonjour rowan,

je voulais savoir si vous avez réussi a résoudre votre problème, puisque j'ai le même et je ne sais pas non plus comment faire. vous avez procédé de quelle manière ?
cordialement,

emily