|
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? Regards Roland Schulz |
|
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. Cheers, Panagiotis _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "[hidden email]" |
|
> > the open-xchange developer say, that the bug I reported as #600
In the last comment the ox developer says:
> > 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. Fact is that our test machines are running with pooling and it seems that only FreeBSD is affected - some Debian users brought this up too, but specially for Debian a cron job was the culprit and there is a solution. The initial problem is the "Query was canceled" error message. According to a thread on a similar problem http://archives.postgresql.org/pgsql-bugs/2003-04/msg00040.php this must be caused by a SIGINT and it is supposed to be FreeBSD specific. Regards Roland Schulz |
|
In reply to this post by Panagiotis Astithas
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 > _______________________________________________ > [hidden email] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "[hidden email]" > -- -Achilleus _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "[hidden email]" |
|
In reply to this post by Roland Schulz-2
Roland Schulz wrote:
>>>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. > > > In the last comment the ox developer says: > Fact is that our test machines are running with pooling and it seems that > only FreeBSD is affected - some Debian users brought this up too, but > specially for Debian a cron job was the culprit and there is a solution. > > The initial problem is the "Query was canceled" error message. According to > a thread on a similar problem > http://archives.postgresql.org/pgsql-bugs/2003-04/msg00040.php > this must be caused by a SIGINT and it is supposed to be FreeBSD specific. > > Regards > Roland Schulz Their argument is rather weak: "it works for us, we don't use FreeBSD, so it is FreeBSD's fault". The thing is they don't know what is triggering this behavior, nor do we, so more scrutiny is necessary. The thread on PostgreSQL that you mention is hardly pertinent to the issue at hand, since it concerns rather old versions of the system and the DBMS. I'm interested because I use Java on FreeBSD with PostgreSQL, but I have never encountered the issues you have described. Cheers, Panagiotis _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "[hidden email]" |
|
I'm using open-xchange on FreeBSD 5.4 and I'm not seeing the exceptions at
all. Have no problems with webmail. Using postgresql 8.0.3. Regards John Rushford [hidden email] On 10/24/05 4:57 AM, "Panagiotis Astithas" <[hidden email]> wrote: > Roland Schulz wrote: >>>> 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. >> >> >> In the last comment the ox developer says: >> Fact is that our test machines are running with pooling and it seems that >> only FreeBSD is affected - some Debian users brought this up too, but >> specially for Debian a cron job was the culprit and there is a solution. >> >> The initial problem is the "Query was canceled" error message. According to >> a thread on a similar problem >> http://archives.postgresql.org/pgsql-bugs/2003-04/msg00040.php >> this must be caused by a SIGINT and it is supposed to be FreeBSD specific. >> >> Regards >> Roland Schulz > > > Their argument is rather weak: "it works for us, we don't use FreeBSD, > so it is FreeBSD's fault". The thing is they don't know what is > triggering this behavior, nor do we, so more scrutiny is necessary. > > The thread on PostgreSQL that you mention is hardly pertinent to the > issue at hand, since it concerns rather old versions of the system and > the DBMS. > > I'm interested because I use Java on FreeBSD with PostgreSQL, but I have > never encountered the issues you have described. > > Cheers, > Panagiotis > _______________________________________________ > [hidden email] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "[hidden email]" > _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "[hidden email]" |
| Powered by Nabble | Edit this page |
