我们在操作系统上运行coldfusion 9。 最近我们有太多的服务器崩溃,像504网关500错误超时。
有时我得到错误
内部服务器错误
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done这可能会导致错误。
- 使用terminal的Mac OsX中的CF8安装错误
- CF网站迁移
- IIS 7.5和Cold Fusion 10网站上的间歇性空白页问题
- 邮件池服务不可用
- 为什么我无法从本地服务器的任何地方访问我的主机名?
More information about this error may be available in the server error log. Apache/2.2.3 (CentOS) Server at www.mywebsite.com Port 80
我想得到通知时,我的浏览器抛出500错误,或直到我的问题没有解决,我想重新启动服务器自动
如果可能的话,我该如何继续前进。
问候,非常需要你的build议,因为我现在面对的这个问题太多了。
也检查日志,有时我看到[Broken Pipe]错误显示,但不知道如何进行
这里是更新,我刚刚检查了在cfserver.log上显示的日志
我没有发现一些不寻常的东西:
任何人都可以指出我的方向
> 1.0 Starting Macromedia JRun 4.0 (Build 108858), coldfusion server > 2.0 01/19 04:42:58 warning Unable to open /opt/coldfusion9/runtime/lib/license.properties > 3.0 01/19 04:42:59 info JRun Naming Service listening on *:2932 > 4.0 01/19 04:42:59 info No JDBC data sources have been configured for this server (see jrun-resources.xml) > 5.0 01/19 04:42:59 info JRun Web Server listening on *:8500 > 6.0 01/19 04:42:59 info JRun Proxy Server listening on *:51011 > 7.0 01/19 04:42:59 info Deploying enterprise application "Adobe_ColdFusion_9" from: file:/opt/coldfusion9/ > 8.0 01/19 04:43:00 info Deploying web application "Adobe ColdFusion 9" from: file:/opt/coldfusion9/ > 9.0 01/19 04:43:00 error There is no web application configured to service your request > 10.0 01/19 04:43:00 user NoWebappServlet: init > 11.0 01/19 04:43:00 user FusionReactor: FusionReactor Rev. 3.5.1, Build: FusionReactor.78.14986 > 12.0 01/19 04:43:00 user FusionReactor: Initializing configuration > 13.0 01/19 04:43:00 user FusionReactor: Loading configuration from /opt/fusionreactor/instance/default/conf/reactor.conf... > 14.0 Jan 19, 2014 4:43:00 AM com.intergral.fusionreactor.core.u mb > 15.0 INFO: Initialization failed: /opt/fusionreactor/instance/default/conf/reactor.conf (No such file or > directory) > 16.0 01/19 04:43:00 user FusionReactor Exception: /opt/fusionreactor/instance/default/conf/reactor.conf (No such file or > directory) > 17.0 java.io.FileNotFoundException: /opt/fusionreactor/instance/default/conf/reactor.conf (No such file or > directory) > 18.0 at java.io.FileInputStream.open(Native Method) > 19.0 at java.io.FileInputStream.<init>(Unknown Source) > 20.0 at com.intergral.fusionreactor.config.dd(ConfigurationHandler.java:44) > 21.0 at com.intergral.fusionreactor.core.u.vc(FusionReactor.java:533) > 22.0 at com.intergral.fusionreactor.filter.FusionReactorFilter.init(FusionReactorFilter.java:640) > 23.0 at jrun.servlet.FilterObject.init(FilterObject.java:63) > 24.0 at jrun.servlet.FilterManager.loadFilter(FilterManager.java:220) > 25.0 at jrun.servlet.FilterManager.init(FilterManager.java:158) > 26.0 at jrun.servlet.FilterManager.create(FilterManager.java:75) > 27.0 at jrun.servlet.WebApplicationService.start(WebApplicationService.java:230) > 28.0 at jrun.ea.EnterpriseApplication.start(EnterpriseApplication.java:194) > 29.0 at jrun.deployment.DeployerService.initModules(DeployerService.java:708) > 30.0 at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:243) > 31.0 at jrun.deployment.DeployerService.deploy(DeployerService.java:428) > 32.0 at jrun.deployment.DeployerService.handleEvent(DeployerService.java:382) > 33.0 at jrunx.kernel.JRunServiceDeployer.fireEvent(JRunServiceDeployer.java:710) > 34.0 at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:111) > 35.0 at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46) > 36.0 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > 37.0 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > 38.0 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > 39.0 at java.lang.reflect.Method.invoke(Unknown Source) > 40.0 at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown > Source)
如果您的代码中存在运行时错误,500错误只是ColdFusion发送的通用HTTP响应代码。 你发布的错误只是通用的Apache错误模板,我认为这没有任何帮助。
你需要看看你的exception日志,看看有什么错误。
您显示的日志只是您的启动日志,并不代表正在发生的错误。 它看起来像FusionReactorconfiguration错误,所以不启动。 然而 – 正如我所说 – 这是一个不同于你在这里问的问题。
TBH,如果你在这个基本层面提出问题,你可能不应该试图自己排除这个问题,而应该让顾问整理一天。