What is the possible cause and fix this exception regarding bitronix configuration in MOQUI

When I start the server, I get an exception like:

bitronix.tm.Configuration 
cannot get this JVM unique ID. Make sure it is configured and you only use ASCII characters. Will use IP address instead (unsafe for production usage!)

      

What is the reason for this exception and how can I fix it when loading my component into a production instance?

+3


source to share


1 answer


This is part of the Bitronix configuration, the bitronix.tm.serverId property in the bitronix-default-config.properties file. See the docs for details:



http://docs.codehaus.org/display/BTM/Configuration2x

+2


source







All Articles