Skip to content

Instantly share code, notes, and snippets.

@rajarshi
Created June 17, 2011 20:00
Show Gist options
  • Save rajarshi/1032186 to your computer and use it in GitHub Desktop.
Save rajarshi/1032186 to your computer and use it in GitHub Desktop.
2011-06-17 15:45:19,840 INFO [ ome.services.blitz.Entry] ( main) Creating ome.fulltext. Please wait...
2011-06-17 15:45:21,087 INFO [ng.ShutdownSafeEhcacheManagerFactoryBean] ( main) Initializing EHCache CacheManager
2011-06-17 15:45:23,239 INFO [ ome.services.fulltext.FullTextAnalyzer] ( main) Initialized FullTextAnalyzer
2011-06-17 15:45:23,650 INFO [ng.ShutdownSafeEhcacheManagerFactoryBean] ( main) Shutting down EHCache CacheManager
2011-06-17 15:45:23,651 ERROR [ ome.services.blitz.Entry] ( main) Error on startup.
org.springframework.beans.factory.access.BootstrapException: Unable to return specified BeanFactory instance: factory key [ome.fulltext], from group with resource name [classpath*:beanRefContext.xml]; neste
d exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ome.fulltext' defined in URL [jar:file:/home/ome/OMERO.server-Beta-4.3.0/lib/server/server.jar!/beanRef
Context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [ome.system.OmeroContext]: Constructor threw exception;
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fullTextIndexerTrigger' defined in class path resource [ome/services/indexer.xml]: Cannot resolve
reference to bean 'fullTextThreadRun' while setting bean property 'jobDetail'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fullTextThreadRun'
defined in class path resource [ome/services/service-ome.api.Search.xml]: Cannot resolve reference to bean 'fullTextThread' while setting bean property 'targetObject'; nested exception is org.springframewo
rk.beans.factory.BeanCreationException: Error creating bean with name 'fullTextThread' defined in class path resource [ome/services/service-ome.api.Search.xml]: Cannot resolve reference to bean 'sessionMana
ger' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionManager' defined in class path resource [ome/servi
ces/sec-primitives.xml]: Cannot resolve reference to bean 'executor' while setting bean property 'executor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'executor' defined in class path resource [ome/services/services.xml]: Cannot resolve reference to bean 'omeroSessionFactory' while setting constructor argument; nested exception is org.springfram
ework.beans.factory.BeanCreationException: Error creating bean with name 'omeroSessionFactory' defined in class path resource [ome/services/hibernate.xml]: Cannot resolve reference to bean 'sessionFactory'
while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [ome/services/h
ibernate.xml]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: could not init listeners
at org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory(SingletonBeanFactoryLocator.java:409)
at ome.system.OmeroContext.getInstance(OmeroContext.java:203)
at ome.services.blitz.Entry.start(Entry.java:196)
at ome.services.blitz.Entry.main(Entry.java:114)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ome.fulltext' defined in URL [jar:file:/home/ome/OMERO.server-Beta-4.3.0/lib/server/server.jar!/beanRefCont
ext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [ome.system.OmeroContext]: Constructor threw exception; nes
ted exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fullTextIndexerTrigger' defined in class path resource [ome/services/indexer.xml]: Cannot resolve ref
erence to bean 'fullTextThreadRun' while setting bean property 'jobDetail'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fullTextThreadRun' def
ined in class path resource [ome/services/service-ome.api.Search.xml]: Cannot resolve reference to bean 'fullTextThread' while setting bean property 'targetObject'; nested exception is org.springframework.b
eans.factory.BeanCreationException: Error creating bean with name 'fullTextThread' defined in class path resource [ome/services/service-ome.api.Search.xml]: Cannot resolve reference to bean 'sessionManager'
while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionManager' defined in class path resource [ome/services/
sec-primitives.xml]: Cannot resolve reference to bean 'executor' while setting bean property 'executor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with
name 'executor' defined in class path resource [ome/services/services.xml]: Cannot resolve reference to bean 'omeroSessionFactory' while setting constructor argument; nested exception is org.springframewor
k.beans.factory.BeanCreationException: Error creating bean with name 'omeroSessionFactory' defined in class path resource [ome/services/hibernate.xml]: Cannot resolve reference to bean 'sessionFactory' whil
e setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [ome/services/hiber
nate.xml]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: could not init listeners
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:281)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:984)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:888)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:479)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment