From owner-freebsd-java@FreeBSD.ORG Mon Oct 24 09:05:03 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A6AD16A420 for ; Mon, 24 Oct 2005 09:05:03 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (host2.dynacom.ondsl.gr [62.103.35.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47A5543D48 for ; Mon, 24 Oct 2005 09:05:01 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id j9O90CSv020072; Mon, 24 Oct 2005 12:00:12 +0300 Received: from localhost (achill@localhost) by matrix.gatewaynet.com (8.12.8/8.12.8/Submit) with ESMTP id j9O90COg020068; Mon, 24 Oct 2005 12:00:12 +0300 Date: Mon, 24 Oct 2005 12:00:12 +0300 (EEST) From: Achilleus Mantzios To: Panagiotis Astithas In-Reply-To: <435C91B6.4020608@ebs.gr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT Cc: Roland Schulz , it@galileiconsult.de, freebsd-java@freebsd.org Subject: Re: Open-Xchange 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: Mon, 24 Oct 2005 09:05:03 -0000 O Panagiotis Astithas έγραψε στις Oct 24, 2005 : > Roland Schulz wrote: > > Hey, > > > > the open-xchange developer say, that the bug I reported as #600 > > http://www.open-xchange.org/cgi-bin/bugzilla/show_bug.cgi?id=600 > > > > is probably not an application error but rather freebsd-java related, > > because it only occurs on my freebsd machine. > > Do you think so too? What other information besides those provided in linked > > bug report do you need? > > From the bug report I don't see anything particular to FreeBSD, FWIW. > But then again I have zero experience of open-xchange. Roland, you say somewhere that you use: java: 1.4.2 jdbc: 7.4, 215 postgres: 7.3.9_3 no restart (sure!) This is not correct (jdbc: 7.4, postgres: 7.3.9_3) . Always try to use jdbc versions that talk the same protocol to the backend. Upgrading to latest 7.4 pgsql also, would be a great idea (since 8.* is out for quite some time). So, upgrade to the lastest 7.4 (you dont want no migration surprises), and install the jdbc of the same version. (namely 7.4.9). Somewhere in your pgsql logs it says: Oct 3 03:06:41 box7898 postgres[6102]: [1] FATAL: unsupported frontend protocol This not right. Who talks to the backend in such a way? i'd say fix the postgresql issues first. Java/postgresql/pgsql jdbc have quite a good reputation in the FreeBSD world, so least expect to find any problems in FreeBSD alone. What FreeBSD version are you running? > > Cheers, > > Panagiotis > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -- -Achilleus