question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to deploy syndesis from master

See original GitHub issue

This is a…


[ ] Feature request
[X] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Documentation issue or request

Description

Using ./tools/bin/syndesis install --project syndesis -y --test-support:

{“level”:“info”,“ts”:1558520033.689927,“logger”:“action”,“msg”:“Installing Syndesis resource”,“type”:“install”,“name”:“app”} {“level”:“error”,“ts”:1558520033.9660332,“logger”:“controller”,“msg”:“Error reconciling”,“action”:“*action.installAction”,“phase”:“Installing”,“error”:“failed to decode json data with gvk(apps.openshift.io/v1, Kind=DeploymentConfig): v1.DeploymentConfig.Spec: v1.DeploymentConfigSpec.Replicas: readUint32: unexpected character: \ufffd, error found in #10 byte of …|eplicas":"0","select|…, bigger context …|ure"},"name":"komodo-server"},"spec":{"replicas":"0","selector":{"app":"syndesis","syndesis.io/app"😐…”,“stacktrace”:“github.com/syndesisio/syndesis/install/operator/vendor/github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/src/github.com/syndesisio/syndesis/install/operator/vendor/github.com/go-logr/zapr/zapr.go:128\ngithub.com/syndesisio/syndesis/install/operator/pkg/controller/syndesis.(*ReconcileSyndesis).Reconcile\n\t/go/src/github.com/syndesisio/syndesis/install/operator/pkg/controller/syndesis/syndesis_controller.go:120\ngithub.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/go/src/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:213\ngithub.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1\n\t/go/src/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:158\ngithub.com/syndesisio/syndesis/install/operator/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1\n\t/go/src/github.com/syndesisio/syndesis/install/operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133\ngithub.com/syndesisio/syndesis/install/operator/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil\n\t/go/src/github.com/syndesisio/syndesis/install/operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:134\ngithub.com/syndesisio/syndesis/install/operator/vendor/k8s.io/apimachinery/pkg/util/wait.Until\n\t/go/src/github.com/syndesisio/syndesis/install/operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88”} {“level”:“error”,“ts”:1558520033.9661355,“logger”:“kubebuilder.controller”,“msg”:“Reconciler error”,“controller”:“syndesis-controller”,“request”:“syndesis/app”,“error”:“failed to decode json data with gvk(apps.openshift.io/v1, Kind=DeploymentConfig): v1.DeploymentConfig.Spec: v1.DeploymentConfigSpec.Replicas: readUint32: unexpected character: \ufffd, error found in #10 byte of …|eplicas":"0","select|…, bigger context …|ure"},"name":"komodo-server"},"spec":{"replicas":"0","selector":{"app":"syndesis","syndesis.io/app"😐…”,“stacktrace”:“github.com/syndesisio/syndesis/install/operator/vendor/github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/src/github.com/syndesisio/syndesis/install/operator/vendor/github.com/go-logr/zapr/zapr.go:128\ngithub.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/go/src/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:215\ngithub.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func1\n\t/go/src/github.com/syndesisio/syndesis/install/operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:158\ngithub.com/syndesisio/syndesis/install/operator/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1\n\t/go/src/github.com/syndesisio/syndesis/install/operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133\ngithub.com/syndesisio/syndesis/install/operator/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil\n\t/go/src/github.com/syndesisio/syndesis/install/operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:134\ngithub.com/syndesisio/syndesis/install/operator/vendor/k8s.io/apimachinery/pkg/util/wait.Until\n\t/go/src/github.com/syndesisio/syndesis/install/operator/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88”}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
avanocommented, May 23, 2019

@zregvart I thought that our jenkins runs the command I posted, but it also uses --local as @phantomjinx mentioned.

I can confirm that it works with ./tools/bin/syndesis install --project syndesis -y --test-support and fails with ./tools/bin/syndesis install --project syndesis -y --test-support --local

The culprit will probably be that the configmap syndesis-template that is created with --local has:

Command:
      syndesis-operator
      -template
      /conf/syndesis-template.yml
1reaction
avanocommented, May 23, 2019

right, ./tools/bin/syndesis install --project syndesis -y --test-support . Im not at the pc at the moment, I will retry in ~1.5hrs

Read more comments on GitHub >

github_iconTop Results From Across the Web

syndesisio/community - Gitter
Hi all, I'm new to this community and wanted to check if there is a guide for installing Syndesis on Windows? I've already...
Read more >
Syndesis CLI
Try a git rebase upstream/master which rebases your current local working branch. If this fails because you have uncommitted work: A git stash...
Read more >
Install issue with minishift and syndesis on linux - Stack Overflow
It turns out that it was failing because I was using the default project 'myproject' instead of one called 'syndesis', so I created...
Read more >
Application Deployment failing randomly with watch error
Deployments are failing randomly in this cluster, the msg displayed by the deploy job being: --> Scaling syndesis-prometheus-1 to 1 error: ...
Read more >
https://raw.githubusercontent.com/gpe-mw-training/...
Use --grant if you want a specific user to be able to install Syndesis. ... .com/syndesisio/syndesis/master/tools/bin/install-syndesis (short: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found