Return-Path: Delivered-To: apmail-incubator-roller-user-archive@www.apache.org Received: (qmail 7470 invoked from network); 31 Jul 2006 19:34:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Jul 2006 19:34:15 -0000 Received: (qmail 98343 invoked by uid 500); 31 Jul 2006 19:34:14 -0000 Delivered-To: apmail-incubator-roller-user-archive@incubator.apache.org Received: (qmail 98318 invoked by uid 500); 31 Jul 2006 19:34:14 -0000 Mailing-List: contact roller-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: roller-user@incubator.apache.org Delivered-To: mailing list roller-user@incubator.apache.org Received: (qmail 98306 invoked by uid 99); 31 Jul 2006 19:34:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 12:34:14 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of snoopdave@gmail.com designates 64.233.166.182 as permitted sender) Received: from [64.233.166.182] (HELO py-out-1112.google.com) (64.233.166.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 12:34:13 -0700 Received: by py-out-1112.google.com with SMTP id c63so877037pyc for ; Mon, 31 Jul 2006 12:33:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jJRUxH1ksS8lTK8A53Z7BxNtkIX2DcYr4bqyl/o9JZgIMCNEud8GEg5lDfWwTHOAstjdLVhEA2nyGEjNXWohyvbNwLDKFiUwpRhaYQVnjAq4j3I4lAOGcaUXQncGkIh7ZMGD4T6GuGHpVxa6Km3xTcGs4keMMVCw2eNvJWWv+7M= Received: by 10.35.29.6 with SMTP id g6mr4331951pyj; Mon, 31 Jul 2006 12:33:52 -0700 (PDT) Received: by 10.35.78.7 with HTTP; Mon, 31 Jul 2006 12:33:52 -0700 (PDT) Message-ID: <8fb9ac720607311233r5f607d41y9e24e2c0c235553a@mail.gmail.com> Date: Mon, 31 Jul 2006 15:33:52 -0400 From: "Dave Johnson" To: roller-user@incubator.apache.org Subject: Re: User disabling doesn't work In-Reply-To: <5570011.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5536384.post@talk.nabble.com> <44C9EFDC.8040207@linpro.no> <5570011.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/31/06, slitzu wrote: > Okay, I found this in my roller.log: > > WARN 2006-07-31 07:30:06,984 JDBCExceptionReporter:logExceptions - SQL > Error: 0, SQLState: 01004 > ERROR 2006-07-31 07:30:06,984 JDBCExceptionReporter:logExceptions - Data > truncation: Column set to default value; NULL supplied to NOT NULL column > 'isenabled' at row 1 Which version of MySQL are you using? What type is used for the isenabled field in the rolleruser table? (login to MySQL and do a 'describe rolleruser;' to get that info. - Dave