cancel
Showing results for 
Search instead for 
Did you mean: 

3.4 Installation Listener Errors

alfrescolove
Champ in-the-making
Champ in-the-making
Just installed 3.4d on Windows XP 32 bit.  I keep getting Listener errors.  I ran netstat and taskkill'd any applications using 8080 but still I can't get alfresco up.  I can get tomcat running, alfresco share, but not alfresco.  What should I do?

Apr 22, 2011 12:40:39 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of class org.alfresco.web.app.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'RepoServerMgmt' defined in class path resource [alfresco/core-services-context.xml]: Cannot resolve reference to bean 'transactionService' while setting bean property 'transactionService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionService' defined in class path resource [alfresco/core-services-context.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [alfresco/hibernate-context.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [alfresco/hibernate-context.xml]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: Hibernate Dialect must be explicitly set
3 REPLIES 3

alfrescolove
Champ in-the-making
Champ in-the-making
No worries.  I got it up.  I deleted the index, set recovery mode to FULL, dropped the database, recreated it (which was difficult because "db_setup.sql" is no longer in the download.  and now it works.  I don't know what that has to do with it grabbing port 8080 but it's up now.

tue175
Champ in-the-making
Champ in-the-making
Hi alfrescoLove.

  I got the same errors as your first post for this topic.  In second post you had explained the some steps to solve this problem.  However, I don't know how to follow your steps to eliminate these errors because I'm newbie in alfresco, spring and mysql too. I would like to ask you help give more explanation about these steps.  I think it will be very valuable to me and others who are new in this area like me.
1. delete the index - what is index and where is it:  in config file or database, and how to remove it?
2. set recovery mode to FULL -  where is recovery mode  and how to set it?
3. dropped the database - what database, is it alfresco?
4. recreate it?  - db_setup.sql is no longer in the download, how can recreate it or where can file create database script

Very Thanks

Tue175

tue175
Champ in-the-making
Champ in-the-making
I found index in core-services-context.xml and can get rid of the error from index. However, it remains some errors that I can solve. that is

Caused by: org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'transactionService' defined in class path resource [alfresco/core-services-context.xml]:
Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager';
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [alfresco/hibernate-context.xml]:
Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'sessionFactory' defined in class path resource [alfresco/hibernate-context.xml]:
Invocation of init method failed; nested exception is org.hibernate.HibernateException: Hibernate Dialect must be explicitly set

How can I do for these errors, please give the solution for this problem too.

Thanks