Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 84398 invoked from network); 6 Dec 2005 22:57:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Dec 2005 22:57:54 -0000 Received: (qmail 15969 invoked by uid 500); 6 Dec 2005 22:57:52 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 15948 invoked by uid 500); 6 Dec 2005 22:57:52 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 15921 invoked by uid 99); 6 Dec 2005 22:57:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2005 14:57:52 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [65.195.181.50] (HELO webRack01.Segel.com) (65.195.181.50) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2005 14:57:51 -0800 Received: from dbrack01.segel.com (ns2.segel.com [65.195.181.55]) by webRack01.Segel.com (Postfix) with ESMTP id CF72E17EA1 for ; Tue, 6 Dec 2005 18:02:59 -0600 (CST) From: Michael Segel Reply-To: msegel@segel.com Organization: MSCC To: "Derby Discussion" Subject: Re: Derby start up problems on linux. Date: Tue, 6 Dec 2005 16:57:49 -0600 User-Agent: KMail/1.8.2 References: <20051206224652.90410.qmail@web81305.mail.mud.yahoo.com> In-Reply-To: <20051206224652.90410.qmail@web81305.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512061657.49496.msegel@segel.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Tuesday 06 December 2005 4:46 pm, Susan Cline wrote: If you're looking at "localhost", then try the IP address of 127.0.0.1 > Hi Mike, > > This may not be related, but I have seen problems on Linux when starting > the network server using the word "localhost". From within Eclipse, bring > up the properties for the project you've added the plug-ins to and set the > Apache Derby Network Server Host value to the ip address of your linux host > (instead of localhost.) > > Restart the server and see if this works. > > Thanks, > > Susan > > MIKE SCHWEIGER wrote: > I'm using Linux Fedora core 4 and working through the eclipse derby > plugin help section. I start the server from within eclipse and it seems > ok. I get > > Server is ready to accept connections on port 1527. > > When I run netstat, port 1527 is in the LISTEN mode. Also I can see the > process active. > > using IJ I get the following. > ij> connect > 'jdbc:derby://localhost:1527/myDB;create=true;user=me;password=mine'; > ERROR (no SQLState): java.security.PrivilegedActionException : Error > opening socket to server localhost on port 1527 with message : null > > When I look at the derby.log there is no evidence of a connection. When I > try to do a shutdown I get > > Could not connect to Derby Network Server on the host localhost, port 1527. > > I have also tried t he ping argument in NetworkServerControl with no > success. > > I have used telnet to make a connection, and when I submit a message I get > a protocol failure which makes sense. The failure also shows up in the log > file. > > I'm open to suggestions. Thanks.