SensiNact/Gateway Troubleshooting
< SensiNact
Revision as of 04:53, 18 May 2017 by Remi.druilhe.gmail.com (Talk | contribs) (Creation of the page)
Gateway troubleshootings
My devices are not recognized by sensiNact
Check that you have started sensiNact with *root* (or with *sudo*).
Under Linux - My bundles of sensiNact freezed at starting time
It can be because of the system entropy, which is used by SecuredRandom
cf. JDK-6521844: SecureRandom hangs on Linux Systems.
To fix this bug you will have to add the following directive to your launching command line :
-Djava.security.egd=file:/dev/./urandom
and to make sure that the java.security
file contains this setting:
securerandom.source=file:/dev/urandom