简体   繁体   中英

“Cannot run program error=2” on Linux

I'm having an app running in Tomcat 7.0.32 on Linux server. The app runs program in a file. The problem is that all of a sudden I got

"Cannot run program "./bLogin.sh" error=2, No such file or directory"

Of course, I didn't erase the file. After a while, the issue stopped (again, without intervention) and the app runs fine. What can cause it? the only thing that I can think of is out of space issue that occuered during the period.

Try to run this command

unset CATALINA_HOME

This command will unset the environmental variable CATALINA_HOME.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM