Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-07-01 Thread Ashish Vijaywargiya
It will be good if you will migrate to the newer version i.e Ofbiz 4.0. -- Ashish On Tue, Jul 1, 2008 at 1:38 AM, maburger [EMAIL PROTECTED] wrote: I read this atricle to, but this isn't our problem. I think the Minerva connection pool causes this problem when the gc thread is activated to

Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-07-01 Thread Heidi Dehaes
Yes, I have it also from time to time with version 4.x from OFBIZ. But i have no details at the moment. In every case when this happens i have to restart the java application. Heidi http://www.olagos.eu 2008/6/30, maburger [EMAIL PROTECTED]: Hi *, we're running OFBiz on MySQL and/or ORACLE.

Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-07-01 Thread maburger
Are you using the DBCP or the old Minerva pool implementation? Heidi Dehaes wrote: Yes, I have it also from time to time with version 4.x from OFBIZ. But i have no details at the moment. In every case when this happens i have to restart the java application. Heidi http://www.olagos.eu

Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-07-01 Thread Heidi Dehaes
I am using the geronimo DBCP i think. Heidi 2008/7/1, maburger [EMAIL PROTECTED]: Are you using the DBCP or the old Minerva pool implementation? Heidi Dehaes wrote: Yes, I have it also from time to time with version 4.x from OFBIZ. But i have no details at the moment. In every case

Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-07-01 Thread BJ Freeman
Problem is that the mailing list only supports the current svn. both the release 4.0 and the trunk have changes that may fix your problem. I do remember a discussion a while ago, about this. You can search the mailing lists for oracle. Having up-graded from 3.0 to 4.0 and trunk, especially if you

Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-07-01 Thread BJ Freeman
DBCP is a change that happened in the Trunk version. Heidi Dehaes sent the following on 7/1/2008 2:29 AM: I am using the geronimo DBCP i think. Heidi 2008/7/1, maburger [EMAIL PROTECTED]: Are you using the DBCP or the old Minerva pool implementation? Heidi Dehaes wrote: Yes, I have

Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-07-01 Thread maburger
Could you tell me when this change is applied to the 4.0 branch? BJ Freeman wrote: DBCP is a change that happened in the Trunk version. Heidi Dehaes sent the following on 7/1/2008 2:29 AM: I am using the geronimo DBCP i think. Heidi 2008/7/1, maburger [EMAIL PROTECTED]: Are you

Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-07-01 Thread BJ Freeman
DBCPConnectionFactory was added rev 58 . only bug fixes happen in the 4.0 branch. BDCP is not considered a bug fix. Note: if you do a search of DBCPConnectionFactory in the commits mailing list you will find the commits. maburger sent the following on 7/1/2008 3:00 AM: Could you tell me

Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-07-01 Thread Heidi Dehaes
Ok i use release 4 branch ofbiz (not the trunk version); So i probably use only Geronimo. but i don't know details about this transaction tool and connection pools, etc. Heidi 2008/7/1, BJ Freeman [EMAIL PROTECTED]: DBCPConnectionFactory was added rev 58 . only bug fixes happen in the 4.0

Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-07-01 Thread David E Jones
On Jul 1, 2008, at 3:43 AM, BJ Freeman wrote: Problem is that the mailing list only supports the current svn. This really isn't true. People can ask whatever questions they would like on the mailing list, and hopefully there is someone with relevant experience who can answer their

Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-07-01 Thread BJ Freeman
what you said. :) David E Jones sent the following on 7/1/2008 9:33 AM: On Jul 1, 2008, at 3:43 AM, BJ Freeman wrote: Problem is that the mailing list only supports the current svn. This really isn't true. People can ask whatever questions they would like on the mailing list, and

Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-06-30 Thread Jacques Le Roux
Releases 3 were using Minverva. You may try to replace with Apache Geronimo DBCP which is used in releases 4+ Jacques From: maburger [EMAIL PROTECTED] Hi *, we're running OFBiz on MySQL and/or ORACLE. Sometimes were getting an error within the JobManager.poll method. It seems like a DB lock

Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-06-30 Thread maburger
Is this a known bug within the Minerva Pool? I don't think it is possible to switch the pool by configuration as it could be done in the 4+ version? We are not kind to rewrite our current system because we want to migrate to OFBiz 4+ in the next months, but we need a fix for this problem to

Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-06-30 Thread Jacques Le Roux
Are you runnig on Windows ? I remember having read that sometimes Windows does not free some files handles and such errors may occur. Which version of MySQL and ORACLE are you using ? Jacques From: maburger [EMAIL PROTECTED] Is this a known bug within the Minerva Pool? I don't think it is

Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-06-30 Thread maburger
This problem is not os depending. Were running on both Windows and Linux. The MySQL Versions also differ from 4.x to 5.x (ORACLE 10g) but the error is the same. I forgot to post one important change we made to the framework. There is a known problem within the interaction to the MySQL Database

Re: Problem with JobSanbox lock on (MySQL and/or ORACLE)

2008-06-30 Thread BJ Freeman
if did a google search for ofbiz oracle here is one link http://docs.ofbiz.org/display/~jacopoc/OFBiz+and+Oracle maburger sent the following on 6/30/2008 6:37 AM: This problem is not os depending. Were running on both Windows and Linux. The MySQL Versions also differ from 4.x to 5.x (ORACLE