apollo: bootstrap cannot launch module monitor & dreamview
I just clone the newest code this morning and started the build command in dev docker
kkyiss@in_dev_docker:/apollo$ bash apollo.sh build
it showed build passed!
but with some info
apollo.sh: line 108: 5508 Illegal instruction (core dumped) bazel-bin/modules/data/util/update_task_info --commit_id=$(git rev-parse HEAD)
Then when i run
bash scripts/bootstrap.sh
it shows:
Start roscore...
Could not launch module monitor. Is it already built?
Could not launch module dreamview. Is it already build?
Dreamview is running at http://localhost:8888
but the webpage shows unable to connect anyone have the same problem? any hints will be appreciate tks
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 24 (11 by maintainers)
I have the same issue,It very simple to deal with it,but I have not found the reason
It’s a library from ROS, located at /home/tmp/ros/lib/libactionlib.so Then I guess you are running new code on an old docker image. They don’t match.
Just start a new container with ./docker/scripts/dev_start.sh (Please make sure the
docker pullgets through successfully. Sometimes it just fails in bad networking condition.)Thanks @gengqx
with apollo.sh clean & build now I can launch the module & dreamview
But like #1907 I cannot access
http://localhost:8888@mickeyouyou
because i have already compiled before i screenshot the result. The first compile time is 1317 seconds and yes i did remove the docker images & container but somehow still have problem about accessing localhost:8888 tks
@kkyiss I you did not do too much code in your workspace, I stronglly suggest that you pull a newest master version ,build ,and open it .it should work. I have try many version,but the same issue show in