Mongodb crashes while starting [closed]
Hello,
while starting Mongodb, it crashes at a certain point. Im using ROS Groovy on Ubuntu 12.10.
Starting MongoDB:
roslaunch pr2_moveit_config warehouse.launch moveit_warehouse_database_path:=~/moveit_db
Here is the log:
[rospy.client][INFO] 2013-03-28 22:27:06,589: init_node, name[/mongo_wrapper_ros_faps_Aspire_5740D_11718_1771963407], pid[11757]
[xmlrpc][INFO] 2013-03-28 22:27:06,590: XML-RPC server binding to 0.0.0.0:0
[xmlrpc][INFO] 2013-03-28 22:27:06,591: Started XML-RPC server [http://faps-Aspire-5740D:60120/]
[rospy.init][INFO] 2013-03-28 22:27:06,591: ROS Slave URI: [http://faps-Aspire-5740D:60120/]
[rospy.impl.masterslave][INFO] 2013-03-28 22:27:06,591: _ready: http://faps-Aspire-5740D:60120/
[rospy.registration][INFO] 2013-03-28 22:27:06,592: Registering with master node http://localhost:11311
[xmlrpc][INFO] 2013-03-28 22:27:06,592: xml rpc node: starting XML-RPC server
[rospy.init][INFO] 2013-03-28 22:27:06,691: registered with master
[rospy.rosout][INFO] 2013-03-28 22:27:06,692: initializing /rosout core topic
[rospy.rosout][INFO] 2013-03-28 22:27:06,695: connected to core topic /rosout
[rospy.simtime][INFO] 2013-03-28 22:27:06,696: /use_sim_time is not set, will not subscribe to simulated time [/clock] topic
[rosout][INFO] 2013-03-28 22:27:06,710: Starting mongodb with db location /home/faps/moveit_db listening on localhost:33829
[rosout][ERROR] 2013-03-28 22:27:06,716: Execution failed: [Errno 2] No such file or directory
[rospy.core][INFO] 2013-03-28 22:27:06,717: signal_shutdown [atexit]
[rospy.impl.masterslave][INFO] 2013-03-28 22:27:06,724: atexit
I dont understand what file is meant.
Thanks in advance viovio
I am having the same issue. Why was the question closed?