Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popup error message #22

Open
dima-v-v opened this issue Apr 8, 2022 · 2 comments
Open

Popup error message #22

dima-v-v opened this issue Apr 8, 2022 · 2 comments
Assignees

Comments

@dima-v-v
Copy link

dima-v-v commented Apr 8, 2022

Popup error message shows up like this:
gemmade-error

According to logs the intrinsic cause of it might be the disappearance of R temporary files (/tmp/RtmpHASH) cleaned by OS. For the sake of fast response the shiny app is configured to never finish by timeout (to save on initial loading), so does the corresponding R-session. R-session eventually suffers from loosing temporary files it depends on.

The possible solution is to move temporary files to permanent disk space.

@ppavlidis
Copy link

I believe this is considered fixed but not sure if a change was made to code/config that needs to be part of the repo?

@dima-v-v
Copy link
Author

We wait to see if it reoccurs. No, the fix is rather a detail of shiny-server installation/implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants