This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> default: Now to use the kubectl command line tool type: | |
==> default: | |
==> default: kubectl config set-cluster local --server=http://172.28.128.80:8080 | |
==> default: kubectl config set-context local | |
==> default: kubectl config use-context local | |
==> default: kubectl get pods | |
==> default: | |
==> default: export KUBERNETES_MASTER=http://172.28.128.80:8080 | |
==> default: export DOCKER_HOST=tcp://172.28.128.80:2375 | |
==> default: unset DOCKER_TLS_VERIFY |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Caused by: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: GET at: https://fabric8-master.vagrant.f8:8443/api/v1/namespaces/default/endpoints/cdi-camel-jetty. Message: Forbidden! User null doesn't have permission.. | |
at io.fabric8.kubernetes.client.dsl.base.OperationSupport.requestFailure(OperationSupport.java:290) | |
at io.fabric8.kubernetes.client.dsl.base.OperationSupport.assertResponseCode(OperationSupport.java:241) | |
at io.fabric8.kubernetes.client.dsl.base.OperationSupport.handleResponse(OperationSupport.java:212) | |
at io.fabric8.kubernetes.client.dsl.base.OperationSupport.handleGet(OperationSupport.java:205) | |
at io.fabric8.kubernetes.client.dsl.base.BaseOperation.handleGet(BaseOperation.java:510) | |
at io.fabric8.kubernetes.client.dsl.base.BaseOperation.get(BaseOperation.java:118) | |
at org.apache.camel.component.kubernetes.processor.KubernetesServiceDiscovery.getUpdatedListOfServers(KubernetesServiceDiscovery.java:52) | |
at org.apache.camel.component.kubernetes.processor.KubernetesServ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
davsclaus:~/workspace/kubernetes-zipkin (master)/$ mvn fabric8:apply -pl starter | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Fabric8 :: Zipkin :: Starter 0.0.1-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- fabric8-maven-plugin:2.2.101-SNAPSHOT:apply (default-cli) @ zipkin-starter --- | |
[INFO] Using kubernetes at: https://fabric8-master.vagrant.f8:8443/ in namespace default | |
[INFO] Kubernetes JSON: /Users/davsclaus/workspace/kubernetes-zipkin/starter/target/classes/kubernetes.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
davsclaus:~/$ oc get pods | |
NAME READY STATUS RESTARTS AGE | |
docker-registry-1-gfy6u 1/1 Running 0 9m | |
fabric8-hdg0d 1/1 Running 0 17m | |
router-1-yqare 2/2 Running 0 9m | |
zipkin-collector-4p9it 0/1 CrashLoopBackOff 6 6m | |
zipkin-mysql-9wog6 1/1 Running 0 6m | |
zipkin-query-l0evw 1/1 Running 0 6m | |
zipkin-web-l4756 1/1 Running 0 6m | |
davsclaus:~/$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<properties> | |
- <camel.osgi.export.pkg> | |
- org.apache.camel.builder.sql.*;${camel.osgi.version}, | |
- org.apache.camel.language.sql.* | |
- </camel.osgi.export.pkg> | |
- <camel.osgi.import.pkg> | |
- !org.apache.camel.builder.sql.*, | |
- !org.apache.camel.language.sql.*, | |
- ${camel.osgi.import.defaults}, | |
- * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
davsclaus:/opt/apache-karaf-4.0.4/$ bin/karaf | |
__ __ ____ | |
/ //_/____ __________ _/ __/ | |
/ ,< / __ `/ ___/ __ `/ /_ | |
/ /| |/ /_/ / / / /_/ / __/ | |
/_/ |_|\__,_/_/ \__,_/_/ | |
Apache Karaf (4.0.4) | |
Hit '<tab>' for a list of available commands |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Toggle navigation | |
Develop default Create Project | |
Create a new project | |
The last operation resulted in the following error: | |
HTTP ERROR 500 | |
Problem accessing /api/forge/command/execute/project-new. Reason: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ava.lang.RuntimeException: javax.ws.rs.ProcessingException: java.net.ConnectException: ConnectException invoking http://172.30.232.12:80/api/v1/user/repos: Connection refused | |
at io.fabric8.forge.rest.main.GitCommandCompletePostProcessor.handleException(GitCommandCompletePostProcessor.java:254) | |
at io.fabric8.forge.rest.main.GitCommandCompletePostProcessor.firePostCompleteActions(GitCommandCompletePostProcessor.java:190) | |
at io.fabric8.forge.rest.CommandsResource.doExecute(CommandsResource.java:383) | |
at io.fabric8.forge.rest.CommandsResource$4.apply(CommandsResource.java:277) | |
at io.fabric8.forge.rest.CommandsResource$4.apply(CommandsResource.java:273) | |
at io.fabric8.forge.rest.CommandsResource.withUIContext(CommandsResource.java:598) | |
at io.fabric8.forge.rest.CommandsResource.withUIContext(CommandsResource.java:559) | |
at io.fabric8.forge.rest.CommandsResource.executeCommand(CommandsResource.java:273) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
karaf@root()> feature:install camel | |
karaf@root()> feature:install camel-pgevent | |
java.lang.ArrayIndexOutOfBoundsException: 8374 | |
at aQute.bnd.osgi.Clazz.classConstRef(Clazz.java:1862) | |
at aQute.bnd.osgi.Clazz.crawl(Clazz.java:1166) | |
at aQute.bnd.osgi.Clazz.doCode(Clazz.java:1134) | |
at aQute.bnd.osgi.Clazz.doAttribute(Clazz.java:945) | |
at aQute.bnd.osgi.Clazz.doAttributes(Clazz.java:910) | |
at aQute.bnd.osgi.Clazz.parseClassFile(Clazz.java:741) | |
at aQute.bnd.osgi.Clazz.parseClassFile(Clazz.java:494) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO] --- exec-maven-plugin:1.4.0:java (default-cli) @ vertx-simplest --- | |
2016-03-10 09:26:59,444 [Embedded.main()] DEBUG InternalLoggerFactory - Using Log4J as the default logging framework | |
2016-03-10 09:26:59,447 [Embedded.main()] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.level: simple | |
2016-03-10 09:26:59,447 [Embedded.main()] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.maxRecords: 4 | |
2016-03-10 09:26:59,469 [Embedded.main()] DEBUG MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8 | |
2016-03-10 09:26:59,486 [Embedded.main()] DEBUG PlatformDependent0 - java.nio.Buffer.address: available | |
2016-03-10 09:26:59,486 [Embedded.main()] DEBUG PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available | |
2016-03-10 09:26:59,487 [Embedded.main()] DEBUG PlatformDependent0 - sun.misc.Unsafe.copyMemory: available | |
2016-03-10 09:26:59,487 [Embedded.main()] DEBUG PlatformDependent0 - java.nio.Bits.unaligned: true | |
2016-03- |