Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 2143 invoked from network); 4 Jun 2005 07:04:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jun 2005 07:04:07 -0000 Received: (qmail 54617 invoked by uid 500); 4 Jun 2005 07:04:05 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 54567 invoked by uid 500); 4 Jun 2005 07:04:05 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 54550 invoked by uid 99); 4 Jun 2005 07:04:05 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 04 Jun 2005 00:04:03 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 28DE018A for ; Sat, 4 Jun 2005 08:38:42 +0200 (CEST) Message-ID: <712581728.1117867122166.JavaMail.jira@ajax.apache.org> Date: Sat, 4 Jun 2005 08:38:42 +0200 (CEST) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-67) Network Server on a 64 bit JVM fails with: Execution failed because of a Distributed Protocol Error: DRDA_Proto_SYNTAXRM; CODPNT arg = 2116; Error Code Value = 14 In-Reply-To: <1622172763.1100223566451.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-67?page=all ] Kathey Marsden closed DERBY-67: ------------------------------- Fixed > Network Server on a 64 bit JVM fails with: Execution failed because of a Distributed Protocol Error: DRDA_Proto_SYNTAXRM; CODPNT arg = 2116; Error Code Value = 14 > ------------------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: DERBY-67 > URL: http://issues.apache.org/jira/browse/DERBY-67 > Project: Derby > Type: Bug > Components: Network Server > Versions: 10.0.2.0 > Reporter: Kathey Marsden > Assignee: Kathey Marsden > Fix For: 10.0.2.0 > > The following exception may occur using a 64bit JVM > Console Output: > Execution failed because of a Distributed Protocol Error: > DRDA_Proto_SYNTAXRM; > CODPNT arg = 2116; Error Code Value = 14 > com.ibm.db2j.drda.DRDAProtocolException > at > com.ibm.db2j.drda.DRDAConnThread.throwSyntaxrm(DRDAConnThread.ja > va:400) > at > com.ibm.db2j.drda.DRDAConnThread.invalidValue(DRDAConnThread.jav > a:6496) > at > com.ibm.db2j.drda.DRDAConnThread.readBoolean(DRDAConnThread.java > :6808) > at > com.ibm.db2j.drda.DRDAConnThread.parsePRPSQLSTT(DRDAConnThread.j > ava:3061) > at > com.ibm.db2j.drda.DRDAConnThread.processCommands(DRDAConnThread. > java:676) > at > com.ibm.db2j.drda.DRDAConnThread.run(DRDAConnThread.java:233) > This seems related to the readByte method in DDMReader where the bytep value for Codepoint.FALSE gets altered with a 64 bit JVM. I think I have a fix for this but need to do some more testing > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira