Advertisement
Guest User

tomee_arquillian_hibernate

a guest
Feb 16th, 2013
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.01 KB | None | 0 0
  1. Feb 16, 2013 3:56:34 PM org.apache.tomee.arquillian.remote.RemoteTomEEExtension register
  2. WARNING: RemoteTomEEExtension: Attempted to register the same Observer: org.apache.openejb.arquillian.common.RemoteInitialContextObserver multiple times, please check classpath for conflicting jar versions
  3. Feb 16, 2013 3:56:34 PM org.apache.tomee.arquillian.webapp.TomEEWebappExtension register
  4. WARNING: TomEEWebappExtension: Attempted to register the same Observer: org.apache.openejb.arquillian.common.deployment.DeploymentExceptionObserver multiple times, please check classpath for conflicting jar versions
  5. Starting TomEE from: /tmp/arquillian-apache-tomee
  6. Feb 16, 2013 3:56:35 PM org.apache.coyote.AbstractProtocol init
  7. INFO: Initializing ProtocolHandler ["http-bio-8080"]
  8. Feb 16, 2013 3:56:35 PM org.apache.catalina.core.StandardService startInternal
  9. INFO: Starting service Tomcat
  10. Feb 16, 2013 3:56:35 PM org.apache.catalina.core.StandardEngine startInternal
  11. INFO: Starting Servlet Engine: Apache Tomcat/7.0.34
  12. Feb 16, 2013 3:56:35 PM org.apache.coyote.AbstractProtocol start
  13. INFO: Starting ProtocolHandler ["http-bio-8080"]
  14. Feb 16, 2013 3:56:36 PM org.apache.openejb.util.OptionsLog info
  15. INFO: Using 'openejb.jdbc.datasource-creator=org.apache.tomee.jdbc.TomEEDataSourceCreator'
  16. Feb 16, 2013 3:56:36 PM org.apache.tomee.catalina.TomcatLoader optionalService
  17. INFO: Optional service not installed: org.apache.tomee.webservices.TomeeJaxRsService
  18. Feb 16, 2013 3:56:36 PM org.apache.tomee.catalina.TomcatLoader optionalService
  19. INFO: Optional service not installed: org.apache.tomee.webservices.TomeeJaxWsService
  20. Feb 16, 2013 3:56:36 PM org.apache.openejb.OpenEJB$Instance <init>
  21. INFO: ********************************************************************************
  22. Feb 16, 2013 3:56:36 PM org.apache.openejb.OpenEJB$Instance <init>
  23. INFO: OpenEJB http://openejb.apache.org/
  24. Feb 16, 2013 3:56:36 PM org.apache.openejb.OpenEJB$Instance <init>
  25. INFO: Startup: Sat Feb 16 15:56:36 CET 2013
  26. Feb 16, 2013 3:56:36 PM org.apache.openejb.OpenEJB$Instance <init>
  27. INFO: Copyright 1999-2012 (C) Apache OpenEJB Project, All Rights Reserved.
  28. Feb 16, 2013 3:56:36 PM org.apache.openejb.OpenEJB$Instance <init>
  29. INFO: Version: 4.5.1
  30. Feb 16, 2013 3:56:36 PM org.apache.openejb.OpenEJB$Instance <init>
  31. INFO: Build date: 20121209
  32. Feb 16, 2013 3:56:36 PM org.apache.openejb.OpenEJB$Instance <init>
  33. INFO: Build time: 08:47
  34. Feb 16, 2013 3:56:36 PM org.apache.openejb.OpenEJB$Instance <init>
  35. INFO: ********************************************************************************
  36. Feb 16, 2013 3:56:36 PM org.apache.openejb.OpenEJB$Instance <init>
  37. INFO: openejb.home = /tmp/arquillian-apache-tomee
  38. Feb 16, 2013 3:56:36 PM org.apache.openejb.OpenEJB$Instance <init>
  39. INFO: openejb.base = /tmp/arquillian-apache-tomee
  40. Feb 16, 2013 3:56:36 PM org.apache.openejb.cdi.CdiBuilder initializeOWB
  41. INFO: Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@132cd8d4
  42. Feb 16, 2013 3:56:36 PM org.apache.openejb.cdi.CdiBuilder initializeOWB
  43. INFO: Succeeded in installing singleton service
  44. Feb 16, 2013 3:56:36 PM org.apache.openejb.config.ConfigurationFactory init
  45. INFO: openejb configuration file is '/tmp/arquillian-apache-tomee/conf/openejb.xml'
  46. Feb 16, 2013 3:56:36 PM org.apache.openejb.config.ConfigurationFactory configureService
  47. INFO: Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
  48. Feb 16, 2013 3:56:36 PM org.apache.openejb.config.ConfigurationFactory configureService
  49. INFO: Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
  50. Feb 16, 2013 3:56:36 PM org.apache.openejb.config.ConfigurationFactory configureService
  51. INFO: Configuring Service(id=foo, type=Resource, provider-id=Default JDBC Database)
  52. Feb 16, 2013 3:56:36 PM org.apache.openejb.util.OptionsLog info
  53. INFO: Using 'openejb.deployments.classpath=false'
  54. Feb 16, 2013 3:56:36 PM org.apache.openejb.assembler.classic.Assembler createRecipe
  55. INFO: Creating TransactionManager(id=Default Transaction Manager)
  56. Feb 16, 2013 3:56:36 PM org.apache.openejb.assembler.classic.Assembler createRecipe
  57. INFO: Creating SecurityService(id=Default Security Service)
  58. Feb 16, 2013 3:56:36 PM org.apache.openejb.assembler.classic.Assembler createRecipe
  59. INFO: Creating Resource(id=foo)
  60. Feb 16, 2013 3:56:37 PM org.apache.openejb.util.OptionsLog info
  61. INFO: Using 'openejb.servicemanager.enabled=false'
  62. Feb 16, 2013 3:56:37 PM org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl getRemoteRepositories
  63. WARNING: No remote repositories will be available, working in offline mode
  64. Feb 16, 2013 3:56:37 PM org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl getRemoteRepositories
  65. WARNING: No remote repositories will be available, working in offline mode
  66. Feb 16, 2013 3:56:43 PM org.apache.openejb.util.JarExtractor extract
  67. INFO: Extracting jar: /tmp/0/CoreApplication.war
  68. Feb 16, 2013 3:56:43 PM org.apache.openejb.util.JarExtractor extract
  69. INFO: Extracted path: /tmp/0/CoreApplication
  70. Feb 16, 2013 3:56:43 PM org.apache.tomee.catalina.TomcatWebAppBuilder deployWebApps
  71. INFO: using default host: localhost
  72. Feb 16, 2013 3:56:43 PM org.apache.tomee.catalina.TomcatWebAppBuilder init
  73. INFO: -------------------------
  74. TomcatWebAppBuilder.init /CoreApplication
  75. Feb 16, 2013 3:56:43 PM org.apache.openejb.config.ConfigurationFactory configureApplication
  76. INFO: Configuring enterprise application: /tmp/0/CoreApplication
  77. Feb 16, 2013 3:56:44 PM org.apache.openejb.config.InitEjbDeployments deploy
  78. INFO: Auto-deploying ejb CountryEAO: EjbDeployment(deployment-id=CountryEAO)
  79. Feb 16, 2013 3:56:44 PM org.apache.openejb.config.InitEjbDeployments deploy
  80. INFO: Auto-deploying ejb CountryBean: EjbDeployment(deployment-id=CountryBean)
  81. Feb 16, 2013 3:56:44 PM org.apache.openejb.config.ConfigurationFactory configureService
  82. INFO: Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
  83. Feb 16, 2013 3:56:44 PM org.apache.openejb.config.AutoConfig createContainer
  84. INFO: Auto-creating a container for bean CoreApplication.Comp1448825870: Container(type=MANAGED, id=Default Managed Container)
  85. Feb 16, 2013 3:56:44 PM org.apache.openejb.assembler.classic.Assembler createRecipe
  86. INFO: Creating Container(id=Default Managed Container)
  87. Feb 16, 2013 3:56:44 PM org.apache.openejb.core.managed.SimplePassivater init
  88. INFO: Using directory /tmp for stateful session passivation
  89. Feb 16, 2013 3:56:44 PM org.apache.openejb.config.ConfigurationFactory configureService
  90. INFO: Configuring Service(id=Default Stateless Container, type=Container, provider-id=Default Stateless Container)
  91. Feb 16, 2013 3:56:44 PM org.apache.openejb.config.AutoConfig createContainer
  92. INFO: Auto-creating a container for bean CountryEAO: Container(type=STATELESS, id=Default Stateless Container)
  93. Feb 16, 2013 3:56:44 PM org.apache.openejb.assembler.classic.Assembler createRecipe
  94. INFO: Creating Container(id=Default Stateless Container)
  95. Feb 16, 2013 3:56:44 PM org.apache.openejb.config.AutoConfig deploy
  96. INFO: Configuring PersistenceUnit(name=gamgamEJB, provider=org.hibernate.ejb.HibernatePersistence)
  97. Feb 16, 2013 3:56:44 PM org.apache.openejb.config.AutoConfig logAutoCreateResource
  98. INFO: Auto-creating a Resource with id 'fooNonJta' of type 'DataSource for 'gamgamEJB'.
  99. Feb 16, 2013 3:56:44 PM org.apache.openejb.config.AutoConfig deploy
  100. INFO: Configuring Service(id=fooNonJta, type=Resource, provider-id=foo)
  101. Feb 16, 2013 3:56:44 PM org.apache.openejb.assembler.classic.Assembler createRecipe
  102. INFO: Creating Resource(id=fooNonJta)
  103. Feb 16, 2013 3:56:44 PM org.apache.openejb.config.AutoConfig setNonJtaDataSource
  104. INFO: Adjusting PersistenceUnit gamgamEJB <non-jta-data-source> to Resource ID 'fooNonJta' from 'null'
  105. Feb 16, 2013 3:56:44 PM org.apache.openejb.config.AppInfoBuilder build
  106. INFO: Enterprise application "/tmp/0/CoreApplication" loaded.
  107. Feb 16, 2013 3:56:44 PM org.apache.openejb.assembler.classic.Assembler createApplication
  108. INFO: Assembling app: /tmp/0/CoreApplication
  109. log4j:WARN No appenders could be found for logger (org.jboss.logging).
  110. log4j:WARN Please initialize the log4j system properly.
  111. Feb 16, 2013 3:56:45 PM org.hibernate.validator.util.Version <clinit>
  112. INFO: Hibernate Validator 4.2.0.Final
  113. Hibernate:
  114. drop table Country if exists
  115. Hibernate:
  116. create table Country (
  117. code varchar(3) not null,
  118. currency_code varchar(3),
  119. name varchar(64) not null,
  120. primary key (code)
  121. )
  122. Feb 16, 2013 3:56:46 PM org.apache.openejb.assembler.classic.PersistenceBuilder createEntityManagerFactory
  123. INFO: PersistenceUnit(name=gamgamEJB, provider=org.hibernate.ejb.HibernatePersistence) - provider time 2018ms
  124. Feb 16, 2013 3:56:46 PM org.apache.openejb.assembler.classic.JndiBuilder bind
  125. INFO: Jndi(name=CountryEAOLocal) --> Ejb(deployment-id=CountryEAO)
  126. Feb 16, 2013 3:56:46 PM org.apache.openejb.assembler.classic.JndiBuilder bind
  127. INFO: Jndi(name=global/CoreApplication/CountryEAO!org.pokernuvola.core.web.eao.CountryEAOLocal) --> Ejb(deployment-id=CountryEAO)
  128. Feb 16, 2013 3:56:46 PM org.apache.openejb.assembler.classic.JndiBuilder bind
  129. INFO: Jndi(name=global/CoreApplication/CountryEAO) --> Ejb(deployment-id=CountryEAO)
  130. Feb 16, 2013 3:56:46 PM org.apache.openejb.assembler.classic.JndiBuilder bind
  131. INFO: Jndi(name=CountryBeanLocal) --> Ejb(deployment-id=CountryBean)
  132. Feb 16, 2013 3:56:46 PM org.apache.openejb.assembler.classic.JndiBuilder bind
  133. INFO: Jndi(name=global/CoreApplication/CountryBean!org.pokernuvola.core.web.bean.CountryBeanLocal) --> Ejb(deployment-id=CountryBean)
  134. Feb 16, 2013 3:56:46 PM org.apache.openejb.assembler.classic.JndiBuilder bind
  135. INFO: Jndi(name=global/CoreApplication/CountryBean) --> Ejb(deployment-id=CountryBean)
  136. Feb 16, 2013 3:56:46 PM org.apache.openejb.cdi.CdiBuilder initSingleton
  137. INFO: Existing thread singleton service in SystemInstance() org.apache.openejb.cdi.ThreadSingletonServiceImpl@132cd8d4
  138. Feb 16, 2013 3:56:46 PM org.apache.openejb.cdi.OpenEJBLifecycle startApplication
  139. INFO: OpenWebBeans Container is starting...
  140. Feb 16, 2013 3:56:46 PM org.apache.webbeans.plugins.PluginLoader startUp
  141. INFO: Adding OpenWebBeansPlugin : [CdiPlugin]
  142. Feb 16, 2013 3:56:46 PM org.apache.webbeans.plugins.PluginLoader startUp
  143. INFO: Adding OpenWebBeansPlugin : [OpenWebBeansJsfPlugin]
  144. Feb 16, 2013 3:56:46 PM org.apache.openejb.cdi.BeansDeployer validateInjectionPoints
  145. INFO: All injection points are validated successfully.
  146. Feb 16, 2013 3:56:46 PM org.apache.openejb.cdi.OpenEJBLifecycle startApplication
  147. INFO: OpenWebBeans Container has started, it took 148 ms.
  148. Feb 16, 2013 3:56:46 PM org.apache.openejb.assembler.classic.Assembler createApplication
  149. INFO: Created Ejb(deployment-id=CountryBean, ejb-name=CountryBean, container=Default Stateless Container)
  150. Feb 16, 2013 3:56:46 PM org.apache.openejb.assembler.classic.Assembler createApplication
  151. INFO: Created Ejb(deployment-id=CountryEAO, ejb-name=CountryEAO, container=Default Stateless Container)
  152. Feb 16, 2013 3:56:46 PM org.apache.openejb.assembler.classic.Assembler createApplication
  153. INFO: Started Ejb(deployment-id=CountryBean, ejb-name=CountryBean, container=Default Stateless Container)
  154. Feb 16, 2013 3:56:46 PM org.apache.openejb.assembler.classic.Assembler createApplication
  155. INFO: Started Ejb(deployment-id=CountryEAO, ejb-name=CountryEAO, container=Default Stateless Container)
  156. Feb 16, 2013 3:56:46 PM org.apache.openejb.assembler.classic.Assembler createApplication
  157. INFO: Deployed Application(path=/tmp/0/CoreApplication)
  158. Feb 16, 2013 3:56:47 PM org.apache.openejb.client.EventLogger log
  159. INFO: RemoteInitialContextCreated{providerUri=http://localhost:8080/tomee/ejb}
  160. Hibernate:
  161. select
  162. country0_.code as code0_,
  163. country0_.currency_code as currency2_0_,
  164. country0_.name as name0_
  165. from
  166. Country country0_
  167. Feb 16, 2013 3:56:47 PM org.apache.openejb.assembler.classic.Assembler destroyApplication
  168. INFO: Undeploying app: /tmp/0/CoreApplication
  169. Feb 16, 2013 3:56:47 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
  170. SEVERE: The web application [/CoreApplication] appears to have started a thread named [org.apache.openejb.pool.scheduler.1] but has failed to stop it. This is very likely to create a memory leak.
  171. Feb 16, 2013 3:56:47 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
  172. SEVERE: The web application [/CoreApplication] appears to have started a thread named [org.apache.openejb.pool.scheduler.2] but has failed to stop it. This is very likely to create a memory leak.
  173. Feb 16, 2013 3:56:48 PM org.apache.coyote.AbstractProtocol pause
  174. INFO: Pausing ProtocolHandler ["http-bio-8080"]
  175. Feb 16, 2013 3:56:48 PM org.apache.catalina.core.StandardService stopInternal
  176. INFO: Stopping service Tomcat
  177. Feb 16, 2013 3:56:48 PM org.apache.coyote.AbstractProtocol stop
  178. INFO: Stopping ProtocolHandler ["http-bio-8080"]
  179. Feb 16, 2013 3:56:48 PM org.apache.openejb.assembler.classic.Assembler destroyResource
  180. INFO: Closing DataSource: foo
  181. Feb 16, 2013 3:56:48 PM org.apache.openejb.assembler.classic.Assembler destroyResource
  182. INFO: Closing DataSource: fooNonJta
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement