Hi,
When i browse http://myserver:3838, the shiny logs file gets bigger and bigger until my disk gets full and stuck with the error below. My system is centos 7, i stopped firewalld, disabled ipv6, r 3.6, shiny 1.5.20.1002 and conf file is default file. Where is the problem?
/etc/shiny-server/shiny-server.conf:
# Instruct Shiny Server to run applications as the user "shiny"
run_as shiny;
# Define a server that listens on port 3838
server {
listen 3838;
# Define a location at the base URL
location / {
# Host the directory of Shiny Apps stored in this directory
site_dir /srv/shiny-server;
# Log all Shiny output to files in this directory
log_dir /var/log/shiny-server;
# When a user visits the base URL rather than a particular application,
# an index of the applications available in this directory will be shown.
directory_index on;
}
}
Here are the endless lines:
[2023-10-19T00:17:17.026] [INFO] shiny-server - Shiny Server v1.5.20.1002 (Node.js v16.18.1)
[2023-10-19T00:17:17.042] [INFO] shiny-server - Using config file "/etc/shiny-server/shiny-server.conf"
[2023-10-19T00:17:17.186] [WARN] shiny-server - Running as root unnecessarily is a security risk! You could be running more securely as non-root.
[2023-10-19T00:17:17.204] [INFO] shiny-server - Starting listener on http://[::]:3838
[2023-10-19T00:17:09.454] [ERROR] shiny-server - HTTP server error (http://[::]:3838): accept EBADF
[2023-10-19T00:17:09.454] [ERROR] shiny-server - HTTP server error (http://[::]:3838): accept EBADF
[2023-10-19T00:17:09.454] [ERROR] shiny-server - HTTP server error (http://[::]:3838): accept EBADF
[2023-10-19T00:17:09.454] [ERROR] shiny-server - HTTP server error (http://[::]:3838): accept EBADF
[2023-10-19T00:17:09.454] [ERROR] shiny-server - HTTP server error (http://[::]:3838): accept EBADF
[2023-10-19T00:17:09.455] [ERROR] shiny-server - HTTP server error (http://[::]:3838): accept EBADF
[2023-10-19T00:17:09.455] [ERROR] shiny-server - HTTP server error (http://[::]:3838): accept EBADF
[2023-10-19T00:17:09.455] [ERROR] shiny-server - HTTP server error (http://[::]:3838): accept EBADF
[2023-10-19T00:17:09.455] [ERROR] shiny-server - HTTP server error (http://[::]:3838): accept EBADF
[2023-10-19T00:17:09.455] [ERROR] shiny-server - HTTP server error (http://[::]:3838): accept EBADF
[2023-10-19T00:17:09.455] [ERROR] shiny-server - HTTP server error (http://[::]:3838): accept EBADF
[2023-10-19T00:17:09.456] [ERROR] shiny-server - HTTP server error (http://[::]:3838): accept EBADF
[2023-10-19T00:17:09.456] [ERROR] shiny-server - HTTP server error (http://[::]:3838): accept EBADF
[2023-10-19T00:17:09.456] [ERROR] shiny-server - HTTP server error (http://[::]:3838): accept EBADF
...
...
...