Advertisement
Guest User

2016_03_23.stderrout.log

a guest
Mar 22nd, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 127.96 KB | None | 0 0
  1. [ec2-user@Demo.Appstars.Web: logs]$ cat 2016_03_23.stderrout.log
  2. 2016-03-23 02:20:36.150:INFO:oejs.Server:main: jetty-9.0.7.v20131107
  3. 2016-03-23 02:20:36.367:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:/usr/local/jetty-distribution-9.0.7.v20131107/webapps/] at interval 1
  4. Initializing log4j
  5. log4j:ERROR setFile(null,true) call failed.
  6. java.io.FileNotFoundException: /usr/local/jetty-distribution-9.0.7.v20131107/logs/kumaudo.log (Permission denied)
  7. at java.io.FileOutputStream.open(Native Method)
  8. at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
  9. at java.io.FileOutputStream.<init>(FileOutputStream.java:142)
  10. at org.apache.log4j.FileAppender.setFile(FileAppender.java:294)
  11. at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:165)
  12. at org.apache.log4j.DailyRollingFileAppender.activateOptions(DailyRollingFileAppender.java:223)
  13. at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:307)
  14. at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:172)
  15. at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:104)
  16. at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:842)
  17. at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:768)
  18. at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:648)
  19. at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:514)
  20. at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:580)
  21. at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:526)
  22. at org.apache.log4j.LogManager.<clinit>(LogManager.java:127)
  23. at com.monstarlab.kumaudo.util.Log4JInitContextListener.contextInitialized(Log4JInitContextListener.java:53)
  24. at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:788)
  25. at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:434)
  26. at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:780)
  27. at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:284)
  28. at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1322)
  29. at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:732)
  30. at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:490)
  31. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
  32. at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:118)
  33. at org.eclipse.jetty.util.component.ContainerLifeCycle.addBean(ContainerLifeCycle.java:282)
  34. at org.eclipse.jetty.util.component.ContainerLifeCycle.addBean(ContainerLifeCycle.java:214)
  35. at org.eclipse.jetty.util.component.ContainerLifeCycle.updateBeans(ContainerLifeCycle.java:764)
  36. at org.eclipse.jetty.server.handler.HandlerCollection.setHandlers(HandlerCollection.java:89)
  37. at org.eclipse.jetty.server.handler.ContextHandlerCollection.setHandlers(ContextHandlerCollection.java:145)
  38. at org.eclipse.jetty.server.handler.HandlerCollection.addHandler(HandlerCollection.java:155)
  39. at org.eclipse.jetty.deploy.bindings.StandardDeployer.processBinding(StandardDeployer.java:41)
  40. at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:186)
  41. at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:495)
  42. at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:146)
  43. at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:175)
  44. at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
  45. at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:605)
  46. at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:528)
  47. at org.eclipse.jetty.util.Scanner.scan(Scanner.java:391)
  48. at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313)
  49. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
  50. at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:145)
  51. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
  52. at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:557)
  53. at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:232)
  54. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
  55. at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:118)
  56. at org.eclipse.jetty.server.Server.start(Server.java:342)
  57. at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:100)
  58. at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:60)
  59. at org.eclipse.jetty.server.Server.doStart(Server.java:290)
  60. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
  61. at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1250)
  62. at java.security.AccessController.doPrivileged(Native Method)
  63. at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1174)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  66. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  67. at java.lang.reflect.Method.invoke(Method.java:606)
  68. at org.eclipse.jetty.start.Main.invokeMain(Main.java:509)
  69. at org.eclipse.jetty.start.Main.start(Main.java:651)
  70. at org.eclipse.jetty.start.Main.main(Main.java:99)
  71. log4j:ERROR Either File or DatePattern options are not set for appender [SYSLOGFILE].
  72. log4j:WARN No such property [datePattern] in org.apache.log4j.FileAppender.
  73. log4j:ERROR setFile(null,true) call failed.
  74. java.io.FileNotFoundException: /usr/local/jetty-distribution-9.0.7.v20131107/logs/kumaudo.log (Permission denied)
  75. at java.io.FileOutputStream.open(Native Method)
  76. at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
  77. at java.io.FileOutputStream.<init>(FileOutputStream.java:142)
  78. at org.apache.log4j.FileAppender.setFile(FileAppender.java:294)
  79. at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:165)
  80. at org.apache.log4j.DailyRollingFileAppender.activateOptions(DailyRollingFileAppender.java:223)
  81. at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:307)
  82. at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:172)
  83. at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:104)
  84. at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:842)
  85. at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:768)
  86. at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:648)
  87. at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:514)
  88. at org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.java:440)
  89. at com.monstarlab.kumaudo.util.Log4JInitContextListener.contextInitialized(Log4JInitContextListener.java:54)
  90. at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:788)
  91. at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:434)
  92. at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:780)
  93. at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:284)
  94. at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1322)
  95. at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:732)
  96. at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:490)
  97. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
  98. at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:118)
  99. at org.eclipse.jetty.util.component.ContainerLifeCycle.addBean(ContainerLifeCycle.java:282)
  100. at org.eclipse.jetty.util.component.ContainerLifeCycle.addBean(ContainerLifeCycle.java:214)
  101. at org.eclipse.jetty.util.component.ContainerLifeCycle.updateBeans(ContainerLifeCycle.java:764)
  102. at org.eclipse.jetty.server.handler.HandlerCollection.setHandlers(HandlerCollection.java:89)
  103. at org.eclipse.jetty.server.handler.ContextHandlerCollection.setHandlers(ContextHandlerCollection.java:145)
  104. at org.eclipse.jetty.server.handler.HandlerCollection.addHandler(HandlerCollection.java:155)
  105. at org.eclipse.jetty.deploy.bindings.StandardDeployer.processBinding(StandardDeployer.java:41)
  106. at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:186)
  107. at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:495)
  108. at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:146)
  109. at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:175)
  110. at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
  111. at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:605)
  112. at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:528)
  113. at org.eclipse.jetty.util.Scanner.scan(Scanner.java:391)
  114. at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313)
  115. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
  116. at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:145)
  117. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
  118. at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:557)
  119. at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:232)
  120. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
  121. at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:118)
  122. at org.eclipse.jetty.server.Server.start(Server.java:342)
  123. at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:100)
  124. at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:60)
  125. at org.eclipse.jetty.server.Server.doStart(Server.java:290)
  126. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
  127. at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1250)
  128. at java.security.AccessController.doPrivileged(Native Method)
  129. at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1174)
  130. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  131. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  132. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  133. at java.lang.reflect.Method.invoke(Method.java:606)
  134. at org.eclipse.jetty.start.Main.invokeMain(Main.java:509)
  135. at org.eclipse.jetty.start.Main.start(Main.java:651)
  136. at org.eclipse.jetty.start.Main.main(Main.java:99)
  137. log4j:ERROR Either File or DatePattern options are not set for appender [SYSLOGFILE].
  138. log4j:ERROR setFile(null,true) call failed.
  139. java.io.FileNotFoundException: /usr/local/jetty-distribution-9.0.7.v20131107/logs/hibernate_sql.log (Permission denied)
  140. at java.io.FileOutputStream.open(Native Method)
  141. at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
  142. at java.io.FileOutputStream.<init>(FileOutputStream.java:142)
  143. at org.apache.log4j.FileAppender.setFile(FileAppender.java:294)
  144. at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:165)
  145. at org.apache.log4j.DailyRollingFileAppender.activateOptions(DailyRollingFileAppender.java:223)
  146. at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:307)
  147. at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:172)
  148. at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:104)
  149. at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:842)
  150. at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:768)
  151. at org.apache.log4j.PropertyConfigurator.parseCatsAndRenderers(PropertyConfigurator.java:672)
  152. at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:516)
  153. at org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.java:440)
  154. at com.monstarlab.kumaudo.util.Log4JInitContextListener.contextInitialized(Log4JInitContextListener.java:54)
  155. at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:788)
  156. at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:434)
  157. at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:780)
  158. at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:284)
  159. at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1322)
  160. at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:732)
  161. at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:490)
  162. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
  163. at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:118)
  164. at org.eclipse.jetty.util.component.ContainerLifeCycle.addBean(ContainerLifeCycle.java:282)
  165. at org.eclipse.jetty.util.component.ContainerLifeCycle.addBean(ContainerLifeCycle.java:214)
  166. at org.eclipse.jetty.util.component.ContainerLifeCycle.updateBeans(ContainerLifeCycle.java:764)
  167. at org.eclipse.jetty.server.handler.HandlerCollection.setHandlers(HandlerCollection.java:89)
  168. at org.eclipse.jetty.server.handler.ContextHandlerCollection.setHandlers(ContextHandlerCollection.java:145)
  169. at org.eclipse.jetty.server.handler.HandlerCollection.addHandler(HandlerCollection.java:155)
  170. at org.eclipse.jetty.deploy.bindings.StandardDeployer.processBinding(StandardDeployer.java:41)
  171. at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:186)
  172. at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:495)
  173. at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:146)
  174. at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:175)
  175. at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
  176. at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:605)
  177. at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:528)
  178. at org.eclipse.jetty.util.Scanner.scan(Scanner.java:391)
  179. at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313)
  180. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
  181. at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:145)
  182. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
  183. at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:557)
  184. at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:232)
  185. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
  186. at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:118)
  187. at org.eclipse.jetty.server.Server.start(Server.java:342)
  188. at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:100)
  189. at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:60)
  190. at org.eclipse.jetty.server.Server.doStart(Server.java:290)
  191. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
  192. at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1250)
  193. at java.security.AccessController.doPrivileged(Native Method)
  194. at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1174)
  195. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  196. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  197. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  198. at java.lang.reflect.Method.invoke(Method.java:606)
  199. at org.eclipse.jetty.start.Main.invokeMain(Main.java:509)
  200. at org.eclipse.jetty.start.Main.start(Main.java:651)
  201. at org.eclipse.jetty.start.Main.main(Main.java:99)
  202. log4j:ERROR Either File or DatePattern options are not set for appender [HIBERNATESQL].
  203. log4j:WARN No such property [datePattern] in org.apache.log4j.FileAppender.
  204. 2016-03-23 02:20:41,284 INFO [com.monstarlab.kumaudo.util.Log4JInitContextListener] Logging initialized
  205. 2016-03-23 02:20:41,290 DEBUG [com.monstarlab.kumaudo.util.Log4JInitContextListener] Debug logging active
  206. 2016-03-23 02:20:41.319:INFO:ROOT:main: Initializing Spring root WebApplicationContext
  207. 2016-03-23 02:20:41,319 INFO [org.springframework.web.context.ContextLoader] Root WebApplicationContext: initialization started
  208. 2016-03-23 02:20:41,468 DEBUG [com.monstarlab.kumaudo.util.PropertiesAppContextInitializer] Using property source 'Java system properties'
  209. 2016-03-23 02:20:41,468 DEBUG [com.monstarlab.kumaudo.util.PropertiesAppContextInitializer] Using property source 'Kumaudo DEMO env properties file'
  210. 2016-03-23 02:20:41,468 DEBUG [com.monstarlab.kumaudo.util.PropertiesAppContextInitializer] Using property source 'Kumaudo base properties file'
  211. 2016-03-23 02:20:41,468 DEBUG [com.monstarlab.kumaudo.util.PropertiesAppContextInitializer] Using property source 'servletConfigInitParams'
  212. 2016-03-23 02:20:41,468 DEBUG [com.monstarlab.kumaudo.util.PropertiesAppContextInitializer] Using property source 'servletContextInitParams'
  213. 2016-03-23 02:20:41,468 DEBUG [com.monstarlab.kumaudo.util.PropertiesAppContextInitializer] Using property source 'jndiProperties'
  214. 2016-03-23 02:20:41,468 DEBUG [com.monstarlab.kumaudo.util.PropertiesAppContextInitializer] Using property source 'systemProperties'
  215. 2016-03-23 02:20:41,469 DEBUG [com.monstarlab.kumaudo.util.PropertiesAppContextInitializer] Using property source 'systemEnvironment'
  216. 2016-03-23 02:20:41,469 INFO [com.monstarlab.kumaudo.util.PropertiesAppContextInitializer] Loaded configuration properties
  217. 2016-03-23 02:20:41,469 INFO [org.springframework.web.context.support.XmlWebApplicationContext] Refreshing Root WebApplicationContext: startup date [Wed Mar 23 02:20:41 UTC 2016]; root of context hierarchy
  218. 2016-03-23 02:20:41,551 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]
  219. 2016-03-23 02:20:44,760 INFO [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] Initializing ExecutorService
  220. 2016-03-23 02:20:44,765 INFO [org.springframework.web.context.support.XmlWebApplicationContext] Bean 'springPrimaryExecutor' of type [class org.springframework.scheduling.config.TaskExecutorFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  221. 2016-03-23 02:20:44,766 INFO [org.springframework.web.context.support.XmlWebApplicationContext] Bean 'springPrimaryExecutor' of type [class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  222. 2016-03-23 02:20:44,854 INFO [org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler] Initializing ExecutorService 'springPrimaryScheduler'
  223. 2016-03-23 02:20:44,855 INFO [org.springframework.web.context.support.XmlWebApplicationContext] Bean 'springPrimaryScheduler' of type [class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  224. 2016-03-23 02:20:45,013 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@7ba52267: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,resourceMediatedAccessController,contactController,healthCheckController,basicRedirectController,errorHandlingController,homeController,accountVerificationService,userAccountService,permissionsService,CtoService,sessionStoreManagerService,requestStateManagementService,articleService,libraryFileService,genreService,resourceLocalizationService,constLocalizationService,fileAttachmentService,sansanIntegrationService,teamSearchService,skillService,chatworkIntegrationService,profileService,portfolioService,contactRequestService,mailService,cronService,employeeInfoService,pdfGenerationService,uniqueIDGeneratorService,sessionCheckInterceptor,permissionCheckInterceptor,breadcrumbInterceptor,CtoServiceDao,libraryFileDao,knowledgeResourceDownloadRequestDaoH3Impl,sessionManagementDao,accountVerificationDao,constLocalizationDao,contactRequestDaoH3Impl,portfolioEntryDao,teamSearchDao,skillDao,employeeInfoDaoH3Impl,profileDao,attachedFileDao,userAccountDao,articleDao,genreDao,mediaManager,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,kumaudo.media.articleMainImage.size,kumaudo.media.articleMainImage.iconSize,org.springframework.context.annotation.internalAsyncAnnotationProcessor,org.springframework.context.annotation.internalScheduledAnnotationProcessor,springPrimaryExecutor,springPrimaryScheduler,dataSource,sessionFactory,transactionManager,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,generalObjectMapper,org.springframework.cache.annotation.AnnotationCacheOperationSource#0,org.springframework.cache.interceptor.CacheInterceptor#0,org.springframework.cache.config.internalCacheAdvisor,springCacheManager,ehcacheManager,dbLocalizationsCache,skillsCache,mailSubstitutionsMessageSource,mailTemplateVelocityEngine,mailTemplateHelper,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor]; root of factory hierarchy
  225. 2016-03-23 02:20:45,679 INFO [com.mchange.v2.log.MLog] MLog clients using log4j logging.
  226. 2016-03-23 02:20:45,812 INFO [com.mchange.v2.c3p0.C3P0Registry] Initializing c3p0-0.9.2.1 [built 20-March-2013 10:47:27 +0000; debug? true; trace: 10]
  227. 2016-03-23 02:20:46,935 INFO [org.hibernate.annotations.common.Version] Hibernate Commons Annotations 3.2.0.Final
  228. 2016-03-23 02:20:46,955 INFO [org.hibernate.cfg.Environment] Hibernate 3.6.10.Final
  229. 2016-03-23 02:20:46,961 INFO [org.hibernate.cfg.Environment] hibernate.properties not found
  230. 2016-03-23 02:20:46,969 INFO [org.hibernate.cfg.Environment] Bytecode provider name : javassist
  231. 2016-03-23 02:20:46,977 INFO [org.hibernate.cfg.Environment] using JDK 1.4 java.sql.Timestamp handling
  232. 2016-03-23 02:20:47,414 INFO [org.hibernate.cfg.Configuration] Mapping package com.monstarlab.kumaudo.storage.entity
  233. 2016-03-23 02:20:47,574 INFO [org.hibernate.cfg.AnnotationBinder] Binding type definition: JodaLocalTime
  234. 2016-03-23 02:20:47,575 INFO [org.hibernate.cfg.AnnotationBinder] Binding type definition: JodaLocalDate
  235. 2016-03-23 02:20:47,575 INFO [org.hibernate.cfg.AnnotationBinder] Binding type definition: JodaLocalDateTime
  236. 2016-03-23 02:20:47,575 INFO [org.hibernate.cfg.AnnotationBinder] Binding type definition: JodaDateTime
  237. 2016-03-23 02:20:47,689 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.Language
  238. 2016-03-23 02:20:47,749 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.Language on table language
  239. 2016-03-23 02:20:48,016 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.Genre
  240. 2016-03-23 02:20:48,021 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.Genre on table genre
  241. 2016-03-23 02:20:48,055 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.Employee
  242. 2016-03-23 02:20:48,056 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.Employee on table employee
  243. 2016-03-23 02:20:48,130 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.ProjectScopeLocalization
  244. 2016-03-23 02:20:48,131 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.ProjectScopeLocalization on table project_scope_localization
  245. 2016-03-23 02:20:48,136 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.CountryLocalization
  246. 2016-03-23 02:20:48,136 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.CountryLocalization on table country_localization
  247. 2016-03-23 02:20:48,173 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.Article
  248. 2016-03-23 02:20:48,174 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.Article on table article
  249. 2016-03-23 02:20:48,210 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.IndustryLocalization
  250. 2016-03-23 02:20:48,210 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.IndustryLocalization on table industry_localization
  251. 2016-03-23 02:20:48,213 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.DirectorRoleLocalization
  252. 2016-03-23 02:20:48,214 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.DirectorRoleLocalization on table director_role_localization
  253. 2016-03-23 02:20:48,220 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.BankAccountInfo
  254. 2016-03-23 02:20:48,220 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.BankAccountInfo on table bank_account_info
  255. 2016-03-23 02:20:48,228 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.CompanyPrivateInfo
  256. 2016-03-23 02:20:48,228 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.CompanyPrivateInfo on table company_private_info
  257. 2016-03-23 02:20:48,255 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.EmailConfirmToken
  258. 2016-03-23 02:20:48,255 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.EmailConfirmToken on table email_confirm_token
  259. 2016-03-23 02:20:48,263 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.UserPrivateInfo
  260. 2016-03-23 02:20:48,263 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.UserPrivateInfo on table user_private_info
  261. 2016-03-23 02:20:48,281 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.DirectorProfile
  262. 2016-03-23 02:20:48,281 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.DirectorProfile on table director_profile
  263. 2016-03-23 02:20:48,313 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.ProjectScope
  264. 2016-03-23 02:20:48,314 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.ProjectScope on table project_scope
  265. 2016-03-23 02:20:48,322 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.AccountRecoveryToken
  266. 2016-03-23 02:20:48,322 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.AccountRecoveryToken on table account_recovery_token
  267. 2016-03-23 02:20:48,333 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.CtoConsultant
  268. 2016-03-23 02:20:48,334 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.CtoConsultant on table sekai_collabo_consultant
  269. 2016-03-23 02:20:48,341 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.Country
  270. 2016-03-23 02:20:48,341 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.Country on table country
  271. 2016-03-23 02:20:48,345 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.PortfolioEntry
  272. 2016-03-23 02:20:48,345 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.PortfolioEntry on table portfolio_entry
  273. 2016-03-23 02:20:48,373 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.User
  274. 2016-03-23 02:20:48,373 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.User on table user
  275. 2016-03-23 02:20:48,377 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.SkillCategory
  276. 2016-03-23 02:20:48,377 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.SkillCategory on table skill_category
  277. 2016-03-23 02:20:48,381 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.EmployeeDescription
  278. 2016-03-23 02:20:48,381 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.EmployeeDescription on table employee_description
  279. 2016-03-23 02:20:48,391 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.KnowledgeResourceDownloadRequest
  280. 2016-03-23 02:20:48,391 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.KnowledgeResourceDownloadRequest on table kr_download_request
  281. 2016-03-23 02:20:48,402 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.ContactRequest
  282. 2016-03-23 02:20:48,402 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.ContactRequest on table contact_request
  283. 2016-03-23 02:20:48,409 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.CompanyOffice
  284. 2016-03-23 02:20:48,409 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.CompanyOffice on table company_office
  285. 2016-03-23 02:20:48,431 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.PortfolioEntryDescription
  286. 2016-03-23 02:20:48,431 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.PortfolioEntryDescription on table portfolio_entry_description
  287. 2016-03-23 02:20:48,453 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.LibraryFile
  288. 2016-03-23 02:20:48,453 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.LibraryFile on table library_file
  289. 2016-03-23 02:20:48,465 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.ArticleContent
  290. 2016-03-23 02:20:48,466 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.ArticleContent on table article_content
  291. 2016-03-23 02:20:48,468 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.EmployeeExperience
  292. 2016-03-23 02:20:48,468 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.EmployeeExperience on table employee_experience
  293. 2016-03-23 02:20:48,478 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.SkillCategoryLocalization
  294. 2016-03-23 02:20:48,478 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.SkillCategoryLocalization on table skill_category_localization
  295. 2016-03-23 02:20:48,481 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.SkillLocalization
  296. 2016-03-23 02:20:48,483 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.SkillLocalization on table skill_localization
  297. 2016-03-23 02:20:48,486 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.DirectorRole
  298. 2016-03-23 02:20:48,486 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.DirectorRole on table director_role
  299. 2016-03-23 02:20:48,488 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.LanguageLocalization
  300. 2016-03-23 02:20:48,489 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.LanguageLocalization on table language_localization
  301. 2016-03-23 02:20:48,501 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.Company
  302. 2016-03-23 02:20:48,502 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.Company on table company
  303. 2016-03-23 02:20:48,504 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.AttachedFile
  304. 2016-03-23 02:20:48,504 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.AttachedFile on table attached_file
  305. 2016-03-23 02:20:48,512 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.Skill
  306. 2016-03-23 02:20:48,512 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.Skill on table skill
  307. 2016-03-23 02:20:48,519 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.GenreLocalization
  308. 2016-03-23 02:20:48,519 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.GenreLocalization on table genre_localization
  309. 2016-03-23 02:20:48,524 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.Industry
  310. 2016-03-23 02:20:48,524 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.Industry on table industry
  311. 2016-03-23 02:20:48,527 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.ArticleCategory
  312. 2016-03-23 02:20:48,527 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.ArticleCategory on table article_category
  313. 2016-03-23 02:20:48,531 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.EmployeeExperienceDescription
  314. 2016-03-23 02:20:48,531 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.EmployeeExperienceDescription on table employee_experience_description
  315. 2016-03-23 02:20:48,537 INFO [org.hibernate.cfg.AnnotationBinder] Binding entity from annotated class: com.monstarlab.kumaudo.storage.entity.LoginSession
  316. 2016-03-23 02:20:48,538 INFO [org.hibernate.cfg.annotations.EntityBinder] Bind entity com.monstarlab.kumaudo.storage.entity.LoginSession on table login_session
  317. 2016-03-23 02:20:48,573 INFO [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: com.monstarlab.kumaudo.storage.entity.Country.countryLocalizations -> country_localization
  318. 2016-03-23 02:20:48,580 INFO [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: com.monstarlab.kumaudo.storage.entity.Employee.descriptions -> employee_description
  319. 2016-03-23 02:20:48,581 INFO [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: com.monstarlab.kumaudo.storage.entity.Employee.experience -> employee_experience
  320. 2016-03-23 02:20:48,582 INFO [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: com.monstarlab.kumaudo.storage.entity.PortfolioEntry.descriptions -> portfolio_entry_description
  321. 2016-03-23 02:20:48,582 INFO [org.hibernate.cfg.annotations.CollectionBinder] Mapping collection: com.monstarlab.kumaudo.storage.entity.EmployeeExperience.descriptions -> employee_experience_description
  322. 2016-03-23 02:20:48,588 INFO [org.hibernate.cfg.Configuration] Hibernate Validator not found: ignoring
  323. 2016-03-23 02:20:48,591 INFO [org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean] Building new Hibernate SessionFactory
  324. 2016-03-23 02:20:48,599 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
  325. 2016-03-23 02:20:48,660 INFO [org.hibernate.connection.ConnectionProviderFactory] Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
  326. 2016-03-23 02:20:48,732 INFO [com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource] Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1br9ui19f18qx8ik11cxpdh|3dcecfaa, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1br9ui19f18qx8ik11cxpdh|3dcecfaa, idleConnectionTestPeriod -> 300, initialPoolSize -> 3, jdbcUrl -> jdbc:mysql://sekai-test.ckssoapsi4nn.ap-northeast-1.rds.amazonaws.com/kumaudo_demo, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 1800, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 50, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, numHelperThreads -> 3, preferredTestQuery -> SELECT 1, properties -> {user=******, password=******, characterEncoding=utf8, useSSL=false}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> true, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
  327. 2016-03-23 02:20:49,394 INFO [org.hibernate.dialect.Dialect] Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  328. 2016-03-23 02:20:49,406 INFO [org.hibernate.engine.jdbc.JdbcSupportLoader] Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  329. 2016-03-23 02:20:49,406 INFO [org.hibernate.cfg.SettingsFactory] Database ->
  330. name : MySQL
  331. version : 5.6.19
  332. major : 5
  333. minor : 6
  334. 2016-03-23 02:20:49,406 INFO [org.hibernate.cfg.SettingsFactory] Driver ->
  335. name : MySQL Connector Java
  336. version : mysql-connector-java-5.1.28 ( Revision: alexander.soklakov@oracle.com-20131125092425-yvejy3xvci77ru3k )
  337. major : 5
  338. minor : 1
  339. 2016-03-23 02:20:49,412 INFO [org.hibernate.transaction.TransactionFactoryFactory] Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory
  340. 2016-03-23 02:20:49,413 INFO [org.hibernate.transaction.TransactionManagerLookupFactory] No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
  341. 2016-03-23 02:20:49,414 INFO [org.hibernate.cfg.SettingsFactory] Automatic flush during beforeCompletion(): disabled
  342. 2016-03-23 02:20:49,414 INFO [org.hibernate.cfg.SettingsFactory] Automatic session close at end of transaction: disabled
  343. 2016-03-23 02:20:49,414 INFO [org.hibernate.cfg.SettingsFactory] JDBC batch size: 15
  344. 2016-03-23 02:20:49,420 INFO [org.hibernate.cfg.SettingsFactory] JDBC batch updates for versioned data: disabled
  345. 2016-03-23 02:20:49,427 INFO [org.hibernate.cfg.SettingsFactory] Scrollable result sets: enabled
  346. 2016-03-23 02:20:49,427 INFO [org.hibernate.cfg.SettingsFactory] JDBC3 getGeneratedKeys(): enabled
  347. 2016-03-23 02:20:49,427 INFO [org.hibernate.cfg.SettingsFactory] Connection release mode: auto
  348. 2016-03-23 02:20:49,427 INFO [org.hibernate.cfg.SettingsFactory] Maximum outer join fetch depth: 2
  349. 2016-03-23 02:20:49,428 INFO [org.hibernate.cfg.SettingsFactory] Default batch fetch size: 1
  350. 2016-03-23 02:20:49,428 INFO [org.hibernate.cfg.SettingsFactory] Generate SQL with comments: disabled
  351. 2016-03-23 02:20:49,428 INFO [org.hibernate.cfg.SettingsFactory] Order SQL updates by primary key: disabled
  352. 2016-03-23 02:20:49,428 INFO [org.hibernate.cfg.SettingsFactory] Order SQL inserts for batching: disabled
  353. 2016-03-23 02:20:49,428 INFO [org.hibernate.cfg.SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
  354. 2016-03-23 02:20:49,430 INFO [org.hibernate.hql.ast.ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
  355. 2016-03-23 02:20:49,430 INFO [org.hibernate.cfg.SettingsFactory] Query language substitutions: {}
  356. 2016-03-23 02:20:49,430 INFO [org.hibernate.cfg.SettingsFactory] JPA-QL strict compliance: disabled
  357. 2016-03-23 02:20:49,430 INFO [org.hibernate.cfg.SettingsFactory] Second-level cache: disabled
  358. 2016-03-23 02:20:49,430 INFO [org.hibernate.cfg.SettingsFactory] Query cache: disabled
  359. 2016-03-23 02:20:49,430 INFO [org.hibernate.cfg.SettingsFactory] Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
  360. 2016-03-23 02:20:49,431 INFO [org.hibernate.cfg.SettingsFactory] Optimize cache for minimal puts: disabled
  361. 2016-03-23 02:20:49,431 INFO [org.hibernate.cfg.SettingsFactory] Structured second-level cache entries: disabled
  362. 2016-03-23 02:20:49,437 INFO [org.hibernate.cfg.SettingsFactory] Statistics: disabled
  363. 2016-03-23 02:20:49,437 INFO [org.hibernate.cfg.SettingsFactory] Deleted entity synthetic identifier rollback: disabled
  364. 2016-03-23 02:20:49,437 INFO [org.hibernate.cfg.SettingsFactory] Default entity-mode: pojo
  365. 2016-03-23 02:20:49,437 INFO [org.hibernate.cfg.SettingsFactory] Named query checking : enabled
  366. 2016-03-23 02:20:49,437 INFO [org.hibernate.cfg.SettingsFactory] Check Nullability in Core (should be disabled when Bean Validation is on): enabled
  367. 2016-03-23 02:20:49,462 INFO [org.hibernate.impl.SessionFactoryImpl] building session factory
  368. 2016-03-23 02:20:49,469 INFO [org.hibernate.type.BasicTypeRegistry] Type registration [characters_clob] overrides previous : org.hibernate.type.PrimitiveCharacterArrayClobType@2ab7843f
  369. 2016-03-23 02:20:49,470 INFO [org.hibernate.type.BasicTypeRegistry] Type registration [clob] overrides previous : org.hibernate.type.ClobType@764b5a01
  370. 2016-03-23 02:20:49,470 INFO [org.hibernate.type.BasicTypeRegistry] Type registration [java.sql.Clob] overrides previous : org.hibernate.type.ClobType@764b5a01
  371. 2016-03-23 02:20:49,470 INFO [org.hibernate.type.BasicTypeRegistry] Type registration [materialized_blob] overrides previous : org.hibernate.type.MaterializedBlobType@4d023453
  372. 2016-03-23 02:20:49,470 INFO [org.hibernate.type.BasicTypeRegistry] Type registration [wrapper_characters_clob] overrides previous : org.hibernate.type.CharacterArrayClobType@4bb95ca4
  373. 2016-03-23 02:20:49,470 INFO [org.hibernate.type.BasicTypeRegistry] Type registration [blob] overrides previous : org.hibernate.type.BlobType@767139d2
  374. 2016-03-23 02:20:49,470 INFO [org.hibernate.type.BasicTypeRegistry] Type registration [java.sql.Blob] overrides previous : org.hibernate.type.BlobType@767139d2
  375. 2016-03-23 02:20:49,470 INFO [org.hibernate.type.BasicTypeRegistry] Type registration [materialized_clob] overrides previous : org.hibernate.type.MaterializedClobType@38b46be
  376. 2016-03-23 02:20:49,470 INFO [org.hibernate.type.BasicTypeRegistry] Type registration [wrapper_materialized_blob] overrides previous : org.hibernate.type.WrappedMaterializedBlobType@2cd165c3
  377. 2016-03-23 02:20:50,731 INFO [org.hibernate.impl.SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
  378. 2016-03-23 02:20:50,734 INFO [org.hibernate.tool.hbm2ddl.SchemaValidator] Running schema validator
  379. 2016-03-23 02:20:50,734 INFO [org.hibernate.tool.hbm2ddl.SchemaValidator] fetching database metadata
  380. 2016-03-23 02:20:54,106 INFO [org.springframework.cache.ehcache.EhCacheManagerFactoryBean] Initializing EhCache CacheManager
  381. 2016-03-23 02:20:54,675 INFO [net.sf.ehcache.pool.sizeof.filter.AnnotationSizeOfFilter] Using regular expression provided through VM argument net.sf.ehcache.pool.sizeof.ignore.pattern for IgnoreSizeOf annotation : ^.*cache\..*IgnoreSizeOf$
  382. 2016-03-23 02:20:54,704 INFO [net.sf.ehcache.pool.sizeof.AgentLoader] Located valid 'tools.jar' at '/usr/java/jdk1.7.0_51/jre/../lib/tools.jar'
  383. 2016-03-23 02:20:54,737 INFO [net.sf.ehcache.pool.sizeof.JvmInformation] Detected JVM data model settings of: 64-Bit HotSpot JVM with Compressed OOPs
  384. 2016-03-23 02:20:55,091 INFO [net.sf.ehcache.pool.sizeof.AgentLoader] Extracted agent jar to temporary file /tmp/ehcache-sizeof-agent5693210102180727298.jar
  385. 2016-03-23 02:20:55,092 INFO [net.sf.ehcache.pool.sizeof.AgentLoader] Trying to load agent @ /tmp/ehcache-sizeof-agent5693210102180727298.jar
  386. 2016-03-23 02:20:55,106 INFO [net.sf.ehcache.pool.impl.DefaultSizeOfEngine] using Agent sizeof engine
  387. 2016-03-23 02:20:55,244 INFO [net.sf.ehcache.pool.impl.DefaultSizeOfEngine] using Agent sizeof engine
  388. 2016-03-23 02:20:56,479 DEBUG [org.hibernate.SQL] select genrelocal1_.genre_id as genre1_35_, genrelocal1_.language_code as language2_35_, genrelocal1_.created_date as created3_35_, genrelocal1_.modified_date as modified4_35_, genrelocal1_.hversion as hversion35_, genrelocal1_.display_value as display6_35_ from genre genre0_ cross join genre_localization genrelocal1_ where genrelocal1_.genre_id=genre0_.genre_id and genrelocal1_.language_code=? order by genre0_.display_order, genre0_.genre_id
  389. 2016-03-23 02:20:56,607 DEBUG [org.hibernate.SQL] select countryloc0_.country_id as country1_4_, countryloc0_.language_code as language2_4_, countryloc0_.created_date as created3_4_, countryloc0_.modified_date as modified4_4_, countryloc0_.hversion as hversion4_, countryloc0_.display_value as display6_4_ from country_localization countryloc0_ cross join country country1_ where countryloc0_.language_code=? and country1_.country_id=countryloc0_.country_id order by country1_.display_order, country1_.country_id
  390. 2016-03-23 02:20:56,801 DEBUG [org.hibernate.SQL] select directorro1_.director_role_id as director1_7_, directorro1_.language_code as language2_7_, directorro1_.created_date as created3_7_, directorro1_.modified_date as modified4_7_, directorro1_.hversion as hversion7_, directorro1_.display_value as display6_7_ from director_role directorro0_ cross join director_role_localization directorro1_ where directorro0_.director_role_id=directorro1_.director_role_id and directorro1_.language_code=? order by directorro0_.display_order, directorro0_.director_role_id
  391. 2016-03-23 02:20:56,861 DEBUG [org.hibernate.SQL] select languagelo0_.language_code as language1_31_, languagelo0_.language_id as language2_31_, languagelo0_.created_date as created3_31_, languagelo0_.modified_date as modified4_31_, languagelo0_.hversion as hversion31_, languagelo0_.display_value as display6_31_ from language_localization languagelo0_ cross join language language1_ where languagelo0_.language_id=language1_.language_id and languagelo0_.language_code=? order by language1_.display_order, language1_.language_id
  392. 2016-03-23 02:20:56,958 DEBUG [org.hibernate.SQL] select projectsco1_.project_scope_id as project1_3_, projectsco1_.language_code as language2_3_, projectsco1_.created_date as created3_3_, projectsco1_.modified_date as modified4_3_, projectsco1_.hversion as hversion3_, projectsco1_.display_value as display6_3_ from project_scope projectsco0_ cross join project_scope_localization projectsco1_ where projectsco0_.project_scope_id=projectsco1_.project_scope_id and projectsco1_.language_code=? and projectsco0_.deleted=0 order by projectsco0_.display_order, projectsco0_.project_scope_id
  393. 2016-03-23 02:20:57,034 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  394. 2016-03-23 02:20:57,062 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  395. 2016-03-23 02:20:57,101 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  396. 2016-03-23 02:20:57,116 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  397. 2016-03-23 02:20:57,140 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  398. 2016-03-23 02:20:57,157 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  399. 2016-03-23 02:20:57,180 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  400. 2016-03-23 02:20:57,203 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  401. 2016-03-23 02:20:57,219 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  402. 2016-03-23 02:20:57,235 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  403. 2016-03-23 02:20:57,253 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  404. 2016-03-23 02:20:57,266 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  405. 2016-03-23 02:20:57,285 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  406. 2016-03-23 02:20:57,307 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  407. 2016-03-23 02:20:57,319 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  408. 2016-03-23 02:20:57,332 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  409. 2016-03-23 02:20:57,341 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  410. 2016-03-23 02:20:57,354 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  411. 2016-03-23 02:20:57,382 DEBUG [org.hibernate.SQL] select languagelo0_.display_value as col_0_0_ from language_localization languagelo0_ where languagelo0_.language_id=? and languagelo0_.language_code=?
  412. 2016-03-23 02:20:57,409 DEBUG [org.hibernate.SQL] select directorro0_.display_value as col_0_0_ from director_role_localization directorro0_ where directorro0_.director_role_id=? and directorro0_.language_code=?
  413. 2016-03-23 02:20:57,421 DEBUG [org.hibernate.SQL] select directorro0_.display_value as col_0_0_ from director_role_localization directorro0_ where directorro0_.director_role_id=? and directorro0_.language_code=?
  414. 2016-03-23 02:20:57,436 DEBUG [org.hibernate.SQL] select directorro0_.display_value as col_0_0_ from director_role_localization directorro0_ where directorro0_.director_role_id=? and directorro0_.language_code=?
  415. 2016-03-23 02:20:57,449 DEBUG [org.hibernate.SQL] select directorro0_.display_value as col_0_0_ from director_role_localization directorro0_ where directorro0_.director_role_id=? and directorro0_.language_code=?
  416. 2016-03-23 02:20:57,459 DEBUG [org.hibernate.SQL] select directorro0_.display_value as col_0_0_ from director_role_localization directorro0_ where directorro0_.director_role_id=? and directorro0_.language_code=?
  417. 2016-03-23 02:20:57,473 DEBUG [org.hibernate.SQL] select directorro0_.display_value as col_0_0_ from director_role_localization directorro0_ where directorro0_.director_role_id=? and directorro0_.language_code=?
  418. 2016-03-23 02:20:57,501 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  419. 2016-03-23 02:20:57,511 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  420. 2016-03-23 02:20:57,542 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  421. 2016-03-23 02:20:57,554 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  422. 2016-03-23 02:20:57,568 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  423. 2016-03-23 02:20:57,585 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  424. 2016-03-23 02:20:57,601 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  425. 2016-03-23 02:20:57,617 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  426. 2016-03-23 02:20:57,631 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  427. 2016-03-23 02:20:57,649 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  428. 2016-03-23 02:20:57,656 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  429. 2016-03-23 02:20:57,672 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  430. 2016-03-23 02:20:57,693 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  431. 2016-03-23 02:20:57,700 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  432. 2016-03-23 02:20:57,715 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  433. 2016-03-23 02:20:57,738 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  434. 2016-03-23 02:20:57,757 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  435. 2016-03-23 02:20:57,764 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  436. 2016-03-23 02:20:57,775 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  437. 2016-03-23 02:20:57,789 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  438. 2016-03-23 02:20:57,795 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  439. 2016-03-23 02:20:57,800 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  440. 2016-03-23 02:20:57,811 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  441. 2016-03-23 02:20:57,823 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  442. 2016-03-23 02:20:57,837 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  443. 2016-03-23 02:20:57,842 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  444. 2016-03-23 02:20:57,847 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  445. 2016-03-23 02:20:57,859 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  446. 2016-03-23 02:20:57,864 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  447. 2016-03-23 02:20:57,875 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  448. 2016-03-23 02:20:57,879 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  449. 2016-03-23 02:20:57,891 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  450. 2016-03-23 02:20:57,896 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  451. 2016-03-23 02:20:57,906 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  452. 2016-03-23 02:20:57,911 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  453. 2016-03-23 02:20:57,915 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  454. 2016-03-23 02:20:57,924 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  455. 2016-03-23 02:20:57,929 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  456. 2016-03-23 02:20:57,937 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  457. 2016-03-23 02:20:57,941 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  458. 2016-03-23 02:20:57,949 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  459. 2016-03-23 02:20:57,953 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  460. 2016-03-23 02:20:57,958 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  461. 2016-03-23 02:20:57,965 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  462. 2016-03-23 02:20:57,993 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  463. 2016-03-23 02:20:57,998 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  464. 2016-03-23 02:20:58,005 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  465. 2016-03-23 02:20:58,013 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  466. 2016-03-23 02:20:58,018 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  467. 2016-03-23 02:20:58,022 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  468. 2016-03-23 02:20:58,026 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  469. 2016-03-23 02:20:58,038 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  470. 2016-03-23 02:20:58,042 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  471. 2016-03-23 02:20:58,047 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  472. 2016-03-23 02:20:58,051 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  473. 2016-03-23 02:20:58,055 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  474. 2016-03-23 02:20:58,062 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  475. 2016-03-23 02:20:58,066 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  476. 2016-03-23 02:20:58,078 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  477. 2016-03-23 02:20:58,082 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  478. 2016-03-23 02:20:58,087 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  479. 2016-03-23 02:20:58,091 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  480. 2016-03-23 02:20:58,098 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  481. 2016-03-23 02:20:58,104 DEBUG [org.hibernate.SQL] select genrelocal0_.display_value as col_0_0_ from genre_localization genrelocal0_ where genrelocal0_.genre_id=? and genrelocal0_.language_code=?
  482. 2016-03-23 02:20:58,122 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  483. 2016-03-23 02:20:58,126 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  484. 2016-03-23 02:20:58,130 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  485. 2016-03-23 02:20:58,134 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  486. 2016-03-23 02:20:58,138 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  487. 2016-03-23 02:20:58,142 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  488. 2016-03-23 02:20:58,146 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  489. 2016-03-23 02:20:58,150 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  490. 2016-03-23 02:20:58,154 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  491. 2016-03-23 02:20:58,158 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  492. 2016-03-23 02:20:58,162 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  493. 2016-03-23 02:20:58,166 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  494. 2016-03-23 02:20:58,170 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  495. 2016-03-23 02:20:58,174 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  496. 2016-03-23 02:20:58,178 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  497. 2016-03-23 02:20:58,199 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  498. 2016-03-23 02:20:58,205 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  499. 2016-03-23 02:20:58,209 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  500. 2016-03-23 02:20:58,213 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  501. 2016-03-23 02:20:58,217 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  502. 2016-03-23 02:20:58,221 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  503. 2016-03-23 02:20:58,225 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  504. 2016-03-23 02:20:58,228 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  505. 2016-03-23 02:20:58,233 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  506. 2016-03-23 02:20:58,237 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  507. 2016-03-23 02:20:58,240 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  508. 2016-03-23 02:20:58,245 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  509. 2016-03-23 02:20:58,248 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  510. 2016-03-23 02:20:58,252 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  511. 2016-03-23 02:20:58,256 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  512. 2016-03-23 02:20:58,260 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  513. 2016-03-23 02:20:58,264 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  514. 2016-03-23 02:20:58,268 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  515. 2016-03-23 02:20:58,271 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  516. 2016-03-23 02:20:58,275 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  517. 2016-03-23 02:20:58,279 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  518. 2016-03-23 02:20:58,289 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  519. 2016-03-23 02:20:58,293 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  520. 2016-03-23 02:20:58,297 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  521. 2016-03-23 02:20:58,301 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  522. 2016-03-23 02:20:58,305 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  523. 2016-03-23 02:20:58,309 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  524. 2016-03-23 02:20:58,313 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  525. 2016-03-23 02:20:58,317 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  526. 2016-03-23 02:20:58,321 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  527. 2016-03-23 02:20:58,325 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  528. 2016-03-23 02:20:58,328 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  529. 2016-03-23 02:20:58,332 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  530. 2016-03-23 02:20:58,336 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  531. 2016-03-23 02:20:58,340 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  532. 2016-03-23 02:20:58,344 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  533. 2016-03-23 02:20:58,348 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  534. 2016-03-23 02:20:58,352 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  535. 2016-03-23 02:20:58,356 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  536. 2016-03-23 02:20:58,360 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  537. 2016-03-23 02:20:58,364 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  538. 2016-03-23 02:20:58,368 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  539. 2016-03-23 02:20:58,372 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  540. 2016-03-23 02:20:58,376 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  541. 2016-03-23 02:20:58,380 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  542. 2016-03-23 02:20:58,384 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  543. 2016-03-23 02:20:58,388 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  544. 2016-03-23 02:20:58,397 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  545. 2016-03-23 02:20:58,401 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  546. 2016-03-23 02:20:58,408 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  547. 2016-03-23 02:20:58,412 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  548. 2016-03-23 02:20:58,415 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  549. 2016-03-23 02:20:58,419 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  550. 2016-03-23 02:20:58,423 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  551. 2016-03-23 02:20:58,426 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  552. 2016-03-23 02:20:58,430 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  553. 2016-03-23 02:20:58,439 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  554. 2016-03-23 02:20:58,442 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  555. 2016-03-23 02:20:58,446 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  556. 2016-03-23 02:20:58,450 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  557. 2016-03-23 02:20:58,454 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  558. 2016-03-23 02:20:58,457 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  559. 2016-03-23 02:20:58,461 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  560. 2016-03-23 02:20:58,465 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  561. 2016-03-23 02:20:58,469 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  562. 2016-03-23 02:20:58,472 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  563. 2016-03-23 02:20:58,476 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  564. 2016-03-23 02:20:58,480 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  565. 2016-03-23 02:20:58,484 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  566. 2016-03-23 02:20:58,487 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  567. 2016-03-23 02:20:58,491 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  568. 2016-03-23 02:20:58,495 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  569. 2016-03-23 02:20:58,499 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  570. 2016-03-23 02:20:58,502 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  571. 2016-03-23 02:20:58,506 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  572. 2016-03-23 02:20:58,510 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  573. 2016-03-23 02:20:58,514 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  574. 2016-03-23 02:20:58,518 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  575. 2016-03-23 02:20:58,521 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  576. 2016-03-23 02:20:58,526 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  577. 2016-03-23 02:20:58,529 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  578. 2016-03-23 02:20:58,533 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  579. 2016-03-23 02:20:58,537 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  580. 2016-03-23 02:20:58,541 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  581. 2016-03-23 02:20:58,544 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  582. 2016-03-23 02:20:58,548 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  583. 2016-03-23 02:20:58,552 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  584. 2016-03-23 02:20:58,555 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  585. 2016-03-23 02:20:58,559 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  586. 2016-03-23 02:20:58,563 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  587. 2016-03-23 02:20:58,566 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  588. 2016-03-23 02:20:58,570 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  589. 2016-03-23 02:20:58,574 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  590. 2016-03-23 02:20:58,578 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  591. 2016-03-23 02:20:58,581 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  592. 2016-03-23 02:20:58,585 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  593. 2016-03-23 02:20:58,589 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  594. 2016-03-23 02:20:58,593 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  595. 2016-03-23 02:20:58,596 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  596. 2016-03-23 02:20:58,600 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  597. 2016-03-23 02:20:58,604 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  598. 2016-03-23 02:20:58,608 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  599. 2016-03-23 02:20:58,611 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  600. 2016-03-23 02:20:58,615 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  601. 2016-03-23 02:20:58,619 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  602. 2016-03-23 02:20:58,624 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  603. 2016-03-23 02:20:58,628 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  604. 2016-03-23 02:20:58,631 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  605. 2016-03-23 02:20:58,636 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  606. 2016-03-23 02:20:58,640 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  607. 2016-03-23 02:20:58,644 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  608. 2016-03-23 02:20:58,654 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  609. 2016-03-23 02:20:58,657 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  610. 2016-03-23 02:20:58,662 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  611. 2016-03-23 02:20:58,666 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  612. 2016-03-23 02:20:58,669 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  613. 2016-03-23 02:20:58,673 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  614. 2016-03-23 02:20:58,677 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  615. 2016-03-23 02:20:58,681 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  616. 2016-03-23 02:20:58,685 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  617. 2016-03-23 02:20:58,689 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  618. 2016-03-23 02:20:58,694 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  619. 2016-03-23 02:20:58,697 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  620. 2016-03-23 02:20:58,701 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  621. 2016-03-23 02:20:58,705 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  622. 2016-03-23 02:20:58,709 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  623. 2016-03-23 02:20:58,713 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  624. 2016-03-23 02:20:58,717 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  625. 2016-03-23 02:20:58,721 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  626. 2016-03-23 02:20:58,724 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  627. 2016-03-23 02:20:58,728 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  628. 2016-03-23 02:20:58,732 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  629. 2016-03-23 02:20:58,736 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  630. 2016-03-23 02:20:58,739 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  631. 2016-03-23 02:20:58,743 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  632. 2016-03-23 02:20:58,747 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  633. 2016-03-23 02:20:58,751 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  634. 2016-03-23 02:20:58,754 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  635. 2016-03-23 02:20:58,758 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  636. 2016-03-23 02:20:58,762 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  637. 2016-03-23 02:20:58,766 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  638. 2016-03-23 02:20:58,769 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  639. 2016-03-23 02:20:58,773 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  640. 2016-03-23 02:20:58,777 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  641. 2016-03-23 02:20:58,780 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  642. 2016-03-23 02:20:58,784 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  643. 2016-03-23 02:20:58,788 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  644. 2016-03-23 02:20:58,791 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  645. 2016-03-23 02:20:58,796 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  646. 2016-03-23 02:20:58,799 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  647. 2016-03-23 02:20:58,808 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  648. 2016-03-23 02:20:58,812 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  649. 2016-03-23 02:20:58,816 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  650. 2016-03-23 02:20:58,819 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  651. 2016-03-23 02:20:58,823 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  652. 2016-03-23 02:20:58,827 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  653. 2016-03-23 02:20:58,830 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  654. 2016-03-23 02:20:58,837 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  655. 2016-03-23 02:20:58,841 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  656. 2016-03-23 02:20:58,844 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  657. 2016-03-23 02:20:58,848 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  658. 2016-03-23 02:20:58,851 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  659. 2016-03-23 02:20:58,855 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  660. 2016-03-23 02:20:58,868 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  661. 2016-03-23 02:20:58,871 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  662. 2016-03-23 02:20:58,879 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  663. 2016-03-23 02:20:58,882 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  664. 2016-03-23 02:20:58,886 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  665. 2016-03-23 02:20:58,890 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  666. 2016-03-23 02:20:58,893 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  667. 2016-03-23 02:20:58,897 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  668. 2016-03-23 02:20:58,900 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  669. 2016-03-23 02:20:58,904 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  670. 2016-03-23 02:20:58,907 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  671. 2016-03-23 02:20:58,917 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  672. 2016-03-23 02:20:58,921 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  673. 2016-03-23 02:20:58,924 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  674. 2016-03-23 02:20:58,928 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  675. 2016-03-23 02:20:58,932 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  676. 2016-03-23 02:20:58,935 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  677. 2016-03-23 02:20:58,939 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  678. 2016-03-23 02:20:58,942 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  679. 2016-03-23 02:20:58,946 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  680. 2016-03-23 02:20:58,950 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  681. 2016-03-23 02:20:58,953 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  682. 2016-03-23 02:20:58,957 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  683. 2016-03-23 02:20:58,960 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  684. 2016-03-23 02:20:58,964 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  685. 2016-03-23 02:20:58,967 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  686. 2016-03-23 02:20:58,971 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  687. 2016-03-23 02:20:58,975 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  688. 2016-03-23 02:20:58,978 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  689. 2016-03-23 02:20:58,982 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  690. 2016-03-23 02:20:58,989 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  691. 2016-03-23 02:20:58,993 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  692. 2016-03-23 02:20:58,997 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  693. 2016-03-23 02:20:59,001 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  694. 2016-03-23 02:20:59,004 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  695. 2016-03-23 02:20:59,008 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  696. 2016-03-23 02:20:59,012 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  697. 2016-03-23 02:20:59,015 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  698. 2016-03-23 02:20:59,019 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  699. 2016-03-23 02:20:59,022 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  700. 2016-03-23 02:20:59,026 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  701. 2016-03-23 02:20:59,030 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  702. 2016-03-23 02:20:59,033 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  703. 2016-03-23 02:20:59,037 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  704. 2016-03-23 02:20:59,041 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  705. 2016-03-23 02:20:59,044 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  706. 2016-03-23 02:20:59,048 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  707. 2016-03-23 02:20:59,051 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  708. 2016-03-23 02:20:59,055 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  709. 2016-03-23 02:20:59,058 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  710. 2016-03-23 02:20:59,062 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  711. 2016-03-23 02:20:59,067 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  712. 2016-03-23 02:20:59,071 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  713. 2016-03-23 02:20:59,074 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  714. 2016-03-23 02:20:59,078 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  715. 2016-03-23 02:20:59,081 DEBUG [org.hibernate.SQL] select countryloc0_.display_value as col_0_0_ from country_localization countryloc0_ where countryloc0_.country_id=? and countryloc0_.language_code=?
  716. 2016-03-23 02:20:59,097 DEBUG [org.hibernate.SQL] select projectsco0_.display_value as col_0_0_ from project_scope_localization projectsco0_ where projectsco0_.project_scope_id=? and projectsco0_.language_code=?
  717. 2016-03-23 02:20:59,101 DEBUG [org.hibernate.SQL] select projectsco0_.display_value as col_0_0_ from project_scope_localization projectsco0_ where projectsco0_.project_scope_id=? and projectsco0_.language_code=?
  718. 2016-03-23 02:20:59,104 DEBUG [org.hibernate.SQL] select projectsco0_.display_value as col_0_0_ from project_scope_localization projectsco0_ where projectsco0_.project_scope_id=? and projectsco0_.language_code=?
  719. 2016-03-23 02:20:59,108 DEBUG [org.hibernate.SQL] select projectsco0_.display_value as col_0_0_ from project_scope_localization projectsco0_ where projectsco0_.project_scope_id=? and projectsco0_.language_code=?
  720. 2016-03-23 02:20:59,112 DEBUG [org.hibernate.SQL] select projectsco0_.display_value as col_0_0_ from project_scope_localization projectsco0_ where projectsco0_.project_scope_id=? and projectsco0_.language_code=?
  721. 2016-03-23 02:20:59,115 DEBUG [org.hibernate.SQL] select projectsco0_.display_value as col_0_0_ from project_scope_localization projectsco0_ where projectsco0_.project_scope_id=? and projectsco0_.language_code=?
  722. 2016-03-23 02:20:59,119 DEBUG [org.hibernate.SQL] select projectsco0_.display_value as col_0_0_ from project_scope_localization projectsco0_ where projectsco0_.project_scope_id=? and projectsco0_.language_code=?
  723. 2016-03-23 02:20:59,146 INFO [org.springframework.web.context.ContextLoader] Root WebApplicationContext: initialization completed in 17826 ms
  724. 2016-03-23 02:20:59.312:INFO:ROOT:main: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)
  725. 2016-03-23 02:20:59.350:INFO:ROOT:main: Initializing Spring FrameworkServlet 'kumaudo'
  726. 2016-03-23 02:20:59,350 INFO [org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'kumaudo': initialization started
  727. 2016-03-23 02:20:59,352 INFO [org.springframework.web.context.support.XmlWebApplicationContext] Refreshing WebApplicationContext for namespace 'kumaudo-servlet': startup date [Wed Mar 23 02:20:59 UTC 2016]; parent: Root WebApplicationContext
  728. 2016-03-23 02:20:59,354 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/kumaudo-servlet.xml]
  729. 2016-03-23 02:20:59,616 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1f2067a1: defining beans [commonExceptionHandlersAdvice,commonModelAttributesAdvice,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,mvcContentNegotiationManager,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#1,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#2,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#2,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#3,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#3,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#4,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#4,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#5,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#5,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#6,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#6,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#7,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#7,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#8,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#8,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#9,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#9,viewResolver,multipartResolver,handlerMapping,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@7ba52267
  730. 2016-03-23 02:21:00,490 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter] Detected @ModelAttribute methods in commonModelAttributesAdvice
  731. 2016-03-23 02:21:00,929 INFO [org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver] Detected @ExceptionHandler methods in commonExceptionHandlersAdvice
  732. 2016-03-23 02:21:01,112 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] Mapped URL path [/css/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'
  733. 2016-03-23 02:21:01,131 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] Mapped URL path [/js/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#1'
  734. 2016-03-23 02:21:01,138 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] Mapped URL path [/img/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#2'
  735. 2016-03-23 02:21:01,146 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] Mapped URL path [/srsc/*] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#3'
  736. 2016-03-23 02:21:01,154 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] Mapped URL path [/assets/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#4'
  737. 2016-03-23 02:21:01,161 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] Mapped URL path [/assets_en/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#5'
  738. 2016-03-23 02:21:01,163 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] Mapped URL path [/assets_cto/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#6'
  739. 2016-03-23 02:21:01,170 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] Mapped URL path [/assets_cp/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#7'
  740. 2016-03-23 02:21:01,174 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] Mapped URL path [/assets_testbird/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#8'
  741. 2016-03-23 02:21:01,177 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] Mapped URL path [/analytics_resources/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#9'
  742. 2016-03-23 02:21:01,265 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/file-access/**],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.View com.monstarlab.kumaudo.controllers.media.ResourceMediatedAccessController.fetchFile(javax.servlet.http.HttpServletRequest,org.springframework.ui.ModelMap) throws java.io.IOException
  743. 2016-03-23 02:21:01,267 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/register],methods=[PUT],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto public org.springframework.http.ResponseEntity<?> com.monstarlab.kumaudo.controllers.ContactController.handleSaveContractor(com.monstarlab.kumaudo.dto.cto.CtoConsultantDto)
  744. 2016-03-23 02:21:01,268 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/registration-confirmation],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public void com.monstarlab.kumaudo.controllers.ContactController.showForCollaboThanksPage()
  745. 2016-03-23 02:21:01,275 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/register],methods=[POST],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.monstarlab.kumaudo.controllers.ContactController.showForCollaboRegisterPage(com.monstarlab.kumaudo.dto.cto.CtoConsultantDto,java.util.List<org.springframework.web.multipart.MultipartFile>,java.lang.String,java.lang.String) throws java.io.IOException
  746. 2016-03-23 02:21:01,275 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/register],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.monstarlab.kumaudo.controllers.ContactController.showForCollaboRegisterPage(org.springframework.ui.ModelMap)
  747. 2016-03-23 02:21:01,276 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/healthcheck/ping],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.http.ResponseEntity com.monstarlab.kumaudo.controllers.HealthCheckController.handlePing()
  748. 2016-03-23 02:21:01,277 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/healthcheck/status],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.Object com.monstarlab.kumaudo.controllers.HealthCheckController.showStatusPage(javax.servlet.http.HttpServletRequest,org.springframework.ui.ModelMap)
  749. 2016-03-23 02:21:01,277 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/error/inquiry-error],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.monstarlab.kumaudo.controllers.ErrorHandlingController.showInquiryErrorPage()
  750. 2016-03-23 02:21:01,278 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.monstarlab.kumaudo.controllers.HomeController.showDirectionSupportPage(org.springframework.ui.ModelMap)
  751. 2016-03-23 02:21:01,279 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/experts],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.monstarlab.kumaudo.controllers.HomeController.showForCollaboPage(org.springframework.ui.ModelMap)
  752. 2016-03-23 02:21:01,279 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/agreement],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.monstarlab.kumaudo.controllers.HomeController.showUserAgreementPage(org.springframework.ui.ModelMap)
  753. 2016-03-23 02:21:01,279 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped "{[/**],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.monstarlab.kumaudo.controllers.HomeController.notFoundPage()
  754. 2016-03-23 02:21:01,471 INFO [org.springframework.web.servlet.DispatcherServlet] FrameworkServlet 'kumaudo': initialization completed in 2121 ms
  755. 2016-03-23 02:21:01.471:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@364ee37d{/,file:/usr/local/jetty-distribution-9.0.7.v20131107/work/jetty-0.0.0.0-8080-ROOT.war-_-any-/webapp/,AVAILABLE}{/ROOT.war}
  756. 2016-03-23 02:21:01.532:INFO:oejs.ServerConnector:main: Started ServerConnector@2ae55a57{HTTP/1.1}{0.0.0.0:8080}
  757. 2016-03-23 02:21:20,092 DEBUG [org.hibernate.SQL] select loginsessi0_.session_id as session1_39_0_, loginsessi0_.created_date as created2_39_0_, loginsessi0_.last_access as last3_39_0_, loginsessi0_.login_key as login4_39_0_, loginsessi0_.user_id as user5_39_0_ from login_session loginsessi0_ where loginsessi0_.session_id=?
  758. 2016-03-23 02:21:20,110 DEBUG [org.hibernate.SQL] insert into login_session (last_access, login_key, user_id, session_id) values (?, ?, ?, ?)
  759. 2016-03-23 02:21:20,316 DEBUG 83fdb4ea-e7af-4dae-b2b4-6dad31ffeda9+1 anon [com.monstarlab.kumaudo.interceptor.ResourcePermissionsCheckInterceptor] Resolved permissions of method com.monstarlab.kumaudo.controllers.HomeController.showDirectionSupportPage to ResolvedPermissions{resourceType = PUBLIC, userTypes = [], requireHttps = false, pathVariableName='null', requestParamName='null', foundAnnotation = true}
  760. 2016-03-23 02:23:26,395 DEBUG [org.hibernate.SQL] select loginsessi0_.session_id as session1_39_0_, loginsessi0_.created_date as created2_39_0_, loginsessi0_.last_access as last3_39_0_, loginsessi0_.login_key as login4_39_0_, loginsessi0_.user_id as user5_39_0_ from login_session loginsessi0_ where loginsessi0_.session_id=?
  761. 2016-03-23 02:23:26,435 DEBUG [org.hibernate.SQL] delete from login_session where session_id=?
  762. 2016-03-23 02:23:26,457 DEBUG [org.hibernate.SQL] select loginsessi0_.session_id as session1_39_0_, loginsessi0_.created_date as created2_39_0_, loginsessi0_.last_access as last3_39_0_, loginsessi0_.login_key as login4_39_0_, loginsessi0_.user_id as user5_39_0_ from login_session loginsessi0_ where loginsessi0_.session_id=?
  763. 2016-03-23 02:23:26,462 DEBUG [org.hibernate.SQL] insert into login_session (last_access, login_key, user_id, session_id) values (?, ?, ?, ?)
  764. 2016-03-23 02:23:26,515 DEBUG 51a42266-0a12-476b-a6d9-1a5edd7cdc06+2 anon [com.monstarlab.kumaudo.interceptor.ResourcePermissionsCheckInterceptor] Resolved permissions of method com.monstarlab.kumaudo.controllers.HomeController.showDirectionSupportPage to ResolvedPermissions{resourceType = PUBLIC, userTypes = [], requireHttps = false, pathVariableName='null', requestParamName='null', foundAnnotation = true}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement