Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.54 KB | None | 0 0
  1. Running Grails application
  2. Reading DeveloperConfig.groovy
  3. Done reading DeveloperConfig.groovy
  4. Reading DeveloperConfig.groovy
  5. Done reading DeveloperConfig.groovy
  6. Configuring Spring Security Core ...
  7. ... finished configuring Spring Security Core
  8. Configuring Spring Security OAuth ...
  9. ... finished configuring Spring Security OAuth
  10. | Error 2014-04-18 22:16:14,583 [localhost-startStop-1] ERROR context.GrailsContextLoader - Error initializing the application: Error creating bean with name 'transactionManagerPostProcessor': 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.cache.CacheException: net.sf.ehcache.CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  11. Message: Error creating bean with name 'transactionManagerPostProcessor': 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.cache.CacheException: net.sf.ehcache.CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  12. Line | Method
  13. ->> 262 | run in java.util.concurrent.FutureTask
  14. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  15. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  16. | 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  17. ^ 744 | run in java.lang.Thread
  18. Caused by 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.cache.CacheException: net.sf.ehcache.CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  19. ->> 262 | run in java.util.concurrent.FutureTask
  20. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  21. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  22. | 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  23. ^ 744 | run in java.lang.Thread
  24. Caused by BeanCreationException: Error creating bean with name 'sessionFactory': Invocation of init method failed; nested exception is org.hibernate.cache.CacheException: net.sf.ehcache.CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  25. ->> 262 | run in java.util.concurrent.FutureTask
  26. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  27. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  28. | 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  29. ^ 744 | run in java.lang.Thread
  30. Caused by CacheException: net.sf.ehcache.CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  31. ->> 154 | getCache in net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory
  32. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  33. | 117 | buildEntityRegion in ''
  34. | 40 | buildEntityRegion in net.sf.ehcache.hibernate.EhCacheRegionFactory
  35. | 262 | run in java.util.concurrent.FutureTask
  36. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  37. | 615 | run in java.util.concurrent.ThreadPoolExecutor$Worker
  38. ^ 744 | run . . . in java.lang.Thread
  39. Caused by CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  40. ->> 103 | <init> in net.sf.ehcache.store.compound.factories.DiskStorageFactory
  41. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  42. | 73 | <init> in net.sf.ehcache.store.compound.factories.DiskOverflowStorageFactory
  43. | 63 | create . in net.sf.ehcache.store.compound.impl.OverflowToDiskStore
  44. | 1113 | initialise in net.sf.ehcache.Cache
  45. | 1095 | addCacheNoCheck in net.sf.ehcache.CacheManager
  46. | 1001 | addCache in ''
  47. | 954 | addCache in ''
  48. | 147 | getCache in net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory
  49. | 117 | buildEntityRegion in ''
  50. | 40 | buildEntityRegion in net.sf.ehcache.hibernate.EhCacheRegionFactory
  51. | 262 | run . . . in java.util.concurrent.FutureTask
  52. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  53. | 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  54. ^ 744 | run in java.lang.Thread
  55. Caused by FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  56. ->> 241 | <init> in java.io.RandomAccessFile
  57. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  58. | 131 | allocateRandomAccessFiles in net.sf.ehcache.store.compound.factories.DiskStorageFactory
  59. | 101 | <init> . in ''
  60. | 73 | <init> in net.sf.ehcache.store.compound.factories.DiskOverflowStorageFactory
  61. | 63 | create . in net.sf.ehcache.store.compound.impl.OverflowToDiskStore
  62. | 1113 | initialise in net.sf.ehcache.Cache
  63. | 1095 | addCacheNoCheck in net.sf.ehcache.CacheManager
  64. | 1001 | addCache in ''
  65. | 954 | addCache in ''
  66. | 147 | getCache in net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory
  67. | 117 | buildEntityRegion in ''
  68. | 40 | buildEntityRegion in net.sf.ehcache.hibernate.EhCacheRegionFactory
  69. | 262 | run . . . in java.util.concurrent.FutureTask
  70. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  71. | 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  72. ^ 744 | run in java.lang.Thread
  73. | Error 2014-04-18 22:16:14,763 [localhost-startStop-1] ERROR context.GrailsContextLoader - Error initializing Grails: Error creating bean with name 'transactionManagerPostProcessor': 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.cache.CacheException: net.sf.ehcache.CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  74. Message: Error creating bean with name 'transactionManagerPostProcessor': 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.cache.CacheException: net.sf.ehcache.CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  75. Line | Method
  76. ->> 262 | run in java.util.concurrent.FutureTask
  77. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  78. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  79. | 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  80. ^ 744 | run in java.lang.Thread
  81. Caused by 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.cache.CacheException: net.sf.ehcache.CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  82. ->> 262 | run in java.util.concurrent.FutureTask
  83. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  84. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  85. | 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  86. ^ 744 | run in java.lang.Thread
  87. Caused by BeanCreationException: Error creating bean with name 'sessionFactory': Invocation of init method failed; nested exception is org.hibernate.cache.CacheException: net.sf.ehcache.CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  88. ->> 262 | run in java.util.concurrent.FutureTask
  89. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  90. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  91. | 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  92. ^ 744 | run in java.lang.Thread
  93. Caused by CacheException: net.sf.ehcache.CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  94. ->> 154 | getCache in net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory
  95. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  96. | 117 | buildEntityRegion in ''
  97. | 40 | buildEntityRegion in net.sf.ehcache.hibernate.EhCacheRegionFactory
  98. | 262 | run in java.util.concurrent.FutureTask
  99. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  100. | 615 | run in java.util.concurrent.ThreadPoolExecutor$Worker
  101. ^ 744 | run . . . in java.lang.Thread
  102. Caused by CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  103. ->> 103 | <init> in net.sf.ehcache.store.compound.factories.DiskStorageFactory
  104. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  105. | 73 | <init> in net.sf.ehcache.store.compound.factories.DiskOverflowStorageFactory
  106. | 63 | create . in net.sf.ehcache.store.compound.impl.OverflowToDiskStore
  107. | 1113 | initialise in net.sf.ehcache.Cache
  108. | 1095 | addCacheNoCheck in net.sf.ehcache.CacheManager
  109. | 1001 | addCache in ''
  110. | 954 | addCache in ''
  111. | 147 | getCache in net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory
  112. | 117 | buildEntityRegion in ''
  113. | 40 | buildEntityRegion in net.sf.ehcache.hibernate.EhCacheRegionFactory
  114. | 262 | run . . . in java.util.concurrent.FutureTask
  115. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  116. | 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  117. ^ 744 | run in java.lang.Thread
  118. Caused by FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  119. ->> 241 | <init> in java.io.RandomAccessFile
  120. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  121. | 131 | allocateRandomAccessFiles in net.sf.ehcache.store.compound.factories.DiskStorageFactory
  122. | 101 | <init> . in ''
  123. | 73 | <init> in net.sf.ehcache.store.compound.factories.DiskOverflowStorageFactory
  124. | 63 | create . in net.sf.ehcache.store.compound.impl.OverflowToDiskStore
  125. | 1113 | initialise in net.sf.ehcache.Cache
  126. | 1095 | addCacheNoCheck in net.sf.ehcache.CacheManager
  127. | 1001 | addCache in ''
  128. | 954 | addCache in ''
  129. | 147 | getCache in net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory
  130. | 117 | buildEntityRegion in ''
  131. | 40 | buildEntityRegion in net.sf.ehcache.hibernate.EhCacheRegionFactory
  132. | 262 | run . . . in java.util.concurrent.FutureTask
  133. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  134. | 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  135. ^ 744 | run in java.lang.Thread
  136. | Error 2014-04-18 22:16:14,812 [localhost-startStop-1] ERROR [localhost].[/mail2] - Exception sending context initialized event to listener instance of class org.codehaus.groovy.grails.web.context.GrailsContextLoaderListener
  137. Message: Error creating bean with name 'transactionManagerPostProcessor': 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.cache.CacheException: net.sf.ehcache.CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  138. Line | Method
  139. ->> 262 | run in java.util.concurrent.FutureTask
  140. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  141. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  142. | 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  143. ^ 744 | run in java.lang.Thread
  144. Caused by 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.cache.CacheException: net.sf.ehcache.CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  145. ->> 262 | run in java.util.concurrent.FutureTask
  146. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  147. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  148. | 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  149. ^ 744 | run in java.lang.Thread
  150. Caused by BeanCreationException: Error creating bean with name 'sessionFactory': Invocation of init method failed; nested exception is org.hibernate.cache.CacheException: net.sf.ehcache.CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  151. ->> 262 | run in java.util.concurrent.FutureTask
  152. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  153. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  154. | 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  155. ^ 744 | run in java.lang.Thread
  156. Caused by CacheException: net.sf.ehcache.CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  157. ->> 154 | getCache in net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory
  158. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  159. | 117 | buildEntityRegion in ''
  160. | 40 | buildEntityRegion in net.sf.ehcache.hibernate.EhCacheRegionFactory
  161. | 262 | run in java.util.concurrent.FutureTask
  162. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  163. | 615 | run in java.util.concurrent.ThreadPoolExecutor$Worker
  164. ^ 744 | run . . . in java.lang.Thread
  165. Caused by CacheException: java.io.FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  166. ->> 103 | <init> in net.sf.ehcache.store.compound.factories.DiskStorageFactory
  167. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  168. | 73 | <init> in net.sf.ehcache.store.compound.factories.DiskOverflowStorageFactory
  169. | 63 | create . in net.sf.ehcache.store.compound.impl.OverflowToDiskStore
  170. | 1113 | initialise in net.sf.ehcache.Cache
  171. | 1095 | addCacheNoCheck in net.sf.ehcache.CacheManager
  172. | 1001 | addCache in ''
  173. | 954 | addCache in ''
  174. | 147 | getCache in net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory
  175. | 117 | buildEntityRegion in ''
  176. | 40 | buildEntityRegion in net.sf.ehcache.hibernate.EhCacheRegionFactory
  177. | 262 | run . . . in java.util.concurrent.FutureTask
  178. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  179. | 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  180. ^ 744 | run in java.lang.Thread
  181. Caused by FileNotFoundException: /tmp/mail2.Role.data (Permission denied)
  182. ->> 241 | <init> in java.io.RandomAccessFile
  183. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  184. | 131 | allocateRandomAccessFiles in net.sf.ehcache.store.compound.factories.DiskStorageFactory
  185. | 101 | <init> . in ''
  186. | 73 | <init> in net.sf.ehcache.store.compound.factories.DiskOverflowStorageFactory
  187. | 63 | create . in net.sf.ehcache.store.compound.impl.OverflowToDiskStore
  188. | 1113 | initialise in net.sf.ehcache.Cache
  189. | 1095 | addCacheNoCheck in net.sf.ehcache.CacheManager
  190. | 1001 | addCache in ''
  191. | 954 | addCache in ''
  192. | 147 | getCache in net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory
  193. | 117 | buildEntityRegion in ''
  194. | 40 | buildEntityRegion in net.sf.ehcache.hibernate.EhCacheRegionFactory
  195. | 262 | run . . . in java.util.concurrent.FutureTask
  196. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  197. | 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  198. ^ 744 | run in java.lang.Thread
  199. | Error 2014-04-18 22:16:14,877 [localhost-startStop-1] ERROR core.StandardContext - Error listenerStart
  200. | Error 2014-04-18 22:16:14,885 [localhost-startStop-1] ERROR core.StandardContext - Context [/mail2] startup failed due to previous errors
  201. | Server running. Browse to http://localhost:8082/mail2
  202. | Application loaded in interactive mode. Type 'stop-app' to shutdown.
  203. | Enter a script name to run. Use TAB for completion:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement