-
Notifications
You must be signed in to change notification settings - Fork 288
An error has occurred The application failed to start. The application exited during initialization. #153
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
Comments
The error you are receiving the shiny-server log indicates that the port (3838) is in use. You can run a command like the following to check that:
And you can configure your Shiny Server to run on a different port that is not being used. (e.g 3839) |
Look at BTW, are you running in a docker container or something? |
Hi, I am experiencing the same problem. Any solution in sight? |
ok my problem wasn't with Rshiny but with the internal ufw Then it worked on ubuntu 14.04 on aws |
Hi,
|
Hi, I did have access. The main problem was that the firewall wasn't open. Thanks for taking the time to answer |
I did the following to get it running:
|
and |
I am having the same issue. However, I don't want to run |
@paullintilhac Can you please provide the following info:
|
I found out my problem was that I didn't install the shiny package.
REF: https://www.rstudio.com/products/shiny/download-server/ |
I spent a lot of time reading through you guys solution but still not work, until I find it could be the problem of "Configuring Firewall" of your instance. If you deploy your instance in AWS or Aliyun, go to "Security Group" and add a rule for 3838(whatever port you set in your shiny-server.conf). Then you will have the permission to access shiny-server. |
I got the same issue when i published my application to shiny server. Usually we use something called setwd(//Current Directory) to set the environment to the current directory and perform actions on it. But, when pushing to cloud and running on server, such commands(setwd) should be removed. Once that was commented or removed and pushed to server, the application is working perfectly fine. Try this workaround. Once again this is one of the scenario which we might encounter this type of error. |
I also got this problem, but that's my fault. By the way, be careful about the files
|
In my case, some package was installed in user dir, and the server was run_as shiny, so it could not find some package like "digest", this caused the error. the solution is as what @agarwalnaimish answered. |
Hi I dont have the access to right or access the shiny server. What should I do about it? |
Why is the URL created an invalid URL。demonstrate:The application failed to start. |
I fail to use shiny by some unknown reasons.
I have try lots of methods from google,gmail-groups and so on.
here is my site: http://52.88.172.224:3838/sample-apps/hello/
and
successfully use shiny.
and I use the default conf
I am still curiosity the problem, and I fail to use
there is no any response on terminal.
and I use this command to watch the thread
even I attempt to kill some related thread, these pid will be restart automaticlly
the problem still here
I need help, thanks!
The text was updated successfully, but these errors were encountered: