Return-Path: X-Original-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE6459D9C for ; Thu, 7 Jun 2012 08:36:59 +0000 (UTC) Received: (qmail 9621 invoked by uid 500); 7 Jun 2012 08:36:59 -0000 Delivered-To: apmail-incubator-ooo-issues-archive@incubator.apache.org Received: (qmail 9588 invoked by uid 500); 7 Jun 2012 08:36:59 -0000 Mailing-List: contact ooo-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-issues@incubator.apache.org Delivered-To: mailing list ooo-issues@incubator.apache.org Received: (qmail 9578 invoked by uid 99); 7 Jun 2012 08:36:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2012 08:36:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.123] (HELO sif.zones.apache.org) (140.211.11.123) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2012 08:36:57 +0000 Received: by sif.zones.apache.org (Postfix, from userid 80) id 953444A94; Thu, 7 Jun 2012 08:36:37 +0000 (UTC) From: bugzilla@apache.org To: ooo-issues@incubator.apache.org Subject: [Bug 119871] New: Can't connect to openoffice3.4.0 with UNO Java API Date: Thu, 07 Jun 2012 08:36:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: framework X-Bugzilla-Component: code X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: jvchbabu@gmail.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ooo-issues@incubator.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: priority bug_id assigned_to short_desc bug_severity cf_bug_type classification op_sys reporter rep_platform bug_status version component product Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/ooo/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org 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: jvchbabu@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.