Error reading file in /tmp

I have a long-running shiny app (not managed by shiny server), and it crashed with this error:

Warning in file(open = "w+") :
  cannot open file '/tmp/Rtmp6S6RW8/Rf56d0258d0a68': No such file or directory
Warning: Error in file: cannot open the connection
  [No stack trace available]
Warning in file(open = "w+") :
  cannot open file '/tmp/Rtmp6S6RW8/Rf56d052c0af0c': No such file or directory
Warning: Error in file: cannot open the connection
  [No stack trace available]
Warning in file(open = "w+") :
  cannot open file '/tmp/Rtmp6S6RW8/Rf56d0696e5463': No such file or directory
Warning: Error in file: cannot open the connection
  [No stack trace available]
Warning in file(open = "w+") :
  cannot open file '/tmp/Rtmp6S6RW8/Rf56d035526988': No such file or directory
Warning: Error in file: cannot open the connection
  [No stack trace available]
Warning in file(open = "w+") :
  cannot open file '/tmp/Rtmp6S6RW8/Rf56d075e4134b': No such file or directory
Warning: Error in file: cannot open the connection
  [No stack trace available]
Warning in file(open = "w+") :
  cannot open file '/tmp/Rtmp6S6RW8/Rf56d056bb4511': No such file or directory
Warning: Error in file: cannot open the connection
  [No stack trace available]

It is running on an EC2 instance with nothing else on it, so I don't think the /tmp folder is being cleaned in any way (besides, it contains files from last August).
Any idea whay might be happening?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.