From torque-user-return-6789-apmail-db-torque-user-archive=db.apache.org@db.apache.org Thu Feb 16 17:32:36 2006 Return-Path: Delivered-To: apmail-db-torque-user-archive@www.apache.org Received: (qmail 43820 invoked from network); 16 Feb 2006 17:32:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Feb 2006 17:32:36 -0000 Received: (qmail 53332 invoked by uid 500); 16 Feb 2006 17:32:34 -0000 Delivered-To: apmail-db-torque-user-archive@db.apache.org Received: (qmail 53317 invoked by uid 500); 16 Feb 2006 17:32:34 -0000 Mailing-List: contact torque-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Users List" Reply-To: "Apache Torque Users List" Delivered-To: mailing list torque-user@db.apache.org Received: (qmail 53306 invoked by uid 99); 16 Feb 2006 17:32:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2006 09:32:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [216.240.47.197] (HELO outbound.internet-mail-service.net) (216.240.47.197) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2006 09:32:33 -0800 Received: from idiom.com (idiom.com [216.240.32.1]) by outbound.internet-mail-service.net (Postfix) with ESMTP id D62C82400AD for ; Thu, 16 Feb 2006 09:32:11 -0800 (PST) Received: from [192.168.1.109] (adsl-69-107-112-198.dsl.pltn13.pacbell.net [69.107.112.198]) by idiom.com (8.12.11/8.12.11) with ESMTP id k1GHWAi1005436 for ; Thu, 16 Feb 2006 09:32:11 -0800 (PST) (envelope-from bryce1@obviously.com) Message-ID: <43F4B713.90509@obviously.com> Date: Thu, 16 Feb 2006 09:32:03 -0800 From: Bryce Nesbitt User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050921 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List Subject: Re: What are possible causes of: IDBroker ... does not support transactions. References: <8F5843B903F59D4C8C6806BB49A391190629A5@dukece-mail3.dukece.com> In-Reply-To: <8F5843B903F59D4C8C6806BB49A391190629A5@dukece-mail3.dukece.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Greg Monroe wrote: > You will also see the Broker message if you are doing two calls to > Torque init, e.g. Torque is being initialized in two different web > apps. They should be wrapped in a check to see if Torque has already > been initialized. > There are several apps started, but none of them work, so I don't think this is it. > I noticed that your properties has: > > torque.database.default=default_stupid_thing > > I assume this is a debug statement? I think with 3.0 and above > the new syntax applies, so this should be =default to associate > all the xxx.xxx.default.xxx settings. > Yes. A frustration edit -- if it claims the name default I outght to be able to change it. I am attempting to prove to myself this property file is actually parsed. > To get more debug information, create a log4j.properties > file in your classpath with something like: > > log4j.rootLogger=debug, RollingFile > log4j.appender.RollingFile=org.apache.log4j.RollingFileAppender > log4j.appender.RollingFile.File=${catalina.home}\\logs\\debug.log > log4j.appender.RollingFile.MaxFileSize=2000KB > log4j.appender.RollingFile.MaxBackupIndex=3 > log4j.appender.RollingFile.layout=org.apache.log4j.PatternLayout > log4j.appender.RollingFile.layout.ConversionPattern=%p %t %c - %m%n > log4j.logger.org.apache.torque=DEBUG No log results. torque.properties already had: log4j.category.org.apache.torque = DEBUG, org.apache.torque log4j.appender.org.apache.torque = org.apache.log4j.RollingFileAppender log4j.appender.org.apache.torque.MaxFileSize = 10MB log4j.appender.org.apache.torque.MaxBackupIndex = 2 log4j.appender.org.apache.torque.file = /logs/v2.log log4j.appender.org.apache.torque.layout = org.apache.log4j.PatternLayout log4j.appender.org.apache.torque.layout.conversionPattern = %d [%t] %-5p %c - %m%n log4j.appender.org.apache.torque.append = false log4j.category.org.myclient = ALL, org.apache.torque log4j.category.com.mycompany = ALL, org.apache.torque Which also results in no log file. --------------------------------------------------------------------- To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org For additional commands, e-mail: torque-user-help@db.apache.org