Skip to content

Instantly share code, notes, and snippets.

View KurtStam's full-sized avatar

Kurt T Stam KurtStam

View GitHub Profile
syndesis minishift --install --full-reset --nodev --open --vm-driver hyperkit
Stopping the OpenShift cluster...
Cluster stopped.
Removed cache content at: '/Users/kstam/.minishift/cache'
Removing entries from kubeconfig for cluster: 192-168-42-83:8443
Deleting the Minishift VM...
Minishift VM deleted.
Add-on 'admin-user' enabled
Starting minishift ....
-- Starting profile 'minishift'
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-02-17 16:51:34.525 INFO 9775 --- [ main] io.undertow : stopping server: Undertow - 2.1.4.Final
2021-02-17 16:51:34.545 ERROR 9775 --- [ main] o.s.boot.SpringApplication : Application run failed
org.apache.camel.RuntimeCamelException: org.apache.camel.FailedToCreateRouteException: Failed to create route i-MTjuU0TkFqbOAhHSARFz: Route(i-MTjuU0TkFqbOAhHSARFz)[[From[direct-0-0]] -> [pipelin... because of NullPointerException
at org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1826) ~[camel-core-2.23.2.fuse-790009.jar:2.23.2.fuse-790009]
at org.apache.camel.spring.SpringCamelContext.start(SpringCamelContext.java:136) ~[camel-spring-2.23.2.fuse-790009.jar:2.23.2.fuse-790009]
at org.apache.camel.spring.SpringCamelContext.onApplicationEvent(SpringCamelContext.java:174) ~[camel-spring-2.23.2.fuse-790009.ja
syndesis/syndesis-operator latest c9de9aba4013 1 second ago 147MB
11
syndesis/syndesis-ui latest 16ed8936c1f3 7 minutes ago 431MB
12
syndesis/syndesis-s2i latest 179290adaaa8 25 minutes ago 1.17GB
13
syndesis/syndesis-server latest de9cdc24917f 34 minutes ago 549MB
14
syndesis/syndesis-meta latest bb1f7ddab478 46 minutes ago 639MB
[INFO] ------------------------< io.syndesis.s2i:s2i >-------------------------
[INFO] Building S2I 1.12-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ s2i ---
[INFO] Deleting /Users/kstam/git/rh/syndesis/syndesis/app/s2i/target
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (basepom.default) @ s2i ---
[INFO]
[INFO] --- license-maven-plugin:2.0.0:aggregate-download-licenses (collect-licenses) @ s2i ---
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ camel-ftp ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ camel-ftp ---
[WARNING] Manifest org.apache.camel:camel-ftp:jar:2.23.2-SNAPSHOT : Unused Import-Package instructions: [org.springframework.ws.*, org.springframework.xml.*, org.springframework.*, org.apache.cxf.*, org.apache.qpid.*, org.apache.abdera.*, org.apache.commons.httpclient.*, org.apache.velocity.*, org.apache.xmlbeans.*, org.eclipse.jetty.*, com.thoughtworks.xstream.*, org.antlr.stringtemplate.*, org.ccil.cowan.tagsoup.*, org.mortbay.cometd.*, net.sf.flatpack.*, net.sf.saxon.*, freemarker.*, javax.persistence.*, org.apache.lucene.*, org.apache.solr.*]
[INFO]
[INFO] --- camel-package-maven-plugin:2.23.2-SNAPSHOT:validate-components (validate) @ camel-ftp ---
[WARNING] The component: ftp has validation errors
[WARNING] Missing endpoint documentation for the following options:
charset
kstam@kurts-MacBook-Pro app % mvn dependency:tree | grep commons-compress
[INFO] | +- org.apache.commons:commons-compress:jar:1.19:compile
[INFO] +- org.apache.commons:commons-compress:jar:1.20:compile
[INFO] | +- org.apache.commons:commons-compress:jar:1.20:compile
[INFO] | +- org.apache.commons:commons-compress:jar:1.20:test
[INFO] +- org.apache.commons:commons-compress:jar:1.20:test
[INFO] +- org.apache.commons:commons-compress:jar:1.20:test
[INFO] +- org.apache.commons:commons-compress:jar:1.20:test
[INFO] | | +- org.apache.commons:commons-compress:jar:1.20:test
[INFO] | +- org.apache.commons:commons-compress:jar:1.19:test
oc login -u developer -p developer
oc new-project syndesis
cd install/operator
./build.sh --operator-build go
cp dist/darwin-amd64/syndesis-operator ~/.syndesis/bin/
oc login -u system:admin
./dist/darwin-amd64/syndesis-operator install cluster
./dist/darwin-amd64/syndesis-operator grant --user developer
oc login -u developer -p developer
./dist/darwin-amd64/syndesis-operator install operator --dev
Skip to content
[Jenkins]Jenkins
kurt
log out
Jenkins
System Log
Back to Dashboard
Manage Jenkins
oc logs syndesis-operator-b4484f4b4-nrrqg
{"level":"info","ts":1595934612.2840776,"logger":"cmd","msg":"Go Version: go1.13.6"}
{"level":"info","ts":1595934612.284199,"logger":"cmd","msg":"Go OS/Arch: linux/amd64"}
{"level":"info","ts":1595934612.2842126,"logger":"cmd","msg":"Version of operator-sdk: v0.17.0+git"}
{"level":"info","ts":1595934612.2842524,"logger":"cmd","msg":"Syndesis Operator Version: latest"}
{"level":"info","ts":1595934612.284265,"logger":"cmd","msg":"Syndesis Operator Image: docker.io/syndesis/syndesis-operator"}
{"level":"info","ts":1595934612.2842736,"logger":"cmd","msg":"Syndesis Build Time: 2020-07-27T22:38:56+0000"}
{"level":"info","ts":1595934613.9478989,"logger":"leader","msg":"Trying to become the leader."}
{"level":"info","ts":1595934614.7800267,"logger":"leader","msg":"No pre-existing lock was found."}
{"level":"info","ts":1595934614.7855847,"logger":"leader","msg":"Became the leader."}
[INFO] Running io.syndesis.test.itest.amq.HttpToAMQ_IT
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 15.361 s <<< FAILURE! - in io.syndesis.test.itest.amq.HttpToAMQ_IT
[ERROR] io.syndesis.test.itest.amq.HttpToAMQ_IT Time elapsed: 15.361 s <<< ERROR!
java.util.concurrent.ExecutionException: org.testcontainers.containers.ContainerLaunchException: Container startup failed
Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed
Caused by: org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageNameFuture=java.util.concurrent.CompletableFuture@4015234b[Completed normally], imagePullPolicy=DefaultPullPolicy(), dockerClient=LazyDockerClient.INSTANCE)
Caused by: org.testcontainers.containers.ContainerFetchException: Failed to get Docker client for registry.access.redhat.com/jboss-amq-6/amq63-openshift:1.3
Caused by: com.github.dockerjava.api.exception.DockerClientException: Could not pull image: open /etc/doc