Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while creating microgateway app #35

Closed
ykalidin opened this issue Feb 28, 2019 · 2 comments
Closed

Error while creating microgateway app #35

ykalidin opened this issue Feb 28, 2019 · 2 comments

Comments

@ykalidin
Copy link
Contributor

The below error is seen while creating the microgateway app:
flogo create -f flogo.json

Error in installing github.com/project-flogo/microgateway@master
Warning: unable to install github.com/project-flogo/microgateway

While running the generated binary we are getting below error:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x6bec03]

goroutine 1 [running]:
github.com/project-flogo/core/app.New(0xc0000a9380, 0x80cb20, 0xc0000d4a00, 0xc0000b40d8, 0x1, 0x1, 0x0, 0x1, 0xc0001bbd40)
/home/ykalidin/go/pkg/mod/github.com/project-flogo/core@v0.9.0-alpha.5.0.20190227233126-6f35cb28d73f/app/app.go:55 +0x413
github.com/project-flogo/core/engine.New(0xc0000a9380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7f295cd996c0, 0x0)
/home/ykalidin/go/pkg/mod/github.com/project-flogo/core@v0.9.0-alpha.5.0.20190227233126-6f35cb28d73f/engine/engineimpl.go:113 +0x398
main.main()
/home/ykalidin/go/src/github.com/project-flogo/microgateway/examples/json/basic-gateway/MyProxygomod/src/main.go:41 +0xa7

@skothari-tibco
Copy link

Hey, Can you update the cli and try it again? flogo install github.com/project-flogo/microgateway@master works for me.

Thanks

@ykalidin
Copy link
Contributor Author

ykalidin commented Mar 4, 2019

Working fine.

@ykalidin ykalidin closed this as completed Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants