jboss-fuse / application-templates

Application Templates for Fuse Integration Services
Apache License 2.0
36 stars 67 forks source link

Problem with pushing image to registry #7

Open alberttwong opened 8 years ago

alberttwong commented 8 years ago

I built a quickstart. Now I'm trying to deploy it.

mvn -Pf8-deploy
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Fabric8 :: Quickstarts :: Karaf :: Camel Log 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xpaas ---
[INFO] Deleting /Users/alwong/sandbox/openshift-fis-demo/target
[INFO]
[INFO] --- fabric8-maven-plugin:2.2.0.redhat-079:json (json) @ xpaas ---
[INFO] Configured with file: /Users/alwong/sandbox/openshift-fis-demo/target/classes/kubernetes.json
2016-05-11 00:12:55 INFO  Version:17 - HV000001: Hibernate Validator 5.2.2.Final
[INFO] Generated env mappings: {}
[INFO] Generated port mappings: {http=ContainerPort(containerPort=8181, hostIP=null, hostPort=null, name=http, protocol=null, additionalProperties={}), jolokia=ContainerPort(containerPort=8778, hostIP=null, hostPort=null, name=jolokia, protocol=null, additionalProperties={})}
[INFO] Removed 'version' label from service selector for service `xpaas`
[INFO] Generated ports: []
[INFO] Icon URL: https://cdn.rawgit.com/fabric8io/fabric8/master/fabric8-maven-plugin/src/main/resources/icons/camel.svg
[INFO] Added environment annotations:
[INFO]     ReplicationController xpaas replicas: 1, image: fabric8/quickstart-karaf-camellog:1.0-SNAPSHOT
[INFO] Template is now:
[INFO]     ReplicationController xpaas replicas: 1, image: fabric8/quickstart-karaf-camellog:1.0-SNAPSHOT
[INFO]
[INFO] --- maven-resources-plugin:2.5-redhat-1:resources (default-resources) @ xpaas ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ xpaas ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.5-redhat-1:testResources (default-testResources) @ xpaas ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/alwong/sandbox/openshift-fis-demo/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ xpaas ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.2-redhat-1:test (default-test) @ xpaas ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ xpaas ---
[WARNING] Bundle com.redhat.demo:xpaas:bundle:1.0-SNAPSHOT : No translation found for macro: body
[WARNING] Bundle com.redhat.demo:xpaas:bundle:1.0-SNAPSHOT : No translation found for macro: sys.runtime.id
[INFO]
[INFO] --- fabric8-maven-plugin:2.2.0.redhat-079:attach (attach) @ xpaas ---
[INFO] Generated Kubernetes JSON resources:
[INFO]   Template xpaas parameters:
[INFO]     ReplicationController xpaas replicas: 1, image: fabric8/quickstart-karaf-camellog:1.0-SNAPSHOT
[INFO] Attaching kubernetes json file: /Users/alwong/sandbox/openshift-fis-demo/target/classes/kubernetes.json to the build
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ xpaas ---
[INFO] Installing /Users/alwong/sandbox/openshift-fis-demo/target/xpaas.jar to /Users/alwong/.m2/repository/com/redhat/demo/xpaas/1.0-SNAPSHOT/xpaas-1.0-SNAPSHOT.jar
[INFO] Installing /Users/alwong/sandbox/openshift-fis-demo/pom.xml to /Users/alwong/.m2/repository/com/redhat/demo/xpaas/1.0-SNAPSHOT/xpaas-1.0-SNAPSHOT.pom
[INFO] Installing /Users/alwong/sandbox/openshift-fis-demo/target/classes/kubernetes.json to /Users/alwong/.m2/repository/com/redhat/demo/xpaas/1.0-SNAPSHOT/xpaas-1.0-SNAPSHOT-kubernetes.json
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ xpaas ---
[INFO] Installing com/redhat/demo/xpaas/1.0-SNAPSHOT/xpaas-1.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (install-bundle) @ xpaas ---
[INFO] Installing /Users/alwong/sandbox/openshift-fis-demo/target/xpaas.jar to /Users/alwong/.m2/repository/com/redhat/demo/xpaas/1.0-SNAPSHOT/xpaas-1.0-SNAPSHOT.jar
[INFO] Installing /Users/alwong/sandbox/openshift-fis-demo/pom.xml to /Users/alwong/.m2/repository/com/redhat/demo/xpaas/1.0-SNAPSHOT/xpaas-1.0-SNAPSHOT.pom
[INFO] Installing /Users/alwong/sandbox/openshift-fis-demo/target/classes/kubernetes.json to /Users/alwong/.m2/repository/com/redhat/demo/xpaas/1.0-SNAPSHOT/xpaas-1.0-SNAPSHOT-kubernetes.json
[INFO]
[INFO] --- karaf-maven-plugin:4.0.2.redhat-621079:assembly (karaf-assembly) @ xpaas ---
[INFO] Using repositories: https://repo.fusesource.com/nexus/content/groups/public/@id=jboss-fuse-repository,http://maven.repository.redhat.com/earlyaccess/all/@id=jboss-earlyaccess-repository,https://maven.repository.redhat.com/ga@id=jboss-ga-repository,https://repo.maven.apache.org/maven2@id=central
[INFO] Creating work directory
[INFO] Loading kar and features repositories dependencies
[INFO] Generating karaf assembly: /Users/alwong/sandbox/openshift-fis-demo/target/assembly
[INFO] Unzipping kars
[INFO] Loading profiles
[INFO] Downloading libraries
[INFO] Loading repositories
[INFO] Resolving features
[INFO] Installing bundle mvn:com.redhat.demo/xpaas/1.0-SNAPSHOT
[INFO] Installing bundle mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.api/1.0.1
[INFO] Installing bundle mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.cm/1.0.6
[INFO] Installing bundle mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core/1.4.4
[INFO] Installing bundle mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core.compatibility/1.0.0
[INFO] Installing bundle mvn:org.apache.aries.proxy/org.apache.aries.proxy.api/1.0.1
[INFO] Installing bundle mvn:org.apache.aries.proxy/org.apache.aries.proxy.impl/1.0.4
[INFO] Installing bundle mvn:org.apache.aries/org.apache.aries.util/1.1.0
[INFO] Installing bundle mvn:org.apache.camel/camel-blueprint/2.15.1.redhat-621084
[INFO] Installing bundle mvn:org.apache.camel/camel-catalog/2.15.1.redhat-621084
[INFO] Installing bundle mvn:org.apache.camel/camel-commands-core/2.15.1.redhat-621084
[INFO] Installing bundle mvn:org.apache.camel/camel-core/2.15.1.redhat-621084
[INFO] Installing bundle mvn:org.apache.camel.karaf/camel-karaf-commands/2.15.1.redhat-621084
[INFO] Installing bundle mvn:org.apache.felix/org.apache.felix.configadmin/1.8.4
[INFO] Installing bundle mvn:org.apache.felix/org.apache.felix.fileinstall/3.5.0
[INFO] Installing bundle mvn:org.apache.karaf.features/org.apache.karaf.features.core/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.command/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.config/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.modules/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.shell/org.apache.karaf.shell.commands/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.shell/org.apache.karaf.shell.console/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.shell/org.apache.karaf.shell.dev/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.shell/org.apache.karaf.shell.log/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.shell/org.apache.karaf.shell.osgi/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.shell/org.apache.karaf.shell.packages/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/2.2.11_1
[INFO] Installing bundle mvn:org.ow2.asm/asm-all/5.0.3
[INFO] Installing bundle mvn:org.ops4j.pax.logging/pax-logging-api/1.8.4
[INFO] Installing bundle mvn:org.ops4j.pax.logging/pax-logging-service/1.8.4
[INFO] Installing bundle mvn:org.ops4j.pax.url/pax-url-aether/2.4.2
[INFO] Installing bundle mvn:org.ops4j.pax.url/pax-url-wrap/2.4.2/jar/uber
[INFO] Installing bundle mvn:org.codehaus.woodstox/stax2-api/3.1.4
[INFO] Installing bundle mvn:org.codehaus.woodstox/woodstox-core-asl/4.4.1
[INFO] Installing feature config for shell/2.4.0.redhat-621084
[INFO] Installing feature config for karaf-framework/2.4.0.redhat-621084
[INFO] Installing feature config for xml-specs-api/2.5.0
[INFO] Installing feature config for camel-core/2.15.1.redhat-621084
[INFO] Installing feature config for jaas/2.4.0.redhat-621084
[INFO] Installing feature config for jaas-condition-shell/2.4.0.redhat-621084
[INFO] Installing feature config for camel-blueprint/2.15.1.redhat-621084
[INFO] Installing feature config for aries-blueprint/2.4.0.redhat-621084
[INFO] Installing feature config for aries-proxy/2.4.0.redhat-621084
[INFO] Feature 3c8b4293-44f7-4f39-aad4-218f02754302 is defined as a boot feature
[INFO]
[INFO] --- karaf-maven-plugin:4.0.2.redhat-621079:archive (karaf-archive) @ xpaas ---
[INFO]
[INFO] --- docker-maven-plugin:0.13.6:build (default-cli) @ xpaas ---
[INFO] DOCKER> ... Trying to pull repository registry.access.redhat.com/jboss-fuse-6/fis-karaf-openshift ...
[INFO] DOCKER> ... 28b6eecf5e5d Pulling image (1.0) from registry.access.redhat.com/jboss-fuse-6/fis-karaf-openshift
[INFO] DOCKER> ... 28b6eecf5e5d Pulling image (1.0) from registry.access.redhat.com/jboss-fuse-6/fis-karaf-openshift, endpoint: https://registry.access.redhat.com/v1/
[INFO] DOCKER> ... 28b6eecf5e5d Pulling dependent layers
[INFO] DOCKER> ... bf63a676257a Download complete
[INFO] DOCKER> ... 42fb70fed462 Pulling metadata
[INFO] DOCKER> ... 42fb70fed462 Pulling fs layer
       ========
