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

errors on start app #20

Open
maksymshtyria opened this issue Oct 14, 2014 · 0 comments
Open

errors on start app #20

maksymshtyria opened this issue Oct 14, 2014 · 0 comments

Comments

@maksymshtyria
Copy link

When I try to satrt my revel app with gorelic I get a lot of errors. I was installing with your instraction? but it isn`t wok.

I use Ubuntu 14 (64). Here you can see some part of stack trace

2014/10/14 18:18:58 init.go:69: Starting newrelic daemon.
yevheniis-mbp.ddns.softservecom.com
2014/10/14 18:18:58 agent.go:135: Init GC metrics collection. Poll interval 10 seconds.
2014/10/14 18:18:58 agent.go:135: Init memory allocator metrics collection. Poll interval 60 seconds.
2014/10/14 18:18:58 agent.go:135: Init HTTP metrics collection.
panic: runtime error: index out of range

goroutine 16 [running]:
runtime.panic(0x562d60, 0x906efc)
/usr/local/go/src/pkg/runtime/panic.c:279 +0xf5
myapp/app.init·1()
/Users/krava/dev/go/src/myapp/app/init.go:37 +0x21e
myapp/app.init()
/Users/krava/dev/go/src/myapp/app/init.go:97 +0x8d
main.init()
/Users/krava/dev/go/src/myapp/app/tmp/main.go:404 +0x58

goroutine 19 [finalizer wait]:
runtime.park(0x189f0, 0x90d640, 0x90b929)
/usr/local/go/src/pkg/runtime/proc.c:1369 +0x89
runtime.parkunlock(0x90d640, 0x90b929)
/usr/local/go/src/pkg/runtime/proc.c:1385 +0x3b
runfinq()
/usr/local/go/src/pkg/runtime/mgc0.c:2644 +0xcf
runtime.goexit()
/usr/local/go/src/pkg/runtime/proc.c:1445

goroutine 21 [runnable]:
github.com/yvasiyarov/go-metrics.(*meterArbiter).tick(0x90fbe0)
/Users/krava/dev/go/src/github.com/yvasiyarov/go-metrics/meter.go:218
created by github.com/yvasiyarov/go-metrics.NewMeter
/Users/krava/dev/go/src/github.com/yvasiyarov/go-metrics/meter.go:40 +0x1cb

goroutine 22 [runnable]:
github.com/yvasiyarov/go-metrics.CaptureDebugGCStats(0xb10928, 0xc208039df0, 0x2540be400)
/Users/krava/dev/go/src/github.com/yvasiyarov/go-metrics/debug.go:24
created by github.com/yvasiyarov/gorelic.newGCMetricaDataSource
/Users/krava/dev/go/src/github.com/yvasiyarov/gorelic/gc_metrics.go:13 +0xfb

goroutine 23 [runnable]:
github.com/yvasiyarov/go-metrics.CaptureRuntimeMemStats(0xb10928, 0xc208039e60, 0xdf8475800)
/Users/krava/dev/go/src/github.com/yvasiyarov/go-metrics/runtime.go:51
created by github.com/yvasiyarov/gorelic.newMemoryMetricaDataSource
/Users/krava/dev/go/src/github.com/yvasiyarov/gorelic/memory_metrics.go:14 +0x113

goroutine 24 [runnable]:
github.com/yvasiyarov/newrelic_platform_go.(_NewrelicPlugin).Run(0xc208028fc0)
/Users/krava/dev/go/src/github.com/yvasiyarov/newrelic_platform_go/plugin.go:180
created by github.com/yvasiyarov/gorelic.(_Agent).Run
/Users/krava/dev/go/src/github.com/yvasiyarov/gorelic/agent.go:119 +0x6b7

Could you please help us to start aplication with gorelic.

Thx.

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

1 participant