Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 7207 invoked from network); 26 Jun 2007 16:03:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 16:03:30 -0000 Received: (qmail 17689 invoked by uid 500); 26 Jun 2007 16:03:33 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 17643 invoked by uid 500); 26 Jun 2007 16:03:33 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 17631 invoked by uid 99); 26 Jun 2007 16:03:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 09:03:33 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [68.142.198.211] (HELO smtp112.sbc.mail.mud.yahoo.com) (68.142.198.211) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 26 Jun 2007 09:03:29 -0700 Received: (qmail 34047 invoked from network); 26 Jun 2007 16:02:53 -0000 Received: from unknown (HELO ?9.72.139.197?) (ddebrunner@sbcglobal.net@32.97.110.142 with plain) by smtp112.sbc.mail.mud.yahoo.com with SMTP; 26 Jun 2007 16:02:52 -0000 X-YMail-OSG: CH9_.hcVM1nV4VQ93xe4HMQp6Q4xnzDGo_cK2ejUw.9zpeUgv5iBdUO8pP3zFBxz9J5V94zhLpbe_c1dxhmifuIDtDIsYA5Jgks3n4wfCdpDvV5j0iGpX87cSoN9MQ-- Message-ID: <46813849.8070705@apache.org> Date: Tue, 26 Jun 2007 09:01:13 -0700 From: Daniel John Debrunner User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: Derby on Ipv6 References: <59c2e1ec0706251726v40bf58dy3bbe7f779a4c5f13@mail.gmail.com> <468126EB.6020209@sun.com> <468130F0.70408@apache.org> <468134C3.10207@sun.com> In-Reply-To: <468134C3.10207@sun.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Rick Hillegas wrote: > Ah, I misread Manjula's post. What will happen is this: > > 1) The policy file grants accept permission to "${derby.security.host}:*" According to this: http://java.sun.com/javase/6/docs/technotes/guides/security/permissions.html#SocketPermission '*' is not a valid value for the port range. host = (hostname | IPaddress)[:portrange] portrange = portnumber | -portnumber | portnumber-[portnumber] Not sure if it would be the problem, but I'm not sure that we should have a '*' there. Dan.