Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvn build failed. when using fabric8-maven-plugin 4.x.x version. #499

Closed
vine-nam opened this issue Sep 17, 2020 · 3 comments
Closed

mvn build failed. when using fabric8-maven-plugin 4.x.x version. #499

vine-nam opened this issue Sep 17, 2020 · 3 comments
Labels
awaitingReply Waiting for Reply

Comments

@vine-nam
Copy link

Maven Plugin version: 2.7.0

Maven version: 3.6.3

Product : TIBCO Businessworks Container edition

Product version: 2.5.4

Component: Maven build plugin

Steps to reproduce the issue:

  1. Create bwce application project
  2. Create pom.xml from 'Generate POM for Application'
  3. Change version io.fabric8 fabric8-maven-plugin to 4.0.0 or higher.
  4. Run this project through Maven Build.
    Goals: clean package initialize com.tibco.plugins:bw6-maven-plugin:bwfabric8json fabric8:resource fabric8:apply

Additional environment details if any:

Describe the results you received:
I get the following error when the fabric8-maven-plugin version is 4.0.0 or higher.

Execution default-cli of goal io.fabric8:fabric8-maven-plugin:4.0.0:resource failed. NullPointerException

when the version of fabric8-maven-plugin is 3.5.41, no error occurs in fabric8:resource.
However, when using version 3.5.41, an error occurs in fabric8:apply.

Failure executing: POST at: https://kubernetes.docker.internal:6443/apis/extensions/v1beta1/namespaces/default/deployments. Message: the server could not find the requested resource.

So I have to use version 4.0.0 or higher.

Describe the results you expected:
I want the bwce application resource (Deployment and Service) to be successfully deployed in Kubernetes.

@vpawar-tibco
Copy link
Collaborator

Hi @vine-nam, Please share the project & debug logs to reproduce the issue. Thanks.

@vpawar-tibco vpawar-tibco added the awaitingReply Waiting for Reply label Sep 21, 2020
@vine-nam
Copy link
Author

Hi @vpawar-ai,
My project is https://github.com/vine-nam/bwce-hello
and debug log (after fabric8:resource) :

