Coldfusion application is timing out when attempting to
render a ‘cfm’ page. To correct the application, the
Coldfusion servers (CFMX7 Application Service, CFMX7 ODBC Agent
Service, CFMX7 ODBC Server Agent, and CFMX7 Search Server Service)
are stopped and restarted. On some occasions, the problem seems to
correct itself without intervention from a server administration.
This incident has been reoccurring sporadically since March of 2007 with no root cause identified. Event log recorded the below error after the reported time of application outage and before the restarting of the services:
Event Type: Error
Event source: ColdFusion MX 7 ODBC Server
Event Category: None
Event ID: 0
Description:
The description fo Event ID ( 0 ) in Source ( ColdFusion MX 7 ODBC Server ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: ColdFusion MX 7 ODBC Server@LOCALHOST, ErrorCode=3001, ErrorMessage=socsrv.swsoc.9182.Internal error memory allocation failed., ClientHost=127.0.0.1,Session=25.
Other Event errors found:
ErrorCode=3059, ErrorMessage=The specified data source is not defined., Session=76
ErrorCode=3004, ErrorMessage=sched.swschd.1756.Internal error, an unexpected exception was detected.
ErrorCode=3005, ErrorMessage=socsrv.swsoc.9272.Tnternal error, fatal server error detected, Session=27
Our original assumption was that CF was failing when making the call to DB2 but after implementing cftry/cfcatch around a DB2 query that gets executed every 5 minutes, we discovered that the call to DB2 is work as expected (no error encountered). We now believe the CF is unable to handle the dataset returned by the query. Also, we are monitoring the health of all the services running on the server but all services appears to being running without noticeable issues.
Our plans are to upgrade to MX8, later this year but would like to address this problem now to prevent any future interruption to our customers. Do anyony have any ideas why this is happening?
BankRat
Other Info:
Server Platform: Windows 2003
Client’s Platform: Windows XP and Windows 2000
Application: Macromedia Coldfusion MX 7
Last upgrade: Coldfusion-70-updater2-win.exe
Database Driver: ODBC
This incident has been reoccurring sporadically since March of 2007 with no root cause identified. Event log recorded the below error after the reported time of application outage and before the restarting of the services:
Event Type: Error
Event source: ColdFusion MX 7 ODBC Server
Event Category: None
Event ID: 0
Description:
The description fo Event ID ( 0 ) in Source ( ColdFusion MX 7 ODBC Server ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: ColdFusion MX 7 ODBC Server@LOCALHOST, ErrorCode=3001, ErrorMessage=socsrv.swsoc.9182.Internal error memory allocation failed., ClientHost=127.0.0.1,Session=25.
Other Event errors found:
ErrorCode=3059, ErrorMessage=The specified data source is not defined., Session=76
ErrorCode=3004, ErrorMessage=sched.swschd.1756.Internal error, an unexpected exception was detected.
ErrorCode=3005, ErrorMessage=socsrv.swsoc.9272.Tnternal error, fatal server error detected, Session=27
Our original assumption was that CF was failing when making the call to DB2 but after implementing cftry/cfcatch around a DB2 query that gets executed every 5 minutes, we discovered that the call to DB2 is work as expected (no error encountered). We now believe the CF is unable to handle the dataset returned by the query. Also, we are monitoring the health of all the services running on the server but all services appears to being running without noticeable issues.
Our plans are to upgrade to MX8, later this year but would like to address this problem now to prevent any future interruption to our customers. Do anyony have any ideas why this is happening?
BankRat
Other Info:
Server Platform: Windows 2003
Client’s Platform: Windows XP and Windows 2000
Application: Macromedia Coldfusion MX 7
Last upgrade: Coldfusion-70-updater2-win.exe
Database Driver: ODBC