[
https://issues.apache.org/jira/browse/DAEMON-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mladen Turk closed DAEMON-170.
------------------------------
Assignee: Mladen Turk
Resolution: Invalid
vprintf is not an garbage.
It is used if you specify the -verbose:jni and it tells to JVM to use daemon
printf function for error messages.
It is on by default and you can disable it using
--LogJniMessages=0
> 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
> Assignee: Mladen Turk
> 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.