Created
August 24, 2017 08:56
-
-
Save corinnekrych/9cda394871c68cad080d863fba9dd634 to your computer and use it in GitHub Desktop.
forge backend startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
generator-backend git:(master) ✗ ./debug.sh | |
Listening for transport dt_socket at address: 5005 | |
2017-08-24 10:55:12,519 INFO [org.wildfly.swarm] (main) WFSWARM0018: Installed fraction: Logging - STABLE org.wildfly.swarm:logging:2017.3.2 | |
2017-08-24 10:55:12,526 INFO [org.wildfly.swarm] (main) WFSWARM0018: Installed fraction: Bean Validation - STABLE org.wildfly.swarm:bean-validation:2017.3.2 | |
2017-08-24 10:55:12,526 INFO [org.wildfly.swarm] (main) WFSWARM0018: Installed fraction: CDI Configuration - STABLE org.wildfly.swarm:cdi-config:2017.3.2 | |
2017-08-24 10:55:12,526 INFO [org.wildfly.swarm] (main) WFSWARM0018: Installed fraction: Transactions - STABLE org.wildfly.swarm:transactions:2017.3.2 | |
2017-08-24 10:55:12,527 INFO [org.wildfly.swarm] (main) WFSWARM0018: Installed fraction: CDI - STABLE org.wildfly.swarm:cdi:2017.3.2 | |
2017-08-24 10:55:12,527 INFO [org.wildfly.swarm] (main) WFSWARM0018: Installed fraction: Undertow - STABLE org.wildfly.swarm:undertow:2017.3.2 | |
2017-08-24 10:55:12,527 INFO [org.wildfly.swarm] (main) WFSWARM0018: Installed fraction: JAX-RS - STABLE org.wildfly.swarm:jaxrs:2017.3.2 | |
2017-08-24 10:55:14,367 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final | |
2017-08-24 10:55:14,436 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Swarm 2017.3.2 (WildFly Core 2.2.1.CR1) starting | |
2017-08-24 10:55:14,482 INFO [org.wildfly.swarm] (MSC service thread 1-6) WFSWARM0029: Install MSC service for command line args: [] | |
2017-08-24 10:55:15,350 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 13) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique. | |
2017-08-24 10:55:15,358 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 21) WFLYNAM0001: Activating Naming Subsystem | |
2017-08-24 10:55:15,360 INFO [org.jboss.as.security] (ServerService Thread Pool -- 15) WFLYSEC0002: Activating Security Subsystem | |
2017-08-24 10:55:15,368 INFO [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=4.9.6.Final | |
2017-08-24 10:55:15,375 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 22) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors | |
2017-08-24 10:55:15,410 INFO [org.jboss.as.naming] (MSC service thread 1-4) WFLYNAM0003: Starting Naming Service | |
2017-08-24 10:55:15,439 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0003: Undertow 1.4.0.Final starting | |
2017-08-24 10:55:15,484 INFO [org.xnio] (MSC service thread 1-5) XNIO version 3.4.0.Final | |
2017-08-24 10:55:15,503 INFO [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.4.0.Final | |
2017-08-24 10:55:15,538 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server. | |
2017-08-24 10:55:15,590 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on [0:0:0:0:0:0:0:0]:8080 | |
2017-08-24 10:55:15,705 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Swarm 2017.3.2 (WildFly Core 2.2.1.CR1) started in 1379ms - Started 88 of 97 services (18 services are lazy, passive or on-demand) | |
2017-08-24 10:55:25,523 INFO [org.wildfly.swarm.runtime.deployer] (main) deploying generator.war | |
2017-08-24 10:55:25,545 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "generator.war" (runtime-name: "generator.war") | |
2017-08-24 10:55:27,918 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry lib/jgraph.jar in /generator.war/WEB-INF/lib/jgrapht-0.8.3.jar does not point to a valid jar for a Class-Path reference. | |
2017-08-24 10:55:28,473 WARN [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.generator.war" is using a private module ("org.jboss.jts:main") which may be changed or removed in future versions without notice. | |
2017-08-24 10:55:28,613 INFO [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment generator.war | |
2017-08-24 10:55:28,701 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-6) HV000001: Hibernate Validator 5.2.4.Final | |
2017-08-24 10:55:28,883 INFO [org.jboss.weld.Version] (MSC service thread 1-3) WELD-000900: 2.3.5 (Final) | |
2017-08-24 10:55:28,909 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting | |
2017-08-24 10:55:29,297 INFO [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 3) WELD-001125: Illegal bean type java.util.Comparator<java.lang.Class<?>> ignored on [EnhancedAnnotatedTypeImpl] public class org.jboss.forge.addon.resource.util.RelatedClassComparator | |
2017-08-24 10:55:29,297 INFO [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 5) WELD-001125: Illegal bean type java.util.Comparator<org.jboss.forge.addon.resource.Resource<?>> ignored on [EnhancedAnnotatedTypeImpl] private static class org.jboss.forge.addon.resource.AbstractResource$FQNResourceComparator | |
2017-08-24 10:55:29,567 INFO [org.obsidiantoaster.generator.ForgeInitializer] (ServerService Thread Pool -- 2) initializing furnace with directory: /private/var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/wildfly-self-contained4597725934781675441.d/vfs/wildfly-swarm/wildfly-swarma5c67c2a7da03491/generator.war-152dee8f020f7454/WEB-INF/addons | |
2017-08-24 10:55:29,567 WARNING [org.obsidiantoaster.generator.ForgeInitializer] (ServerService Thread Pool -- 2) Found 44 addon files in directory: /private/var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/wildfly-self-contained4597725934781675441.d/vfs/wildfly-swarm/wildfly-swarma5c67c2a7da03491/generator.war-152dee8f020f7454/WEB-INF/addons | |
2017-08-24 10:55:29,651 INFO [org.jboss.forge.furnace.impl.FurnaceImpl] (Furnace Container ) Furnace [2.25.4.Final] starting. | |
2017-08-24 10:55:31,057 INFO [org.jboss.weld.Version] (org.jboss.forge.addon:configuration,3.6.1.Final) WELD-000900: 2.4.2 (SP1) | |
2017-08-24 10:55:31,097 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:configuration,3.6.1.Final) WELD-ENV-000020: Using jandex for bean discovery | |
2017-08-24 10:55:31,097 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:convert,3.6.1.Final) WELD-ENV-000020: Using jandex for bean discovery | |
2017-08-24 10:55:31,097 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:parser-java,3.6.1.Final) WELD-ENV-000020: Using jandex for bean discovery | |
2017-08-24 10:55:31,097 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:ui,3.6.1.Final) WELD-ENV-000020: Using jandex for bean discovery | |
2017-08-24 10:55:31,097 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:shell,3.6.1.Final) WELD-ENV-000020: Using jandex for bean discovery | |
2017-08-24 10:55:31,136 INFO [org.hibernate.validator.internal.util.Version] (me.escoffier.forge:vertx-forge-addon,1.2.1) HV000001: Hibernate Validator 5.4.0.Final | |
2017-08-24 10:55:31,439 INFO [org.jboss.weld.Bootstrap] (me.escoffier.forge:vertx-forge-addon,1.2.1) WELD-ENV-000020: Using jandex for bean discovery | |
2017-08-24 10:55:31,439 INFO [org.jboss.weld.Bootstrap] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) WELD-ENV-000020: Using jandex for bean discovery | |
2017-08-24 10:55:31,439 INFO [org.jboss.weld.Bootstrap] (io.openshift.launchpad:launchpad-addon,12) WELD-ENV-000020: Using jandex for bean discovery | |
2017-08-24 10:55:31,439 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:bean-validation,3.6.1.Final) WELD-ENV-000020: Using jandex for bean discovery | |
2017-08-24 10:55:31,439 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:javaee,3.6.1.Final) WELD-ENV-000020: Using jandex for bean discovery | |
2017-08-24 10:55:31,467 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:ui,3.6.1.Final) WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. | |
2017-08-24 10:55:31,467 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:parser-java,3.6.1.Final) WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. | |
2017-08-24 10:55:31,467 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:convert,3.6.1.Final) WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. | |
2017-08-24 10:55:31,469 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:shell,3.6.1.Final) WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. | |
2017-08-24 10:55:31,471 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:configuration,3.6.1.Final) WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. | |
2017-08-24 10:55:31,467 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:bean-validation,3.6.1.Final) WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. | |
2017-08-24 10:55:31,469 INFO [org.jboss.weld.Bootstrap] (io.openshift.launchpad:launchpad-addon,12) WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. | |
2017-08-24 10:55:31,473 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:javaee,3.6.1.Final) WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. | |
2017-08-24 10:55:31,484 INFO [org.jboss.weld.Bootstrap] (me.escoffier.forge:vertx-forge-addon,1.2.1) WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. | |
2017-08-24 10:55:31,918 INFO [org.jboss.weld.Event] (org.jboss.forge.addon:shell,3.6.1.Final) WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.forge.furnace.container.cdi.impl.ContainerServiceExtension.processRemoteServiceTypes(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. | |
2017-08-24 10:55:31,919 INFO [org.jboss.weld.Event] (org.jboss.forge.addon:configuration,3.6.1.Final) WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.forge.furnace.container.cdi.impl.ContainerServiceExtension.processRemoteServiceTypes(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. | |
2017-08-24 10:55:31,919 INFO [org.jboss.weld.Event] (io.openshift.launchpad:launchpad-addon,12) WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.forge.furnace.container.cdi.impl.ContainerServiceExtension.processRemoteServiceTypes(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. | |
2017-08-24 10:55:31,920 INFO [org.jboss.weld.Event] (org.jboss.forge.addon:ui,3.6.1.Final) WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.forge.furnace.container.cdi.impl.ContainerServiceExtension.processRemoteServiceTypes(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. | |
2017-08-24 10:55:31,921 INFO [org.jboss.weld.Event] (org.jboss.forge.addon:parser-java,3.6.1.Final) WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.forge.furnace.container.cdi.impl.ContainerServiceExtension.processRemoteServiceTypes(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. | |
2017-08-24 10:55:31,917 INFO [org.jboss.weld.Event] (me.escoffier.forge:vertx-forge-addon,1.2.1) WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.forge.furnace.container.cdi.impl.ContainerServiceExtension.processRemoteServiceTypes(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. | |
2017-08-24 10:55:31,922 INFO [org.jboss.weld.Event] (org.jboss.forge.addon:convert,3.6.1.Final) WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.forge.furnace.container.cdi.impl.ContainerServiceExtension.processRemoteServiceTypes(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. | |
2017-08-24 10:55:31,923 INFO [org.jboss.weld.Event] (org.jboss.forge.addon:javaee,3.6.1.Final) WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.forge.furnace.container.cdi.impl.ContainerServiceExtension.processRemoteServiceTypes(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. | |
2017-08-24 10:55:31,923 INFO [org.jboss.weld.Event] (org.jboss.forge.addon:bean-validation,3.6.1.Final) WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.forge.furnace.container.cdi.impl.ContainerServiceExtension.processRemoteServiceTypes(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. | |
2017-08-24 10:55:33,158 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:bean-validation,3.6.1.Final) WELD-ENV-002003: Weld SE container org.jboss.forge.addon:bean-validation initialized | |
2017-08-24 10:55:33,159 INFO [org.jboss.weld.Bootstrap] (io.openshift.launchpad:launchpad-addon,12) WELD-ENV-002003: Weld SE container io.openshift.launchpad:launchpad-addon initialized | |
2017-08-24 10:55:33,159 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:ui,3.6.1.Final) WELD-ENV-002003: Weld SE container org.jboss.forge.addon:ui initialized | |
2017-08-24 10:55:33,159 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:parser-java,3.6.1.Final) WELD-ENV-002003: Weld SE container org.jboss.forge.addon:parser-java initialized | |
2017-08-24 10:55:33,159 INFO [org.jboss.weld.Bootstrap] (me.escoffier.forge:vertx-forge-addon,1.2.1) WELD-ENV-002003: Weld SE container me.escoffier.forge:vertx-forge-addon initialized | |
2017-08-24 10:55:33,159 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:configuration,3.6.1.Final) WELD-ENV-002003: Weld SE container org.jboss.forge.addon:configuration initialized | |
2017-08-24 10:55:33,159 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:shell,3.6.1.Final) WELD-ENV-002003: Weld SE container org.jboss.forge.addon:shell initialized | |
2017-08-24 10:55:33,159 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:convert,3.6.1.Final) WELD-ENV-002003: Weld SE container org.jboss.forge.addon:convert initialized | |
2017-08-24 10:55:33,302 INFO [org.jboss.weld.Bootstrap] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously. | |
2017-08-24 10:55:33,309 INFO [org.jboss.weld.Event] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.forge.furnace.container.cdi.impl.ContainerServiceExtension.processRemoteServiceTypes(@Observes ProcessAnnotatedType<?>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. | |
2017-08-24 10:55:33,364 INFO [org.jboss.weld.Bootstrap] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) WELD-000119: Not generating any bean definitions from io.fabric8.repo.git.GitRepoClient because of underlying class loading error: Type org.apache.cxf.jaxrs.client.Client from [Module "io.fabric8.forge.fabric8-generator:1.0.0-SNAPSHOT_8d5efa2b-7024-4dc2-b86c-8e3e9071800e" from AddonModuleLoader] not found. If this is unexpected, enable DEBUG logging to see the full error. | |
2017-08-24 10:55:33,371 INFO [org.jboss.weld.Bootstrap] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) WELD-000119: Not generating any bean definitions from io.fabric8.repo.gitlab.GitlabClient because of underlying class loading error: Type org.apache.cxf.jaxrs.client.Client from [Module "io.fabric8.forge.fabric8-generator:1.0.0-SNAPSHOT_8d5efa2b-7024-4dc2-b86c-8e3e9071800e" from AddonModuleLoader] not found. If this is unexpected, enable DEBUG logging to see the full error. | |
2017-08-24 10:55:33,374 INFO [org.jboss.weld.Bootstrap] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) WELD-000119: Not generating any bean definitions from io.fabric8.repo.gitlab.GitlabTokenClient because of underlying class loading error: Type org.apache.cxf.jaxrs.client.Client from [Module "io.fabric8.forge.fabric8-generator:1.0.0-SNAPSHOT_8d5efa2b-7024-4dc2-b86c-8e3e9071800e" from AddonModuleLoader] not found. If this is unexpected, enable DEBUG logging to see the full error. | |
2017-08-24 10:55:33,378 INFO [org.jboss.weld.Bootstrap] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) WELD-000119: Not generating any bean definitions from io.fabric8.repo.git.GitRepoTokenClient because of underlying class loading error: Type org.apache.cxf.jaxrs.client.Client from [Module "io.fabric8.forge.fabric8-generator:1.0.0-SNAPSHOT_8d5efa2b-7024-4dc2-b86c-8e3e9071800e" from AddonModuleLoader] not found. If this is unexpected, enable DEBUG logging to see the full error. | |
2017-08-24 10:55:33,623 INFO [org.infinispan.cdi.embedded.InfinispanExtensionEmbedded] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) ISPN017003: Overriding default embedded configuration not found - adding default implementation | |
2017-08-24 10:55:33,635 INFO [org.infinispan.cdi.embedded.InfinispanExtensionEmbedded] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) ISPN017004: Overriding default embedded cache manager not found - adding default implementation | |
2017-08-24 10:55:33,646 INFO [org.jboss.weld.Bootstrap] (org.jboss.forge.addon:javaee,3.6.1.Final) WELD-ENV-002003: Weld SE container org.jboss.forge.addon:javaee initialized | |
2017-08-24 10:55:33,697 INFO [org.jboss.weld.Bootstrap] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) WELD-ENV-002003: Weld SE container io.fabric8.forge:fabric8-generator initialized | |
2017-08-24 10:55:33,720 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Using io.openshift.booster.catalog.spi.GitBoosterCatalogPathProvider | |
2017-08-24 10:55:33,721 INFO [io.openshift.booster.catalog.spi.GitBoosterCatalogPathProvider] (io.openshift.launchpad:launchpad-addon,12) Indexing contents from https://github.com/openshiftio/booster-catalog.git using next ref | |
2017-08-24 10:55:33,722 INFO [io.openshift.booster.catalog.spi.GitBoosterCatalogPathProvider] (io.openshift.launchpad:launchpad-addon,12) Created /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176 | |
2017-08-24 10:55:35,277 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Reading metadata at /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/metadata.json ... | |
2017-08-24 10:55:35,295 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/circuit-breaker/spring-boot/spring-boot-circuit-breaker-booster.yaml ... | |
2017-08-24 10:55:35,925 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/circuit-breaker/vert.x/vertx-circuit-breaker-booster.yaml ... | |
2017-08-24 10:55:36,904 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/circuit-breaker/wildfly-swarm/wildfly-swarm-circuit-breaker-booster.yaml ... | |
2017-08-24 10:55:37,664 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/configmap/spring-boot/spring-boot-configmap-booster.yaml ... | |
2017-08-24 10:55:38,705 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/configmap/vert.x/vertx-configmap-booster.yaml ... | |
2017-08-24 10:55:39,310 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/configmap/wildfly-swarm/wildfly-swarm-configmap-booster.yaml ... | |
2017-08-24 10:55:40,254 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/crud/spring-boot/spring-boot-rest-http-crud-booster.yaml ... | |
2017-08-24 10:55:41,296 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/crud/vert.x/vertx-crud-booster.yaml ... | |
2017-08-24 10:55:42,228 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/crud/wildfly-swarm/wildfly-swarm-rest-http-crud-booster.yaml ... | |
2017-08-24 10:55:42,900 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/health-check/nodejs/nodejs-health-check-booster.yaml ... | |
2017-08-24 10:55:43,693 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/health-check/spring-boot/spring-boot-health-check-booster.yaml ... | |
2017-08-24 10:55:44,504 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/health-check/vert.x/vertx-health-check-booster.yaml ... | |
2017-08-24 10:55:45,343 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/health-check/wildfly-swarm/wildfly-swarm-health-check-booster.yaml ... | |
2017-08-24 10:55:46,163 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/rest-http/nodejs/nodejs-rest-http-booster.yaml ... | |
2017-08-24 10:55:46,963 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/rest-http/spring-boot/spring-boot-rest-http-booster.yaml ... | |
2017-08-24 10:55:48,172 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/rest-http/vert.x/vertx-http-booster.yaml ... | |
2017-08-24 10:55:48,863 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/rest-http/wildfly-swarm/wildfly-swarm-rest-http-booster.yaml ... | |
2017-08-24 10:55:49,791 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/rest-http-secured/spring-boot/spring-boot-http-secured-booster.yaml ... | |
2017-08-24 10:56:04,902 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/rest-http-secured/vert.x/vertx-rest-http-secured-booster.yaml ... | |
2017-08-24 10:56:08,055 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Indexing /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/booster-catalog6248969337861848176/rest-http-secured/wildfly-swarm/wildfly-swarm-rest-http-secured-booster.yaml ... | |
2017-08-24 10:56:10,143 INFO [io.openshift.booster.catalog.BoosterCatalogService] (io.openshift.launchpad:launchpad-addon,12) Finished content indexing | |
2017-08-24 10:56:10,160 ERROR [stderr] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) SLF4J: Class path contains multiple SLF4J bindings. | |
2017-08-24 10:56:10,161 ERROR [stderr] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) SLF4J: Found binding in [jar:file:/private/var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/wildfly-self-contained4597725934781675441.d/vfs/wildfly-swarm/wildfly-swarma5c67c2a7da03491/generator.war-152dee8f020f7454/WEB-INF/addons/io-fabric8-forge-fabric8-generator-1-0-0-SNAPSHOT/infinispan-embedded-9.0.0.CR2.jar!/org/slf4j/impl/StaticLoggerBinder.class] | |
2017-08-24 10:56:10,161 ERROR [stderr] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) SLF4J: Found binding in [jar:file:/private/var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/wildfly-self-contained4597725934781675441.d/vfs/wildfly-swarm/wildfly-swarma5c67c2a7da03491/generator.war-152dee8f020f7454/WEB-INF/addons/org-jboss-forge-addon-slf4j-1-7-13/slf4j-jdk14-1.7.13.jar!/org/slf4j/impl/StaticLoggerBinder.class] | |
2017-08-24 10:56:10,161 ERROR [stderr] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. | |
2017-08-24 10:56:10,161 ERROR [stderr] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) SLF4J: Actual binding is of type [org.jboss.slf4j.JBossLoggerFactory] | |
2017-08-24 10:56:10,165 INFO [io.fabric8.forge.generator.pipeline.JenkinsPipelineLibrary] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) Using jenkins workflow library: https://github.com/fabric8io/fabric8-jenkinsfile-library.git | |
2017-08-24 10:56:10,165 INFO [io.fabric8.forge.generator.pipeline.JenkinsPipelineLibrary] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) Using jenkins workflow library version: null | |
2017-08-24 10:56:10,333 INFO [io.fabric8.project.support.GitUtils] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) Using UsernamePasswordCredentialsProvider{user: , password length: 0} | |
2017-08-24 10:56:10,541 INFO [io.fabric8.forge.generator.Fabric8GeneratorInitializer] (io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT) Using Jenkinsfile library at: target/jenkinsfileLibrary | |
2017-08-24 10:56:10,945 INFO [org.obsidiantoaster.generator.HotDeployListener] (ServerService Thread Pool -- 2) Monitoring io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT | |
2017-08-24 10:56:11,160 INFO [org.obsidiantoaster.generator.rest.ObsidianResource] (ServerService Thread Pool -- 2) Warming up internal cache | |
2017-08-24 10:56:11,680 INFO [org.infinispan.factories.GlobalComponentRegistry] (ServerService Thread Pool -- 2) ISPN000128: Infinispan version: Infinispan 'Ruppaner' 9.0.0.CR2 | |
2017-08-24 10:56:11,695 INFO [io.fabric8.forge.generator.cache.CacheFacade] (ServerService Thread Pool -- 2) starting caches | |
2017-08-24 10:56:13,221 SEVERE [org.jboss.forge.addon.ui.impl.controller.NoUIWizardControllerDecorator] (ServerService Thread Pool -- 2) Error while navigating to next step: java.lang.IllegalStateException: Cannot resolve Ambiguous dependencies: [io.fabric8.forge.generator.quickstart.Fabric8ProjectInfoStep from addon io.fabric8.forge:fabric8-generator,1.0.0-SNAPSHOT, | |
io.openshift.launchpad.ui.booster.ProjectInfoStep from addon io.openshift.launchpad:launchpad-addon,12] | |
at org.jboss.forge.furnace.impl.addons.ImportedImpl.get(ImportedImpl.java:69) | |
at org.jboss.forge.addon.ui.result.navigation.ClassNavigationResultEntry.getCommand(ClassNavigationResultEntry.java:29) | |
at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.createCommand(WizardCommandControllerImpl.java:538) | |
at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.createEntry(WizardCommandControllerImpl.java:532) | |
at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.addNextFlowStep(WizardCommandControllerImpl.java:459) | |
at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.next(WizardCommandControllerImpl.java:357) | |
at org.jboss.forge.addon.ui.impl.controller.NoUIWizardControllerDecorator.canMoveToNextStep(NoUIWizardControllerDecorator.java:59) | |
at org.jboss.forge.addon.ui.impl.controller.NoUIWizardControllerDecorator.initialize(NoUIWizardControllerDecorator.java:42) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:124) | |
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42) | |
at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:97) | |
at org.jboss.forge.addon.ui.controller.CommandController_$$_javassist_310621a2-0d68-40a8-83d7-0cc9d4f6f599.initialize(CommandController_$$_javassist_310621a2-0d68-40a8-83d7-0cc9d4f6f599.java) | |
at org.obsidiantoaster.generator.rest.ObsidianResource.getCommand(ObsidianResource.java:654) | |
at org.obsidiantoaster.generator.rest.ObsidianResource.init(ObsidianResource.java:182) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88) | |
at org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:78) | |
at org.jboss.weld.injection.MethodInvocationStrategy$SimpleMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:129) | |
at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:313) | |
at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:291) | |
at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:269) | |
at org.jboss.weld.event.ObserverNotifier.notifySyncObservers(ObserverNotifier.java:302) | |
at org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:291) | |
at org.jboss.weld.event.EventImpl.fire(EventImpl.java:89) | |
at org.obsidiantoaster.generator.ForgeInitializer.contextInitialized(ForgeInitializer.java:82) | |
at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187) | |
at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:200) | |
at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:171) | |
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42) | |
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) | |
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) | |
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) | |
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) | |
at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44) | |
at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:234) | |
at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100) | |
at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82) | |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:266) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) | |
at java.lang.Thread.run(Thread.java:745) | |
at org.jboss.threads.JBossThread.run(JBossThread.java:320) | |
2017-08-24 10:56:13,221 INFO [org.obsidiantoaster.generator.rest.ObsidianResource] (ServerService Thread Pool -- 2) Caches warmed up | |
2017-08-24 10:56:13,321 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.obsidiantoaster.generator.rest.RestApplication$Proxy$_$$_WeldClientProxy | |
2017-08-24 10:56:13,322 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002200: Adding class resource org.obsidiantoaster.generator.rest.OpenShiftServiceResource from Application class org.obsidiantoaster.generator.rest.RestApplication$Proxy$_$$_WeldClientProxy | |
2017-08-24 10:56:13,322 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002200: Adding class resource org.obsidiantoaster.generator.rest.ObsidianResource from Application class org.obsidiantoaster.generator.rest.RestApplication$Proxy$_$$_WeldClientProxy | |
2017-08-24 10:56:13,322 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002200: Adding class resource org.obsidiantoaster.generator.rest.HealthResource from Application class org.obsidiantoaster.generator.rest.RestApplication$Proxy$_$$_WeldClientProxy | |
2017-08-24 10:56:13,322 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002210: Adding provider singleton org.obsidiantoaster.generator.rest.CorsFilter from Application class org.obsidiantoaster.generator.rest.RestApplication$Proxy$_$$_WeldClientProxy | |
2017-08-24 10:56:13,362 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: / | |
2017-08-24 10:56:13,401 INFO [org.jboss.as.server] (main) WFLYSRV0010: Deployed "generator.war" (runtime-name : "generator.war") | |
2017-08-24 10:56:13,404 INFO [org.wildfly.swarm] (main) WFSWARM99999: WildFly Swarm is Ready | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment