-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Apollo bootstrap.sh Error #5344
Comments
When I was testing Apollo, I run into a similiar issue, and found out a way that might help solve your problem.
Second case:
Another tips:
|
Thanks.The problem has been solved.I change the config file: "apollo\modules\tools\supervisord\dev.conf" like this: So supervisor support web communicates with server by http . |
Closing this issue as the problem seems to be solved. Feel free to open it if you have additional questions. |
I have the same problem, and try @Triangle001 s solution but still not work.
Seems it can enter the supervisor command line ,but have some problem. Then I type
Besides, my /tmp/supervisor.sock is empty. Then I type I tried
I will be very appreciate if someone help me. |
I have solved this problem.My apollo version is r3.0.0, it has much things to do to solve this problem.It should also change /etc/supervisord.conf. |
That's great! If possible, please share the additional steps you mentioned to help other developers stuck on the same issue. |
@IneverStop Hi,I met the same problem,could you share your steps? |
@whuzxy Sorry, I didn't check github these days.Change both file |
@IneverStop thank you ,i solved the issue just as you said. |
@IneverStop thank you very much for sharing the fix. |
@IneverStop @whuzxy @natashadsouza Hi, I have exactly the same error, can you help me ??
But when I'm trying to run bash scripts/bootstrap.sh the error occurs.
I would really appreciate it if you could help. Thanks ! |
Hi CCodie, could you please display the error output of dreamview in file |
@DongAi Hi, thank you for the reply.
But this log seems about the CAN Card, doesn't relate with my error. |
@DongAi , here is my update info.
Deos this can help for debugging my error ? |
Hi, CCodie,
I think this line shouldn't be commented. But as you have started supervisord, so maybe it's not this matter. If dreamview crashed, a core file would be generated in directory data/core/, we maybe need to debug to find what caused this crash. below are the commands to use gdb to attach and debug: And, there's still another way to escape from this error of here is a part of my
|
@CCodie
/etc/supervisord.conf
I just add
in /apollo/modules/tools/supervisord/dev.conf than you.But it worked for me . Good luck. |
@DongAi Hi, I still got the error for running dreamview. Can you please give me a help?
I hope the below can help me to debug this error...
I actually don't know why this error occur for my laptop because I successfully ran Apollo ver3.0 on my desktop. Anyway thanks in advance ! add) Can you please type all the contents of |
Hi, CCodie, And you can get more information about this similar issue referring to #3615, #4135. And please refer to pcl doc to get information about how to build PCL. Aftering building, replace the PCL libraries exist in you docker contaners with the newly built libraries, the directory that contains the PCL libraries is |
Hi, CCodie, Another tip, the build process must run in your docker container. |
@DongAi |
|
@DongAi I'm really appreciate for your detail instructions. Add) Also we can close this issue. |
After built Apollo sucessfully,I use the command "bash scripts/bootstrap.sh" to launch to Apollo,I was refused,it shows:
============================
[ OK ] Build passed!
[INFO] Took 2415 seconds
apollo@in_dev_docker:/apollo$ bash scripts/bootstrap.sh
Started supervisord with dev conf
Start roscore...
voice_detector: started
unix:///tmp/supervisor.sock refused connection
How should i do? Thanks.
The text was updated successfully, but these errors were encountered: