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.