From issues-return-14672-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Thu Aug 05 17:09:42 2010 Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 67730 invoked from network); 5 Aug 2010 17:09:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Aug 2010 17:09:41 -0000 Received: (qmail 74388 invoked by uid 500); 5 Aug 2010 17:09:41 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 74286 invoked by uid 500); 5 Aug 2010 17:09:40 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 74200 invoked by uid 99); 5 Aug 2010 17:09:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 17:09:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 17:09:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o75H9Jf0007424 for ; Thu, 5 Aug 2010 17:09:19 GMT Message-ID: <32273780.182851281028159008.JavaMail.jira@thor> Date: Thu, 5 Aug 2010 13:09:19 -0400 (EDT) From: "Bernd Eckenfels (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (DAEMON-170) procrun passes garbage "vfprintf" passed to JVM options MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 procrun passes garbage "vfprintf" passed to JVM options ------------------------------------------------------- Key: DAEMON-170 URL: https://issues.apache.org/jira/browse/DAEMON-170 Project: Commons Daemon Issue Type: Bug Components: Procrun Affects Versions: 1.0.3 Environment: Windows XP SP3 32bit Reporter: Bernd Eckenfels Priority: Minor When starting a service, the list of passed JVM options seems to contain a garbage string after the generated classpath option and before the --JvmMx options: [2010-08-05 16:24:21] [debug] ( javajni.c:592 ) Jvm Option[38] -Dfoo=bar [2010-08-05 16:24:21] [debug] ( javajni.c:592 ) Jvm Option[39] -Djava.class.path=D:\test.jar;d:\test2.jar;D:\test [2010-08-05 16:24:21] [debug] ( javajni.c:592 ) Jvm Option[40] vfprintf <<--- [2010-08-05 16:24:21] [debug] ( javajni.c:592 ) Jvm Option[41] -Xms512m [2010-08-05 16:24:21] [debug] ( javajni.c:592 ) Jvm Option[42] -Xmx1024m -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.