[DEBUG] Goal:          io.fabric8:fabric8-maven-plugin:4.4.1:resource (default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildStrategy>${fabric8.build.strategy}</buildStrategy>
  <enableAutomaticTrigger default-value="true">${fabric8.openshift.enableAutomaticTrigger}</enableAutomaticTrigger>
  <enableImageChangeTrigger default-value="true">${fabric8.openshift.imageChangeTrigger}</enableImageChangeTrigger>
  <environment>${fabric8.environment}</environment>
  <erichAllWithImageChangeTrigger default-value="false">${fabric8.openshift.enrichAllWithImageChangeTrigger}</erichAllWithImageChangeTrigger>
  <failOnValidationError default-value="false">${fabric8.failOnValidationError}</failOnValidationError>
  <generateRoute default-value="true">${fabric8.openshift.generateRoute}</generateRoute>
  <gitRemote>${fabric8.gitRemote}</gitRemote>
  <mergeWithDekorate default-value="false">${fabric8.mergeWithDekorate}</mergeWithDekorate>
  <namespace>${fabric8.namespace}</namespace>
  <openshiftDeployTimeoutSeconds default-value="3600">${fabric8.openshift.deployTimeoutSeconds}</openshiftDeployTimeoutSeconds>
  <openshiftManifest default-value="${basedir}/target/classes/META-INF/fabric8/openshift.yml">${fabric8.openshiftManifest}</openshiftManifest>
  <profile>${fabric8.profile}</profile>
  <project default-value="${project}"/>
  <resourceDir default-value="${basedir}/src/main/fabric8">${fabric8.resourceDir}</resourceDir>
  <resourceDirOpenShiftOverride default-value="${basedir}/src/main/fabric8-openshift-override">${fabric8.resourceDirOpenShiftOverride}</resourceDirOpenShiftOverride>
  <resourceFileType>${fabric8.resourceType}</resourceFileType>
  <routeDomain>${fabric8.domain}</routeDomain>
  <runtimeMode>${fabric8.mode}</runtimeMode>
  <session default-value="${session}"/>
  <settings default-value="${settings}"/>
  <sidecar default-value="false">${fabric8.sidecar}</sidecar>
  <skip default-value="false">false</skip>
  <skipHealthCheck default-value="false">${fabric8.skipHealthCheck}</skipHealthCheck>
  <skipResource default-value="false">${docker.skip.resource}</skipResource>
  <skipResourceValidation default-value="false">${fabric8.skipResourceValidation}</skipResourceValidation>
  <switchToDeployment default-value="false">${fabric8.build.switchToDeployment}</switchToDeployment>
  <targetDir default-value="${project.build.outputDirectory}/META-INF/fabric8">${fabric8.targetDir}</targetDir>
  <trimImageInContainerSpec default-value="false">${fabric8.openshift.trimImageInContainerSpec}</trimImageInContainerSpec>
  <useColor default-value="true">${fabric8.useColor}</useColor>
  <useProjectClasspath default-value="false">${fabric8.useProjectClasspath}</useProjectClasspath>
  <verbose default-value="false">${fabric8.verbose}</verbose>
  <workDir default-value="${project.build.directory}/fabric8">${fabric8.workDir}</workDir>
  <workDirOpenShiftOverride default-value="${project.build.directory}/fabric8-openshift-override">${fabric8.workDirOpenShiftOverride}</workDirOpenShiftOverride>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          io.fabric8:fabric8-maven-plugin:4.4.1:apply (default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <createNewResources default-value="true">${fabric8.deploy.create}</createNewResources>
  <deletePodsOnReplicationControllerUpdate default-value="true">${fabric8.deploy.deletePods}</deletePodsOnReplicationControllerUpdate>
  <environment>${fabric8.environment}</environment>
  <failOnError default-value="true">${fabric8.deploy.failOnError}</failOnError>
  <failOnNoKubernetesJson default-value="false">${fabric8.deploy.failOnNoKubernetesJson}</failOnNoKubernetesJson>
  <ignoreRunningOAuthClients default-value="true">${fabric8.deploy.ignoreRunningOAuthClients}</ignoreRunningOAuthClients>
  <ignoreServices default-value="false">${fabric8.deploy.ignoreServices}</ignoreServices>
  <jsonLogDir default-value="${basedir}/target/fabric8/applyJson">${fabric8.deploy.jsonLogDir}</jsonLogDir>
  <kubernetesManifest default-value="${basedir}/target/classes/META-INF/fabric8/kubernetes.yml">${fabric8.kubernetesManifest}</kubernetesManifest>
  <openshiftManifest default-value="${basedir}/target/classes/META-INF/fabric8/openshift.yml">${fabric8.openshiftManifest}</openshiftManifest>
  <processTemplatesLocally default-value="false">${fabric8.deploy.processTemplatesLocally}</processTemplatesLocally>
  <project default-value="${project}"/>
  <recreate default-value="false">${fabric8.recreate}</recreate>
  <resourceDir default-value="${basedir}/src/main/fabric8">${fabric8.resourceDir}</resourceDir>
  <rollingUpgrades default-value="false">${fabric8.rolling}</rollingUpgrades>
  <s2iBuildNameSuffix default-value="-s2i">${fabric8.s2i.buildNameSuffix}</s2iBuildNameSuffix>
  <serviceUrlWaitTimeSeconds default-value="5">${fabric8.serviceUrl.waitSeconds}</serviceUrlWaitTimeSeconds>
  <servicesOnly default-value="false">${fabric8.deploy.servicesOnly}</servicesOnly>
  <session default-value="${session}"/>
  <settings default-value="${settings}"/>
  <skip default-value="false">false</skip>
  <skipApply default-value="false">${fabric8.skip.apply}</skipApply>
  <useColor default-value="true">${fabric8.useColor}</useColor>
  <verbose default-value="false">${fabric8.verbose}</verbose>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=1, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=0, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=0, DefaultDependencyCollector.collectTime=0, DefaultDependencyCollector.transformTime=0}
[DEBUG] com.tibco.bw:hello.application:bwear:1.0.0-SNAPSHOT
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hello.application ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=5, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5-882034397
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5-882034397
[DEBUG]   Imported:  < project>com.tibco.bw:hello.application:1.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5-882034397
[DEBUG]   Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5-882034397, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
[DEBUG]   (f) directory = E:\Workspace\eai_pjt\hello.application\target
[DEBUG]   (f) excludeDefaultDirectories = false
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) followSymLinks = false
[DEBUG]   (f) outputDirectory = E:\Workspace\eai_pjt\hello.application\target\classes
[DEBUG]   (f) reportDirectory = E:\Workspace\eai_pjt\hello.application\target\site
[DEBUG]   (f) retryOnError = true
[DEBUG]   (f) skip = false
[DEBUG]   (f) testOutputDirectory = E:\Workspace\eai_pjt\hello.application\target\test-classes
[DEBUG] -- end configuration --
[INFO] Deleting E:\Workspace\eai_pjt\hello.application\target
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\maven-archiver\pom.properties
[INFO] Deleting directory E:\Workspace\eai_pjt\hello.application\target\maven-archiver
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\hello.application_1.0.0.ear
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\fabric8\template-workdir\service.yml
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\fabric8\template-workdir\deployment.yml
[INFO] Deleting directory E:\Workspace\eai_pjt\hello.application\target\fabric8\template-workdir
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\fabric8\service.yml
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\fabric8\deployment.yml
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\fabric8\applyJson\default\service-bwce-sample-service.json
[INFO] Deleting directory E:\Workspace\eai_pjt\hello.application\target\fabric8\applyJson\default
[INFO] Deleting directory E:\Workspace\eai_pjt\hello.application\target\fabric8\applyJson
[INFO] Deleting directory E:\Workspace\eai_pjt\hello.application\target\fabric8
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\classes\META-INF\fabric8\openshift.yml
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\classes\META-INF\fabric8\openshift.json
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\classes\META-INF\fabric8\openshift\bwce-sample-service-svc.yml
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\classes\META-INF\fabric8\openshift\bwce-sample-service-route.yml
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\classes\META-INF\fabric8\openshift\bwce-sample-deploymentconfig.yml
[INFO] Deleting directory E:\Workspace\eai_pjt\hello.application\target\classes\META-INF\fabric8\openshift
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\classes\META-INF\fabric8\kubernetes.yml
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\classes\META-INF\fabric8\kubernetes.json
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\classes\META-INF\fabric8\kubernetes\bwce-sample-service-svc.yml
[INFO] Deleting file E:\Workspace\eai_pjt\hello.application\target\classes\META-INF\fabric8\kubernetes\bwce-sample-deployment.yml
[INFO] Deleting directory E:\Workspace\eai_pjt\hello.application\target\classes\META-INF\fabric8\kubernetes
[INFO] Deleting directory E:\Workspace\eai_pjt\hello.application\target\classes\META-INF\fabric8
[INFO] Deleting directory E:\Workspace\eai_pjt\hello.application\target\classes\META-INF
[INFO] Deleting directory E:\Workspace\eai_pjt\hello.application\target\classes
[INFO] Deleting directory E:\Workspace\eai_pjt\hello.application\target
[DEBUG] Skipping non-existing directory E:\Workspace\eai_pjt\hello.application\target\classes
[DEBUG] Skipping non-existing directory E:\Workspace\eai_pjt\hello.application\target\test-classes
[DEBUG] Skipping non-existing directory E:\Workspace\eai_pjt\hello.application\target\site
[INFO] 
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ hello.application ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=36, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=17, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=36, DefaultDependencyCollector.collectTime=9, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.codehaus.mojo:properties-maven-plugin:jar:1.0.0:
[DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG]          org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]          junit:junit:jar:4.12:test
[DEBUG]             org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.22:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:properties-maven-plugin:1.0.0
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:properties-maven-plugin:1.0.0
[DEBUG]   Imported:  < project>com.tibco.bw:hello.application:1.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.codehaus.mojo:properties-maven-plugin:1.0.0
[DEBUG]   Included: org.codehaus.mojo:properties-maven-plugin:jar:1.0.0
[DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.22
[DEBUG] Configuring mojo org.codehaus.mojo:properties-maven-plugin:1.0.0:read-project-properties from plugin realm ClassRealm[plugin>org.codehaus.mojo:properties-maven-plugin:1.0.0, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'org.codehaus.mojo:properties-maven-plugin:1.0.0:read-project-properties' with basic configurator -->
[DEBUG]   (s) files = [E:\Workspace\eai_pjt\hello.application\docker-dev.properties, E:\Workspace\eai_pjt\hello.application\k8s-dev.properties]
[DEBUG]   (f) project = MavenProject: com.tibco.bw:hello.application:1.0.0-SNAPSHOT @ E:\Workspace\eai_pjt\hello.application\pom.xml
[DEBUG]   (f) quiet = false
[DEBUG] -- end configuration --
[DEBUG] Loading properties from File: E:\Workspace\eai_pjt\hello.application\docker-dev.properties
[DEBUG] Loading properties from File: E:\Workspace\eai_pjt\hello.application\k8s-dev.properties
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ hello.application ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=86, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=35, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=85, DefaultDependencyCollector.collectTime=15, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:3.2.0:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.1.0:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:3.1.0:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.1.0:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.1.0:compile
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.1.0:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.1.0:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.1.0:compile
[DEBUG]       org.apache.maven:maven-aether-provider:jar:3.1.0:compile
[DEBUG]          org.eclipse.aether:aether-spi:jar:0.9.0.M2:compile
[DEBUG]       org.eclipse.aether:aether-impl:jar:0.9.0.M2:compile
[DEBUG]       org.eclipse.aether:aether-api:jar:0.9.0.M2:compile
[DEBUG]       org.eclipse.aether:aether-util:jar:0.9.0.M2:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:3.0.10:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.4.2:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]    org.apache.maven:maven-model:jar:3.1.0:compile
[DEBUG]    org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.26:runtime
[DEBUG]    org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M2a:compile
[DEBUG]       javax.enterprise:cdi-api:jar:1.0:compile
[DEBUG]          javax.annotation:jsr250-api:jar:1.0:compile
[DEBUG]          javax.inject:javax.inject:jar:1:compile
[DEBUG]       com.google.guava:guava:jar:10.0.1:compile
[DEBUG]          com.google.code.findbugs:jsr305:jar:1.3.9:compile
[DEBUG]       org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.0.0.M2a:compile
[DEBUG]          asm:asm:jar:3.3.1:compile
[DEBUG]    org.apache.maven.shared:maven-filtering:jar:3.2.0:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile
[DEBUG]       org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
[DEBUG]    commons-io:commons-io:jar:2.6:compile
[DEBUG]    org.apache.commons:commons-lang3:jar:3.8.1:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.2.0--5212208
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.2.0--5212208
[DEBUG]   Imported:  < project>com.tibco.bw:hello.application:1.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:3.2.0--5212208
[DEBUG]   Included: org.apache.maven.plugins:maven-resources-plugin:jar:3.2.0
[DEBUG]   Included: org.eclipse.aether:aether-util:jar:0.9.0.M2
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.10
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.0.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.26
[DEBUG]   Included: javax.enterprise:cdi-api:jar:1.0
[DEBUG]   Included: javax.annotation:jsr250-api:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:10.0.1
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:1.3.9
[DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.0.0.M2a
[DEBUG]   Included: asm:asm:jar:3.3.1
[DEBUG]   Included: org.apache.maven.shared:maven-filtering:jar:3.2.0
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.3.3
[DEBUG]   Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG]   Included: commons-io:commons-io:jar:2.6
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.8.1
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.2.0--5212208, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources' with basic configurator -->
[DEBUG]   (f) addDefaultExcludes = true
[DEBUG]   (f) buildFilters = []
[DEBUG]   (f) escapeWindowsPaths = true
[DEBUG]   (f) fileNameFiltering = false
[DEBUG]   (s) includeEmptyDirs = false
[DEBUG]   (s) outputDirectory = E:\Workspace\eai_pjt\hello.application\target\classes
[DEBUG]   (s) overwrite = false
[DEBUG]   (f) project = MavenProject: com.tibco.bw:hello.application:1.0.0-SNAPSHOT @ E:\Workspace\eai_pjt\hello.application\pom.xml
[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: E:\Workspace\eai_pjt\hello.application\src\main\resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@61b838f2
[DEBUG]   (f) skip = false
[DEBUG]   (f) supportMultiLineFiltering = false
[DEBUG]   (f) useBuildFilters = true
[DEBUG]   (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\WINDOWS, env.USERDOMAIN_ROAMINGPROFILE=KTNG, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.ONEDRIVE=C:\Users\ktng\OneDrive, docker.image=nexus.ktng.com:8080/eai/hello, fabric8.namespace=default, fabric8.container.name=bwce-sample, os.name=Windows 10, docker.property.file=docker-dev.properties, sun.boot.class.path=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\resources.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\rt.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\sunrsasign.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\jsse.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\jce.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\charsets.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\jfr.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\classes, env.COMPUTERNAME=PNT0200148-002, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_221-b27, bwdocker.from=nexus.ktng.com:8080/tibco/bwce:2.5.4, env.HOMEPATH=\Users\ktng, fabric8.service.port=80, fabric8.template=bwce-sample, user.name=t0200148, maven.build.version=Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T20:57:37+09:00), fabric8.replicationController.name=bwce-sample, env.DRIVERDATA=C:\Windows\System32\Drivers\DriverData, bwdocker.maintainer=abc@tibco.com, env.PATH=C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin/server;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/lib/amd64;C:\tibco\bw\tibrv\8.4\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\WINDOWS\System32\OpenSSH\;C:\Users\ktng\AppData\Local\Temp\LRE8985.tmp\bin;E:\Maven\apache-maven-3.6.3\bin;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Git\cmd;C:\Program Files\TortoiseSVN\bin;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin;C:\Users\ktng\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Bandizip\;C:\Users\ktng\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\ktng\AppData\Local\GitHubDesktop\bin;C:\tibco\bwce2.5.4\studio\4.0\eclipse;, user.language=ko, env.WINDIR=C:\WINDOWS, sun.boot.library.path=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin, classworlds.conf=E:\Workspace\bwce\deploy\.metadata\.plugins\org.eclipse.m2e.launching\launches\m2conf6114091390631016982.tmp, java.version=1.8.0_221, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel, user.timezone=Asia/Seoul, project.baseUri=file:/E:/Workspace/eai_pjt/hello.application/, maven.build.timestamp=2020-09-22T00:10:16Z, env.CLIENTNAME=DESKTOP-VSB556K, env.TEMP=C:\Users\ktng\AppData\Local\Temp, sun.arch.data.model=64, java.endorsed.dirs=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\endorsed, sun.cpu.isalist=amd64, fabric8.service.type=LoadBalancer, bwdocker.certPath=, env.HOMEDRIVE=C:, sun.jnu.encoding=MS949, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.separator=\, java.specification.name=Java Platform API Specification, fabric8.replicas=1, fabric8.provider=Tibco, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=KR, java.home=C:\tibco\bwce2.5.4\tibcojre64\1.8.0, env.APPDATA=C:\Users\ktng\AppData\Roaming, skipTests=false, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, env.OS=Windows_NT, os.version=10.0, fabric8.service.name=bwce-sample-service, env.=::=::\, path.separator=;, java.vm.version=25.221-b27, user.variant=, env.USERPROFILE=C:\Users\ktng, env.JAVA_HOME=C:\tibco\bwce2.5.4\tibcojre64\1.8.0, java.awt.printerjob=sun.awt.windows.WPrinterJob, tibco.Home=, env.TMP=C:\Users\ktng\AppData\Local\Temp, env.FPS_BROWSER_USER_PROFILE_STRING=Default, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, bw.Home=, user.script=, k8s.property.file=k8s-dev.properties, user.home=C:\Users\ktng, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.SESSIONNAME=RDP-Tcp#2, project.type=Docker, java.specification.vendor=Oracle Corporation, env.CLASSPATH=C:\tibco\bw\tibrv\8.4\lib\tibrvnative.jar;, bwdocker.host=tcp://localhost:2375, env.NUMBER_OF_PROCESSORS=8, java.library.path=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin/server;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/lib/amd64;C:\tibco\bw\tibrv\8.4\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\WINDOWS\System32\OpenSSH\;C:\Users\ktng\AppData\Local\Temp\LRE8985.tmp\bin;E:\Maven\apache-maven-3.6.3\bin;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Git\cmd;C:\Program Files\TortoiseSVN\bin;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin;C:\Users\ktng\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Bandizip\;C:\Users\ktng\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\ktng\AppData\Local\GitHubDesktop\bin;C:\tibco\bwce2.5.4\studio\4.0\eclipse;;., java.vendor.url=http://java.oracle.com/, fabric8.label.project=bwce-sample, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.USERDNSDOMAIN=KTNG.AD, env.PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules, java.vm.vendor=Oracle Corporation, fabric8.label.container=bwce-sample, java.runtime.name=Java(TM) SE Runtime Environment, maven.home=E:\Workspace\eai_pjt\hello.application.parent\EMBEDDED, java.class.path=/C:/tibco/bwce2.5.4/studio/4.0/eclipse/plugins/org.eclipse.m2e.maven.runtime_1.6.2.20151013-0835/jars/plexus-classworlds-2.5.2.jar, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -B -X -e clean package initialize com.tibco.plugins:bw6-maven-plugin:bwfabric8json fabric8:resource fabric8:apply -X, env.PROGRAMW6432=C:\Program Files, maven.version=3.3.3, env.PROGRAMFILES(X86)=C:\Program Files (x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\KCWKOPMGADSS1, env.PROCESSOR_ARCHITECTURE=AMD64, java.vm.specification.version=1.8, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, bwdocker.containername=, sun.os.patch.level=, sun.cpu.endian=little, java.io.tmpdir=C:\Users\ktng\AppData\Local\Temp\, env.PROCESSOR_REVISION=8e0a, env.UATDATA=C:\WINDOWS\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77, fabric8.service.containerPort=8080, maven.multiModuleProjectDirectory=C:\tibco\bwce2.5.4\studio\4.0\eclipse\${workspace_loc:\hello.application.parent}, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.COMSPEC=C:\WINDOWS\system32\cmd.exe, env.PROGRAMDATA=C:\ProgramData, env.FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, os.arch=amd64, java.ext.dirs=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, user.dir=E:\Workspace\eai_pjt\hello.application.parent, env.LOCALAPPDATA=C:\Users\ktng\AppData\Local, env.MAVEN_HOME=E:\Maven\apache-maven-3.6.3, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, bwdocker.autoPullImage=IfNotPresent, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.USERNAME=t0200148, failIfNoTests=false, fabric8.label.group=bwce-sample, file.encoding=UTF-8, fabric8.apply.namespace=default, env.USERDOMAIN=KTNG, java.specification.version=1.8, env.PROCESSOR_LEVEL=6}
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Using 'null' encoding to copy filtered properties files.
[DEBUG] resource with targetPath null
directory E:\Workspace\eai_pjt\hello.application\src\main\resources
excludes []
includes []
[INFO] skip non existing resourceDirectory E:\Workspace\eai_pjt\hello.application\src\main\resources
[DEBUG] no use filter components
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ hello.application ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=118, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=72, DefaultDependencyCollector.collectTime=6, DefaultDependencyCollector.transformTime=1}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-model:jar:3.0:compile
[DEBUG]       org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG]          org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG]             org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG]       org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG]          org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG]       org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG]       org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]    org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]       commons-io:commons-io:jar:2.5:compile
[DEBUG]    org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
[DEBUG]    org.codehaus.plexus:plexus-java:jar:0.9.10:compile
[DEBUG]       org.ow2.asm:asm:jar:6.2:compile
[DEBUG]       com.thoughtworks.qdox:qdox:jar:2.0-M9:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-api:jar:2.8.4:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-manager:jar:2.8.4:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-javac:jar:2.8.4:runtime
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1--1595213210
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1--1595213210
[DEBUG]   Imported:  < project>com.tibco.bw:hello.application:1.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1--1595213210
[DEBUG]   Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1
[DEBUG]   Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
[DEBUG]   Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
[DEBUG]   Included: org.codehaus.plexus:plexus-java:jar:0.9.10
[DEBUG]   Included: org.ow2.asm:asm:jar:6.2
[DEBUG]   Included: com.thoughtworks.qdox:qdox:jar:2.0-M9
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-api:jar:2.8.4
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.8.4
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.8.4
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1--1595213210, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile' with basic configurator -->
[DEBUG]   (f) basedir = E:\Workspace\eai_pjt\hello.application
[DEBUG]   (f) buildDirectory = E:\Workspace\eai_pjt\hello.application\target
[DEBUG]   (f) compilePath = [E:\Workspace\eai_pjt\hello.application\target\classes]
[DEBUG]   (f) compileSourceRoots = [E:\Workspace\eai_pjt\hello.application\src\main\java]
[DEBUG]   (f) compilerId = javac
[DEBUG]   (f) debug = true
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) failOnWarning = false
[DEBUG]   (f) forceJavacCompilerUse = false
[DEBUG]   (f) fork = false
[DEBUG]   (f) generatedSourcesDirectory = E:\Workspace\eai_pjt\hello.application\target\generated-sources\annotations
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile {execution: default-compile}
[DEBUG]   (f) optimize = false
[DEBUG]   (f) outputDirectory = E:\Workspace\eai_pjt\hello.application\target\classes
[DEBUG]   (f) parameters = false
[DEBUG]   (f) project = MavenProject: com.tibco.bw:hello.application:1.0.0-SNAPSHOT @ E:\Workspace\eai_pjt\hello.application\pom.xml
[DEBUG]   (f) projectArtifact = com.tibco.bw:hello.application:bwear:1.0.0-SNAPSHOT
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@61b838f2
[DEBUG]   (f) showDeprecation = false
[DEBUG]   (f) showWarnings = false
[DEBUG]   (f) skipMultiThreadWarning = false
[DEBUG]   (f) source = 1.6
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (s) target = 1.6
[DEBUG]   (f) useIncrementalCompilation = true
[DEBUG]   (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ hello.application ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:3.2.0:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:3.2.0--5212208, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:3.2.0:testResources' with basic configurator -->
[DEBUG]   (f) addDefaultExcludes = true
[DEBUG]   (f) buildFilters = []
[DEBUG]   (f) escapeWindowsPaths = true
[DEBUG]   (f) fileNameFiltering = false
[DEBUG]   (s) includeEmptyDirs = false
[DEBUG]   (s) outputDirectory = E:\Workspace\eai_pjt\hello.application\target\test-classes
[DEBUG]   (s) overwrite = false
[DEBUG]   (f) project = MavenProject: com.tibco.bw:hello.application:1.0.0-SNAPSHOT @ E:\Workspace\eai_pjt\hello.application\pom.xml
[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: E:\Workspace\eai_pjt\hello.application\src\test\resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@61b838f2
[DEBUG]   (f) skip = false
[DEBUG]   (f) supportMultiLineFiltering = false
[DEBUG]   (f) useBuildFilters = true
[DEBUG]   (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\WINDOWS, env.USERDOMAIN_ROAMINGPROFILE=KTNG, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.ONEDRIVE=C:\Users\ktng\OneDrive, docker.image=nexus.ktng.com:8080/eai/hello, fabric8.namespace=default, fabric8.container.name=bwce-sample, os.name=Windows 10, docker.property.file=docker-dev.properties, sun.boot.class.path=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\resources.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\rt.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\sunrsasign.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\jsse.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\jce.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\charsets.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\jfr.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\classes, env.COMPUTERNAME=PNT0200148-002, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_221-b27, bwdocker.from=nexus.ktng.com:8080/tibco/bwce:2.5.4, env.HOMEPATH=\Users\ktng, fabric8.service.port=80, fabric8.template=bwce-sample, user.name=t0200148, maven.build.version=Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T20:57:37+09:00), fabric8.replicationController.name=bwce-sample, env.DRIVERDATA=C:\Windows\System32\Drivers\DriverData, bwdocker.maintainer=abc@tibco.com, env.PATH=C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin/server;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/lib/amd64;C:\tibco\bw\tibrv\8.4\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\WINDOWS\System32\OpenSSH\;C:\Users\ktng\AppData\Local\Temp\LRE8985.tmp\bin;E:\Maven\apache-maven-3.6.3\bin;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Git\cmd;C:\Program Files\TortoiseSVN\bin;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin;C:\Users\ktng\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Bandizip\;C:\Users\ktng\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\ktng\AppData\Local\GitHubDesktop\bin;C:\tibco\bwce2.5.4\studio\4.0\eclipse;, user.language=ko, env.WINDIR=C:\WINDOWS, sun.boot.library.path=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin, classworlds.conf=E:\Workspace\bwce\deploy\.metadata\.plugins\org.eclipse.m2e.launching\launches\m2conf6114091390631016982.tmp, java.version=1.8.0_221, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel, user.timezone=Asia/Seoul, project.baseUri=file:/E:/Workspace/eai_pjt/hello.application/, maven.build.timestamp=2020-09-22T00:10:16Z, env.CLIENTNAME=DESKTOP-VSB556K, env.TEMP=C:\Users\ktng\AppData\Local\Temp, sun.arch.data.model=64, java.endorsed.dirs=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\endorsed, sun.cpu.isalist=amd64, fabric8.service.type=LoadBalancer, bwdocker.certPath=, env.HOMEDRIVE=C:, sun.jnu.encoding=MS949, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.separator=\, java.specification.name=Java Platform API Specification, fabric8.replicas=1, fabric8.provider=Tibco, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=KR, java.home=C:\tibco\bwce2.5.4\tibcojre64\1.8.0, env.APPDATA=C:\Users\ktng\AppData\Roaming, skipTests=false, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, env.OS=Windows_NT, os.version=10.0, fabric8.service.name=bwce-sample-service, env.=::=::\, path.separator=;, java.vm.version=25.221-b27, user.variant=, env.USERPROFILE=C:\Users\ktng, env.JAVA_HOME=C:\tibco\bwce2.5.4\tibcojre64\1.8.0, java.awt.printerjob=sun.awt.windows.WPrinterJob, tibco.Home=, env.TMP=C:\Users\ktng\AppData\Local\Temp, env.FPS_BROWSER_USER_PROFILE_STRING=Default, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, bw.Home=, user.script=, k8s.property.file=k8s-dev.properties, user.home=C:\Users\ktng, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.SESSIONNAME=RDP-Tcp#2, project.type=Docker, java.specification.vendor=Oracle Corporation, env.CLASSPATH=C:\tibco\bw\tibrv\8.4\lib\tibrvnative.jar;, bwdocker.host=tcp://localhost:2375, env.NUMBER_OF_PROCESSORS=8, java.library.path=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin/server;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/lib/amd64;C:\tibco\bw\tibrv\8.4\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\WINDOWS\System32\OpenSSH\;C:\Users\ktng\AppData\Local\Temp\LRE8985.tmp\bin;E:\Maven\apache-maven-3.6.3\bin;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Git\cmd;C:\Program Files\TortoiseSVN\bin;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin;C:\Users\ktng\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Bandizip\;C:\Users\ktng\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\ktng\AppData\Local\GitHubDesktop\bin;C:\tibco\bwce2.5.4\studio\4.0\eclipse;;., java.vendor.url=http://java.oracle.com/, fabric8.label.project=bwce-sample, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.USERDNSDOMAIN=KTNG.AD, env.PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules, java.vm.vendor=Oracle Corporation, fabric8.label.container=bwce-sample, java.runtime.name=Java(TM) SE Runtime Environment, maven.home=E:\Workspace\eai_pjt\hello.application.parent\EMBEDDED, java.class.path=/C:/tibco/bwce2.5.4/studio/4.0/eclipse/plugins/org.eclipse.m2e.maven.runtime_1.6.2.20151013-0835/jars/plexus-classworlds-2.5.2.jar, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -B -X -e clean package initialize com.tibco.plugins:bw6-maven-plugin:bwfabric8json fabric8:resource fabric8:apply -X, env.PROGRAMW6432=C:\Program Files, maven.version=3.3.3, env.PROGRAMFILES(X86)=C:\Program Files (x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\KCWKOPMGADSS1, env.PROCESSOR_ARCHITECTURE=AMD64, java.vm.specification.version=1.8, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, bwdocker.containername=, sun.os.patch.level=, sun.cpu.endian=little, java.io.tmpdir=C:\Users\ktng\AppData\Local\Temp\, env.PROCESSOR_REVISION=8e0a, env.UATDATA=C:\WINDOWS\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77, fabric8.service.containerPort=8080, maven.multiModuleProjectDirectory=C:\tibco\bwce2.5.4\studio\4.0\eclipse\${workspace_loc:\hello.application.parent}, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.COMSPEC=C:\WINDOWS\system32\cmd.exe, env.PROGRAMDATA=C:\ProgramData, env.FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, os.arch=amd64, java.ext.dirs=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, user.dir=E:\Workspace\eai_pjt\hello.application.parent, env.LOCALAPPDATA=C:\Users\ktng\AppData\Local, env.MAVEN_HOME=E:\Maven\apache-maven-3.6.3, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, bwdocker.autoPullImage=IfNotPresent, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.USERNAME=t0200148, failIfNoTests=false, fabric8.label.group=bwce-sample, file.encoding=UTF-8, fabric8.apply.namespace=default, env.USERDOMAIN=KTNG, java.specification.version=1.8, env.PROCESSOR_LEVEL=6}
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Using 'null' encoding to copy filtered properties files.
[DEBUG] resource with targetPath null
directory E:\Workspace\eai_pjt\hello.application\src\test\resources
excludes []
includes []
[INFO] skip non existing resourceDirectory E:\Workspace\eai_pjt\hello.application\src\test\resources
[DEBUG] no use filter components
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ hello.application ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.8.1--1595213210, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile' with basic configurator -->
[DEBUG]   (f) basedir = E:\Workspace\eai_pjt\hello.application
[DEBUG]   (f) buildDirectory = E:\Workspace\eai_pjt\hello.application\target
[DEBUG]   (f) compilePath = [E:\Workspace\eai_pjt\hello.application\target\classes]
[DEBUG]   (f) compileSourceRoots = [E:\Workspace\eai_pjt\hello.application\src\test\java]
[DEBUG]   (f) compilerId = javac
[DEBUG]   (f) debug = true
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) failOnWarning = false
[DEBUG]   (f) forceJavacCompilerUse = false
[DEBUG]   (f) fork = false
[DEBUG]   (f) generatedTestSourcesDirectory = E:\Workspace\eai_pjt\hello.application\target\generated-test-sources\test-annotations
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile {execution: default-testCompile}
[DEBUG]   (f) optimize = false
[DEBUG]   (f) outputDirectory = E:\Workspace\eai_pjt\hello.application\target\test-classes
[DEBUG]   (f) parameters = false
[DEBUG]   (f) project = MavenProject: com.tibco.bw:hello.application:1.0.0-SNAPSHOT @ E:\Workspace\eai_pjt\hello.application\pom.xml
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@61b838f2
[DEBUG]   (f) showDeprecation = false
[DEBUG]   (f) showWarnings = false
[DEBUG]   (f) skipMultiThreadWarning = false
[DEBUG]   (f) source = 1.6
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (s) target = 1.6
[DEBUG]   (f) testPath = [E:\Workspace\eai_pjt\hello.application\target\test-classes, E:\Workspace\eai_pjt\hello.application\target\classes]
[DEBUG]   (f) useIncrementalCompilation = true
[DEBUG]   (f) verbose = false
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[INFO] No sources to compile
[INFO] 
[INFO] --- bw6-maven-plugin:2.7.1:bwtest (default-bwtest) @ hello.application ---
[DEBUG] Configuring mojo com.tibco.plugins:bw6-maven-plugin:2.7.1:bwtest from plugin realm ClassRealm[extension>com.tibco.plugins:bw6-maven-plugin:2.7.1, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'com.tibco.plugins:bw6-maven-plugin:2.7.1:bwtest' with basic configurator -->
[DEBUG]   (f) disableAssertions = false
[DEBUG]   (f) disableMocking = false
[DEBUG]   (f) engineDebugPort = 8090
[DEBUG]   (f) engineStartupWaitTime = 2
[DEBUG]   (s) failIfNoTests = false
[DEBUG]   (f) osgiCommands = []
[DEBUG]   (f) project = MavenProject: com.tibco.bw:hello.application:1.0.0-SNAPSHOT @ E:\Workspace\eai_pjt\hello.application\pom.xml
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@61b838f2
[DEBUG]   (f) showFailureDetails = true
[DEBUG]   (s) skipTests = false
[DEBUG]   (s) testFailureIgnore = false
[DEBUG] -- end configuration --
[INFO] -------------------------------------------------------
[INFO] Tibco Home or BW Home is not provided. Skipping Test Phase.
[INFO] -------------------------------------------------------
[INFO] 
[INFO] --- bw6-maven-plugin:2.7.1:bwear (default-bwear) @ hello.application ---
[DEBUG] Configuring mojo com.tibco.plugins:bw6-maven-plugin:2.7.1:bwear from plugin realm ClassRealm[extension>com.tibco.plugins:bw6-maven-plugin:2.7.1, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'com.tibco.plugins:bw6-maven-plugin:2.7.1:bwear' with basic configurator -->
[DEBUG]   (f) outputDirectory = E:\Workspace\eai_pjt\hello.application\target
[DEBUG]   (f) project = MavenProject: com.tibco.bw:hello.application:1.0.0-SNAPSHOT @ E:\Workspace\eai_pjt\hello.application\pom.xml
[DEBUG]   (f) projectBasedir = E:\Workspace\eai_pjt\hello.application
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@61b838f2
[DEBUG] -- end configuration --
[INFO] BWEARPackager Mojo started ...
[INFO] Updated the Manifest version 
[INFO] The OSGi verion is 1.0.0.202009220910 for Maven version of 1.0.0.202009220910
[INFO] Adding Modules to the EAR file
[DEBUG] Adding Modules to the Application EAR
[INFO] Adding Module JAR with name hello_1.0.0.202009220910.jar with version 1.0.0.202009220910
[DEBUG] Dependency file is C:\Users\ktng\.m2\repository\com\tibco\plugins\com.tibco.bw.palette.shared\6.1.100\com.tibco.bw.palette.shared-6.1.100.jar
[DEBUG] Looking up dependency tree for the current project => MavenProject: com.tibco.bw:hello.application:1.0.0-SNAPSHOT @ E:\Workspace\eai_pjt\hello.application\pom.xml and the current session => org.apache.maven.execution.MavenSession@61b838f2
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=1, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=0, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=0, DefaultDependencyCollector.collectTime=0, DefaultDependencyCollector.transformTime=0}
[DEBUG] com.tibco.bw:hello.application:bwear:1.0.0-SNAPSHOT
[INFO] Adding EAR Information to the EAR File
[DEBUG] Adding Application specific files...
[DEBUG] Adding files to META-INF folder of EAR. 
[INFO] Manifest updated with Version 1.0.0.202009220910
[DEBUG] Manifest added to temp location at C:\Users\ktng\AppData\Local\Temp\bwear8300165706840775971mf
[DEBUG] Updating the TibcoXML file with the module versions 
[DEBUG] Loaded Tibco.xml file
[DEBUG] Updated Module versions in the Tibcoxml file
[DEBUG] Updated TibcoXML file to temp location C:\Users\ktng\AppData\Local\Temp\bwear8876782967996761808xml
[INFO] The EAR file name for Application is E:\Workspace\eai_pjt\hello.application\target\hello.application_1.0.0.ear
[INFO] Building jar: E:\Workspace\eai_pjt\hello.application\target\hello.application_1.0.0.ear
[DEBUG] cleaned up the temporary files.
[INFO] BWEARPackager Mojo finished execution
[INFO] 
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ hello.application ---
[DEBUG] Configuring mojo org.codehaus.mojo:properties-maven-plugin:1.0.0:read-project-properties from plugin realm ClassRealm[plugin>org.codehaus.mojo:properties-maven-plugin:1.0.0, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'org.codehaus.mojo:properties-maven-plugin:1.0.0:read-project-properties' with basic configurator -->
[DEBUG]   (s) files = [E:\Workspace\eai_pjt\hello.application\docker-dev.properties, E:\Workspace\eai_pjt\hello.application\k8s-dev.properties]
[DEBUG]   (f) project = MavenProject: com.tibco.bw:hello.application:1.0.0-SNAPSHOT @ E:\Workspace\eai_pjt\hello.application\pom.xml
[DEBUG]   (f) quiet = false
[DEBUG] -- end configuration --
[DEBUG] Loading properties from File: E:\Workspace\eai_pjt\hello.application\docker-dev.properties
[DEBUG] Loading properties from File: E:\Workspace\eai_pjt\hello.application\k8s-dev.properties
[INFO] 
[INFO] --- bw6-maven-plugin:2.7.1:bwfabric8json (default-cli) @ hello.application ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=690, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=148, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4, ConflictResolver.conflictItemCount=323, DefaultDependencyCollector.collectTime=108, DefaultDependencyCollector.transformTime=5}
[DEBUG] com.tibco.plugins:bw6-maven-plugin:jar:2.7.1:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.6.2:compile
[DEBUG]       org.apache.maven:maven-model:jar:3.6.2:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:3.6.2:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.3:compile
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:compile
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:3.2.1:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.6.2:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.6.2:compile
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.6.2:compile
[DEBUG]       org.apache.maven:maven-builder-support:jar:3.6.2:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.6.2:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.6.2:compile
[DEBUG]       org.apache.maven:maven-resolver-provider:jar:3.6.2:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-api:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-spi:jar:1.4.1:compile
[DEBUG]       org.apache.maven.resolver:maven-resolver-util:jar:1.4.1:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.3:compile
[DEBUG]       com.google.inject:guice:jar:no_aop:4.2.1:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]          com.google.guava:guava:jar:25.1-android:compile
[DEBUG]             com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]             org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[DEBUG]             com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[DEBUG]             com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]             org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[DEBUG]       javax.inject:javax.inject:jar:1:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:2.0.0:compile
[DEBUG]       org.apache.commons:commons-lang3:jar:3.8.1:compile
[DEBUG]    org.apache.maven:maven-compat:jar:3.6.2:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.25:compile
[DEBUG]       org.apache.maven.wagon:wagon-provider-api:jar:3.3.3:compile
[DEBUG]    org.apache.maven:maven-archiver:jar:2.5:compile
[DEBUG]       org.codehaus.plexus:plexus-archiver:jar:2.1:compile
[DEBUG]          org.codehaus.plexus:plexus-io:jar:2.0.2:compile
[DEBUG]    org.apache.maven:maven-embedder:jar:3.1.0:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.7:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.4:compile
[DEBUG]       commons-cli:commons-cli:jar:1.2:compile
[DEBUG]    commons-io:commons-io:jar:1.3.2:compile
[DEBUG]    org.apache.maven.plugins:maven-compiler-plugin:jar:3.3:compile
[DEBUG]       org.apache.maven:maven-toolchain:jar:2.2.1:compile
[DEBUG]       org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
[DEBUG]       org.codehaus.plexus:plexus-compiler-api:jar:2.5:compile
[DEBUG]       org.codehaus.plexus:plexus-compiler-manager:jar:2.5:compile
[DEBUG]       org.codehaus.plexus:plexus-compiler-javac:jar:2.5:runtime
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile
[DEBUG]          org.apache.xbean:xbean-reflect:jar:3.4:compile
[DEBUG]             log4j:log4j:jar:1.2.12:compile
[DEBUG]             commons-logging:commons-logging-api:jar:1.1:compile
[DEBUG]          com.google.collections:google-collections:jar:1.0:compile
[DEBUG]          junit:junit:jar:3.8.2:compile
[DEBUG]    org.apache.maven.shared:maven-dependency-tree:jar:2.1:compile
[DEBUG]       org.apache.maven:maven-project:jar:2.2.0:compile
[DEBUG]          org.apache.maven:maven-profile:jar:2.2.0:compile
[DEBUG]          org.apache.maven:maven-artifact-manager:jar:2.2.0:compile
[DEBUG]             backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG]          org.apache.maven:maven-plugin-registry:jar:2.2.0:compile
[DEBUG]       org.eclipse.aether:aether-util:jar:0.9.0.M2:compile
[DEBUG]    javax.xml.bind:jaxb-api:jar:2.2.7:compile
[DEBUG]    org.glassfish.jersey.media:jersey-media-jaxb:jar:2.19:compile
[DEBUG]       org.glassfish.jersey.core:jersey-common:jar:2.19:compile
[DEBUG]          javax.annotation:javax.annotation-api:jar:1.2:compile
[DEBUG]          org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.19:compile
[DEBUG]       org.glassfish.hk2:hk2-api:jar:2.4.0-b25:compile
[DEBUG]          org.glassfish.hk2:hk2-utils:jar:2.4.0-b25:compile
[DEBUG]          org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b25:compile
[DEBUG]       org.glassfish.hk2.external:javax.inject:jar:2.4.0-b25:compile
[DEBUG]       org.glassfish.hk2:hk2-locator:jar:2.4.0-b25:compile
[DEBUG]          org.javassist:javassist:jar:3.18.1-GA:compile
[DEBUG]       org.glassfish.hk2:osgi-resource-locator:jar:1.0.1:compile
[DEBUG]    org.glassfish.jersey.core:jersey-client:jar:2.21.1:compile
[DEBUG]       javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
[DEBUG]    org.glassfish.jersey.media:jersey-media-multipart:jar:2.21.1:compile
[DEBUG]       org.jvnet.mimepull:mimepull:jar:1.9.6:compile
[DEBUG]    com.fasterxml.jackson.core:jackson-core:jar:2.10.0:compile
[DEBUG]    com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.10.0:compile
[DEBUG]       com.fasterxml.jackson.core:jackson-databind:jar:2.10.0:compile
[DEBUG]    com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.10.0:compile
[DEBUG]       jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile
[DEBUG]       jakarta.activation:jakarta.activation-api:jar:1.2.1:compile
[DEBUG]    org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.21.1:compile
[DEBUG]       org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.21.1:compile
[DEBUG]    com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.10.0:compile
[DEBUG]    com.fasterxml.jackson.core:jackson-annotations:jar:2.10.0:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-impl:jar:3.0.0:compile
[DEBUG]       org.apache.maven.doxia:doxia-sink-api:jar:1.7:compile
[DEBUG]          org.apache.maven.doxia:doxia-logging-api:jar:1.7:compile
[DEBUG]       org.apache.maven.doxia:doxia-decoration-model:jar:1.7.4:compile
[DEBUG]       org.apache.maven.doxia:doxia-core:jar:1.7:compile
[DEBUG]          commons-lang:commons-lang:jar:2.4:compile
[DEBUG]          org.apache.httpcomponents:httpclient:jar:4.0.2:compile
[DEBUG]             commons-logging:commons-logging:jar:1.1.1:compile
[DEBUG]             commons-codec:commons-codec:jar:1.3:compile
[DEBUG]          org.apache.httpcomponents:httpcore:jar:4.0.1:compile
[DEBUG]          xmlunit:xmlunit:jar:1.5:compile
[DEBUG]       org.apache.maven.doxia:doxia-site-renderer:jar:1.7.4:compile
[DEBUG]          org.apache.maven.doxia:doxia-skin-model:jar:1.7.4:compile
[DEBUG]          org.apache.maven.doxia:doxia-module-xhtml:jar:1.7:compile
[DEBUG]          org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile
[DEBUG]          org.codehaus.plexus:plexus-velocity:jar:1.2:compile
[DEBUG]          org.apache.velocity:velocity:jar:1.7:compile
[DEBUG]          org.apache.velocity:velocity-tools:jar:2.0:compile
[DEBUG]             commons-beanutils:commons-beanutils:jar:1.7.0:compile
[DEBUG]             commons-digester:commons-digester:jar:1.8:compile
[DEBUG]             commons-chain:commons-chain:jar:1.1:compile
[DEBUG]             commons-validator:commons-validator:jar:1.3.1:compile
[DEBUG]             dom4j:dom4j:jar:1.1:compile
[DEBUG]             oro:oro:jar:2.0.8:compile
[DEBUG]             sslext:sslext:jar:1.2-0:compile
[DEBUG]             org.apache.struts:struts-core:jar:1.3.8:compile
[DEBUG]                antlr:antlr:jar:2.7.2:compile
[DEBUG]             org.apache.struts:struts-taglib:jar:1.3.8:compile
[DEBUG]             org.apache.struts:struts-tiles:jar:1.3.8:compile
[DEBUG]          commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG]    org.apache.maven.shared:maven-shared-utils:jar:3.2.0:compile
[DEBUG]    org.yaml:snakeyaml:jar:1.21:compile
[DEBUG]    com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.10.3:compile
[DEBUG] Created new class realm plugin>com.tibco.plugins:bw6-maven-plugin:2.7.1-2049496765
[DEBUG] Importing foreign packages into class realm plugin>com.tibco.plugins:bw6-maven-plugin:2.7.1-2049496765
[DEBUG]   Imported:  < project>com.tibco.bw:hello.application:1.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>com.tibco.plugins:bw6-maven-plugin:2.7.1-2049496765
[DEBUG]   Included: com.tibco.plugins:bw6-maven-plugin:jar:2.7.1
[DEBUG]   Included: javax.enterprise:cdi-api:jar:1.0
[DEBUG]   Included: javax.annotation:jsr250-api:jar:1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.2.1
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.6.2
[DEBUG]   Included: org.apache.maven:maven-resolver-provider:jar:3.6.2
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-impl:jar:1.4.1
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-api:jar:1.4.1
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-spi:jar:1.4.1
[DEBUG]   Included: org.apache.maven.resolver:maven-resolver-util:jar:1.4.1
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.3
[DEBUG]   Included: com.google.inject:guice:jar:no_aop:4.2.1
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: com.google.guava:guava:jar:25.1-android
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: org.checkerframework:checker-compat-qual:jar:2.0.0
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.1.3
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:2.0.0
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
[DEBUG]   Included: org.apache.maven:maven-archiver:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:2.1
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:2.0.2
[DEBUG]   Included: org.apache.maven:maven-embedder:jar:3.1.0
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: commons-cli:commons-cli:jar:1.2
[DEBUG]   Included: commons-io:commons-io:jar:1.3.2
[DEBUG]   Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.3
[DEBUG]   Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-api:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.5
[DEBUG]   Included: org.apache.xbean:xbean-reflect:jar:3.4
[DEBUG]   Included: log4j:log4j:jar:1.2.12
[DEBUG]   Included: commons-logging:commons-logging-api:jar:1.1
[DEBUG]   Included: com.google.collections:google-collections:jar:1.0
[DEBUG]   Included: junit:junit:jar:3.8.2
[DEBUG]   Included: org.apache.maven.shared:maven-dependency-tree:jar:2.1
[DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG]   Included: org.eclipse.aether:aether-util:jar:0.9.0.M2
[DEBUG]   Included: javax.xml.bind:jaxb-api:jar:2.2.7
[DEBUG]   Included: org.glassfish.jersey.media:jersey-media-jaxb:jar:2.19
[DEBUG]   Included: org.glassfish.jersey.core:jersey-common:jar:2.19
[DEBUG]   Included: javax.annotation:javax.annotation-api:jar:1.2
[DEBUG]   Included: org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.19
[DEBUG]   Included: org.glassfish.hk2:hk2-api:jar:2.4.0-b25
[DEBUG]   Included: org.glassfish.hk2:hk2-utils:jar:2.4.0-b25
[DEBUG]   Included: org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b25
[DEBUG]   Included: org.glassfish.hk2.external:javax.inject:jar:2.4.0-b25
[DEBUG]   Included: org.glassfish.hk2:hk2-locator:jar:2.4.0-b25
[DEBUG]   Included: org.javassist:javassist:jar:3.18.1-GA
[DEBUG]   Included: org.glassfish.hk2:osgi-resource-locator:jar:1.0.1
[DEBUG]   Included: org.glassfish.jersey.core:jersey-client:jar:2.21.1
[DEBUG]   Included: javax.ws.rs:javax.ws.rs-api:jar:2.0.1
[DEBUG]   Included: org.glassfish.jersey.media:jersey-media-multipart:jar:2.21.1
[DEBUG]   Included: org.jvnet.mimepull:mimepull:jar:1.9.6
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-core:jar:2.10.0
[DEBUG]   Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.10.0
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-databind:jar:2.10.0
[DEBUG]   Included: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.10.0
[DEBUG]   Included: jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2
[DEBUG]   Included: jakarta.activation:jakarta.activation-api:jar:1.2.1
[DEBUG]   Included: org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.21.1
[DEBUG]   Included: org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.21.1
[DEBUG]   Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.10.0
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.10.0
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-impl:jar:3.0.0
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.7
[DEBUG]   Included: org.apache.maven.doxia:doxia-logging-api:jar:1.7
[DEBUG]   Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.7.4
[DEBUG]   Included: org.apache.maven.doxia:doxia-core:jar:1.7
[DEBUG]   Included: commons-lang:commons-lang:jar:2.4
[DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.0.2
[DEBUG]   Included: commons-logging:commons-logging:jar:1.1.1
[DEBUG]   Included: commons-codec:commons-codec:jar:1.3
[DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.0.1
[DEBUG]   Included: xmlunit:xmlunit:jar:1.5
[DEBUG]   Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.7.4
[DEBUG]   Included: org.apache.maven.doxia:doxia-skin-model:jar:1.7.4
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7
[DEBUG]   Included: org.codehaus.plexus:plexus-velocity:jar:1.2
[DEBUG]   Included: org.apache.velocity:velocity:jar:1.7
[DEBUG]   Included: org.apache.velocity:velocity-tools:jar:2.0
[DEBUG]   Included: commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG]   Included: commons-digester:commons-digester:jar:1.8
[DEBUG]   Included: commons-chain:commons-chain:jar:1.1
[DEBUG]   Included: commons-validator:commons-validator:jar:1.3.1
[DEBUG]   Included: dom4j:dom4j:jar:1.1
[DEBUG]   Included: oro:oro:jar:2.0.8
[DEBUG]   Included: sslext:sslext:jar:1.2-0
[DEBUG]   Included: org.apache.struts:struts-core:jar:1.3.8
[DEBUG]   Included: antlr:antlr:jar:2.7.2
[DEBUG]   Included: org.apache.struts:struts-taglib:jar:1.3.8
[DEBUG]   Included: org.apache.struts:struts-tiles:jar:1.3.8
[DEBUG]   Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.0
[DEBUG]   Included: org.yaml:snakeyaml:jar:1.21
[DEBUG]   Included: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.10.3
[DEBUG] Configuring mojo com.tibco.plugins:bw6-maven-plugin:2.7.1:bwfabric8json from plugin realm ClassRealm[plugin>com.tibco.plugins:bw6-maven-plugin:2.7.1-2049496765, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'com.tibco.plugins:bw6-maven-plugin:2.7.1:bwfabric8json' with basic configurator -->
[DEBUG]   (f) profileIds = []
[DEBUG]   (f) project = MavenProject: com.tibco.bw:hello.application:1.0.0-SNAPSHOT @ E:\Workspace\eai_pjt\hello.application\pom.xml
[DEBUG] -- end configuration --
[INFO] 
[INFO] --- fabric8-maven-plugin:4.4.1:resource (default-cli) @ hello.application ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=477, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=142, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3, ConflictResolver.conflictItemCount=356, DefaultDependencyCollector.collectTime=26, DefaultDependencyCollector.transformTime=3}
[DEBUG] io.fabric8:fabric8-maven-plugin:jar:4.4.1:
[DEBUG]    io.fabric8:docker-maven-plugin:jar:0.31.0:compile
[DEBUG]       org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[DEBUG]          org.apache.httpcomponents:httpcore:jar:4.4.9:compile
[DEBUG]          commons-logging:commons-logging:jar:1.2:compile
[DEBUG]       com.github.jnr:jnr-unixsocket:jar:0.22:compile
[DEBUG]          com.github.jnr:jnr-ffi:jar:2.1.9:compile
[DEBUG]             com.github.jnr:jffi:jar:1.2.17:compile
[DEBUG]             com.github.jnr:jffi:jar:native:1.2.16:runtime
[DEBUG]             org.ow2.asm:asm-commons:jar:5.0.3:compile
[DEBUG]             org.ow2.asm:asm-analysis:jar:5.0.3:compile
[DEBUG]             org.ow2.asm:asm-tree:jar:5.0.3:compile
[DEBUG]             org.ow2.asm:asm-util:jar:5.0.3:compile
[DEBUG]             com.github.jnr:jnr-a64asm:jar:1.0.0:compile
[DEBUG]             com.github.jnr:jnr-x86asm:jar:1.0.2:compile
[DEBUG]          com.github.jnr:jnr-constants:jar:0.9.11:compile
[DEBUG]          com.github.jnr:jnr-enxio:jar:0.20:compile
[DEBUG]          com.github.jnr:jnr-posix:jar:3.0.47:compile
[DEBUG]       org.apache.commons:commons-text:jar:1.1:compile
[DEBUG]       org.fusesource.jansi:jansi:jar:1.16:compile
[DEBUG]       org.bouncycastle:bcpkix-jdk15on:jar:1.57:compile
[DEBUG]          org.bouncycastle:bcprov-jdk15on:jar:1.57:compile
[DEBUG]       org.apache.maven.plugins:maven-assembly-plugin:jar:3.1.0:compile
[DEBUG]          org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1:compile
[DEBUG]             org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG]                org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG]                   org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG]             org.apache.maven.shared:maven-shared-utils:jar:3.1.0:compile
[DEBUG]          org.apache.maven.shared:maven-artifact-transfer:jar:0.9.0:compile
[DEBUG]          org.codehaus.plexus:plexus-archiver:jar:3.5:compile
[DEBUG]             org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]             org.tukaani:xz:jar:1.6:runtime
[DEBUG]          org.apache.maven.shared:file-management:jar:3.0.0:compile
[DEBUG]          org.apache.maven.shared:maven-shared-io:jar:3.0.0:compile
[DEBUG]          org.apache.maven.shared:maven-filtering:jar:3.1.1:compile
[DEBUG]             org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
[DEBUG]          org.codehaus.plexus:plexus-io:jar:3.0.0:compile
[DEBUG]          org.apache.maven:maven-archiver:jar:3.2.0:compile
[DEBUG]       joda-time:joda-time:jar:2.9.9:compile
[DEBUG]       org.yaml:snakeyaml:jar:1.25:compile
[DEBUG]       com.google.guava:guava:jar:27.0.1-jre:compile
[DEBUG]          com.google.guava:failureaccess:jar:1.0.1:compile
[DEBUG]          com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[DEBUG]          org.checkerframework:checker-qual:jar:2.5.2:compile
[DEBUG]          com.google.errorprone:error_prone_annotations:jar:2.2.0:compile
[DEBUG]          com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG]          org.codehaus.mojo:animal-sniffer-annotations:jar:1.17:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.25:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-core:jar:4.4.1:compile
[DEBUG]       com.google.cloud.tools:jib-core:jar:0.12.0:compile
[DEBUG]          com.google.http-client:google-http-client:jar:1.27.0:runtime
[DEBUG]          com.google.auth:google-auth-library-oauth2-http:jar:0.16.2:runtime
[DEBUG]             com.google.auth:google-auth-library-credentials:jar:0.16.2:runtime
[DEBUG]             com.google.http-client:google-http-client-jackson2:jar:1.30.1:runtime
[DEBUG]          org.apache.commons:commons-compress:jar:1.19:compile
[DEBUG]          org.ow2.asm:asm:jar:7.2:compile
[DEBUG]       com.google.cloud.tools:jib-maven-plugin:jar:1.6.1:compile
[DEBUG]       io.fabric8:openshift-client:jar:4.9.0:compile
[DEBUG]       com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.10.0:compile
[DEBUG]       org.eclipse.jgit:org.eclipse.jgit:jar:5.3.0.201903130848-r:compile
[DEBUG]          com.jcraft:jsch:jar:0.1.54:compile
[DEBUG]          com.jcraft:jzlib:jar:1.1.3:compile
[DEBUG]          com.googlecode.javaewah:JavaEWAH:jar:1.1.6:compile
[DEBUG]          org.bouncycastle:bcpg-jdk15on:jar:1.60:compile
[DEBUG]       org.javassist:javassist:jar:3.23.1-GA:compile
[DEBUG]       com.networknt:json-schema-validator:jar:0.1.7:compile
[DEBUG]          org.slf4j:slf4j-ext:jar:1.7.25:compile
[DEBUG]       org.hamcrest:hamcrest-library:jar:1.3:compile
[DEBUG]          org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG]       javax.validation:validation-api:jar:2.0.1.Final:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-enricher-api:jar:4.4.1:compile
[DEBUG]       com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-enricher-standard:jar:4.4.1:compile
[DEBUG]       io.fabric8:ianaservicehelper:jar:0.0.1:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-enricher-fabric8:jar:4.4.1:compile
[DEBUG]       commons-codec:commons-codec:jar:1.10:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-generator-api:jar:4.4.1:compile
[DEBUG]       org.jboss.shrinkwrap:shrinkwrap-api:jar:1.2.6:compile
[DEBUG]       org.jboss.shrinkwrap:shrinkwrap-spi:jar:1.2.6:compile
[DEBUG]       org.jboss.shrinkwrap:shrinkwrap-impl-base:jar:1.2.6:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-generator-java-exec:jar:4.4.1:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-generator-spring-boot:jar:4.4.1:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-generator-vertx:jar:4.4.1:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-generator-karaf:jar:4.4.1:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-generator-wildfly-swarm:jar:4.4.1:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-generator-quarkus:jar:4.4.1:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-generator-thorntail-v2:jar:4.4.1:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-generator-webapp:jar:4.4.1:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-generator-openliberty:jar:4.4.1:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-watcher-api:jar:4.4.1:compile
[DEBUG]    io.fabric8:fabric8-maven-plugin-watcher-standard:jar:4.4.1:compile
[DEBUG]    io.fabric8:kubernetes-client:jar:4.9.0:compile
[DEBUG]       io.fabric8:kubernetes-model:jar:4.9.0:compile
[DEBUG]          io.fabric8:kubernetes-model-common:jar:4.9.0:compile
[DEBUG]          com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.10.0:compile
[DEBUG]             jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile
[DEBUG]             jakarta.activation:jakarta.activation-api:jar:1.2.1:compile
[DEBUG]       com.squareup.okhttp3:okhttp:jar:3.12.6:compile
[DEBUG]          com.squareup.okio:okio:jar:1.15.0:compile
[DEBUG]       com.squareup.okhttp3:logging-interceptor:jar:3.12.6:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.25:compile
[DEBUG]       com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.0:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-annotations:jar:2.10.0:compile
[DEBUG]       com.fasterxml.jackson.core:jackson-databind:jar:2.10.0:compile
[DEBUG]       com.fasterxml.jackson.core:jackson-core:jar:2.10.0:compile
[DEBUG]       io.fabric8:zjsonpatch:jar:0.3.0:compile
[DEBUG]       com.github.mifmif:generex:jar:1.0.2:compile
[DEBUG]          dk.brics.automaton:automaton:jar:1.11-8:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.3.1:compile
[DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0:compile
[DEBUG]          javax.enterprise:cdi-api:jar:1.0:compile
[DEBUG]             javax.annotation:jsr250-api:jar:1.0:compile
[DEBUG]          org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.3.1:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.3.1:compile
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.3.1:compile
[DEBUG]          org.apache.maven:maven-builder-support:jar:3.3.1:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.3.1:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.3.1:compile
[DEBUG]       org.apache.maven:maven-aether-provider:jar:3.3.1:compile
[DEBUG]          org.eclipse.aether:aether-spi:jar:1.0.2.v20150114:compile
[DEBUG]       org.eclipse.aether:aether-impl:jar:1.0.2.v20150114:compile
[DEBUG]       org.eclipse.aether:aether-api:jar:1.0.2.v20150114:compile
[DEBUG]       org.eclipse.aether:aether-util:jar:1.0.2.v20150114:compile
[DEBUG]       org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.5:compile
[DEBUG]          javax.inject:javax.inject:jar:1:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]    org.apache.maven:maven-model:jar:3.3.1:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:3.3.1:compile
[DEBUG]    org.apache.maven:maven-compat:jar:3.3.1:compile
[DEBUG]       org.apache.maven.wagon:wagon-provider-api:jar:2.8:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.1.0:compile
[DEBUG]    org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
[DEBUG]    org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6:compile
[DEBUG]       org.codehaus.plexus:plexus-component-api:jar:1.0-alpha-16:compile
[DEBUG]          junit:junit:jar:4.11:test
[DEBUG]    org.apache.commons:commons-lang3:jar:3.5:compile
[DEBUG]    commons-io:commons-io:jar:2.5:compile
[DEBUG]    com.google.code.gson:gson:jar:2.8.5:compile
[DEBUG] Created new class realm plugin>io.fabric8:fabric8-maven-plugin:4.4.1--1098437060
[DEBUG] Importing foreign packages into class realm plugin>io.fabric8:fabric8-maven-plugin:4.4.1--1098437060
[DEBUG]   Imported:  < project>com.tibco.bw:hello.application:1.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>io.fabric8:fabric8-maven-plugin:4.4.1--1098437060
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin:jar:4.4.1
[DEBUG]   Included: io.fabric8:docker-maven-plugin:jar:0.31.0
[DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.5.5
[DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.4.9
[DEBUG]   Included: commons-logging:commons-logging:jar:1.2
[DEBUG]   Included: com.github.jnr:jnr-unixsocket:jar:0.22
[DEBUG]   Included: com.github.jnr:jnr-ffi:jar:2.1.9
[DEBUG]   Included: com.github.jnr:jffi:jar:1.2.17
[DEBUG]   Included: com.github.jnr:jffi:jar:native:1.2.16
[DEBUG]   Included: org.ow2.asm:asm-commons:jar:5.0.3
[DEBUG]   Included: org.ow2.asm:asm-analysis:jar:5.0.3
[DEBUG]   Included: org.ow2.asm:asm-tree:jar:5.0.3
[DEBUG]   Included: org.ow2.asm:asm-util:jar:5.0.3
[DEBUG]   Included: com.github.jnr:jnr-a64asm:jar:1.0.0
[DEBUG]   Included: com.github.jnr:jnr-x86asm:jar:1.0.2
[DEBUG]   Included: com.github.jnr:jnr-constants:jar:0.9.11
[DEBUG]   Included: com.github.jnr:jnr-enxio:jar:0.20
[DEBUG]   Included: com.github.jnr:jnr-posix:jar:3.0.47
[DEBUG]   Included: org.apache.commons:commons-text:jar:1.1
[DEBUG]   Included: org.fusesource.jansi:jansi:jar:1.16
[DEBUG]   Included: org.bouncycastle:bcpkix-jdk15on:jar:1.57
[DEBUG]   Included: org.bouncycastle:bcprov-jdk15on:jar:1.57
[DEBUG]   Included: org.apache.maven.plugins:maven-assembly-plugin:jar:3.1.0
[DEBUG]   Included: org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1
[DEBUG]   Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.1.0
[DEBUG]   Included: org.apache.maven.shared:maven-artifact-transfer:jar:0.9.0
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:3.5
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.6
[DEBUG]   Included: org.apache.maven.shared:file-management:jar:3.0.0
[DEBUG]   Included: org.apache.maven.shared:maven-shared-io:jar:3.0.0
[DEBUG]   Included: org.apache.maven.shared:maven-filtering:jar:3.1.1
[DEBUG]   Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.0.0
[DEBUG]   Included: org.apache.maven:maven-archiver:jar:3.2.0
[DEBUG]   Included: joda-time:joda-time:jar:2.9.9
[DEBUG]   Included: org.yaml:snakeyaml:jar:1.25
[DEBUG]   Included: com.google.guava:guava:jar:27.0.1-jre
[DEBUG]   Included: com.google.guava:failureaccess:jar:1.0.1
[DEBUG]   Included: com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava
[DEBUG]   Included: org.checkerframework:checker-qual:jar:2.5.2
[DEBUG]   Included: com.google.errorprone:error_prone_annotations:jar:2.2.0
[DEBUG]   Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG]   Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.17
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.25
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-core:jar:4.4.1
[DEBUG]   Included: com.google.cloud.tools:jib-core:jar:0.12.0
[DEBUG]   Included: com.google.http-client:google-http-client:jar:1.27.0
[DEBUG]   Included: com.google.auth:google-auth-library-oauth2-http:jar:0.16.2
[DEBUG]   Included: com.google.auth:google-auth-library-credentials:jar:0.16.2
[DEBUG]   Included: com.google.http-client:google-http-client-jackson2:jar:1.30.1
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.19
[DEBUG]   Included: org.ow2.asm:asm:jar:7.2
[DEBUG]   Included: com.google.cloud.tools:jib-maven-plugin:jar:1.6.1
[DEBUG]   Included: io.fabric8:openshift-client:jar:4.9.0
[DEBUG]   Included: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.10.0
[DEBUG]   Included: org.eclipse.jgit:org.eclipse.jgit:jar:5.3.0.201903130848-r
[DEBUG]   Included: com.jcraft:jsch:jar:0.1.54
[DEBUG]   Included: com.jcraft:jzlib:jar:1.1.3
[DEBUG]   Included: com.googlecode.javaewah:JavaEWAH:jar:1.1.6
[DEBUG]   Included: org.bouncycastle:bcpg-jdk15on:jar:1.60
[DEBUG]   Included: org.javassist:javassist:jar:3.23.1-GA
[DEBUG]   Included: com.networknt:json-schema-validator:jar:0.1.7
[DEBUG]   Included: org.slf4j:slf4j-ext:jar:1.7.25
[DEBUG]   Included: org.hamcrest:hamcrest-library:jar:1.3
[DEBUG]   Included: org.hamcrest:hamcrest-core:jar:1.3
[DEBUG]   Included: javax.validation:validation-api:jar:2.0.1.Final
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-enricher-api:jar:4.4.1
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-enricher-standard:jar:4.4.1
[DEBUG]   Included: io.fabric8:ianaservicehelper:jar:0.0.1
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-enricher-fabric8:jar:4.4.1
[DEBUG]   Included: commons-codec:commons-codec:jar:1.10
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-generator-api:jar:4.4.1
[DEBUG]   Included: org.jboss.shrinkwrap:shrinkwrap-api:jar:1.2.6
[DEBUG]   Included: org.jboss.shrinkwrap:shrinkwrap-spi:jar:1.2.6
[DEBUG]   Included: org.jboss.shrinkwrap:shrinkwrap-impl-base:jar:1.2.6
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-generator-java-exec:jar:4.4.1
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-generator-spring-boot:jar:4.4.1
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-generator-vertx:jar:4.4.1
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-generator-karaf:jar:4.4.1
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-generator-wildfly-swarm:jar:4.4.1
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-generator-quarkus:jar:4.4.1
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-generator-thorntail-v2:jar:4.4.1
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-generator-webapp:jar:4.4.1
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-generator-openliberty:jar:4.4.1
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-watcher-api:jar:4.4.1
[DEBUG]   Included: io.fabric8:fabric8-maven-plugin-watcher-standard:jar:4.4.1
[DEBUG]   Included: io.fabric8:kubernetes-client:jar:4.9.0
[DEBUG]   Included: io.fabric8:kubernetes-model:jar:4.9.0
[DEBUG]   Included: io.fabric8:kubernetes-model-common:jar:4.9.0
[DEBUG]   Included: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.10.0
[DEBUG]   Included: jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2
[DEBUG]   Included: jakarta.activation:jakarta.activation-api:jar:1.2.1
[DEBUG]   Included: com.squareup.okhttp3:okhttp:jar:3.12.6
[DEBUG]   Included: com.squareup.okio:okio:jar:1.15.0
[DEBUG]   Included: com.squareup.okhttp3:logging-interceptor:jar:3.12.6
[DEBUG]   Included: com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.0
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.10.0
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-databind:jar:2.10.0
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-core:jar:2.10.0
[DEBUG]   Included: io.fabric8:zjsonpatch:jar:0.3.0
[DEBUG]   Included: com.github.mifmif:generex:jar:1.0.2
[DEBUG]   Included: dk.brics.automaton:automaton:jar:1.11-8
[DEBUG]   Included: javax.enterprise:cdi-api:jar:1.0
[DEBUG]   Included: javax.annotation:jsr250-api:jar:1.0
[DEBUG]   Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0
[DEBUG]   Included: org.apache.maven:maven-builder-support:jar:3.3.1
[DEBUG]   Included: org.eclipse.aether:aether-util:jar:1.0.2.v20150114
[DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.5
[DEBUG]   Included: aopalliance:aopalliance:jar:1.0
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.5
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: com.google.code.gson:gson:jar:2.8.5
[DEBUG] Configuring mojo io.fabric8:fabric8-maven-plugin:4.4.1:resource from plugin realm ClassRealm[plugin>io.fabric8:fabric8-maven-plugin:4.4.1--1098437060, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'io.fabric8:fabric8-maven-plugin:4.4.1:resource' with basic configurator -->
[DEBUG]   (f) enableAutomaticTrigger = true
[DEBUG]   (f) enableImageChangeTrigger = true
[DEBUG]   (f) erichAllWithImageChangeTrigger = false
[DEBUG]   (f) failOnValidationError = false
[DEBUG]   (f) generateRoute = true
[DEBUG]   (f) mergeWithDekorate = false
[DEBUG]   (f) namespace = default
[DEBUG]   (f) openshiftDeployTimeoutSeconds = 3600
[DEBUG]   (f) openshiftManifest = E:\Workspace\eai_pjt\hello.application\target\classes\META-INF\fabric8\openshift.yml
[DEBUG]   (f) project = MavenProject: com.tibco.bw:hello.application:1.0.0-SNAPSHOT @ E:\Workspace\eai_pjt\hello.application\pom.xml
[DEBUG]   (f) resourceDir = E:\Workspace\eai_pjt\hello.application\src\main\fabric8
[DEBUG]   (f) resourceDirOpenShiftOverride = E:\Workspace\eai_pjt\hello.application\src\main\fabric8-openshift-override
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@61b838f2
[DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@5ebbde60
[DEBUG]   (f) sidecar = false
[DEBUG]   (f) skip = false
[DEBUG]   (f) skipHealthCheck = false
[DEBUG]   (f) skipResource = false
[DEBUG]   (f) skipResourceValidation = false
[DEBUG]   (f) switchToDeployment = false
[DEBUG]   (f) targetDir = E:\Workspace\eai_pjt\hello.application\target\classes\META-INF\fabric8
[DEBUG]   (f) trimImageInContainerSpec = false
[DEBUG]   (f) useColor = true
[DEBUG]   (f) useProjectClasspath = false
[DEBUG]   (f) verbose = false
[DEBUG]   (f) workDir = E:\Workspace\eai_pjt\hello.application\target\fabric8
[DEBUG]   (f) workDirOpenShiftOverride = E:\Workspace\eai_pjt\hello.application\target\fabric8-openshift-override
[DEBUG] -- end configuration --
[DEBUG] Trying to configure client from Kubernetes config...
[DEBUG] Found for Kubernetes config at: [C:\Users\ktng\.kube\config].
[DEBUG] Trying to configure client from Kubernetes config...
[DEBUG] Found for Kubernetes config at: [C:\Users\ktng\.kube\config].
[DEBUG] Trying to configure client from Kubernetes config...
[DEBUG] Found for Kubernetes config at: [C:\Users\ktng\.kube\config].
[INFO] F8: using resource templates from E:\Workspace\eai_pjt\hello.application\src\main\fabric8
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\WINDOWS, env.USERDOMAIN_ROAMINGPROFILE=KTNG, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.ONEDRIVE=C:\Users\ktng\OneDrive, docker.image=nexus.ktng.com:8080/eai/hello, fabric8.namespace=default, fabric8.container.name=bwce-sample, os.name=Windows 10, docker.property.file=docker-dev.properties, sun.boot.class.path=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\resources.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\rt.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\sunrsasign.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\jsse.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\jce.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\charsets.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\jfr.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\classes, env.COMPUTERNAME=PNT0200148-002, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_221-b27, bwdocker.from=nexus.ktng.com:8080/tibco/bwce:2.5.4, env.HOMEPATH=\Users\ktng, fabric8.service.port=80, fabric8.template=bwce-sample, user.name=t0200148, maven.build.version=Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T20:57:37+09:00), fabric8.replicationController.name=bwce-sample, env.DRIVERDATA=C:\Windows\System32\Drivers\DriverData, bwdocker.maintainer=abc@tibco.com, env.PATH=C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin/server;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/lib/amd64;C:\tibco\bw\tibrv\8.4\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\WINDOWS\System32\OpenSSH\;C:\Users\ktng\AppData\Local\Temp\LRE8985.tmp\bin;E:\Maven\apache-maven-3.6.3\bin;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Git\cmd;C:\Program Files\TortoiseSVN\bin;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin;C:\Users\ktng\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Bandizip\;C:\Users\ktng\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\ktng\AppData\Local\GitHubDesktop\bin;C:\tibco\bwce2.5.4\studio\4.0\eclipse;, user.language=ko, env.WINDIR=C:\WINDOWS, sun.boot.library.path=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin, classworlds.conf=E:\Workspace\bwce\deploy\.metadata\.plugins\org.eclipse.m2e.launching\launches\m2conf6114091390631016982.tmp, java.version=1.8.0_221, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel, user.timezone=Asia/Seoul, env.CLIENTNAME=DESKTOP-VSB556K, env.TEMP=C:\Users\ktng\AppData\Local\Temp, sun.arch.data.model=64, java.endorsed.dirs=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\endorsed, sun.cpu.isalist=amd64, fabric8.service.type=LoadBalancer, bwdocker.certPath=, env.HOMEDRIVE=C:, sun.jnu.encoding=MS949, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.separator=\, java.specification.name=Java Platform API Specification, fabric8.replicas=1, fabric8.provider=Tibco, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=KR, java.home=C:\tibco\bwce2.5.4\tibcojre64\1.8.0, env.APPDATA=C:\Users\ktng\AppData\Roaming, skipTests=false, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, env.OS=Windows_NT, os.version=10.0, fabric8.service.name=bwce-sample-service, env.=::=::\, path.separator=;, java.vm.version=25.221-b27, user.variant=, env.USERPROFILE=C:\Users\ktng, env.JAVA_HOME=C:\tibco\bwce2.5.4\tibcojre64\1.8.0, java.awt.printerjob=sun.awt.windows.WPrinterJob, tibco.Home=, env.TMP=C:\Users\ktng\AppData\Local\Temp, env.FPS_BROWSER_USER_PROFILE_STRING=Default, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, bw.Home=, user.script=, k8s.property.file=k8s-dev.properties, user.home=C:\Users\ktng, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.SESSIONNAME=RDP-Tcp#2, project.type=Docker, java.specification.vendor=Oracle Corporation, env.CLASSPATH=C:\tibco\bw\tibrv\8.4\lib\tibrvnative.jar;, bwdocker.host=tcp://localhost:2375, env.NUMBER_OF_PROCESSORS=8, java.library.path=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin/server;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/lib/amd64;C:\tibco\bw\tibrv\8.4\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\WINDOWS\System32\OpenSSH\;C:\Users\ktng\AppData\Local\Temp\LRE8985.tmp\bin;E:\Maven\apache-maven-3.6.3\bin;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Git\cmd;C:\Program Files\TortoiseSVN\bin;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin;C:\Users\ktng\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Bandizip\;C:\Users\ktng\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\ktng\AppData\Local\GitHubDesktop\bin;C:\tibco\bwce2.5.4\studio\4.0\eclipse;;., java.vendor.url=http://java.oracle.com/, fabric8.label.project=bwce-sample, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.USERDNSDOMAIN=KTNG.AD, env.PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules, java.vm.vendor=Oracle Corporation, fabric8.label.container=bwce-sample, java.runtime.name=Java(TM) SE Runtime Environment, maven.home=E:\Workspace\eai_pjt\hello.application.parent\EMBEDDED, java.class.path=/C:/tibco/bwce2.5.4/studio/4.0/eclipse/plugins/org.eclipse.m2e.maven.runtime_1.6.2.20151013-0835/jars/plexus-classworlds-2.5.2.jar, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -B -X -e clean package initialize com.tibco.plugins:bw6-maven-plugin:bwfabric8json fabric8:resource fabric8:apply -X, env.PROGRAMW6432=C:\Program Files, maven.version=3.3.3, env.PROGRAMFILES(X86)=C:\Program Files (x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\KCWKOPMGADSS1, env.PROCESSOR_ARCHITECTURE=AMD64, java.vm.specification.version=1.8, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, bwdocker.containername=, sun.os.patch.level=, sun.cpu.endian=little, java.io.tmpdir=C:\Users\ktng\AppData\Local\Temp\, env.PROCESSOR_REVISION=8e0a, env.UATDATA=C:\WINDOWS\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77, fabric8.service.containerPort=8080, maven.multiModuleProjectDirectory=C:\tibco\bwce2.5.4\studio\4.0\eclipse\${workspace_loc:\hello.application.parent}, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.COMSPEC=C:\WINDOWS\system32\cmd.exe, env.PROGRAMDATA=C:\ProgramData, env.FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, os.arch=amd64, java.ext.dirs=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, user.dir=E:\Workspace\eai_pjt\hello.application.parent, env.LOCALAPPDATA=C:\Users\ktng\AppData\Local, env.MAVEN_HOME=E:\Maven\apache-maven-3.6.3, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, bwdocker.autoPullImage=IfNotPresent, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.USERNAME=t0200148, failIfNoTests=false, fabric8.label.group=bwce-sample, file.encoding=UTF-8, fabric8.apply.namespace=default, env.USERDOMAIN=KTNG, java.specification.version=1.8, env.PROCESSOR_LEVEL=6}
[DEBUG] filtering E:\Workspace\eai_pjt\hello.application\src\main\fabric8\deployment.yml to E:\Workspace\eai_pjt\hello.application\target\fabric8\deployment.yml
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\WINDOWS, env.USERDOMAIN_ROAMINGPROFILE=KTNG, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.ONEDRIVE=C:\Users\ktng\OneDrive, docker.image=nexus.ktng.com:8080/eai/hello, fabric8.namespace=default, fabric8.container.name=bwce-sample, os.name=Windows 10, docker.property.file=docker-dev.properties, sun.boot.class.path=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\resources.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\rt.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\sunrsasign.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\jsse.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\jce.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\charsets.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\jfr.jar;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\classes, env.COMPUTERNAME=PNT0200148-002, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_221-b27, bwdocker.from=nexus.ktng.com:8080/tibco/bwce:2.5.4, env.HOMEPATH=\Users\ktng, fabric8.service.port=80, fabric8.template=bwce-sample, user.name=t0200148, maven.build.version=Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T20:57:37+09:00), fabric8.replicationController.name=bwce-sample, env.DRIVERDATA=C:\Windows\System32\Drivers\DriverData, bwdocker.maintainer=abc@tibco.com, env.PATH=C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin/server;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/lib/amd64;C:\tibco\bw\tibrv\8.4\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\WINDOWS\System32\OpenSSH\;C:\Users\ktng\AppData\Local\Temp\LRE8985.tmp\bin;E:\Maven\apache-maven-3.6.3\bin;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Git\cmd;C:\Program Files\TortoiseSVN\bin;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin;C:\Users\ktng\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Bandizip\;C:\Users\ktng\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\ktng\AppData\Local\GitHubDesktop\bin;C:\tibco\bwce2.5.4\studio\4.0\eclipse;, user.language=ko, env.WINDIR=C:\WINDOWS, sun.boot.library.path=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin, classworlds.conf=E:\Workspace\bwce\deploy\.metadata\.plugins\org.eclipse.m2e.launching\launches\m2conf6114091390631016982.tmp, java.version=1.8.0_221, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel, user.timezone=Asia/Seoul, env.CLIENTNAME=DESKTOP-VSB556K, env.TEMP=C:\Users\ktng\AppData\Local\Temp, sun.arch.data.model=64, java.endorsed.dirs=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\endorsed, sun.cpu.isalist=amd64, fabric8.service.type=LoadBalancer, bwdocker.certPath=, env.HOMEDRIVE=C:, sun.jnu.encoding=MS949, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.separator=\, java.specification.name=Java Platform API Specification, fabric8.replicas=1, fabric8.provider=Tibco, java.class.version=52.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=KR, java.home=C:\tibco\bwce2.5.4\tibcojre64\1.8.0, env.APPDATA=C:\Users\ktng\AppData\Roaming, skipTests=false, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, env.OS=Windows_NT, os.version=10.0, fabric8.service.name=bwce-sample-service, env.=::=::\, path.separator=;, java.vm.version=25.221-b27, user.variant=, env.USERPROFILE=C:\Users\ktng, env.JAVA_HOME=C:\tibco\bwce2.5.4\tibcojre64\1.8.0, java.awt.printerjob=sun.awt.windows.WPrinterJob, tibco.Home=, env.TMP=C:\Users\ktng\AppData\Local\Temp, env.FPS_BROWSER_USER_PROFILE_STRING=Default, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, bw.Home=, user.script=, k8s.property.file=k8s-dev.properties, user.home=C:\Users\ktng, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.SESSIONNAME=RDP-Tcp#2, project.type=Docker, java.specification.vendor=Oracle Corporation, env.CLASSPATH=C:\tibco\bw\tibrv\8.4\lib\tibrvnative.jar;, bwdocker.host=tcp://localhost:2375, env.NUMBER_OF_PROCESSORS=8, java.library.path=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin/server;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/bin;C:/tibco/bwce2.5.4/tibcojre64/1.8.0/lib/amd64;C:\tibco\bw\tibrv\8.4\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\WINDOWS\System32\OpenSSH\;C:\Users\ktng\AppData\Local\Temp\LRE8985.tmp\bin;E:\Maven\apache-maven-3.6.3\bin;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Git\cmd;C:\Program Files\TortoiseSVN\bin;C:\tibco\bwce2.5.4\tibcojre64\1.8.0\bin;C:\Users\ktng\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Bandizip\;C:\Users\ktng\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\ktng\AppData\Local\GitHubDesktop\bin;C:\tibco\bwce2.5.4\studio\4.0\eclipse;;., java.vendor.url=http://java.oracle.com/, fabric8.label.project=bwce-sample, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.USERDNSDOMAIN=KTNG.AD, env.PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules, java.vm.vendor=Oracle Corporation, fabric8.label.container=bwce-sample, java.runtime.name=Java(TM) SE Runtime Environment, maven.home=E:\Workspace\eai_pjt\hello.application.parent\EMBEDDED, java.class.path=/C:/tibco/bwce2.5.4/studio/4.0/eclipse/plugins/org.eclipse.m2e.maven.runtime_1.6.2.20151013-0835/jars/plexus-classworlds-2.5.2.jar, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -B -X -e clean package initialize com.tibco.plugins:bw6-maven-plugin:bwfabric8json fabric8:resource fabric8:apply -X, env.PROGRAMW6432=C:\Program Files, maven.version=3.3.3, env.PROGRAMFILES(X86)=C:\Program Files (x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\KCWKOPMGADSS1, env.PROCESSOR_ARCHITECTURE=AMD64, java.vm.specification.version=1.8, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, bwdocker.containername=, sun.os.patch.level=, sun.cpu.endian=little, java.io.tmpdir=C:\Users\ktng\AppData\Local\Temp\, env.PROCESSOR_REVISION=8e0a, env.UATDATA=C:\WINDOWS\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77, fabric8.service.containerPort=8080, maven.multiModuleProjectDirectory=C:\tibco\bwce2.5.4\studio\4.0\eclipse\${workspace_loc:\hello.application.parent}, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.COMSPEC=C:\WINDOWS\system32\cmd.exe, env.PROGRAMDATA=C:\ProgramData, env.FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, os.arch=amd64, java.ext.dirs=C:\tibco\bwce2.5.4\tibcojre64\1.8.0\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, user.dir=E:\Workspace\eai_pjt\hello.application.parent, env.LOCALAPPDATA=C:\Users\ktng\AppData\Local, env.MAVEN_HOME=E:\Maven\apache-maven-3.6.3, line.separator=
, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, bwdocker.autoPullImage=IfNotPresent, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.USERNAME=t0200148, failIfNoTests=false, fabric8.label.group=bwce-sample, file.encoding=UTF-8, fabric8.apply.namespace=default, env.USERDOMAIN=KTNG, java.specification.version=1.8, env.PROCESSOR_LEVEL=6}
[DEBUG] filtering E:\Workspace\eai_pjt\hello.application\src\main\fabric8\service.yml to E:\Workspace\eai_pjt\hello.application\target\fabric8\service.yml
[DEBUG] readpipe [git, --version],C:\Program Files\Git\cmd
[DEBUG] readpipe may return 'git version 2.28.0.windows.1'
[DEBUG] remaining output:

[DEBUG] readpipe [git, config, --system, --edit],C:\Program Files\Git\cmd
[DEBUG] readpipe may return 'C:/Program Files/Git/etc/gitconfig'
[DEBUG] remaining output:

[DEBUG] F8: fmp-ingress: Service bwce-sample-service has ports: [ServicePort(name=null, nodePort=null, port=80, protocol=TCP, targetPort=IntOrString(IntVal=8080, Kind=0, StrVal=null, additionalProperties={}), additionalProperties={})]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] hello.application.parent ........................... SUCCESS [  5.814 s]
[INFO] hello .............................................. SUCCESS [  4.413 s]
[INFO] hello.application .................................. FAILURE [  4.873 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.664 s
[INFO] Finished at: 2020-09-22T09:10:21+09:00
[INFO] Final Memory: 50M/421M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.fabric8:fabric8-maven-plugin:4.4.1:resource (default-cli) on project hello.application: Execution default-cli of goal io.fabric8:fabric8-maven-plugin:4.4.1:resource failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.fabric8:fabric8-maven-plugin:4.4.1:resource (default-cli) on project hello.application: Execution default-cli of goal io.fabric8:fabric8-maven-plugin:4.4.1:resource failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:224)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:197)
	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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-cli of goal io.fabric8:fabric8-maven-plugin:4.4.1:resource failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:145)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	... 20 more
