Проблемы развертывания на Tomcat - PullRequest
0 голосов
/ 28 января 2010

Я не могу развернуть войну Грааля в коте.

  1. Скопированы все 55 банок в $CATALINA_HOME/shared/lib/grails-jars/
  2. Добавлено shared.loader= ${catalina.home}/shared/lib/grails-jars/*.jar

И успешно запустил tomcat. Теперь развернутая война Grails в папке развертывания (война ~ 572,4 КБ).

Консоль показывает эти ошибки:

log4j:ERROR Could not instantiate appender named "CONSOLE".
28 Jan, 2010 11:35:57 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
2010-01-28 11:36:06,294 [ContainerBackgroundProcessor[StandardEngine[Catalina]]] ERROR context.ContextLoader  - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSource': Initialization of bean failed;
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager': 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': Invocation of init method failed;
nested exception is org.hibernate.MappingException: Could not get constructor for org.codehaus.groovy.grails.orm.hibernate.persister.entity.GroovyAwareSingleTableEntityPersister
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)

Мое приложение содержит 4 плагина:

  1. hibernate-1.1.2
  2. liferay-exploded-0.8
  3. портлеты-0,7
  4. portlets-liferay-0.1

Может кто-нибудь, пожалуйста, помогите мне.

заранее спасибо.

1 Ответ

0 голосов
/ 28 января 2010

Похоже, это может быть проблемой версии Hibernate, , как описано здесь .

...