Advertisement
kamaok

hazelcast-elastic

Aug 10th, 2021
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.77 KB | None | 0 0
  1. Aug 10, 2021 11:49:09 AM com.hazelcast.instance.impl.HazelcastInstanceFactory
  2. WARNING: Hazelcast is starting in a Java modular environment (Java 9 and newer) but without proper access to required Java packages. Use additional Java arguments to provide Hazelcast access to Java internal API. The internal API access is used to get the best performance results. Arguments to be used:
  3.  --add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
  4. 11:49:09,715 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
  5. 11:49:09,715 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
  6. 11:49:09,716 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/opt/spribe-hazelcast/spribe-hazelcast.jar!/logback.xml]
  7. 11:49:09,723 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@222545dc - URL [jar:file:/opt/spribe-hazelcast/spribe-hazelcast.jar!/logback.xml] is not of type file
  8. 11:49:09,773 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
  9. 11:49:09,778 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - Will scan for changes in [jar:file:/opt/spribe-hazelcast/spribe-hazelcast.jar!/logback.xml]
  10. 11:49:09,778 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - Setting ReconfigureOnChangeTask scanning period to 30 seconds
  11. 11:49:09,780 |-INFO in ch.qos.logback.core.joran.util.ConfigurationWatchListUtil@5c5eefef - Adding [file:/opt/spribe-hazelcast/hz-external-logback.xml] to configuration watch list.
  12. 11:49:09,781 |-WARN in ch.qos.logback.core.joran.action.IncludeAction - Failed to open [file:/opt/spribe-hazelcast/hz-external-logback.xml]
  13. 11:49:09,781 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
  14. 11:49:09,781 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@16293aa2 - Registering current configuration as safe fallback point
  15.  
  16. WARNING: An illegal reflective access operation has occurred
  17. WARNING: Illegal reflective access by com.hazelcast.internal.networking.nio.SelectorOptimizer (file:/opt/spribe-hazelcast/spribe-hazelcast.jar) to field sun.nio.ch.SelectorImpl.selectedKeys
  18. WARNING: Please consider reporting this to the maintainers of com.hazelcast.internal.networking.nio.SelectorOptimizer
  19. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  20. WARNING: All illegal access operations will be denied in a future release
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement