Let me give you a little background what our Alchemi application is doing.
In short we rendering batches reports via Crystal Reports, basically querying the database to see how many reports must be rendered, split the amount over the available executors; the executors render the reports and pass the rendered report back to our application in order to write it to the disk. Ex: 2000 Reports 4 Executors Min split amount 5 = 500 Threads/Job that will be created We have a problem where executors terminate unexpectedly; this happed in V0.8, V1.0 Beta, and in V1.0. Alchemi does not log the error, in the Log4net output one can see that the manager is pinging the executor and then it just stops hence this is where the executor terminated unexpectedly. It causes the service to fail, en thus the service needs to be restarted to continue execution. Here are some of the windows event logs that get produced. * Faulting application alchemi.executorservice.exe, version 1.0.0.0, faulting module unknown, version 0.0.0.0, fault address 0x0f1d0e80. * The description for Event ID ( 0 ) in Source ( .NET Runtime ) 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: .NET Runtime version 1.1.4322.573- Setup Error: Failed to load resources from resource file. * The application, c:\documents and settings\administrator\desktop\alchemi\executorservice\alchemi.executors ervice.exe, generated an application error The error occurred on 01/06/2006 @ 15:37:59.640 The exception generated was 80000003 at address 0F1D0E80 (<nosymbols>) * The Alchemi Executor Service service terminated unexpectedly. It has done this 4 time(s). The errors are completely random and happen on every computer we have dedicated as an executor. What can cause this? This email and all contents are subject to the following legal notice: http://www.silica.net/legal_notice ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Alchemi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/alchemi-developers
