Skip to content

Instantly share code, notes, and snippets.

View KurtStam's full-sized avatar

Kurt T Stam KurtStam

View GitHub Profile
I1119 17:53:20.933573 4394 interface.go:41] Finished installing "sample-templates/jenkins pipeline ephemeral" "sample-templates/mariadb" "sample-templates/mysql" "sample-templates/cakephp quickstart" "sample-templates/django quickstart" "sample-templates/rails quickstart" "sample-templates/mongodb" "sample-templates/postgresql" "sample-templates/dancer quickstart" "sample-templates/nodejs quickstart" "sample-templates/sample pipeline"
I1119 17:54:06.445619 4394 interface.go:41] Finished installing "sample-templates" "persistent-volumes" "openshift-web-console-operator" "openshift-image-registry" "openshift-router" "centos-imagestreams"
Login to server ...
Creating initial project "myproject" ...
Server Information ...
OpenShift server started.
The server is accessible via web console at:
https://192.168.42.197:8443/console
Switching to project "myproject"
++ oc project myproject
Already on project "myproject" on server "https://192.168.42.197:8443".
+++ oc whoami
++ local user=developer
+++ login_as_admin
++++ oc whoami
+++ local user=developer
++++ extract_current_token
+++++ oc whoami -t
Deploying syndesis app.
+++ /Users/kstam/.syndesis/bin/syndesis-operator install app
++ result='error: Object:
apiVersion: syndesis.io/v1alpha1
kind: Syndesis
metadata:
name: app
namespace: myproject
spec:
addons: null
kstam@kurts-MacBook-Pro bin % ./syndesis minishift --install --full-reset --nodev --open
+ set -o pipefail
+ '[' -z minishift ']'
+ ARGS=("$@")
+ set -eu
++ basedir
++ local script=./syndesis
++ '[' -L ./syndesis ']'
+++ dirname ./syndesis
++ local dir=.
kstam@kurts-MacBook-Pro bin % ./syndesis -x minishift --install --full-reset --nodev --open
operator binary not found under /Users/kstam/.syndesis/bin/syndesis-operator, attempting to download...
curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
unable to download operator from
unable to download the operator binary, exit
ERROR: Last command exited with 1
kstam@kurts-MacBook-Pro bin %
2019-08-23 10:06:27.448 ERROR 5111 --- [ XNIO-3 task-3] o.a.camel.processor.DefaultErrorHandler : Failed delivery for (MessageId: i-LmxVlSvL9JdfkWEpEZwz on ExchangeId: i-LmxVlSkL9JdfkWEpEZrz). Exhausted after delivery attempt: 1 caught: io.syndesis.common.util.SyndesisConnectorException: SQL DELETE did not DELETE any records
Message History
---------------------------------------------------------------------------------------------------------------------------------------
RouteId ProcessorId Processor Elapsed (ms)
[4 ] [4 ] [servlet:/todo/%7Bid%7D?headerFilterStrategy=syndesisHeaderStrategy&httpMethodR] [ 6660]
[4 ] [to1 ] [direct:4 ] [ 0]
[i-LmoiaHkwQol3Stz7] [step:i-LmoiaDYwQol] [pipeline ] [ 0
_______. _ _
/ | | | (_)
| (----`_ _ ____ _ | | ____ ___ _ ___
\ \ | | | || _ \ / || | / _ ) /___)| | /___)
.----) | | |_| || | | |( (_| |( (/ / |___ || ||___ |
|_______/ \__ ||_| |_| \____| \____)(___/ |_|(___/
============ (____/ ===================================
:: Integration :: :: v
2019-08-21 14:20:43.122 INFO 1 --- [ main] io.syndesis.example.Application : Starting Application on i-test-17-xr446 with PID 1 (/deployments/project-0.1-SNAPSHOT.jar started by jboss in /deployments)
2019-08-21 14:20:43.158 DEBUG 1 --- [ main] io.syndesis.example.Application : Running with Spring Boot v1.5.16.RELEASE, Spring v4.3.19.RELEASE
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
creationTimestamp: 2019-08-21T12:28:05Z
generation: 3
labels:
app: syndesis
owner: 1ee2a2f3-c40f-11e9-9874-d6f0ad29af9e
syndesis.io/app: syndesis
syndesis.io/component: s2i-java
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://kubernetes.default.svc/apis/build.openshift.io/v1/namespaces/myproject/buildconfigs/i-test/instantiatebinary?commit=. Message: Error resolving ImageStreamTag syndesis-s2i:latest in namespace myproject: unable to find latest tagged image. Received status: Status(apiVersion=v1, code=422, details=StatusDetails(causes=[StatusCause(field=from, message=Error resolving ImageStreamTag syndesis-s2i:latest in namespace myproject: unable to find latest tagged image, reason=null, additionalProperties={})], group=null, kind=ImageStreamTag, name=syndesis-s2i:latest, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=Error resolving ImageStreamTag syndesis-s2i:latest in namespace myproject: unable to find latest tagged image, metadata=ListMeta(resourceVersion=null, selfLink=null, additionalProperties={}), reason=Invalid, status=Failure, additionalProperties={}).
at io.fabric8.kubernetes.client.dsl.base.
oc logs -f i-logtest-3-ll28r
Starting the Java application using /opt/run-java/run-java.sh ...
exec java -javaagent:/opt/jolokia/jolokia.jar=config=/opt/jolokia/etc/jolokia.properties -javaagent:/opt/prometheus/jmx_prometheus_javaagent.jar=9779:/tmp/src/prometheus-config.yml -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:+ExitOnOutOfMemoryError -cp . -jar /deployments/project-0.1-SNAPSHOT.jar
OpenJDK 64-Bit Server VM warning: If the number of processors is expected to increase from one, then you should configure the number of parallel GC threads appropriately using -XX:ParallelGCThreads=N
I> No access restrictor found, access to any MBean is allowed
Jolokia: Agent started with URL https://172.17.0.15:8778/jolokia/
_______. _ _
/ | | | (_)
| (----`_ _ ____ _ | | ____ ___ _ ___
\ \ | | | || _ \ / || | / _ ) /___)| | /___)