[INFO] DOCKER> ... 42fb70fed462 Download complete
[INFO] DOCKER> ... 41b8080e6a51 Pulling metadata
[INFO] DOCKER> ... 41b8080e6a51 Pulling fs layer
       =================================================================================================================================
[INFO] DOCKER> ... 41b8080e6a51 Download complete
[INFO] DOCKER> ... 28b6eecf5e5d Pulling metadata
[INFO] DOCKER> ... 28b6eecf5e5d Pulling fs layer
       ======================
[INFO] DOCKER> ... 28b6eecf5e5d Download complete
[INFO] DOCKER> ... 28b6eecf5e5d Download complete
[INFO] DOCKER> ... Status: Downloaded newer image for registry.access.redhat.com/jboss-fuse-6/fis-karaf-openshift:1.0
[INFO] DOCKER> ... registry.access.redhat.com/jboss-fuse-6/fis-karaf-openshift: this image was pulled from a legacy registry.  Important: This registry version will not be supported in future versions of docker.
[INFO] Copying files to /Users/alwong/sandbox/openshift-fis-demo/target/docker/fabric8/quickstart-karaf-camellog/1.0-SNAPSHOT/build/maven
[INFO] Building tar: /Users/alwong/sandbox/openshift-fis-demo/target/docker/fabric8/quickstart-karaf-camellog/1.0-SNAPSHOT/tmp/docker-build.tar
[INFO] DOCKER> [fabric8/quickstart-karaf-camellog:1.0-SNAPSHOT] : Built image 053f2db68573
[INFO]
[INFO] --- docker-maven-plugin:0.13.6:push (default-cli) @ xpaas ---
[INFO] DOCKER> ... The push refers to a repository [registry.access.redhat.com/fabric8/quickstart-karaf-camellog] (len: 1)
[INFO] DOCKER> ... Sending image list
[ERROR] DOCKER> Error: Status 404 trying to push repository fabric8/quickstart-karaf-camellog: "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n<title>404 Not Found</title>\n<h1>Not Found</h1>\n<p>The requested URL was not found on the server.</p><p>If you entered the URL manually please check your spelling and try again.</p>\n"
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46.332 s
[INFO] Finished at: 2016-05-11T00:13:40-07:00
[INFO] Final Memory: 60M/752M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.jolokia:docker-maven-plugin:0.13.6:push (default-cli) on project xpaas: Unable to push 'fabric8/quickstart-karaf-camellog:1.0-SNAPSHOT' -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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/MojoExecutionException
alberttwong commented 8 years ago

