-
Notifications
You must be signed in to change notification settings - Fork 9
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
Getting Error while running slc start #5
Comments
What command did you run that gave that output? What is Could you try to reproduce this by runnin |
Thanks sam for reply :) [root@SA_206 kodiak_lcms]# ./../node-v0.12.4-linux-x64/bin/slc -v When i am running command which you have suggested : [root@SA_206 kodiak_lcms]# ./../node-v0.12.4-linux-x64/bin/slc pm --base= and another window : [root@SA_206 kodiak_lcms]# ./../node-v0.12.4-linux-x64/bin/slc ctl start kodiakLCMS;./../node-v0.12.4-linux-x64/bin/slc ctl log-dump 1 it is not connecting. but if i am starting strong-pm service like : [root@SA_206 kodiak_lcms]# /sbin/initctl start strong-pm [root@SA_206 kodiak_lcms]# ./../node-v0.12.4-linux-x64/bin/slc ctl start kodiakLCMS;./../node-v0.12.4-linux-x64/bin/slc ctl log-dump 1 package.json in application folder: i am not getting where is the issues because same application was working with older slc version like. please help me on this issue. |
I have deploy application in process manager and then run below command the getting error like |
Hi Sam Now able to run application but when i am running command for log then getting error like. ./../node-v0.12.4-linux-x64/bin/slc ctl -C http://127.0.0.1:8701 log-dump kodiakLCMS --follow 2015-06-23T11:07:19.815Z pid:21438 worker:3 INFO strong-agent not profiling, agent metrics requires a valid license. Worker process is exit with #SIGSEGV# error Not sure what was causing issues. Please help us Thanks |
SIGSEGV is either a bug in node/v8, or your build of node/v8, or possibly a problem with the agent. Do you have a core dump from the worker? |
2015-06-22T11:05:23.505Z pid:17567 worker:6 INFO strong-agent[17567] started profiling agent
2015-06-22T11:05:24.074Z pid:17537 worker:0 ERROR supervisor worker id 6 (pid 17567) accidental exit with SIGSEGV
2015-06-22T11:05:25.411Z pid:17537 worker:0 INFO supervisor started worker 7 (pid 17572)
2015-06-22T11:05:25.556Z pid:17572 worker:7 INFO strong-agent v1.6.0 profiling app 'kodiakLCMS' pid '17572'
2015-06-22T11:05:25.558Z pid:17572 worker:7 INFO strong-agent[17572] started profiling agent
2015-06-22T11:05:26.082Z pid:17537 worker:0 ERROR supervisor worker id 7 (pid 17572) accidental exit with SIGSEGV
2015-06-22T11:05:27.468Z pid:17537 worker:0 INFO supervisor started worker 8 (pid 17582)
2015-06-22T11:05:27.617Z pid:17582 worker:8 INFO strong-agent v1.6.0 profiling app 'kodiakLCMS' pid '17582'
2015-06-22T11:05:27.619Z pid:17582 worker:8 INFO strong-agent[17582] started profiling agent
Command "log-dump" on "pmctl" failed with Error: connect ECONNREFUSED
After that it was stopped.
Please let me know any configuration missing.
The text was updated successfully, but these errors were encountered: