From owner-freebsd-questions@FreeBSD.ORG Wed Jan 13 13:46:40 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34EE51065679 for ; Wed, 13 Jan 2010 13:46:40 +0000 (UTC) (envelope-from colintrebla@gmail.com) Received: from mail-gx0-f209.google.com (mail-gx0-f209.google.com [209.85.217.209]) by mx1.freebsd.org (Postfix) with ESMTP id DBB708FC13 for ; Wed, 13 Jan 2010 13:46:39 +0000 (UTC) Received: by gxk1 with SMTP id 1so11499940gxk.14 for ; Wed, 13 Jan 2010 05:46:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=u+pk2vuoYOEo7kjet41qOVQhfsxHPl4iOMFBGE41J2g=; b=HbPursWjrxrA+f6G0BKbrm/CrxT9Hv7IjG9CG3w2PNv0ZFEHY0bPwkW9Vfix4A2ou+ ZrxqaFa+a8+psyVLnCp9tZeY0FbOdp4oFvgAQer5hIzR13Nx7AvgC12i+P8XOJs+aPvx Xysf6Bx8dZh3TA1yQJkSnvbjvx0l6frzW1Kmo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; b=ujjigy1jABcunFOBPBNiz6WNKffjST41qB2Pp6QVV+pAHqRBU9Ac02Rihes3++Ufy/ MSM/ftrHN71v3SnQ/LKkycMLwfmxSLp3mnxUHArEkXEb3WwIAa6Ma1nsorXvVe+ORiFM dEzlJ3sKe6b19+njCsQu48vWX4ZtL7u7UL3B8= Received: by 10.101.176.7 with SMTP id d7mr7071755anp.71.1263390393007; Wed, 13 Jan 2010 05:46:33 -0800 (PST) Received: from Tickles.e-alberts.com (cpe-071-075-114-213.carolina.res.rr.com [71.75.114.213]) by mx.google.com with ESMTPS id 20sm11314139yxe.2.2010.01.13.05.46.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 13 Jan 2010 05:46:32 -0800 (PST) Message-ID: <4B4DCEB7.4030105@gmail.com> Date: Wed, 13 Jan 2010 08:46:31 -0500 From: Colin Albert User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.5) Gecko/20100104 Thunderbird/3.0 MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <20100112105155.GA2980@current.Sisis.de> <20100112161230.GA4794@current.Sisis.de> <4B4CCC1C.90505@gmail.com> <4B4CDCF2.1070205@gmail.com> <20100113085145.GA2095@current.Sisis.de> <20100113124353.GA3810@current.Sisis.de> In-Reply-To: <20100113124353.GA3810@current.Sisis.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: watching WebEx session on FreeBSD (nearly solved) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2010 13:46:40 -0000 On 01/13/10 07:43, Matthias Apitz wrote: > El día Wednesday, January 13, 2010 a las 09:51:45AM +0100, Matthias Apitz escribió: > > >> I did now (thanks for your help, Colin): >> >> - installed the 'User Agent Switcher' addin in Firefox 3.0.7 >> - changed the user agent to the above Linux Mozilla >> - installed diablo-jre-freebsd7.i386.1.6.0.07.02.tbz and activated the >> plug-in in Firefox >> >> this let me see the introduction in http://www.webex.com/go/live_demo >> which seems to be only a flash movie; >> >> but when I go to some real recorded webEx session the Java VM crashes >> with some Exception that 'trustAnchors paramater must be non-empty'; >> > Follow up: > > The problem with 'trustAnchors paramater must be non-empty' was a broken > file /usr/local/diablo-jre1.6.0/lib/security/cacerts (it had only 32 > bytes) and I copied it from some other Java: > > # cp /usr/local/jdk1.6.0/jre/lib/security/cacerts /usr/local/diablo-jre1.6.0/lib/security/cacerts > > Now the Java app is down loaded and starts and I can see the WebEx > Meeting Manager Window; if the 'host' shows some file in this, it is > presented as well; but if the 'host' presents some application (the > remote desktop) only a full green window comes up with no icons or > windows in it.... > > matthias > That is where I am as well. While in the demo, I talked to the host for a while and she said that I should be able to see sharing of the full desktop but sharing of individual applications would result in users seeing my full desktop. I plan to test more with it today. I may also test to see if it runs similarly in Linux, if it does then it may indicate that further configuration is needed in FreeBSD to get this working. -Colin