I have a shiny server running (1.3.0.403) on Red Hat Enterprise Linux Server release 6.5 (Santiago) running in a VM.
Some apps fail on startup with the notes that "The application failed to start. The application took too long to respond." Rebooting the shiny server allows the apps to work fine until the problem occurs again (within a day).
Others apps are fine. The sample apps work without issue.
We have a few different directories with different apps. For example,
├── shiny-server │ ├── apps │ ├── sample-apps │ └── tutorials
The peculiar thing is that the app path seem to be the issue. For example, if I copy sample-apps/hello
to apps/hello
I get the same timeout issue with the same app code (whereas it works in the original path).
I've seen this post but the sample apps are very lightweight and speeding up the startup of your app doesn't seem like the solution.
Thanks,
Max