Return-Path: X-Original-To: apmail-pivot-user-archive@www.apache.org Delivered-To: apmail-pivot-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C10EBF3C for ; Tue, 10 Jan 2012 14:16:51 +0000 (UTC) Received: (qmail 34244 invoked by uid 500); 10 Jan 2012 13:42:49 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 34166 invoked by uid 500); 10 Jan 2012 13:42:38 -0000 Mailing-List: contact user-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pivot.apache.org Delivered-To: mailing list user@pivot.apache.org Received: (qmail 34140 invoked by uid 99); 10 Jan 2012 13:42:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2012 13:42:30 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of grzeis@gmail.com designates 74.125.83.54 as permitted sender) Received: from [74.125.83.54] (HELO mail-ee0-f54.google.com) (74.125.83.54) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2012 13:42:19 +0000 Received: by eekd49 with SMTP id d49so216358eek.13 for ; Tue, 10 Jan 2012 05:41:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=content-type:to:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=haye9jKeox27gc461kAdd+PZiWEHsv+dJkrZTmjee0I=; b=Z4olEtKmz8SyE99iZnZC2TzaMTPpa7dls8B98wolKyOZwLyVk/us3Gpwkqi68+QAaq YLMvDF5rIxeTd6ywgMofM2fQ75+f6RsWyifWNjsmtZGgBHKFszJgcxiUUxeXhH/5OI55 a3YMS6wve76pkWC6F3o5bWEf5X5l33xjOr6m8= Received: by 10.14.40.79 with SMTP id e55mr7966174eeb.26.1326202919209; Tue, 10 Jan 2012 05:41:59 -0800 (PST) Received: from localhost.localdomain (87-207-94-236.dynamic.chello.pl. [87.207.94.236]) by mx.google.com with ESMTPS id 19sm128371490eew.7.2012.01.10.05.41.57 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 10 Jan 2012 05:41:57 -0800 (PST) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: user@pivot.apache.org Subject: Re: Deploing pivot application using Java Web Start References: Date: Tue, 10 Jan 2012 14:41:56 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: GK Message-ID: In-Reply-To: User-Agent: Opera Mail/11.61 (Linux) X-Virus-Checked: Checked by ClamAV on apache.org > Sounds like you need to sign your JARs. Yes the problem was that app security options have to be set to: all-permisions. Thanks a lot!