Shiny App unable to start on shiny server
up vote
14
down vote
favorite
I want to deploy a Shiny app on the Shiny server but not able to access the app from the local server URL.

This is the output of /var/log/shiny-server.log:
[2016-04-11 21:39:24.302] [INFO] shiny-server - Starting listener on 0.0.0.0:3838
[2016-04-11 21:42:29.564] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:42:29.570] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:15.156] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:15.163] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:28.593] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:28.604] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:54.549] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:51:52.528] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:52:20.004] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:52:20.020] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:52:26.843] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:56:10.938] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:56:10.946] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
What is the problem?
r shiny shiny-server
add a comment |
up vote
14
down vote
favorite
I want to deploy a Shiny app on the Shiny server but not able to access the app from the local server URL.

This is the output of /var/log/shiny-server.log:
[2016-04-11 21:39:24.302] [INFO] shiny-server - Starting listener on 0.0.0.0:3838
[2016-04-11 21:42:29.564] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:42:29.570] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:15.156] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:15.163] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:28.593] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:28.604] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:54.549] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:51:52.528] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:52:20.004] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:52:20.020] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:52:26.843] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:56:10.938] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:56:10.946] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
What is the problem?
r shiny shiny-server
Maybe this could help.
– Mikael Jumppanen
Apr 11 '16 at 16:58
1
This, github.com/rstudio/shiny-server/issues/153, especially the point of having the right permission to access in shiny-server.conf, "run_as", was helpful to me.
– Patrik_P
Nov 21 '16 at 9:37
4
What helped me was adding sanitize_errors off; to /etc/shiny-server/shiny-server.conf
– Mrinal Saurabh
Jun 27 '17 at 6:24
This kind of error usually occurs for me when some package is not installed
– Adelmo Filho
Aug 20 at 1:05
Or R is not correctly installed. The error states that the base-package can't be found. What if you reinstall base R?
– SeGa
Oct 14 at 20:13
add a comment |
up vote
14
down vote
favorite
up vote
14
down vote
favorite
I want to deploy a Shiny app on the Shiny server but not able to access the app from the local server URL.

This is the output of /var/log/shiny-server.log:
[2016-04-11 21:39:24.302] [INFO] shiny-server - Starting listener on 0.0.0.0:3838
[2016-04-11 21:42:29.564] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:42:29.570] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:15.156] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:15.163] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:28.593] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:28.604] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:54.549] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:51:52.528] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:52:20.004] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:52:20.020] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:52:26.843] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:56:10.938] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:56:10.946] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
What is the problem?
r shiny shiny-server
I want to deploy a Shiny app on the Shiny server but not able to access the app from the local server URL.

This is the output of /var/log/shiny-server.log:
[2016-04-11 21:39:24.302] [INFO] shiny-server - Starting listener on 0.0.0.0:3838
[2016-04-11 21:42:29.564] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:42:29.570] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:15.156] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:15.163] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:28.593] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:28.604] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:43:54.549] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:51:52.528] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:52:20.004] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:52:20.020] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:52:26.843] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:56:10.938] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
[2016-04-11 21:56:10.946] [INFO] shiny-server - Error getting worker: Error: The application exited during initialization.
What is the problem?
r shiny shiny-server
r shiny shiny-server
edited Nov 9 at 4:41
Nisarg
1,34131123
1,34131123
asked Apr 11 '16 at 16:31
Megh Vidani
374217
374217
Maybe this could help.
– Mikael Jumppanen
Apr 11 '16 at 16:58
1
This, github.com/rstudio/shiny-server/issues/153, especially the point of having the right permission to access in shiny-server.conf, "run_as", was helpful to me.
– Patrik_P
Nov 21 '16 at 9:37
4
What helped me was adding sanitize_errors off; to /etc/shiny-server/shiny-server.conf
– Mrinal Saurabh
Jun 27 '17 at 6:24
This kind of error usually occurs for me when some package is not installed
– Adelmo Filho
Aug 20 at 1:05
Or R is not correctly installed. The error states that the base-package can't be found. What if you reinstall base R?
– SeGa
Oct 14 at 20:13
add a comment |
Maybe this could help.
– Mikael Jumppanen
Apr 11 '16 at 16:58
1
This, github.com/rstudio/shiny-server/issues/153, especially the point of having the right permission to access in shiny-server.conf, "run_as", was helpful to me.
– Patrik_P
Nov 21 '16 at 9:37
4
What helped me was adding sanitize_errors off; to /etc/shiny-server/shiny-server.conf
– Mrinal Saurabh
Jun 27 '17 at 6:24
This kind of error usually occurs for me when some package is not installed
– Adelmo Filho
Aug 20 at 1:05
Or R is not correctly installed. The error states that the base-package can't be found. What if you reinstall base R?
– SeGa
Oct 14 at 20:13
Maybe this could help.
– Mikael Jumppanen
Apr 11 '16 at 16:58
Maybe this could help.
– Mikael Jumppanen
Apr 11 '16 at 16:58
1
1
This, github.com/rstudio/shiny-server/issues/153, especially the point of having the right permission to access in shiny-server.conf, "run_as", was helpful to me.
– Patrik_P
Nov 21 '16 at 9:37
This, github.com/rstudio/shiny-server/issues/153, especially the point of having the right permission to access in shiny-server.conf, "run_as", was helpful to me.
– Patrik_P
Nov 21 '16 at 9:37
4
4
What helped me was adding sanitize_errors off; to /etc/shiny-server/shiny-server.conf
– Mrinal Saurabh
Jun 27 '17 at 6:24
What helped me was adding sanitize_errors off; to /etc/shiny-server/shiny-server.conf
– Mrinal Saurabh
Jun 27 '17 at 6:24
This kind of error usually occurs for me when some package is not installed
– Adelmo Filho
Aug 20 at 1:05
This kind of error usually occurs for me when some package is not installed
– Adelmo Filho
Aug 20 at 1:05
Or R is not correctly installed. The error states that the base-package can't be found. What if you reinstall base R?
– SeGa
Oct 14 at 20:13
Or R is not correctly installed. The error states that the base-package can't be found. What if you reinstall base R?
– SeGa
Oct 14 at 20:13
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f36554331%2fshiny-app-unable-to-start-on-shiny-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Maybe this could help.
– Mikael Jumppanen
Apr 11 '16 at 16:58
1
This, github.com/rstudio/shiny-server/issues/153, especially the point of having the right permission to access in shiny-server.conf, "run_as", was helpful to me.
– Patrik_P
Nov 21 '16 at 9:37
4
What helped me was adding sanitize_errors off; to /etc/shiny-server/shiny-server.conf
– Mrinal Saurabh
Jun 27 '17 at 6:24
This kind of error usually occurs for me when some package is not installed
– Adelmo Filho
Aug 20 at 1:05
Or R is not correctly installed. The error states that the base-package can't be found. What if you reinstall base R?
– SeGa
Oct 14 at 20:13