R shiny - shiny 应用程序在本地和其他 shiny 服务器上运行良好,但在我的服务器上不起作用。它没有给我错误信息

R shiny - shiny app works well locally and on others shiny server but it does not work on my server. It gives me NO error message

我想将 R 应用程序(在带有 OS RHEL6.8 的实际闪亮服务器上运行良好)转移到另一个 "new" 闪亮服务器。 我的应用程序在第一台服务器上 运行 很好。这个想法是把它放在性能更好的其他服务器上。

我的新服务器有以下设置:

OS : Redhat Enterprise Linux 7.2 with:       
R version 3.4.2 (2017-09-28) -- "Short Summer"                                     
Shiny Server v1.5.6.875 / Node.js v6.10.3                                                        
RStudio Server 1.0.153                                                                       
MySQL v15.1 Distrib 5.5.44-MariaDB, for Linux (x86_64) using readline 5.1  
Oracle OCI (Oracle Call Interface) Release 12.1.0.2.0                                        

当我在 Rstudio 上本地(在服务器上)测试我的应用程序时,它工作正常,但是当我继续 URL 时,它不工作。 URL 加载后 1/2 秒出现灰色屏幕,我收到一般错误:“与服务器断开连接”。

如有任何帮助,我们将不胜感激

非常感谢您的帮助!事实上,这是由于一些包 "r2excel" 和 "openxlsx"。我所有链接到 excel 和 java 的包都造成了问题。我已经删除了它们,一切正常!