DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24656>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24656 Digestor failes to initialize with MalformedURLException ------- Additional Comments From [EMAIL PROTECTED] 2003-11-15 12:51 ------- this looks like an entity resolution issue. this probably means that some DTD or other can't be found. the most likely cause of an intermittant failure is either some documents have DTDs and some don't or that your loading them from the web (which is unreliable) rather than from local copies (which are not). jakarta-struts is open source. one option you have (which isn't usually available for commercial software) is to rewrite the bit of the software that's causing the problem. if it's an entity resolution problem then add code that loads DTDs from local paths. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]