Advertisement
Guest User

icescrum error

a guest
Oct 16th, 2014
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. 2014-10-16 10:49:19,050 [http-bio-8080-exec-24] INFO grails.spring.BeanBuilder - [RuntimeConfiguration] Configuring data source for environment: PRODUCTION
  2. 2014-10-16 10:49:22,823 [http-bio-8080-exec-24] ERROR org.springframework.web.context.ContextLoader - Context initialization failed
  3. 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$
  4. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  5. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  6. at java.lang.Thread.run(Thread.java:745)
  7. Caused by: 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 $
  8. ... 3 more
  9. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Cannot resolve reference to bean 'hibernateProperties' while setting bean property 'hibernateProperties'; nested excepti$
  10. ... 3 more
  11. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateProperties': Cannot resolve reference to bean 'dialectDetector' while setting bean property 'properties' with key [hibernate.dia$
  12. ... 3 more
  13. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dialectDetector': Invocation of init method failed; nested exception is org.springframework.jdbc.support.MetaDataAccessException: Error w$
  14. ... 3 more
  15. Caused by: org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is java.sql.SQLException: File input/output error prodDba.properties java.io.FileNotFoundException: prodDba.p$
  16. ... 3 more
  17. Caused by: java.sql.SQLException: File input/output error prodDba.properties java.io.FileNotFoundException: prodDba.properties.new (Permission denied)
  18. at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
  19. at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
  20. at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
  21. at org.hsqldb.jdbcDriver.connect(Unknown Source)
  22. at com.sun.proxy.$Proxy54.getMetaData(Unknown Source)
  23. ... 3 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement