Date: Mon, 24 Oct 2005 12:00:12 +0300 (EEST) From: Achilleus Mantzios <achill@matrix.gatewaynet.com> To: Panagiotis Astithas <past@ebs.gr> Cc: Roland Schulz <roland.schulz@galileiconsult.de>, it@galileiconsult.de, freebsd-java@freebsd.org Subject: Re: Open-Xchange Message-ID: <Pine.LNX.4.44.0510241142420.19981-100000@matrix.gatewaynet.com> In-Reply-To: <435C91B6.4020608@ebs.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0510241142420.19981-100000>