lreimer opened a new issue #1190: Invalid JSON Patch error when running simple 
Camel-K example with 1.0.0-RC1
URL: https://github.com/apache/camel-k/issues/1190
 
 
   Just wanted to give the latest Camel-K release 1.0.0-RC1 a try. Installation 
went OK. Camel-K itself is running. I then issue the simple command `kamel run 
hello.groovy`.
   
   After some time the started build-kit pod will end up in an _Init:Error_ 
state. Reason seems to be that the *builder* init container stops and exits 
with an error. The last line in the logs of the init container ist the 
following:
   
   ```json
   
{"level":"error","ts":1578825389.8346853,"logger":"camel-k.builder","msg":"","error":"Invalid
 JSON 
Patch","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\tgithub.com/go-logr/zapr@v0.1.1/zapr.go:128\ngithub.com/apache/camel-k/pkg/util/log.Logger.Error\n\tgithub.com/apache/camel-k@/pkg/util/log/log.go:74\ngithub.com/apache/camel-k/pkg/cmd/builder.exitOnError\n\tgithub.com/apache/camel-k@/pkg/cmd/builder/builder.go:105\ngithub.com/apache/camel-k/pkg/cmd/builder.Run\n\tgithub.com/apache/camel-k@/pkg/cmd/builder/builder.go:91\ngithub.com/apache/camel-k/pkg/cmd.(*builderCmdOptions).run\n\tgithub.com/apache/camel-k@/pkg/cmd/builder.go:51\ngithub.com/spf13/cobra.(*Command).execute\n\tgithub.com/spf13/cobra@v0.0.5/command.go:830\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\tgithub.com/spf13/cobra@v0.0.5/command.go:914\ngithub.com/spf13/cobra.(*Command).Execute\n\tgithub.com/spf13/cobra@v0.0.5/command.go:864\nmain.main\n\tgithub.com/apache/camel-k@/cmd/kamel/main.go:46\nruntime.main\n\truntime/proc.go:203"}
   ```
   
   I am running everything locally on a Mac using Docker Desktop with 
Kubernetes enabled:
   - Engine: 19.03.5
   - Kubernetes: v1.14.8

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to