asifdxtreme opened a new issue #968: Integration fails with --dev mode URL: https://github.com/apache/camel-k/issues/968 I am trying the latest code on master branch and I am getting below error stack when I run using `--dev` mode ``` root1@root1-HP-EliteBook-840-G2:~/servicecomb/go/src/github.com/apache/camel-k/cmd/kamel$ ./kamel run hello.groovy --dev integration "hello" created integration "hello" in phase Initialization integration "hello" in phase Building Kit panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x13b0d7c] goroutine 1 [running]: github.com/apache/camel-k/pkg/cmd.(*runCmdOptions).run(0xc000462c00, 0xc00020bb80, 0xc000616640, 0x1, 0x2, 0x0, 0x0) /home/root1/servicecomb/go/src/github.com/apache/camel-k/pkg/cmd/run.go:212 +0x30c github.com/apache/camel-k/pkg/cmd.(*runCmdOptions).run-fm(0xc00020bb80, 0xc000616640, 0x1, 0x2, 0x0, 0x0) /home/root1/servicecomb/go/src/github.com/apache/camel-k/pkg/cmd/run.go:66 +0x52 github.com/spf13/cobra.(*Command).execute(0xc00020bb80, 0xc000616620, 0x2, 0x2, 0xc00020bb80, 0xc000616620) /home/root1/servicecomb/go/pkg/mod/github.com/spf13/[email protected]/command.go:762 +0x473 github.com/spf13/cobra.(*Command).ExecuteC(0xc00020ac80, 0x0, 0x0, 0x0) /home/root1/servicecomb/go/pkg/mod/github.com/spf13/[email protected]/command.go:852 +0x2fd github.com/spf13/cobra.(*Command).Execute(0xc00020ac80, 0x0, 0xc00020ac80) /home/root1/servicecomb/go/pkg/mod/github.com/spf13/[email protected]/command.go:800 +0x2b main.main() /home/root1/servicecomb/go/src/github.com/apache/camel-k/cmd/kamel/main.go:45 +0x15b ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
