designs1
2003-10-15 01:35:28 UTC
Still having problems when I try to start DW MX.
I get the message "xerces panic error"
I have searched through technotes and the Apache site , all to no avail.
I have found in theApache Site a note referring to this issue, following:
"Cannot load message domain, xerces panic error"?
If the parser is built with icu message loader (like IBM XML4C binaries), you need to make sure that the message library, (for exact name see FAQ: Which DLL's do I need to distribute with my application?) is located in a directory which is on the library search path. Or the message resource file, XercesMessages_en_US.res, is in the directory given at the call to XMLPlatformUtils::Initialize(), or is located in the directory pointed to by the environment variable XERCESC_NLS_HOME, or at $XERCESCROOT/msg.
If the parser is built with message catalog loader, you need to make sure that the message catalog file, XercesMessages_en_US.cat, is in the directory given at the call to XMLPlatformUtils::Initialize(), or is located in the directory pointed to by the environment variable XERCESC_NLS_HOME, or at $XERCESCROOT/msg."
While the DWMX program has the required ICU shared library file: icuuc*.dll for Windows NT/2000 and ICU converter data shared library file:icudt*.dll for Windows NT/2000, it is missing the third required file...the The Xerces-C++ Message file: XercesMessages*.dll for Windows NT/2000.
Could this be why the program will not run. It appears this file would need to be generated by the software developer, Macromedia, althought I am not sure...Any Ideas
I get the message "xerces panic error"
I have searched through technotes and the Apache site , all to no avail.
I have found in theApache Site a note referring to this issue, following:
"Cannot load message domain, xerces panic error"?
If the parser is built with icu message loader (like IBM XML4C binaries), you need to make sure that the message library, (for exact name see FAQ: Which DLL's do I need to distribute with my application?) is located in a directory which is on the library search path. Or the message resource file, XercesMessages_en_US.res, is in the directory given at the call to XMLPlatformUtils::Initialize(), or is located in the directory pointed to by the environment variable XERCESC_NLS_HOME, or at $XERCESCROOT/msg.
If the parser is built with message catalog loader, you need to make sure that the message catalog file, XercesMessages_en_US.cat, is in the directory given at the call to XMLPlatformUtils::Initialize(), or is located in the directory pointed to by the environment variable XERCESC_NLS_HOME, or at $XERCESCROOT/msg."
While the DWMX program has the required ICU shared library file: icuuc*.dll for Windows NT/2000 and ICU converter data shared library file:icudt*.dll for Windows NT/2000, it is missing the third required file...the The Xerces-C++ Message file: XercesMessages*.dll for Windows NT/2000.
Could this be why the program will not run. It appears this file would need to be generated by the software developer, Macromedia, althought I am not sure...Any Ideas