Enormous set of Java errors on startup
1 次查看(过去 30 天)
显示 更早的评论
I'm running 2015a on my lab's server, and every time after my first time running Matlab, I get a huge pile of Java errors http://pastebin.com/LVYjbDwy. I've cleared my .matlab/2015a folder, but still see the same problem. It doesn't seem to affect how Matlab runs, however. How can I prevent this from happening?
0 个评论
采纳的回答
Walter Roberson
2015-12-3
Java is attempting to optimize by caching some files, but it is unable to do so because you have run out of room on some disk drive. I cannot tell from the log which drive has run out of room. Use
!df
to get an idea of which drive it might be.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!