I was able to resolve the parsing issue by putting the call within critical session.. The issue was occuring due to "Parse In Progress" issue. (error code 39)
But we still face the error reported in event viewer (occurs very rarely). Our customer has provided the following win debug logs. Does any one know why it fails at XMLScanner::commonInit() call. # Child-SP RetAddr Call Site 00 00000000`0263c988 000007fe`fd7d1430 ntdll!ZwWaitForMultipleObjects+0xa *** ERROR: Symbol file could not be found. Defaulted to export symbols for kernel32.dll - 01 00000000`0263c990 00000000`77591723 KERNELBASE!WaitForMultipleObjectsEx+0xe8 02 00000000`0263ca90 00000000`7760b5e5 kernel32!WaitForMultipleObjectsEx+0xb3 03 00000000`0263cb20 00000000`7760b767 kernel32!WinExec+0x3b5 04 00000000`0263cbc0 00000000`7760b7bf kernel32!WinExec+0x537 05 00000000`0263cbf0 00000000`7760b9dc kernel32!WinExec+0x58f 06 00000000`0263cc20 00000000`fffa1a57 kernel32!UnhandledExceptionFilter+0x1fc 07 00000000`0263cd00 000007fe`f8a34494 w3wp!WpUnhandledExceptionFilter+0x47 08 00000000`0263cd30 00000000`7760b940 mscoreei!InternalUnhandledExceptionFilter+0x30 09 00000000`0263cd60 00000000`77823398 kernel32!UnhandledExceptionFilter+0x160 0a 00000000`0263ce40 00000000`777a85c8 ntdll! ?? ::FNODOBFM::`string'+0x2365 0b 00000000`0263ce70 00000000`777b9d2d ntdll!_C_specific_handler+0x8c 0c 00000000`0263cee0 00000000`777a91cf ntdll!RtlpExecuteHandlerForException+0xd 0d 00000000`0263cf10 00000000`777e1248 ntdll!RtlDispatchException+0x45a 0e 00000000`0263d5f0 00000000`12082d6a ntdll!KiUserExceptionDispatch+0x2e *** ERROR: Symbol file could not be found. Defaulted to export symbols for xerces-c_3_1.dll - 0f 00000000`0263dbb0 00000000`120810bb xerces_c_3_1!xercesc_3_1::XMLScanner::commonInit+0x1e 10 00000000`0263dc00 00000000`1205b3c4 xerces_c_3_1!xercesc_3_1::XMLScanner::XMLScanner+0x413 11 00000000`0263dc80 00000000`12086969 xerces_c_3_1!xercesc_3_1::IGXMLScanner::IGXMLScanner+0x20 12 00000000`0263dcf0 00000000`1209b0e4 xerces_c_3_1!xercesc_3_1::XMLScannerResolver::getDefaultScanner+0x4d 13 00000000`0263dd40 00000000`1209ada8 xerces_c_3_1!xercesc_3_1::AbstractDOMParser::initialize+0x74 14 00000000`0263dd90 00000000`120aa392 xerces_c_3_1!xercesc_3_1::AbstractDOMParser::AbstractDOMParser+0x100 *** WARNING: Unable to verify checksum for EmbeddedConfigurationClient.dll *** ERROR: Symbol file could not be found. Defaulted to export symbols for EmbeddedConfigurationClient.dll - 15 00000000`0263de00 00000000`022e5cc3 xerces_c_3_1!xercesc_3_1::XercesDOMParser::XercesDOMParser+0xe //Our DLL instantiate XercesDomParser I do not know which line its failing.. Regards, George Regards, George -- View this message in context: http://apache-xml-project.6118.n7.nabble.com/The-specified-resource-type-cannot-be-found-in-the-image-file-tp41072p41159.html Sent from the Xerces - C - Users mailing list archive at Nabble.com.
