Skip to content

Instantly share code, notes, and snippets.

@bleathem
Created March 14, 2012 16:59
Show Gist options
  • Select an option

  • Save bleathem/2037876 to your computer and use it in GitHub Desktop.

Select an option

Save bleathem/2037876 to your computer and use it in GitHub Desktop.
09:58:30,407 INFO [org.jboss.as.repository] (management-handler-threads - 3) JBAS014900: Content added at location /opt/jboss/jboss-as-7.1.0.Final/standalone/data/content/34/ce80eb15f72f5c37890a5e36e8a047aa01d564/content
09:58:30,410 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "test.war"
09:58:30,494 INFO [org.jboss.as.jpa] (MSC service thread 1-7) JBAS011401: Read persistence.xml for primary
09:58:30,540 INFO [org.jboss.weld.deployer] (MSC service thread 1-6) JBAS016002: Processing weld deployment test.war
09:58:30,542 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named MemberRegistration in deployment unit deployment "test.war" are as follows:
java:global/test/MemberRegistration!org.jboss.as.quickstarts.kitchensink.service.MemberRegistration
java:app/test/MemberRegistration!org.jboss.as.quickstarts.kitchensink.service.MemberRegistration
java:module/MemberRegistration!org.jboss.as.quickstarts.kitchensink.service.MemberRegistration
java:global/test/MemberRegistration
java:app/test/MemberRegistration
java:module/MemberRegistration
09:58:30,574 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016005: Starting Services for CDI deployment: test.war
09:58:30,593 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010400: Bound data source [jboss/datasources/KitchensinkQuickstartTestDS]
09:58:30,595 INFO [org.jboss.as.jpa] (MSC service thread 1-6) JBAS011402: Starting Persistence Unit Service 'test.war#primary'
09:58:30,596 INFO [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-6) HHH000204: Processing PersistenceUnitInfo [
name: primary
...]
09:58:30,639 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (MSC service thread 1-6) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
09:58:30,651 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-6) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
09:58:30,652 WARN [org.hibernate.dialect.H2Dialect] (MSC service thread 1-6) HHH000431: Unable to determine H2 database version, certain features may not work
09:58:30,655 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-6) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
09:58:30,660 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-6) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
09:58:30,669 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-6) HHH000397: Using ASTQueryTranslatorFactory
09:58:30,709 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) HHH000227: Running hbm2ddl schema export
09:58:30,715 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) HHH000389: Unsuccessful: drop sequence hibernate_sequence
09:58:30,717 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) Sequence "HIBERNATE_SEQUENCE" not found; SQL statement: drop sequence hibernate_sequence [90036-161]
09:58:30,723 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) HHH000230: Schema export complete
09:58:30,726 INFO [org.jboss.weld.deployer] (MSC service thread 1-8) JBAS016008: Starting weld service for deployment test.war
09:58:30,910 INFO [org.jboss.web] (MSC service thread 1-6) JBAS018210: Registering web context: /test
09:58:30,920 INFO [org.jboss.as.server] (management-handler-threads - 3) JBAS018559: Deployed "test.war"
09:58:31,160 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016009: Stopping weld service for deployment test.war
09:58:31,178 INFO [org.jboss.as.jpa] (MSC service thread 1-7) JBAS011403: Stopping Persistence Unit Service 'test.war#primary'
09:58:31,179 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-7) HHH000227: Running hbm2ddl schema export
09:58:31,194 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-7) HHH000230: Schema export complete
09:58:31,209 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010409: Unbound data source [jboss/datasources/KitchensinkQuickstartTestDS]
09:58:31,230 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment test.war in 94ms
09:58:31,238 INFO [org.jboss.as.repository] (management-handler-threads - 4) JBAS014901: Content removed from location /opt/jboss/jboss-as-7.1.0.Final/standalone/data/content/34/ce80eb15f72f5c37890a5e36e8a047aa01d564/content
09:58:31,239 INFO [org.jboss.as.server] (management-handler-threads - 4) JBAS018558: Undeployed "test.war"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment