Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C691FC8E6 for ; Mon, 18 Jun 2012 23:50:43 +0000 (UTC) Received: (qmail 74979 invoked by uid 500); 18 Jun 2012 23:50:43 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 74896 invoked by uid 500); 18 Jun 2012 23:50:43 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 74779 invoked by uid 99); 18 Jun 2012 23:50:42 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2012 23:50:42 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 91B7F141F4C for ; Mon, 18 Jun 2012 23:50:42 +0000 (UTC) Date: Mon, 18 Jun 2012 23:50:42 +0000 (UTC) From: "ben (JIRA)" To: torque-dev@db.apache.org Message-ID: <2064939958.27478.1340063442601.JavaMail.jiratomcat@issues-vm> In-Reply-To: <124198622.628.1299301066360.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (TORQUE-154) A BLOB with NULL as its value causes a Null Pointer Exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TORQUE-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396381#comment-13396381 ] ben commented on TORQUE-154: ---------------------------- For people who are lost, here is more general information about blobs, with some hibernate thrown in: http://i-proving.com/2006/08/23/blobs-and-hibernate/ > A BLOB with NULL as its value causes a Null Pointer Exception > ------------------------------------------------------------- > > Key: TORQUE-154 > URL: https://issues.apache.org/jira/browse/TORQUE-154 > Project: Torque > Issue Type: Bug > Components: Village > Affects Versions: 3.3 > Environment: windows, mssql 2005 > Reporter: Rich Diaz > Priority: Critical > Fix For: 3.3 > > Attachments: npe-null-blob.patch > > > NPE was thrown while running the datadump task on MSSQL database. It first happened on Torque-gen 3.1 which has village-2.0.jar, so I took the village-3.3.jar from torque-gen-3.3. > I did a search and found this link http://mail-archives.apache.org/mod_mbox/turbine-user/200401.mbox/%3C373EC11E4993DF4F9DCBD2E630568CE31F82F9@xch-au-20.au.nos.boeing.com%3E > Looks like someone found that out in 2004. > For village 3.3 the NPE is in Value.java line 153. I checked out the village source from svn, put a null check and I was able to get my datadump working. It's a simple null check fix. I don't see where to attach a file to this ticket so i'll just post the code here. > if(blob!=null){ > valueObject = blob.getBytes(1, (int) blob.length()); > } -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org