You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ x] Bug report
[ x] Documentation issue or request
Description
I'm trying to install Syndesis with minishif on Linux but syndesis-db won't start.
operator binary not found under /home/rafalj/.syndesis/bin/syndesis-operator, attempting to download...
syndesis-operator 1.15.0-20230216 binary successfully downloaded
Syndesis version: 1.15.0-20230216
error: the project "syndesis" specified in your config does not exist.
Creating project syndesis
Already on project "syndesis" on server "https://192.168.99.111:8443".
Switching to project "syndesis"
Already on project "syndesis" on server "https://192.168.99.111:8443".
Logged into "https://192.168.99.111:8443" as "system:admin" using existing credentials.
You have access to the following projects and can switch between them with 'oc project ':
Starting the Java application using /opt/jboss/container/java/run/run-java.sh ...
INFO exec java -Djava.net.preferIPv4Stack=true -Duser.home=/tmp -javaagent:/usr/share/java/jolokia-jvm-agent/jolokia-jvm.jar=config=/opt/jboss/container/jolokia/etc/jolokia.properties -Xms100m -Xmx400m -XX:+UseParallelGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:+ExitOnOutOfMemoryError -cp "." -jar /deployments/runtime.jar
I> No access restrictor found, access to any MBean is allowed
Jolokia: Agent started with URL https://172.17.0.14:8778/jolokia/ . _ _
/ | | | ()
| (----` _ ____ _ | | ____ ___ _ ___
\ \ | | | || _ \ / || | / _ ) /)| | /)
.----) | | || || | | |( (| |( (/ / |__ || ||___ |
|/ _ ||| || _| _)(/ ||(/
============ (_/ ===================================
:: Server :: Runtime :: v1.15.0-20230216
2023-07-20 10:40:17.457 INFO 1 --- [ main] io.syndesis.server.runtime.Application : Starting Application v1.15.0-20230216 using Java 1.8.0_362 on syndesis-server-1-xz9d2 with PID 1 (/deployments/runtime.jar started by ? in /deployments)
2023-07-20 10:40:17.461 INFO 1 --- [ main] io.syndesis.server.runtime.Application : No active profile set, falling back to 1 default profile: "default"
2023-07-20 10:40:23.672 INFO 1 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=84daec45-d19a-38f3-a30c-07c708290a00
2023-07-20 10:40:24.173 INFO 1 --- [ main] j.r.s.ResteasyEmbeddedServletInitializer : Finding JAX-RS Application classes
2023-07-20 10:40:24.175 INFO 1 --- [ main] j.r.s.ResteasyEmbeddedServletInitializer : Property resteasy.jaxrs.app.registration has not been set, JAX-RS Application classes registration is being set to AUTO
2023-07-20 10:40:24.181 INFO 1 --- [ main] j.r.s.ResteasyEmbeddedServletInitializer : Searching for JAX-RS Application Spring beans
2023-07-20 10:40:24.249 INFO 1 --- [ main] j.r.s.ResteasyEmbeddedServletInitializer : JAX-RS Application class found: io.syndesis.server.endpoint.v1.V1Application
2023-07-20 10:40:27.280 WARN 1 --- [ main] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-07-20 10:40:27.381 INFO 1 --- [ main] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
2023-07-20 10:40:27.382 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 9712 ms
2023-07-20 10:40:29.880 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-07-20 10:40:31.088 ERROR 1 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.
org.postgresql.util.PSQLException: The connection attempt failed.
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:331) ~[postgresql-42.3.3.jar!/:42.3.3]
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:49) ~[postgresql-42.3.3.jar!/:42.3.3]
at org.postgresql.jdbc.PgConnection.(PgConnection.java:223) ~[postgresql-42.3.3.jar!/:42.3.3]
at org.postgresql.Driver.makeConnection(Driver.java:400) ~[postgresql-42.3.3.jar!/:42.3.3]
at org.postgresql.Driver.connect(Driver.java:259) ~[postgresql-42.3.3.jar!/:42.3.3]
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[HikariCP-4.0.3.jar!/:na]
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364) ~[HikariCP-4.0.3.jar!/:na]
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[HikariCP-4.0.3.jar!/:na]
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) [HikariCP-4.0.3.jar!/:na]
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) [HikariCP-4.0.3.jar!/:na]
at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115) [HikariCP-4.0.3.jar!/:na]
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) [HikariCP-4.0.3.jar!/:na]
at org.skife.jdbi.v2.DataSourceConnectionFactory.openConnection(DataSourceConnectionFactory.java:34) [jdbi-2.78.jar!/:2.78]
at org.skife.jdbi.v2.DBI.open(DBI.java:211) [jdbi-2.78.jar!/:2.78]
at io.syndesis.server.jsondb.impl.SqlJsonDB.withTransaction(SqlJsonDB.java:559) [server-jsondb-1.15.0-20230216.jar!/:1.15.0-20230216]
at io.syndesis.server.jsondb.impl.SqlJsonDB.(SqlJsonDB.java:109) [server-jsondb-1.15.0-20230216.jar!/:1.15.0-20230216]
at io.syndesis.server.runtime.DataStoreConfiguration.jsonDB(DataStoreConfiguration.java:69) [classes!/:1.15.0-20230216]
at io.syndesis.server.runtime.DataStoreConfiguration$$EnhancerBySpringCGLIB$$2aeb6e64.CGLIB$jsonDB$0()\
{"level":"info","ts":1689849473.480815,"logger":"cmd","msg":"Go Version: go1.16.15"}
{"level":"info","ts":1689849473.4809027,"logger":"cmd","msg":"Go OS/Arch: linux/amd64"}
{"level":"info","ts":1689849473.4809113,"logger":"cmd","msg":"Version of operator-sdk: v0.19.4"}
{"level":"info","ts":1689849473.480918,"logger":"cmd","msg":"Syndesis Operator Version: 1.15.0-20230216"}
{"level":"info","ts":1689849473.4809215,"logger":"cmd","msg":"Syndesis Operator Image: syndesis/syndesis-operator"}
{"level":"info","ts":1689849473.4809363,"logger":"cmd","msg":"Syndesis Build Time: 2023-02-16T06:18:22+0000"}
{"level":"info","ts":1689849474.9516785,"logger":"leader","msg":"Trying to become the leader."}
{"level":"info","ts":1689849475.6574495,"logger":"leader","msg":"No pre-existing lock was found."}
{"level":"info","ts":1689849475.664926,"logger":"leader","msg":"Became the leader."}
{"level":"info","ts":1689849476.3702612,"logger":"controller-runtime.metrics","msg":"metrics server is starting to listen","addr":"0.0.0.0:8383"}
{"level":"info","ts":1689849476.3712006,"logger":"cmd","msg":"registering resource schemes."}
{"level":"info","ts":1689849478.4982848,"logger":"metrics","msg":"Metrics Service object created","Service.Name":"syndesis-operator-metrics","Service.Namespace":"syndesis"}
{"level":"info","ts":1689849479.2011948,"logger":"cmd","msg":"Could not create ServiceMonitor object","error":"no ServiceMonitor registered with the API"}
{"level":"info","ts":1689849479.2012339,"logger":"cmd","msg":"Install prometheus-operator in your cluster to create ServiceMonitor objects","error":"no ServiceMonitor registered with the API"}
{"level":"info","ts":1689849479.2016268,"logger":"controller-runtime.manager","msg":"starting metrics server","path":"/metrics"}
{"level":"info","ts":1689849479.2018757,"logger":"controller-runtime.manager.controller.syndesis-controller","msg":"Starting EventSource","source":"kind source: /, Kind="}
{"level":"info","ts":1689849479.2019293,"logger":"controller-runtime.manager.controller.syndesis-controller","msg":"Starting Controller"}
{"level":"info","ts":1689849479.3023367,"logger":"controller-runtime.manager.controller.syndesis-controller","msg":"Starting workers","worker count":1}
I0720 10:38:02.049315 1 request.go:668] Waited for 1.041207756s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/policy/v1beta1?timeout=32s
{"level":"info","ts":1689849483.1015322,"logger":"action","msg":"Syndesis resource initialized","type":"initialize","name":"app","version":"1.15.0-20230216"}
{"level":"info","ts":1689849483.1052349,"logger":"controller","msg":"syndesis resource changed in the meantime, requeue and rerun in 5 seconds","name":"app"}
{"level":"info","ts":1689849485.3526251,"logger":"action","msg":"installing Syndesis resource","type":"install","name":"app"}
{"level":"info","ts":1689849487.9349673,"logger":"configuration","msg":"Unable to determine Openshift Management Console URL. The user will be unable to watch the integration build log in UI.","error":"configmaps "webconsole-config" is forbidden: User "system:serviceaccount:syndesis:syndesis-operator" cannot get configmaps in the namespace "openshift-web-console": no RBAC policy matched"}
{"level":"info","ts":1689849487.9585066,"logger":"action","msg":"resource created","type":"install","kind":"ImageStream","name":"syndesis-s2i","namespace":"syndesis"}
{"level":"info","ts":1689849487.9650078,"logger":"action","msg":"resource created","type":"install","kind":"Secret","name":"syndesis-server-secret","namespace":"syndesis"}
{"level":"info","ts":1689849487.9726183,"logger":"action","msg":"resource created","type":"install","kind":"Secret","name":"syndesis-global-config","namespace":"syndesis"}
{"level":"info","ts":1689849487.9809918,"logger":"action","msg":"resource created","type":"install","kind":"ServiceAccount","name":"syndesis-default","namespace":"syndesis"}
{"level":"info","ts":1689849487.9912815,"logger":"action","msg":"resource created","type":"install","kind":"ServiceAccount","name":"syndesis-server","namespace":"syndesis"}
{"level":"info","ts":1689849488.0039995,"logger":"action","msg":"resource created","type":"install","kind":"ServiceAccount","name":"syndesis-integration","namespace":"syndesis"}
{"level":"info","ts":1689849488.0181599,"logger":"action","msg":"resource created","type":"install","kind":"ServiceAccount","name":"syndesis-prometheus","namespace":"syndesis"}
{"level":"info","ts":1689849488.0481544,"logger":"action","msg":"resource created","type":"install","kind":"ConfigMap","name":"syndesis-server-config","namespace":"syndesis"}
{"level":"info","ts":1689849488.0798936,"logger":"action","msg":"resource created","type":"install","kind":"Service","name":"syndesis-ui","namespace":"syndesis"}
{"level":"info","ts":1689849488.1094797,"logger":"action","msg":"resource created","type":"install","kind":"DeploymentConfig","name":"syndesis-ui","namespace":"syndesis"}
{"level":"info","ts":1689849488.1226473,"logger":"action","msg":"resource created","type":"install","kind":"ConfigMap","name":"syndesis-ui-config","namespace":"syndesis"}
{"level":"info","ts":1689849488.1497416,"logger":"action","msg":"resource created","type":"install","kind":"Service","name":"syndesis-meta","namespace":"syndesis"}
{"level":"info","ts":1689849488.1651175,"logger":"action","msg":"resource created","type":"install","kind":"PersistentVolumeClaim","name":"syndesis-meta","namespace":"syndesis"}
{"level":"info","ts":1689849488.184907,"logger":"action","msg":"resource created","type":"install","kind":"DeploymentConfig","name":"syndesis-meta","namespace":"syndesis"}
{"level":"info","ts":1689849488.1984146,"logger":"action","msg":"resource created","type":"install","kind":"ConfigMap","name":"syndesis-meta-config","namespace":"syndesis"}
{"level":"info","ts":1689849488.2087116,"logger":"action","msg":"resource created","type":"install","kind":"Service","name":"syndesis-oauthproxy","namespace":"syndesis"}
{"level":"info","ts":1689849488.2277908,"logger":"action","msg":"resource created","type":"install","kind":"DeploymentConfig","name":"syndesis-oauthproxy","namespace":"syndesis"}
{"level":"info","ts":1689849488.296945,"logger":"action","msg":"resource created","type":"install","kind":"Service","name":"syndesis-server","namespace":"syndesis"}
{"level":"info","ts":1689849488.3681848,"logger":"action","msg":"resource created","type":"install","kind":"DeploymentConfig","name":"syndesis-server","namespace":"syndesis"}
{"level":"info","ts":1689849488.383334,"logger":"action","msg":"failed to create or replace resource","type":"install","kind":"ClusterRoleBinding","name":"syndesis-server-syndesis-kafka","namespace":""}
{"level":"error","ts":1689849488.3833559,"logger":"controller","msg":"Error reconciling","action":"*action.installAction","phase":"Installing","error":"clusterrolebindings.rbac.authorization.k8s.io "syndesis-server-syndesis-kafka" is forbidden: User "system:serviceaccount:syndesis:syndesis-operator" cannot get clusterrolebindings.rbac.authorization.k8s.io at the cluster scope: no RBAC policy matched","stacktrace":"github.com/syndesisio/syndesis/install/operator/pkg/controller/syndesis.(*ReconcileSyndesis).Reconcile\n\tsrc/github.com/syndesisio/syndesis/install/operator/pkg/controller/syndesis/syndesis_controller.go:173\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:298\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:253\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:214"}
{"level":"info","ts":1689849489.8537269,"logger":"action","msg":"installing Syndesis resource","type":"install","name":"app"}
I0720 10:38:12.050160 1 request.go:668] Waited for 1.997049342s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/servicecertsigner.config.openshift.io/v1alpha1?timeout=32s
{"level":"info","ts":1689849492.1092775,"logger":"configuration","msg":"Unable to determine Openshift Management Console URL. The user will be unable to watch the integration build log in UI.","error":"configmaps "webconsole-config" is forbidden: User "system:serviceaccount:syndesis:syndesis-operator" cannot get configmaps in the namespace "openshift-web-console": no RBAC policy matched"}
{"level":"info","ts":1689849492.1791127,"logger":"action","msg":"failed to create or replace resource","type":"install","kind":"ClusterRoleBinding","name":"syndesis-server-syndesis-kafka","namespace":""}
{"level":"error","ts":1689849492.1791604,"logger":"controller","msg":"Error reconciling","action":"*action.installAction","phase":"Installing","error":"clusterrolebindings.rbac.authorization.k8s.io "syndesis-server-syndesis-kafka" is forbidden: User "system:serviceaccount:syndesis:syndesis-operator" cannot get clusterrolebindings.rbac.authorization.k8s.io at the cluster scope: no RBAC policy matched","stacktrace":"github.com/syndesisio/syndesis/install/operator/pkg/controller/syndesis.(*ReconcileSyndesis).Reconcile\n\tsrc/github.com/syndesisio/syndesis/install/operator/pkg/controller/syndesis/syndesis_controller.go:173\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:298\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:253\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:214"}
{"level":"info","ts":1689849499.4834502,"logger":"action","msg":"installing Syndesis resource","type":"install","name":"app"}
{"level":"info","ts":1689849501.7406673,"logger":"configuration","msg":"Unable to determine Openshift Management Console URL. The user will be unable to watch the integration build log in UI.","error":"configmaps "webconsole-config" is forbidden: User "system:serviceaccount:syndesis:syndesis-operator" cannot get configmaps in the namespace "openshift-web-console": no RBAC policy matched"}
{"level":"info","ts":1689849502.492079,"logger":"action","msg":"failed to create or replace resource","type":"install","kind":"ClusterRoleBinding","name":"syndesis-server-syndesis-kafka","namespace":""}
{"level":"error","ts":1689849502.4921057,"logger":"controller","msg":"Error reconciling","action":"*action.installAction","phase":"Installing","error":"clusterrolebindings.rbac.authorization.k8s.io "syndesis-server-syndesis-kafka" is forbidden: User "system:serviceaccount:syndesis:syndesis-operator" cannot get clusterrolebindings.rbac.authorization.k8s.io at the cluster scope: no RBAC policy matched","stacktrace":"github.com/syndesisio/syndesis/install/operator/pkg/controller/syndesis.(*ReconcileSyndesis).Reconcile\n\tsrc/github.com/syndesisio/syndesis/install/operator/pkg/controller/syndesis/syndesis_controller.go:173\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:298\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:253\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:214"}
This is a...
Description
I'm trying to install Syndesis with minishif on Linux but syndesis-db won't start.
minishift v1.34.3+4b58f89
oc v3.11.784
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO
Server https://192.168.99.111:8443
kubernetes v1.11.0+d4cacc0
operator binary not found under /home/rafalj/.syndesis/bin/syndesis-operator, attempting to download...
syndesis-operator 1.15.0-20230216 binary successfully downloaded
Syndesis version: 1.15.0-20230216
error: the project "syndesis" specified in your config does not exist.
Creating project syndesis
Already on project "syndesis" on server "https://192.168.99.111:8443".
Switching to project "syndesis"
Already on project "syndesis" on server "https://192.168.99.111:8443".
Logged into "https://192.168.99.111:8443" as "system:admin" using existing credentials.
You have access to the following projects and can switch between them with 'oc project ':
default
kube-dns
kube-proxy
kube-public
kube-system
myproject
openshift
openshift-apiserver
openshift-controller-manager
openshift-core-operators
openshift-infra
openshift-node
openshift-service-cert-signer
openshift-web-console
*syndesis
Using project "syndesis".
Deploying Syndesis operator
Waiting for syndesis-operator to be scaled to 1
NAME READY STATUS RESTARTS AGE
syndesis-operator-58958c47c7-g2xnf 0/1 Init:0/2 0 5s
Waiting for syndesis-operator - Sleeping 10s ...
syndesis-operator-58958c47c7-g2xnf 0/1 Init:0/2 0 5s
syndesis-operator-58958c47c7-g2xnf 0/1 Init:1/2 0 6s
syndesis-operator-58958c47c7-g2xnf 0/1 Init:1/2 0 8s
syndesis-operator-58958c47c7-g2xnf 0/1 PodInitializing 0 9s
syndesis-operator-58958c47c7-g2xnf 1/1 Running 0 10s
Switching to project "syndesis"
Deploying syndesis app.
Install finished.
NAME READY STATUS RESTARTS AGE
syndesis-meta-1-xkbpl 1/1 Running 0 7m
syndesis-oauthproxy-1-gc89l 1/1 Running 0 7m
syndesis-operator-58958c47c7-g2xnf 1/1 Running 0 7m
syndesis-server-1-deploy 1/1 Running 0 7m
syndesis-server-1-xz9d2 0/1 CrashLoopBackOff 5 7m
syndesis-ui-1-4l2fm 1/1 Running 0 7m
There is no "syndesis-db"
=============================
syndesis-server log
Starting the Java application using /opt/jboss/container/java/run/run-java.sh ...
INFO exec java -Djava.net.preferIPv4Stack=true -Duser.home=/tmp -javaagent:/usr/share/java/jolokia-jvm-agent/jolokia-jvm.jar=config=/opt/jboss/container/jolokia/etc/jolokia.properties -Xms100m -Xmx400m -XX:+UseParallelGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:+ExitOnOutOfMemoryError -cp "." -jar /deployments/runtime.jar
I> No access restrictor found, access to any MBean is allowed
Jolokia: Agent started with URL https://172.17.0.14:8778/jolokia/
. _ _
/ | | | ()
| (----` _ ____ _ | | ____ ___ _ ___
\ \ | | | || _ \ / || | / _ ) /)| | /)
.----) | | || || | | |( (| |( (/ / |__ || ||___ |
|/ _ ||| || _| _)(/ ||(/
============ (_/ ===================================
:: Server :: Runtime :: v1.15.0-20230216
2023-07-20 10:40:17.457 INFO 1 --- [ main] io.syndesis.server.runtime.Application : Starting Application v1.15.0-20230216 using Java 1.8.0_362 on syndesis-server-1-xz9d2 with PID 1 (/deployments/runtime.jar started by ? in /deployments)
2023-07-20 10:40:17.461 INFO 1 --- [ main] io.syndesis.server.runtime.Application : No active profile set, falling back to 1 default profile: "default"
2023-07-20 10:40:23.672 INFO 1 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=84daec45-d19a-38f3-a30c-07c708290a00
2023-07-20 10:40:24.173 INFO 1 --- [ main] j.r.s.ResteasyEmbeddedServletInitializer : Finding JAX-RS Application classes
2023-07-20 10:40:24.175 INFO 1 --- [ main] j.r.s.ResteasyEmbeddedServletInitializer : Property resteasy.jaxrs.app.registration has not been set, JAX-RS Application classes registration is being set to AUTO
2023-07-20 10:40:24.181 INFO 1 --- [ main] j.r.s.ResteasyEmbeddedServletInitializer : Searching for JAX-RS Application Spring beans
2023-07-20 10:40:24.249 INFO 1 --- [ main] j.r.s.ResteasyEmbeddedServletInitializer : JAX-RS Application class found: io.syndesis.server.endpoint.v1.V1Application
2023-07-20 10:40:27.280 WARN 1 --- [ main] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2023-07-20 10:40:27.381 INFO 1 --- [ main] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
2023-07-20 10:40:27.382 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 9712 ms
2023-07-20 10:40:29.880 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-07-20 10:40:31.088 ERROR 1 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.
org.postgresql.util.PSQLException: The connection attempt failed.
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:331) ~[postgresql-42.3.3.jar!/:42.3.3]
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:49) ~[postgresql-42.3.3.jar!/:42.3.3]
at org.postgresql.jdbc.PgConnection.(PgConnection.java:223) ~[postgresql-42.3.3.jar!/:42.3.3]
at org.postgresql.Driver.makeConnection(Driver.java:400) ~[postgresql-42.3.3.jar!/:42.3.3]
at org.postgresql.Driver.connect(Driver.java:259) ~[postgresql-42.3.3.jar!/:42.3.3]
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[HikariCP-4.0.3.jar!/:na]
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364) ~[HikariCP-4.0.3.jar!/:na]
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[HikariCP-4.0.3.jar!/:na]
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) [HikariCP-4.0.3.jar!/:na]
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) [HikariCP-4.0.3.jar!/:na]
at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115) [HikariCP-4.0.3.jar!/:na]
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) [HikariCP-4.0.3.jar!/:na]
at org.skife.jdbi.v2.DataSourceConnectionFactory.openConnection(DataSourceConnectionFactory.java:34) [jdbi-2.78.jar!/:2.78]
at org.skife.jdbi.v2.DBI.open(DBI.java:211) [jdbi-2.78.jar!/:2.78]
at io.syndesis.server.jsondb.impl.SqlJsonDB.withTransaction(SqlJsonDB.java:559) [server-jsondb-1.15.0-20230216.jar!/:1.15.0-20230216]
at io.syndesis.server.jsondb.impl.SqlJsonDB.(SqlJsonDB.java:109) [server-jsondb-1.15.0-20230216.jar!/:1.15.0-20230216]
at io.syndesis.server.runtime.DataStoreConfiguration.jsonDB(DataStoreConfiguration.java:69) [classes!/:1.15.0-20230216]
at io.syndesis.server.runtime.DataStoreConfiguration$$EnhancerBySpringCGLIB$$2aeb6e64.CGLIB$jsonDB$0()\
=============================
syndesis-operator log
{"level":"info","ts":1689849473.480815,"logger":"cmd","msg":"Go Version: go1.16.15"}
{"level":"info","ts":1689849473.4809027,"logger":"cmd","msg":"Go OS/Arch: linux/amd64"}
{"level":"info","ts":1689849473.4809113,"logger":"cmd","msg":"Version of operator-sdk: v0.19.4"}
{"level":"info","ts":1689849473.480918,"logger":"cmd","msg":"Syndesis Operator Version: 1.15.0-20230216"}
{"level":"info","ts":1689849473.4809215,"logger":"cmd","msg":"Syndesis Operator Image: syndesis/syndesis-operator"}
{"level":"info","ts":1689849473.4809363,"logger":"cmd","msg":"Syndesis Build Time: 2023-02-16T06:18:22+0000"}
{"level":"info","ts":1689849474.9516785,"logger":"leader","msg":"Trying to become the leader."}
{"level":"info","ts":1689849475.6574495,"logger":"leader","msg":"No pre-existing lock was found."}
{"level":"info","ts":1689849475.664926,"logger":"leader","msg":"Became the leader."}
{"level":"info","ts":1689849476.3702612,"logger":"controller-runtime.metrics","msg":"metrics server is starting to listen","addr":"0.0.0.0:8383"}
{"level":"info","ts":1689849476.3712006,"logger":"cmd","msg":"registering resource schemes."}
{"level":"info","ts":1689849478.4982848,"logger":"metrics","msg":"Metrics Service object created","Service.Name":"syndesis-operator-metrics","Service.Namespace":"syndesis"}
{"level":"info","ts":1689849479.2011948,"logger":"cmd","msg":"Could not create ServiceMonitor object","error":"no ServiceMonitor registered with the API"}
{"level":"info","ts":1689849479.2012339,"logger":"cmd","msg":"Install prometheus-operator in your cluster to create ServiceMonitor objects","error":"no ServiceMonitor registered with the API"}
{"level":"info","ts":1689849479.2016268,"logger":"controller-runtime.manager","msg":"starting metrics server","path":"/metrics"}
{"level":"info","ts":1689849479.2018757,"logger":"controller-runtime.manager.controller.syndesis-controller","msg":"Starting EventSource","source":"kind source: /, Kind="}
{"level":"info","ts":1689849479.2019293,"logger":"controller-runtime.manager.controller.syndesis-controller","msg":"Starting Controller"}
{"level":"info","ts":1689849479.3023367,"logger":"controller-runtime.manager.controller.syndesis-controller","msg":"Starting workers","worker count":1}
I0720 10:38:02.049315 1 request.go:668] Waited for 1.041207756s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/policy/v1beta1?timeout=32s
{"level":"info","ts":1689849483.1015322,"logger":"action","msg":"Syndesis resource initialized","type":"initialize","name":"app","version":"1.15.0-20230216"}
{"level":"info","ts":1689849483.1052349,"logger":"controller","msg":"syndesis resource changed in the meantime, requeue and rerun in 5 seconds","name":"app"}
{"level":"info","ts":1689849485.3526251,"logger":"action","msg":"installing Syndesis resource","type":"install","name":"app"}
{"level":"info","ts":1689849487.9349673,"logger":"configuration","msg":"Unable to determine Openshift Management Console URL. The user will be unable to watch the integration build log in UI.","error":"configmaps "webconsole-config" is forbidden: User "system:serviceaccount:syndesis:syndesis-operator" cannot get configmaps in the namespace "openshift-web-console": no RBAC policy matched"}
{"level":"info","ts":1689849487.9585066,"logger":"action","msg":"resource created","type":"install","kind":"ImageStream","name":"syndesis-s2i","namespace":"syndesis"}
{"level":"info","ts":1689849487.9650078,"logger":"action","msg":"resource created","type":"install","kind":"Secret","name":"syndesis-server-secret","namespace":"syndesis"}
{"level":"info","ts":1689849487.9726183,"logger":"action","msg":"resource created","type":"install","kind":"Secret","name":"syndesis-global-config","namespace":"syndesis"}
{"level":"info","ts":1689849487.9809918,"logger":"action","msg":"resource created","type":"install","kind":"ServiceAccount","name":"syndesis-default","namespace":"syndesis"}
{"level":"info","ts":1689849487.9912815,"logger":"action","msg":"resource created","type":"install","kind":"ServiceAccount","name":"syndesis-server","namespace":"syndesis"}
{"level":"info","ts":1689849488.0039995,"logger":"action","msg":"resource created","type":"install","kind":"ServiceAccount","name":"syndesis-integration","namespace":"syndesis"}
{"level":"info","ts":1689849488.0181599,"logger":"action","msg":"resource created","type":"install","kind":"ServiceAccount","name":"syndesis-prometheus","namespace":"syndesis"}
{"level":"info","ts":1689849488.0481544,"logger":"action","msg":"resource created","type":"install","kind":"ConfigMap","name":"syndesis-server-config","namespace":"syndesis"}
{"level":"info","ts":1689849488.0798936,"logger":"action","msg":"resource created","type":"install","kind":"Service","name":"syndesis-ui","namespace":"syndesis"}
{"level":"info","ts":1689849488.1094797,"logger":"action","msg":"resource created","type":"install","kind":"DeploymentConfig","name":"syndesis-ui","namespace":"syndesis"}
{"level":"info","ts":1689849488.1226473,"logger":"action","msg":"resource created","type":"install","kind":"ConfigMap","name":"syndesis-ui-config","namespace":"syndesis"}
{"level":"info","ts":1689849488.1497416,"logger":"action","msg":"resource created","type":"install","kind":"Service","name":"syndesis-meta","namespace":"syndesis"}
{"level":"info","ts":1689849488.1651175,"logger":"action","msg":"resource created","type":"install","kind":"PersistentVolumeClaim","name":"syndesis-meta","namespace":"syndesis"}
{"level":"info","ts":1689849488.184907,"logger":"action","msg":"resource created","type":"install","kind":"DeploymentConfig","name":"syndesis-meta","namespace":"syndesis"}
{"level":"info","ts":1689849488.1984146,"logger":"action","msg":"resource created","type":"install","kind":"ConfigMap","name":"syndesis-meta-config","namespace":"syndesis"}
{"level":"info","ts":1689849488.2087116,"logger":"action","msg":"resource created","type":"install","kind":"Service","name":"syndesis-oauthproxy","namespace":"syndesis"}
{"level":"info","ts":1689849488.2277908,"logger":"action","msg":"resource created","type":"install","kind":"DeploymentConfig","name":"syndesis-oauthproxy","namespace":"syndesis"}
{"level":"info","ts":1689849488.296945,"logger":"action","msg":"resource created","type":"install","kind":"Service","name":"syndesis-server","namespace":"syndesis"}
{"level":"info","ts":1689849488.3681848,"logger":"action","msg":"resource created","type":"install","kind":"DeploymentConfig","name":"syndesis-server","namespace":"syndesis"}
{"level":"info","ts":1689849488.383334,"logger":"action","msg":"failed to create or replace resource","type":"install","kind":"ClusterRoleBinding","name":"syndesis-server-syndesis-kafka","namespace":""}
{"level":"error","ts":1689849488.3833559,"logger":"controller","msg":"Error reconciling","action":"*action.installAction","phase":"Installing","error":"clusterrolebindings.rbac.authorization.k8s.io "syndesis-server-syndesis-kafka" is forbidden: User "system:serviceaccount:syndesis:syndesis-operator" cannot get clusterrolebindings.rbac.authorization.k8s.io at the cluster scope: no RBAC policy matched","stacktrace":"github.com/syndesisio/syndesis/install/operator/pkg/controller/syndesis.(*ReconcileSyndesis).Reconcile\n\tsrc/github.com/syndesisio/syndesis/install/operator/pkg/controller/syndesis/syndesis_controller.go:173\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:298\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:253\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:214"}
{"level":"info","ts":1689849489.8537269,"logger":"action","msg":"installing Syndesis resource","type":"install","name":"app"}
I0720 10:38:12.050160 1 request.go:668] Waited for 1.997049342s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/servicecertsigner.config.openshift.io/v1alpha1?timeout=32s
{"level":"info","ts":1689849492.1092775,"logger":"configuration","msg":"Unable to determine Openshift Management Console URL. The user will be unable to watch the integration build log in UI.","error":"configmaps "webconsole-config" is forbidden: User "system:serviceaccount:syndesis:syndesis-operator" cannot get configmaps in the namespace "openshift-web-console": no RBAC policy matched"}
{"level":"info","ts":1689849492.1791127,"logger":"action","msg":"failed to create or replace resource","type":"install","kind":"ClusterRoleBinding","name":"syndesis-server-syndesis-kafka","namespace":""}
{"level":"error","ts":1689849492.1791604,"logger":"controller","msg":"Error reconciling","action":"*action.installAction","phase":"Installing","error":"clusterrolebindings.rbac.authorization.k8s.io "syndesis-server-syndesis-kafka" is forbidden: User "system:serviceaccount:syndesis:syndesis-operator" cannot get clusterrolebindings.rbac.authorization.k8s.io at the cluster scope: no RBAC policy matched","stacktrace":"github.com/syndesisio/syndesis/install/operator/pkg/controller/syndesis.(*ReconcileSyndesis).Reconcile\n\tsrc/github.com/syndesisio/syndesis/install/operator/pkg/controller/syndesis/syndesis_controller.go:173\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:298\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:253\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:214"}
{"level":"info","ts":1689849499.4834502,"logger":"action","msg":"installing Syndesis resource","type":"install","name":"app"}
{"level":"info","ts":1689849501.7406673,"logger":"configuration","msg":"Unable to determine Openshift Management Console URL. The user will be unable to watch the integration build log in UI.","error":"configmaps "webconsole-config" is forbidden: User "system:serviceaccount:syndesis:syndesis-operator" cannot get configmaps in the namespace "openshift-web-console": no RBAC policy matched"}
{"level":"info","ts":1689849502.492079,"logger":"action","msg":"failed to create or replace resource","type":"install","kind":"ClusterRoleBinding","name":"syndesis-server-syndesis-kafka","namespace":""}
{"level":"error","ts":1689849502.4921057,"logger":"controller","msg":"Error reconciling","action":"*action.installAction","phase":"Installing","error":"clusterrolebindings.rbac.authorization.k8s.io "syndesis-server-syndesis-kafka" is forbidden: User "system:serviceaccount:syndesis:syndesis-operator" cannot get clusterrolebindings.rbac.authorization.k8s.io at the cluster scope: no RBAC policy matched","stacktrace":"github.com/syndesisio/syndesis/install/operator/pkg/controller/syndesis.(*ReconcileSyndesis).Reconcile\n\tsrc/github.com/syndesisio/syndesis/install/operator/pkg/controller/syndesis/syndesis_controller.go:173\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:298\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:253\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\tsrc/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:214"}
Name: localhost
Roles:
Labels: beta.kubernetes.io/arch=amd64
beta.kubernetes.io/os=linux
kubernetes.io/hostname=localhost
Annotations: volumes.kubernetes.io/controller-managed-attach-detach=true
CreationTimestamp: Thu, 20 Jul 2023 01:01:03 +0200
Taints:
Unschedulable: false
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
OutOfDisk False Thu, 20 Jul 2023 13:58:28 +0200 Thu, 20 Jul 2023 01:01:02 +0200 KubeletHasSufficientDisk kubelet has sufficient disk space available
MemoryPressure False Thu, 20 Jul 2023 13:58:28 +0200 Thu, 20 Jul 2023 01:01:02 +0200 KubeletHasSufficientMemory kubelet has sufficient memory available
DiskPressure False Thu, 20 Jul 2023 13:58:28 +0200 Thu, 20 Jul 2023 01:01:02 +0200 KubeletHasNoDiskPressure kubelet has no disk pressure
PIDPressure False Thu, 20 Jul 2023 13:58:28 +0200 Thu, 20 Jul 2023 01:01:02 +0200 KubeletHasSufficientPID kubelet has sufficient PID available
Ready True Thu, 20 Jul 2023 13:58:28 +0200 Thu, 20 Jul 2023 01:01:02 +0200 KubeletReady kubelet is posting ready status
Addresses:
InternalIP: 10.0.2.15
Hostname: localhost
Capacity:
cpu: 2
hugepages-2Mi: 0
memory: 8173900Ki
pods: 250
Allocatable:
cpu: 2
hugepages-2Mi: 0
memory: 8071500Ki
pods: 250
System Info:
Machine ID: 5c42bdbd97124c6c9fa2b2fa80e40582
System UUID: 8AB732B1-56D5-B242-9E6F-208AA3DCAE9D
Boot ID: f4a0eeac-8b4a-472d-b2ce-8beb41b2f568
Kernel Version: 3.10.0-1127.19.1.el7.x86_64
OS Image: CentOS Linux 7 (Core)
Operating System: linux
Architecture: amd64
Container Runtime Version: docker://1.13.1
Kubelet Version: v1.11.0+d4cacc0
Kube-Proxy Version: v1.11.0+d4cacc0
Non-terminated Pods: (15 in total)
Namespace Name CPU Requests CPU Limits Memory Requests Memory Limits
default docker-registry-1-lhmf4 100m (5%) 0 (0%) 256Mi (3%) 0 (0%)
default router-1-jjkr2 100m (5%) 0 (0%) 256Mi (3%) 0 (0%)
kube-dns kube-dns-w66lt 0 (0%) 0 (0%) 0 (0%) 0 (0%)
kube-proxy kube-proxy-t4fmv 0 (0%) 0 (0%) 0 (0%) 0 (0%)
kube-system kube-controller-manager-localhost 0 (0%) 0 (0%) 0 (0%) 0 (0%)
kube-system kube-scheduler-localhost 0 (0%) 0 (0%) 0 (0%) 0 (0%)
kube-system master-api-localhost 0 (0%) 0 (0%) 0 (0%) 0 (0%)
kube-system master-etcd-localhost 0 (0%) 0 (0%) 0 (0%) 0 (0%)
openshift-apiserver openshift-apiserver-rmf8p 0 (0%) 0 (0%) 0 (0%) 0 (0%)
openshift-controller-manager openshift-controller-manager-hclwt 0 (0%) 0 (0%) 0 (0%) 0 (0%)
openshift-core-operators openshift-service-cert-signer-operator-6d477f986b-hqctn 0 (0%) 0 (0%) 0 (0%) 0 (0%)
openshift-core-operators openshift-web-console-operator-57986c9c4f-xdp9s 0 (0%) 0 (0%) 0 (0%) 0 (0%)
openshift-service-cert-signer apiservice-cabundle-injector-8ffbbb6dc-xzgp5 0 (0%) 0 (0%) 0 (0%) 0 (0%)
openshift-service-cert-signer service-serving-cert-signer-668c45d5f-rtxl9 0 (0%) 0 (0%) 0 (0%) 0 (0%)
openshift-web-console webconsole-584fd778b-6x864 100m (5%) 0 (0%) 100Mi (1%) 0 (0%)
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
cpu 300m (15%) 0 (0%)
memory 612Mi (7%) 0 (0%)
Events:
The text was updated successfully, but these errors were encountered: