Alfresco-Labs-3c et postgrresql

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

Alfresco-Labs-3c et postgrresql

Bonjour, je veut savoir quel JDBC je doit mettre pour fonctionner alfresco 3c avec postgresql, actuellement j'ai mis le 'postgresql-8.2-510.jdbc3.jar'  mais alfresco n'a pa pu demarrer !et voila le message d'erreur:

09:11:54,265 ERROR [org.springframework.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.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection
Caused by: org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception 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 org.springframework.orm.hibernate3.HibernateTransactionManager.doBegin(HibernateTransactionManager.java:510)
2 Replies
rguinot
Customer

Re: Alfresco-Labs-3c et postgrresql

semble plutot etre un probleme de droits d'accès qu'un problème de driver jdbc.
avez vous défini les droits correctement ?
hadabechir_4088
Member II

Re: Alfresco-Labs-3c et postgrresql

merci pour la reponse, mais ou je doit les definir  ?