Caused by: java.lang.NullPointerException
	at io.fabric8.maven.enricher.standard.IngressEnricher.getServicePort(IngressEnricher.java:124)
	at io.fabric8.maven.enricher.standard.IngressEnricher.addIngress(IngressEnricher.java:81)
	at io.fabric8.maven.enricher.standard.IngressEnricher.access$000(IngressEnricher.java:50)
	at io.fabric8.maven.enricher.standard.IngressEnricher$1.visit(IngressEnricher.java:70)
	at io.fabric8.maven.enricher.standard.IngressEnricher$1.visit(IngressEnricher.java:67)
	at io.fabric8.kubernetes.api.builder.BaseFluent.acceptInternal(BaseFluent.java:118)
	at io.fabric8.kubernetes.api.builder.BaseFluent.accept(BaseFluent.java:109)
	at io.fabric8.kubernetes.api.builder.BaseFluent.accept(BaseFluent.java:11)
	at io.fabric8.kubernetes.api.builder.BaseFluent.acceptInternal(BaseFluent.java:115)
	at io.fabric8.kubernetes.api.builder.BaseFluent.accept(BaseFluent.java:109)
	at io.fabric8.maven.enricher.standard.IngressEnricher.create(IngressEnricher.java:67)
	at io.fabric8.maven.plugin.enricher.EnricherManager.lambda$createDefaultResources$1(EnricherManager.java:72)
	at io.fabric8.maven.plugin.enricher.EnricherManager.loop(EnricherManager.java:104)
	at io.fabric8.maven.plugin.enricher.EnricherManager.createDefaultResources(EnricherManager.java:71)
	at io.fabric8.maven.plugin.enricher.EnricherManager.createDefaultResources(EnricherManager.java:66)
	at io.fabric8.maven.plugin.mojo.build.ResourceMojo.generateAppResources(ResourceMojo.java:493)
	at io.fabric8.maven.plugin.mojo.build.ResourceMojo.generateResources(ResourceMojo.java:452)
	at io.fabric8.maven.plugin.mojo.build.ResourceMojo.executeInternal(ResourceMojo.java:360)
	at io.fabric8.maven.plugin.mojo.AbstractFabric8Mojo.execute(AbstractFabric8Mojo.java:67)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	... 21 more
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hello.application

Thanks.

@vpawar-tibco
Copy link
Collaborator

Hi @vine-nam Please change fabric8-maven-plugin plugin version to 4.4.1 in all 3 pom.xml files.

  • hello.application.parent\pom.xml
  • hello.application\pom.xml
  • hello\pom.xml

Please also check if the port configured as fabric8.service.port (80) is available on your machine. Based on the logs, it looks like it is already in use by some other application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaitingReply Waiting for Reply
Projects
None yet
Development

No branches or pull requests

2 participants