so it seems like you have to execute another command.

Alberts-MacBook-Pro:openshift-fis-demo alwong$  mvn -Pf8-local-deploy
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Fabric8 :: Quickstarts :: Karaf :: Camel Log 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xpaas ---
[INFO] Deleting /Users/alwong/sandbox/openshift-fis-demo/target
[INFO]
[INFO] --- fabric8-maven-plugin:2.2.0.redhat-079:json (json) @ xpaas ---
[INFO] Configured with file: /Users/alwong/sandbox/openshift-fis-demo/target/classes/kubernetes.json
2016-05-11 00:20:30 INFO  Version:17 - HV000001: Hibernate Validator 5.2.2.Final
[INFO] Generated env mappings: {}
[INFO] Generated port mappings: {http=ContainerPort(containerPort=8181, hostIP=null, hostPort=null, name=http, protocol=null, additionalProperties={}), jolokia=ContainerPort(containerPort=8778, hostIP=null, hostPort=null, name=jolokia, protocol=null, additionalProperties={})}
[INFO] Removed 'version' label from service selector for service `xpaas`
[INFO] Generated ports: []
[INFO] Icon URL: https://cdn.rawgit.com/fabric8io/fabric8/master/fabric8-maven-plugin/src/main/resources/icons/camel.svg
[INFO] Added environment annotations:
[INFO]     ReplicationController xpaas replicas: 1, image: fabric8/quickstart-karaf-camellog:1.0-SNAPSHOT
[INFO] Template is now:
[INFO]     ReplicationController xpaas replicas: 1, image: fabric8/quickstart-karaf-camellog:1.0-SNAPSHOT
[INFO]
[INFO] --- maven-resources-plugin:2.5-redhat-1:resources (default-resources) @ xpaas ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ xpaas ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.5-redhat-1:testResources (default-testResources) @ xpaas ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/alwong/sandbox/openshift-fis-demo/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ xpaas ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.2-redhat-1:test (default-test) @ xpaas ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ xpaas ---
[WARNING] Bundle com.redhat.demo:xpaas:bundle:1.0-SNAPSHOT : No translation found for macro: body
[WARNING] Bundle com.redhat.demo:xpaas:bundle:1.0-SNAPSHOT : No translation found for macro: sys.runtime.id
[INFO]
[INFO] --- fabric8-maven-plugin:2.2.0.redhat-079:attach (attach) @ xpaas ---
[INFO] Generated Kubernetes JSON resources:
[INFO]   Template xpaas parameters:
[INFO]     ReplicationController xpaas replicas: 1, image: fabric8/quickstart-karaf-camellog:1.0-SNAPSHOT
[INFO] Attaching kubernetes json file: /Users/alwong/sandbox/openshift-fis-demo/target/classes/kubernetes.json to the build
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ xpaas ---
[INFO] Installing /Users/alwong/sandbox/openshift-fis-demo/target/xpaas.jar to /Users/alwong/.m2/repository/com/redhat/demo/xpaas/1.0-SNAPSHOT/xpaas-1.0-SNAPSHOT.jar
[INFO] Installing /Users/alwong/sandbox/openshift-fis-demo/pom.xml to /Users/alwong/.m2/repository/com/redhat/demo/xpaas/1.0-SNAPSHOT/xpaas-1.0-SNAPSHOT.pom
[INFO] Installing /Users/alwong/sandbox/openshift-fis-demo/target/classes/kubernetes.json to /Users/alwong/.m2/repository/com/redhat/demo/xpaas/1.0-SNAPSHOT/xpaas-1.0-SNAPSHOT-kubernetes.json
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ xpaas ---
[INFO] Installing com/redhat/demo/xpaas/1.0-SNAPSHOT/xpaas-1.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (install-bundle) @ xpaas ---
[INFO] Installing /Users/alwong/sandbox/openshift-fis-demo/target/xpaas.jar to /Users/alwong/.m2/repository/com/redhat/demo/xpaas/1.0-SNAPSHOT/xpaas-1.0-SNAPSHOT.jar
[INFO] Installing /Users/alwong/sandbox/openshift-fis-demo/pom.xml to /Users/alwong/.m2/repository/com/redhat/demo/xpaas/1.0-SNAPSHOT/xpaas-1.0-SNAPSHOT.pom
[INFO] Installing /Users/alwong/sandbox/openshift-fis-demo/target/classes/kubernetes.json to /Users/alwong/.m2/repository/com/redhat/demo/xpaas/1.0-SNAPSHOT/xpaas-1.0-SNAPSHOT-kubernetes.json
[INFO]
[INFO] --- karaf-maven-plugin:4.0.2.redhat-621079:assembly (karaf-assembly) @ xpaas ---
[INFO] Using repositories: https://repo.fusesource.com/nexus/content/groups/public/@id=jboss-fuse-repository,http://maven.repository.redhat.com/earlyaccess/all/@id=jboss-earlyaccess-repository,https://maven.repository.redhat.com/ga@id=jboss-ga-repository,https://repo.maven.apache.org/maven2@id=central
[INFO] Creating work directory
[INFO] Loading kar and features repositories dependencies
[INFO] Generating karaf assembly: /Users/alwong/sandbox/openshift-fis-demo/target/assembly
[INFO] Unzipping kars
[INFO] Loading profiles
[INFO] Downloading libraries
[INFO] Loading repositories
[INFO] Resolving features
[INFO] Installing bundle mvn:com.redhat.demo/xpaas/1.0-SNAPSHOT
[INFO] Installing bundle mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.api/1.0.1
[INFO] Installing bundle mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.cm/1.0.6
[INFO] Installing bundle mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core/1.4.4
[INFO] Installing bundle mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core.compatibility/1.0.0
[INFO] Installing bundle mvn:org.apache.aries.proxy/org.apache.aries.proxy.api/1.0.1
[INFO] Installing bundle mvn:org.apache.aries.proxy/org.apache.aries.proxy.impl/1.0.4
[INFO] Installing bundle mvn:org.apache.aries/org.apache.aries.util/1.1.0
[INFO] Installing bundle mvn:org.apache.camel/camel-blueprint/2.15.1.redhat-621084
[INFO] Installing bundle mvn:org.apache.camel/camel-catalog/2.15.1.redhat-621084
[INFO] Installing bundle mvn:org.apache.camel/camel-commands-core/2.15.1.redhat-621084
[INFO] Installing bundle mvn:org.apache.camel/camel-core/2.15.1.redhat-621084
[INFO] Installing bundle mvn:org.apache.camel.karaf/camel-karaf-commands/2.15.1.redhat-621084
[INFO] Installing bundle mvn:org.apache.felix/org.apache.felix.configadmin/1.8.4
[INFO] Installing bundle mvn:org.apache.felix/org.apache.felix.fileinstall/3.5.0
[INFO] Installing bundle mvn:org.apache.karaf.features/org.apache.karaf.features.core/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.command/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.config/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.modules/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.shell/org.apache.karaf.shell.commands/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.shell/org.apache.karaf.shell.console/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.shell/org.apache.karaf.shell.dev/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.shell/org.apache.karaf.shell.log/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.shell/org.apache.karaf.shell.osgi/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.karaf.shell/org.apache.karaf.shell.packages/2.4.0.redhat-621084
[INFO] Installing bundle mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/2.2.11_1
[INFO] Installing bundle mvn:org.ow2.asm/asm-all/5.0.3
[INFO] Installing bundle mvn:org.ops4j.pax.logging/pax-logging-api/1.8.4
[INFO] Installing bundle mvn:org.ops4j.pax.logging/pax-logging-service/1.8.4
[INFO] Installing bundle mvn:org.ops4j.pax.url/pax-url-aether/2.4.2
[INFO] Installing bundle mvn:org.ops4j.pax.url/pax-url-wrap/2.4.2/jar/uber
[INFO] Installing bundle mvn:org.codehaus.woodstox/stax2-api/3.1.4
[INFO] Installing bundle mvn:org.codehaus.woodstox/woodstox-core-asl/4.4.1
[INFO] Installing feature config for shell/2.4.0.redhat-621084
[INFO] Installing feature config for karaf-framework/2.4.0.redhat-621084
[INFO] Installing feature config for xml-specs-api/2.5.0
[INFO] Installing feature config for camel-core/2.15.1.redhat-621084
[INFO] Installing feature config for jaas/2.4.0.redhat-621084
[INFO] Installing feature config for jaas-condition-shell/2.4.0.redhat-621084
[INFO] Installing feature config for camel-blueprint/2.15.1.redhat-621084
[INFO] Installing feature config for aries-blueprint/2.4.0.redhat-621084
[INFO] Installing feature config for aries-proxy/2.4.0.redhat-621084
[INFO] Feature d52ce0fd-8057-4bfb-8146-0e63974e9ab0 is defined as a boot feature
[INFO]
[INFO] --- karaf-maven-plugin:4.0.2.redhat-621079:archive (karaf-archive) @ xpaas ---
[INFO]
[INFO] --- docker-maven-plugin:0.13.6:build (default-cli) @ xpaas ---
[INFO] Copying files to /Users/alwong/sandbox/openshift-fis-demo/target/docker/fabric8/quickstart-karaf-camellog/1.0-SNAPSHOT/build/maven
[INFO] Building tar: /Users/alwong/sandbox/openshift-fis-demo/target/docker/fabric8/quickstart-karaf-camellog/1.0-SNAPSHOT/tmp/docker-build.tar
[INFO] DOCKER> [fabric8/quickstart-karaf-camellog:1.0-SNAPSHOT] : Built image 9188dcb8d186
[INFO]
[INFO] --- fabric8-maven-plugin:2.2.0.redhat-079:json (default-cli) @ xpaas ---
[INFO] Configured with file: /Users/alwong/sandbox/openshift-fis-demo/target/classes/kubernetes.json
[INFO] Generated env mappings: {}
[INFO] Generated port mappings: {http=ContainerPort(containerPort=8181, hostIP=null, hostPort=null, name=http, protocol=null, additionalProperties={}), jolokia=ContainerPort(containerPort=8778, hostIP=null, hostPort=null, name=jolokia, protocol=null, additionalProperties={})}
[INFO] Removed 'version' label from service selector for service `xpaas`
[INFO] Generated ports: []
[INFO] Icon URL: https://cdn.rawgit.com/fabric8io/fabric8/master/fabric8-maven-plugin/src/main/resources/icons/camel.svg
[INFO] Added environment annotations:
[INFO]     ReplicationController xpaas replicas: 1, image: fabric8/quickstart-karaf-camellog:1.0-SNAPSHOT
[INFO] Template is now:
[INFO]     ReplicationController xpaas replicas: 1, image: fabric8/quickstart-karaf-camellog:1.0-SNAPSHOT
[INFO]
[INFO] --- fabric8-maven-plugin:2.2.0.redhat-079:apply (default-cli) @ xpaas ---
[INFO] Using kubernetes at: https://10.1.2.2:8443/ in namespace xpaas
[INFO] Kubernetes JSON: /Users/alwong/sandbox/openshift-fis-demo/target/classes/kubernetes.json
[INFO] OpenShift platform detected
[INFO] Using namespace: xpaas
[INFO] Creating a Template from kubernetes.json namespace xpaas name xpaas
[INFO] Created Template: target/fabric8/applyJson/xpaas/template-xpaas.json
[INFO] Creating a ReplicationController from kubernetes.json namespace xpaas name xpaas
[INFO] Created ReplicationController: target/fabric8/applyJson/xpaas/replicationcontroller-xpaas.json
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29.692 s
[INFO] Finished at: 2016-05-11T00:20:58-07:00
[INFO] Final Memory: 45M/703M
[INFO] ------------------------------------------------------------------------
Alberts-MacBook-Pro:openshift-fis-demo alwong$