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)

Most upvoted comments

I have the same issue,It very simple to deal with it,but I have not found the reason

bash apollo.sh clean
bash apollo.sh build

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 pull gets 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

Compile time is too short, does not meet the normal situation.

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

Commit: f6f0cf0e3845e649183963541e53a8b6a03f5368
Date: Thu Dec 14 19:55:10 2017 -0600