SysFera / vishnu

Modular and high-level middleware for tasks, files and information management in heterogeneous and distributed HPC environments
http://sysfera.github.com/vishnu.html
Other
4 stars 12 forks source link

vishnu_list_jobs vishnu -b crashes tmssed #372

Closed samkos closed 11 years ago

samkos commented 11 years ago

when issuing the command vishnu_list_jobs -b from a client

tmssed built on Torque, crashes with the message

tmssed: /home/vishnu/local30/include/boost/smart_ptr/scoped_ptr.hpp:97: T* boost::scoped_ptr::operator->() const [with T = BatchServer]: Assertion `px != 0' failed.

Attention : I just upgraded from vishnu 3.0 to vishnu 3.1 but without changing database. should I upgrade database as well?

SK

hguemar commented 11 years ago

It's either an issue with the database or that TMS couldn't find the batch scheduler plugin. First, we have to check if libvishnu-tms-torque.so is loadable: you can quickly check it by setting LD_LIBRARY_PATH=<path/to/torque/plugin> and verify if it works or not.

samkos commented 11 years ago

Yes, you were right. My LD_LIBRARY_PATH environment variable was not set correctly

Thanks for your answer that solved it all!