-
Notifications
You must be signed in to change notification settings - Fork 73
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
i cant run the mongodb_server. #164
Comments
Sounds like your started it before and didn't finish correctly. Try:
And kill the process that is running. Try to restart the mongodb afterwards. |
i've done what you told me ,but ... [INFO] [WallTime: 1458210254.500315] Mongo server address: localhost:62345 |
Ok, one hard reset version would be: Run
to make sure there really is nothing running, if it is, kill it with |
thank you for you patience. i've killed the thread and deleted the mongod.lock, but i still can't solve it. turtlebot@turtlebot:/opt/ros$ sudo kill -9 17868 |
OK, than this is for @hawesie I'm afraid... |
Let's sanity check things first. What does the following do? mkdir /tmp/foo
mongod --dbpath /tmp/foo |
totally confused...... turtlebot@turtlebot:/tmp$ mongod --dbpath /tmp/foo |
Did you ctrl-c the process to kill it? |
yes |
if i didn't press ctrl-c ,it would stay here: |
I had this exact issue and a combination of the following things fixed it:
I did the above and it's now working for me. Hopefully that helps! |
I also have the same problem and I have tried the solutions showed before, but it still not works. If I run the launch file first as the instruction, the errors were showed like these:
If I run the mongodb_server.py fist, it showed that:
Also, these two commands are likely to be contrast with each other. Is that means if one of them running, the store system works? Besides, this was what it showed when I check the issues Nick mentioned.
Thanks in advance. |
Can any help me i'm getting error while executing PDDL files process[rosplan_problem_interface-3]: started with pid [12093] Thanks in advance |
This line:
Makes it look like you already have a mongodb instance running on that port, therefore the node you're launching can't listen there too. Make sure you kill off any other instances. Or if you want to connect to an existing instance use the daemon option. |
Hello, I'm trying to use mongodb in ROS Noetic but while trying to run the server I'm getting error. The error is similar to the ones mentioned above. i followed the solutions given but it didn't solve my problem. I've cloned the git repo from strands_project. The error is: aakash@aakash:~$ rosrun mongodb_store mongodb_server.py Can someone provide a solution for this? Thanks in advance. |
Use "rosrun mongdb_store mongodb_server.py"
And errors below:
[ERROR] [WallTime: 1458208619.863728] Mongo process error! Exit code=100
It looks like Mongo already died. Watch out as the DB might need recovery time at next run.
someone help me ?
The text was updated successfully, but these errors were encountered: