From owner-freebsd-java@FreeBSD.ORG Tue May 19 11:08:51 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 915E6106568F for ; Tue, 19 May 2009 11:08:51 +0000 (UTC) (envelope-from info@o-notation.org) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mx1.freebsd.org (Postfix) with ESMTP id 2896B8FC0C for ; Tue, 19 May 2009 11:08:51 +0000 (UTC) (envelope-from info@o-notation.org) Received: from kant.vitec-loesung.de (p54BBFB29.dip.t-dialin.net [84.187.251.41]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MKv1o-1M6MzM07BY-000jfj; Tue, 19 May 2009 12:56:04 +0200 Received: from [10.0.42.7] (unknown [10.0.42.7]) by kant.vitec-loesung.de (Postfix) with ESMTP id 471DE2291C for ; Tue, 19 May 2009 12:54:10 +0200 (CEST) Message-ID: <4A128FD2.5070507@o-notation.org> Date: Tue, 19 May 2009 12:54:10 +0200 From: Matthias User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX193bBkLliE9z3//tvN7LTwI9lq506ab/cU4Ilx gPG+GE72SO0zcgRs4IHJQMSqJTAHPLn2aNqZZMDb76O8gEWvnl 1MLWj/Erqm/gbESx3rPuw== Subject: jaybird can't connect dbs diablo jdk16 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 11:08:52 -0000 Hello, here is a freebsd 7.1 machine with Diablo JavaSE 1.6.0_07_b02 and a firebird 2.0.3 db. From this server I can't connect any firebird db neither the local one nor the lan dbs with jaybird2.1.6. I get the error message:GDS Exception. 335544721 Unable to complete network request to host $hostname. $hostname is the orginal given name. IP addresses or fqdns create the same error message. First thought: address resolving! I've checked firewall, name resolving - everything seems to be ok. The same binaries and ajybird drivers are running without problems on win and mac os, connecting to _every_ db. Unfortunately i have only a second freebsd 6.2 server with diablo jdk 1.5 ; but compiled for 1.5 it runs without problems too; the same on Solaris10. Only this machine has connection problems with jaybird. The local db is reachable from other applications; the local gbak can connect too. Maybe someone has a clue or expierence with this combo. Matthias