Thanks Seth, I tried this (Actually I have already done it) but to no avail... It is still not working. I noticed that JRun does not seem to be working. I am beginning to think that JRun is the problem. I have another server and 3 development PC's and it works fine. So I am not sure what the problem is.
Thanks! Russell ----- Original Message ----- From: "Seth Bienek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 3:17 PM Subject: RE: CF Graphing Server services | Hi Russell, | | Check the System and Application Logs on your ColdFusion Server using | the Event Viewer. Often times this will shed light where CF's error | messages fail to help. | | Also you can copy the following into a batch file (restart.bat) and run | it from a command prompt console: | | @echo off | echo Stopping all SQL, CF and IIS services | net stop "World Wide Web Publishing Service" | net stop "ColdFusion Graphing Server" | net stop "ColdFusion RDS" | net stop "ColdFusion Executive" | net stop "Cold Fusion Application Server" | | echo Restarting all SQL, CF and IIS services | net start "Cold Fusion Application Server" | net start "ColdFusion Executive" | net start "ColdFusion RDS" | net start "ColdFusion Graphing Server" | net start "World Wide Web Publishing Service" | | This will restart each of the components of CF and the http component | IIS, and if you run it in a console, any errors starting any of the | services should be displayed onscreen. | | I keep the batch file on the desktop of my CF server - it's great when | you need to restart everything without rebooting the entire server. | | Take Care, | | Seth | | -----Original Message----- | | "Could not start the ColdFusion Graphing Server service in | servername." | "The service did not return an error. This could be an internal | Windows error or an internal service error." | | Has anyone seen this problem before? With out this service running I | cannot run the <CFGRAPH> command. Which is causing some web apps to not | function. | | Any suggestions on this is greatly appreciated. | | Thanks! | Russell Patterson | | | | ------------------------------------------------------------------------- | This email server is running an evaluation copy of the MailShield anti- | spam software. Please contact your email administrator if you have any | questions about this message. MailShield product info: www.mailshield.com | | ----------------------------------------------- | To post, send email to [EMAIL PROTECTED] | To subscribe / unsubscribe: http://www.dfwcfug.org | ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
