https://issues.apache.org/ooo/show_bug.cgi?id=119871
Priority: P3 Bug ID: 119871 Assignee: ooo-issues@incubator.apache.org Summary: Can't connect to openoffice3.4.0 with UNO Java API Severity: major Issue Type: DEFECT Classification: Code OS: Windows XP Reporter: jvchb...@gmail.com Hardware: All Status: UNCONFIRMED Version: AOO 3.4.0 Component: code Product: framework Recently we downloaded open office 3.4.0 version(Apache_OpenOffice_incubating_3.4.0_Win_x86_install_en-US.exe).We installed it and trying to connect to open office 3.4.0 with UNO Java API. We are not able to connect. We are able to connect to open office with open office version 3.3.0 We can't connect to open office 3.4 which is running in listener mode on Windows XP OS. 1. start openoffice: uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager. 2. use local com.sun.star.bridge.UnoUrlResolver to get a remote server manager: Code": Object initialObject = xUnoUrlResolver.resolve(unoUrl); The unoUrl is uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager But this code will encounter exception all the time. Exception :com.sun.star.lang.DisposedException: com.sun.star.io.IOException: EOF reached - socket,host=localhost,port=8100,localHost=localhost,localPort=2970,peerHost=localhost,peerPort=8100 Several times I killed the open office process and restarted it but the same exception thrown. Technology stack and version details: Tomcat Version: Apache Tomcat/6.0.29 JVM Version: 1.6.0_24-b07 JVM Vendor: Sun Microsystems Inc. java version "1.6.0_24" OS Name: Windows XP OS Version: version 2002 service pack3 OS Architecture: i386 Can someone help me out? -- You are receiving this mail because: You are the assignee for the bug.