Uploaded image for project: 'JBoss Developer Materials'
  1. JBoss Developer Materials
  2. JDF-742

TicketMonster 2.6.x-develop and Wildfly Final is broken

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • None
    • ticket-monster
    • None

    Description

      • Build the latest ticketmonster source
      • deployed to a freshly unzipped wildfly final
      • everything is broken
        <snip>
        16:28:26,658 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000230: Schema export complete
        16:28:26,659 INFO  [org.jboss.weld.deployer] (MSC service thread 1-16) JBAS016009: Stopping weld service for deployment ticket-monster.war
        16:28:26,673 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 65) JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'ticket-monster.war#primary'
        16:28:26,688 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-10) JBAS015877: Stopped deployment ticket-monster.war (runtime-name: ticket-monster.war) in 66ms
        16:28:26,690 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-12) JBAS015876: Starting deployment of "ticket-monster.war" (runtime-name: "ticket-monster.war")
        16:28:26,744 INFO  [org.jboss.as.jpa] (MSC service thread 1-11) JBAS011401: Read persistence.xml for primary
        16:28:26,759 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 65) JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'ticket-monster.war#primary'
        16:28:26,760 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 65) HHH000204: Processing PersistenceUnitInfo [
        	name: primary
        	...]
        16:28:26,808 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) JBAS016002: Processing weld deployment ticket-monster.war
        16:28:26,811 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named EventService in deployment unit deployment "ticket-monster.war" are as follows:
        
        	java:global/ticket-monster/EventService!org.jboss.jdf.example.ticketmonster.rest.EventService
        	java:app/ticket-monster/EventService!org.jboss.jdf.example.ticketmonster.rest.EventService
        	java:module/EventService!org.jboss.jdf.example.ticketmonster.rest.EventService
        	java:global/ticket-monster/EventService
        	java:app/ticket-monster/EventService
        	java:module/EventService
        
        16:28:26,812 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named ShowService in deployment unit deployment "ticket-monster.war" are as follows:
        
        	java:global/ticket-monster/ShowService!org.jboss.jdf.example.ticketmonster.rest.ShowService
        	java:app/ticket-monster/ShowService!org.jboss.jdf.example.ticketmonster.rest.ShowService
        	java:module/ShowService!org.jboss.jdf.example.ticketmonster.rest.ShowService
        	java:global/ticket-monster/ShowService
        	java:app/ticket-monster/ShowService
        	java:module/ShowService
        
        16:28:26,812 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named BookingService in deployment unit deployment "ticket-monster.war" are as follows:
        
        	java:global/ticket-monster/BookingService!org.jboss.jdf.example.ticketmonster.rest.BookingService
        	java:app/ticket-monster/BookingService!org.jboss.jdf.example.ticketmonster.rest.BookingService
        	java:module/BookingService!org.jboss.jdf.example.ticketmonster.rest.BookingService
        	java:global/ticket-monster/BookingService
        	java:app/ticket-monster/BookingService
        	java:module/BookingService
        
        16:28:26,812 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named VenueService in deployment unit deployment "ticket-monster.war" are as follows:
        
        	java:global/ticket-monster/VenueService!org.jboss.jdf.example.ticketmonster.rest.VenueService
        	java:app/ticket-monster/VenueService!org.jboss.jdf.example.ticketmonster.rest.VenueService
        	java:module/VenueService!org.jboss.jdf.example.ticketmonster.rest.VenueService
        	java:global/ticket-monster/VenueService
        	java:app/ticket-monster/VenueService
        	java:module/VenueService
        
        16:28:26,851 INFO  [org.jboss.weld.deployer] (MSC service thread 1-10) JBAS016005: Starting Services for CDI deployment: ticket-monster.war
        16:28:26,857 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) JBAS016008: Starting weld service for deployment ticket-monster.war
        16:28:26,862 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 65) JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'ticket-monster.war#primary'
        16:28:26,871 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 65) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
        16:28:26,872 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 65) HHH000431: Unable to determine H2 database version, certain features may not work
        16:28:26,900 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 65) HHH000397: Using ASTQueryTranslatorFactory
        16:28:27,025 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000227: Running hbm2ddl schema export
        16:28:27,026 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table Booking drop constraint FK_leaf9xapkf0xcql0rj1ju6a3r if exists
        16:28:27,026 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table Booking drop constraint FK_leaf9xapkf0xcql0rj1ju6a3r if exists
        16:28:27,027 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "BOOKING" not found; SQL statement:
        alter table Booking drop constraint FK_leaf9xapkf0xcql0rj1ju6a3r if exists [42102-173]
        16:28:27,027 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table Event drop constraint FK_5nymmio04sew5y7o7wvtv82na if exists
        16:28:27,027 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table Event drop constraint FK_5nymmio04sew5y7o7wvtv82na if exists
        16:28:27,027 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "EVENT" not found; SQL statement:
        alter table Event drop constraint FK_5nymmio04sew5y7o7wvtv82na if exists [42102-173]
        16:28:27,027 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table Event drop constraint FK_3vu5kkougleqp9igtgpef7v4o if exists
        16:28:27,028 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table Event drop constraint FK_3vu5kkougleqp9igtgpef7v4o if exists
        16:28:27,028 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "EVENT" not found; SQL statement:
        alter table Event drop constraint FK_3vu5kkougleqp9igtgpef7v4o if exists [42102-173]
        16:28:27,028 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table Performance drop constraint FK_2ad0jk30a6hi0twn2xxso6g71 if exists
        16:28:27,028 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table Performance drop constraint FK_2ad0jk30a6hi0twn2xxso6g71 if exists
        16:28:27,028 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "PERFORMANCE" not found; SQL statement:
        alter table Performance drop constraint FK_2ad0jk30a6hi0twn2xxso6g71 if exists [42102-173]
        16:28:27,028 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table Section drop constraint FK_bpuwo340e2jxwlwyf8qai3gql if exists
        16:28:27,028 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table Section drop constraint FK_bpuwo340e2jxwlwyf8qai3gql if exists
        16:28:27,029 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "SECTION" not found; SQL statement:
        alter table Section drop constraint FK_bpuwo340e2jxwlwyf8qai3gql if exists [42102-173]
        16:28:27,029 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table SectionAllocation drop constraint FK_5dwueehoc18d429a6ma2e7t6 if exists
        16:28:27,029 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table SectionAllocation drop constraint FK_5dwueehoc18d429a6ma2e7t6 if exists
        16:28:27,029 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "SECTIONALLOCATION" not found; SQL statement:
        alter table SectionAllocation drop constraint FK_5dwueehoc18d429a6ma2e7t6 if exists [42102-173]
        16:28:27,029 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table SectionAllocation drop constraint FK_ds4sl29sqh0snk7hw733p3fx0 if exists
        16:28:27,029 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table SectionAllocation drop constraint FK_ds4sl29sqh0snk7hw733p3fx0 if exists
        16:28:27,029 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "SECTIONALLOCATION" not found; SQL statement:
        alter table SectionAllocation drop constraint FK_ds4sl29sqh0snk7hw733p3fx0 if exists [42102-173]
        16:28:27,030 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table Show drop constraint FK_7m3eentl362woisklouu1ub5a if exists
        16:28:27,030 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table Show drop constraint FK_7m3eentl362woisklouu1ub5a if exists
        16:28:27,030 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "SHOW" not found; SQL statement:
        alter table Show drop constraint FK_7m3eentl362woisklouu1ub5a if exists [42102-173]
        16:28:27,030 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table Show drop constraint FK_a9mnact8eh853y0kel611i2ak if exists
        16:28:27,030 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table Show drop constraint FK_a9mnact8eh853y0kel611i2ak if exists
        16:28:27,030 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "SHOW" not found; SQL statement:
        alter table Show drop constraint FK_a9mnact8eh853y0kel611i2ak if exists [42102-173]
        16:28:27,030 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table Ticket drop constraint FK_pdk8eed2puqot8lx8c90ledjn if exists
        16:28:27,031 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table Ticket drop constraint FK_pdk8eed2puqot8lx8c90ledjn if exists
        16:28:27,031 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "TICKET" not found; SQL statement:
        alter table Ticket drop constraint FK_pdk8eed2puqot8lx8c90ledjn if exists [42102-173]
        16:28:27,031 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table Ticket drop constraint FK_jvudijc5qlti0547g3fuoctis if exists
        16:28:27,031 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table Ticket drop constraint FK_jvudijc5qlti0547g3fuoctis if exists
        16:28:27,031 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "TICKET" not found; SQL statement:
        alter table Ticket drop constraint FK_jvudijc5qlti0547g3fuoctis if exists [42102-173]
        16:28:27,031 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table Ticket drop constraint FK_328d2dej7ccoh0u6802m6gnvt if exists
        16:28:27,032 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table Ticket drop constraint FK_328d2dej7ccoh0u6802m6gnvt if exists
        16:28:27,032 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "TICKET" not found; SQL statement:
        alter table Ticket drop constraint FK_328d2dej7ccoh0u6802m6gnvt if exists [42102-173]
        16:28:27,032 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table TicketPriceCategory drop constraint FK_1m7xqkxuqbtjci8qtaon2rxir if exists
        16:28:27,032 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table TicketPriceCategory drop constraint FK_1m7xqkxuqbtjci8qtaon2rxir if exists
        16:28:27,032 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "TICKETPRICECATEGORY" not found; SQL statement:
        alter table TicketPriceCategory drop constraint FK_1m7xqkxuqbtjci8qtaon2rxir if exists [42102-173]
        16:28:27,032 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table TicketPriceCategory drop constraint FK_759i2ck4tbi2rjqn3pr2pe160 if exists
        16:28:27,032 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table TicketPriceCategory drop constraint FK_759i2ck4tbi2rjqn3pr2pe160 if exists
        16:28:27,033 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "TICKETPRICECATEGORY" not found; SQL statement:
        alter table TicketPriceCategory drop constraint FK_759i2ck4tbi2rjqn3pr2pe160 if exists [42102-173]
        16:28:27,033 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table TicketPriceCategory drop constraint FK_2lg5bdjaibdq5xnhlcsgsevvh if exists
        16:28:27,033 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table TicketPriceCategory drop constraint FK_2lg5bdjaibdq5xnhlcsgsevvh if exists
        16:28:27,033 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "TICKETPRICECATEGORY" not found; SQL statement:
        alter table TicketPriceCategory drop constraint FK_2lg5bdjaibdq5xnhlcsgsevvh if exists [42102-173]
        16:28:27,033 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: alter table Venue drop constraint FK_aku3g6tb64mk76k9jjkl0glqg if exists
        16:28:27,033 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) HHH000389: Unsuccessful: alter table Venue drop constraint FK_aku3g6tb64mk76k9jjkl0glqg if exists
        16:28:27,033 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 65) Table "VENUE" not found; SQL statement:
        alter table Venue drop constraint FK_aku3g6tb64mk76k9jjkl0glqg if exists [42102-173]
        16:28:27,034 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: drop table Booking if exists
        16:28:27,034 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: drop table Event if exists
        16:28:27,034 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: drop table EventCategory if exists
        16:28:27,034 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: drop table MediaItem if exists
        16:28:27,034 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: drop table Performance if exists
        16:28:27,035 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: drop table Section if exists
        16:28:27,035 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: drop table SectionAllocation if exists
        16:28:27,035 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: drop table Show if exists
        16:28:27,035 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: drop table Ticket if exists
        16:28:27,035 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: drop table TicketCategory if exists
        16:28:27,036 INFO  [stdout] (ServerService Thread Pool -- 65) Hibernate: drop table TicketPriceCategory if exists
        16:28:27,036 INFO  [stdout] (ServerService Thread Pool -- 65) H
        
        </snip>
        

      Attachments

        Activity

          People

            vineet.reynolds_jira Vineet Reynolds (Inactive)
            wesleyhales_jira Wesley Hales (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: