This post is for all that continue to have problem with “dot” and “comma” on query.

I mean for all that have result from query with “.” and “,” excanged please try this way:

add an option to jvm:

  • -Duser.language=en_US

or apply this other one option:

  • -Duser.language=en -Duser.country=US

I say that because seems that there is a bug on java jvm on windows and ignore “locale” set inside Orabbix.

Inside Orabbix locale is set so:

Locale.setDefault( new Locale( “en”, “US” ) );

but some people continue to have some problem.

With this way you are going to solve all trouble about dot and comma excange.

You can modify the run.bat like this one :

java  -Duser.language=en -Duser.country=US -Dlog4j.configuration=./conf/log4j.properties -jar orabbix-0.9.1.jar start ./conf/config.props

Tags: , , ,

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this. To know all the policy detais click here.

Close