Re: Borrow broker from pool failed. in production server

2006-11-08 Thread Marwane
the problem persist. we need your help and give us some leads. stack trace : org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed, using PBKey org.apache.ojb.broker.PBKey: jcdAlias=default, user=db2bmce, password=* at java.lang.Throwable.init

RE: Borrow broker from pool failed. in production server

2006-11-08 Thread Ferrer, Eric
: Borrow broker from pool failed. in production server hi; The problem is resolved using : connection-pool maxActive=1000 whenExhaustedAction=2/ so it s strange the message gived by ojb tel us about the broker pool problem but the solution was the growing the connection pool ! thx for all

Re: Borrow broker from pool failed. in production server

2006-11-08 Thread Marwane
3:56 AM To: OJB Users List Subject: Re: Borrow broker from pool failed. in production server hi; The problem is resolved using : connection-pool maxActive=1000 whenExhaustedAction=2/ so it s strange the message gived by ojb tel us about the broker pool problem but the solution was the growing

RE: Borrow broker from pool failed. in production server

2006-11-08 Thread Ferrer, Eric
the instructions and make the appropriate changes. -Original Message- From: Marwane [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 10:28 AM To: OJB Users List Subject: Re: Borrow broker from pool failed. in production server thx for your helpful and constructif reply . i

Re: Borrow broker from pool failed. in production server

2006-11-08 Thread Mike Perham
can't borrow connection from pool. even if we use maxActif in 1000 the problem persist. we need your help and give us some leads. stack trace : org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed, using PBKey org.apache.ojb.broker.PBKey

Re: Borrow broker from pool failed. in production server

2006-10-27 Thread Marwane
and give us some leads. stack trace : org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed, using PBKey org.apache.ojb.broker.PBKey: jcdAlias=default, user=db2bmce, password=* at java.lang.Throwable.init(Throwable.java:195) at java.lang.Exception.init

Re: Borrow broker from pool failed. in production server

2006-10-27 Thread Armin Waibel
the problem persist. we need your help and give us some leads. stack trace : org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed, using PBKey org.apache.ojb.broker.PBKey: jcdAlias=default, user=db2bmce, password=* at java.lang.Throwable.init(Throwable.java:195

Re: Borrow broker from pool failed. in production server

2006-10-27 Thread Marwane
: org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed, using PBKey org.apache.ojb.broker.PBKey: jcdAlias=default, user=db2bmce, password=* at java.lang.Throwable.init(Throwable.java:195) at java.lang.Exception.init(Exception.java:41) at java.lang.RuntimeException.init

Borrow broker from pool failed. in production server

2006-10-26 Thread Marwane
us some leads. stack trace : org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed, using PBKey org.apache.ojb.broker.PBKey: jcdAlias=default, user=db2bmce, password=* at java.lang.Throwable.init(Throwable.java:195) at java.lang.Exception.init(Exception.java:41

Re: Borrow broker from pool failed. in production server

2006-10-26 Thread Dennis Bekkering
connection from pool. even if we use maxActif in 1000 the problem persist. we need your help and give us some leads. stack trace : org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed, using PBKey org.apache.ojb.broker.PBKey: jcdAlias=default, user=db2bmce, password

RE: Borrow broker from pool failed. in production server

2006-10-26 Thread Ferrer, Eric
] Sent: Thursday, October 26, 2006 3:11 PM To: OJB Users List Subject: Re: Borrow broker from pool failed. in production server when i have a quick look it seems to be about the broker pool and not the connection pool. Check your OJB.properties and set maxActive to the same value as maxActive

Borrow broker from pool failed

2006-03-07 Thread Rick Roman
I have been getting this error message intermittently. Would this message result from running out of connections, like I failed to close the broker in some function? Servlet.service() for servlet action threw exception org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed

Borrow broker from pool failed

2005-02-16 Thread Peter Juszack
broker from pool failed, using PBKey org.apache.ojb.broker.PB Key: jcdAlias=default, user=lekos, password=* at org.apache.ojb.broker.core.PersistenceBrokerFactoryDefaultImpl.createPersistenceBroker(PersistenceB rokerFactoryDefaultImpl.java:156

Re: Borrow broker from pool failed

2005-02-16 Thread Peter Juszack
man noch irgendwo ein fertiges JAR, in dem alle Klassen enthalten sind? Gruß Peter - Original Message - From: Thomas Franke [EMAIL PROTECTED] To: OJB Users List ojb-user@db.apache.org Sent: Wednesday, February 16, 2005 12:21 PM Subject: Re: Borrow broker from pool failed Peter Juszack

Re: Borrow broker from pool failed

2005-02-16 Thread Thomas Franke
Hallo Peter, vielen Dank für Deine Hinweise. Wir versuchen hier gerade auf OJB 1.0.1 zu updaten. Dem ojb JAR aus dem Binarypaket fehlen allerding die org.apapche.ojb.jboss.* - Klassen, die für den JNDI-Kram erforderlich sind. Ist Selbstkompillieren des OJB die einzige Möglichkeit oder bekommt man

Re: Borrow broker from pool failed

2004-02-25 Thread Armin Waibel
Hi Anthony, OJB use a PersistenceBroker instances pool and if enabled a connection pool. In your case the PB-pool seems to be exhausted. This is surprisingly, because per default PB-pool size was 100 and connection-pool size was 20. If you do an query/insert/... operation each PB use a

ERR : Borrow broker from pool failed

2003-12-09 Thread Hennebelle
Hello, I have got a big problem with OJB (I think it is OJB), I have an error : org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed This error comes after 1 or 2 days after the launch of the instance and comes just after an update (after this error, we can do as select as we

Re: ERR : Borrow broker from pool failed

2003-12-09 Thread Armin Waibel
have got a big problem with OJB (I think it is OJB), I have an error : org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed This error comes after 1 or 2 days after the launch of the instance and comes just after an update (after this error, we can do as select as we want but we

problem between Broker and org.apache.commons(Borrow broker from pool failed)

2003-10-30 Thread Réda Benzair
Hi I have a problem in the excecution with this error : Error handled :org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed I do not know which is the cause of this error on the level of OJB

RE : problem between Broker and org.apache.commons(Borrow broker from pool failed)

2003-10-30 Thread Emmanuel Dupont
 : jeudi 30 octobre 2003 13:49 À : 'OJB Users List' Objet : problem between Broker and org.apache.commons(Borrow broker from pool failed) Hi I have a problem in the excecution with this error : Error handled :org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed

Re: RE : problem between Broker and org.apache.commons(Borrow broker from pool failed)

2003-10-30 Thread Armin Waibel
(Borrow broker from pool failed) Hi I have a problem in the excecution with this error : Error handled :org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed I do not know which is the cause

RE: Borrow broker from pool failed

2003-07-04 Thread João Luz
Try to add validationQuery=select 1 to connection-pool. -Original Message- From: Christophe Marcourt [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 3 de Julho de 2003 22:29 To: OJB Users List Subject: Re: Borrow broker from pool failed I give you as well my connection configuration

Borrow broker from pool failed

2003-07-03 Thread Christophe Marcourt
Hi, after a couple of hours of inactivity I get a Borrow broker from pool failed when I request a page on my site where's OJB make a simple SELECT query. I'm using MySQL 4 and OJB 1.0 rc3. Any idea ? Christophe --- Ce message Envoi est certifié sans virus connu. Protégé par l'antivirus AVG

Re: Borrow broker from pool failed

2003-07-03 Thread Christophe Marcourt
Here you go : org.apache.ojb.broker.PBFactoryException: Borrow broker from pool failed 2003-07-03 22:39:51,125 FATAL [Thread-5] - org.apache.ojb.broker.core.PersistenceBrokerFactoryDefaultImpl.createPersist enceBroker(Unknown Source) 2003-07-03 22:39:51,125 FATAL [Thread-5

Re: Borrow broker from pool failed

2003-07-03 Thread Christophe Marcourt
. Christophe - Original Message - From: Christophe Marcourt [EMAIL PROTECTED] To: OJB Users List [EMAIL PROTECTED]; Armin Waibel [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 11:20 PM Subject: Re: Borrow broker from pool failed Here you go : org.apache.ojb.broker.PBFactoryException: Borrow