To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=74044 Issue #|74044 Summary|Java-UNO: Multiprocessor environment causes randomly D |isposedException Component|Word processor Version|OOo 2.1 Platform|All URL| OS/Version|Windows 2003 Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|programming Assigned to|mru Reported by|mikesg
------- Additional comments from [EMAIL PROTECTED] Wed Jan 31 01:37:02 -0800 2007 ------- The problem discussion began in the forum: http://www.oooforum.org/forum/viewtopic.phtml?t=52286 Summary: Connecting to OO and generating lengthy documents using the UNO API crashes on multiple processor machines with com.sun.star.lang.DisposedException: java.io.EOFException at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge$MessageDispatcher.run(java_remote_bridge.java:176) When connecting/listening using pipes, or DisposedException again, but because of a SocketException: Connection reset when connecting using socket. The problem was spotted under Windows TS 2003, but is reproducable in XP SP2 if it runs on a Core Duo machine, while on the same version of Windows it runs fine on single processor machine. The solution was to run the process by specifying an affinity mask to use only one processor (there is no problem if distinct instances of OO work on distinct processor, as long as one instance is not allowed to use multiple processors). Tests were made with OO2.0.3, 2.1.0, 2.2 development version, all with the same result. Short-timed connections(<5-10 seconds) manage to survive in most cases, but the lengthy ones fail even if there is only one user working (no matter Terminal server or a workstation). Mike --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
