From derby-user-return-12128-apmail-db-derby-user-archive=db.apache.org@db.apache.org Mon Jan 18 20:19:30 2010 Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 69986 invoked from network); 18 Jan 2010 20:19:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jan 2010 20:19:30 -0000 Received: (qmail 76358 invoked by uid 500); 18 Jan 2010 20:19:30 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 76326 invoked by uid 500); 18 Jan 2010 20:19:30 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 76318 invoked by uid 99); 18 Jan 2010 20:19:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2010 20:19:30 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [83.145.220.68] (HELO smtp-68.nebula.fi) (83.145.220.68) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2010 20:19:22 +0000 Received: from [192.168.0.100] (unknown [83.150.123.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-68.nebula.fi (Postfix) with ESMTP id F3E6D43F03AF for ; Mon, 18 Jan 2010 22:18:58 +0200 (EET) Message-ID: <4B54C2A6.4040906@absinth.fi> Date: Mon, 18 Jan 2010 22:20:54 +0200 From: Rami Ojares / PDF-Comics Oy User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Derby Discussion Subject: Re: debugging java stored procedures References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on smtp-68.nebula.fi X-Old-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable version=3.2.5 When I start the network server on the commandline with startNetworkServer script then all System.out.println statements are printed on the console. - rami > Hi, > > any tipps from anyone which would help to debug java stored procedures? > > Not being able/knowing how to debug the code executed by the database > using the eclipse debugger, I have included System.out.println statements > into the procedures, but have no idea where these end up when running > against a network server on a remote host mode (have checked tomcat logs, > but haven't found anything). > > Thanks > > > > >