Alex,
I'm getting the error below when starting an Ignite node with the ignite.sh
script. Don't get this exception on Ignite 2.8. Running on macOS Catalina
10.15.6. Just in case, I double-checked the security permissions of the OS
and didn't spot any suspicious. Anyway, don't have the issue on Ignite 2.8
MacBook-Pro:apache-ignite-2.9.0-bin dmagda$ cd bin/
MacBook-Pro:bin dmagda$ ./ignite.sh
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.apache.ignite.internal.util.GridUnsafe$2
(file:/Users/dmagda/Downloads/apache-ignite-2.9.0-bin/libs/ignite-core-2.9.0.jar)
to field java.nio.Buffer.address
WARNING: Please consider reporting this to the maintainers of
org.apache.ignite.internal.util.GridUnsafe$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[14:01:40] __________ ________________
[14:01:40] / _/ ___/ |/ / _/_ __/ __/
[14:01:40] _/ // (7 7 // / / / / _/
[14:01:40] /___/\___/_/|_/___/ /_/ /___/
[14:01:40]
[14:01:40] ver. 2.9.0#20201002-sha1:d40bed4f
[14:01:40] 2020 Copyright(C) Apache Software Foundation
[14:01:40]
[14:01:40] Ignite documentation: http://ignite.apache.org
[14:01:40]
[14:01:40] Quiet mode.
[14:01:40] ^-- Logging to file
'/Users/dmagda/Downloads/apache-ignite-2.9.0-bin/work/log/ignite-d195754e.0.log'
[14:01:40] ^-- Logging by 'JavaLogger [quiet=true, config=null]'
[14:01:40] ^-- To see **FULL** console log here add -DIGNITE_QUIET=false
or "-v" to ignite.{sh|bat}
[14:01:40]
[14:01:41] OS: Mac OS X 10.15.6 x86_64
[14:01:41] VM information: OpenJDK Runtime Environment 11.0.8+10-LTS Azul
Systems, Inc. OpenJDK 64-Bit Server VM 11.0.8+10-LTS
[14:01:41] Please set system property '-Djava.net.preferIPv4Stack=true' to
avoid possible problems in mixed environments.
[14:01:41] Initial heap size is 256MB (should be no less than 512MB, use
-Xms512m -Xmx512m).
[14:01:41] Configured plugins:
[14:01:41] ^-- None
[14:01:41]
[14:01:41] Configured failure handler: [hnd=StopNodeOrHaltFailureHandler
[tryStop=false, timeout=0, super=AbstractFailureHandler
[ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED,
SYSTEM_CRITICAL_OPERATION_TIMEOUT]]]]
[14:01:41] Message queue limit is set to 0 which may lead to potential
OOMEs when running cache operations in FULL_ASYNC or PRIMARY_SYNC modes due
to message queues growth on sender and receiver sides.
[14:01:41] Security status [authentication=off, sandbox=off, tls/ssl=off]
[14:01:41,398][SEVERE][main][IgniteKernal] Exception during start
processors, node will be stopped and close connections
class org.apache.ignite.IgniteException: Could not create directory for
binary metadata:
/Users/dmagda/Downloads/apache-ignite-2.9.0-bin/work/db/binary_meta/0_0_0_0_0_0_0_1_lo0_10_0_0_103_127_0_0_1_2601_646_c400_6ca0_0_0_0_9789_en0_2601_646_c400_6ca0_4079_5e3d_293f_2489_en0_2601_646_c400_6ca0_453_2834_9612_e988_en0_2601_646_c400_6ca0_b547_c47a_21d_cdf_en0_2601_646_c400_6ca0_c46d_c82e_4a9c_3550_en0_2601_646_c400_6ca0_c9bc_7ba3_7f2e_94ad_en0_47500
at
org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl.resolveBinaryWorkDir(CacheObjectBinaryProcessorImpl.java:216)
at
org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl.start(CacheObjectBinaryProcessorImpl.java:243)
at
org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1953)
at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1228)
at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2046)
at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1698)
at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1114)
at
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:1032)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:918)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:817)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:687)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:656)
at org.apache.ignite.Ignition.start(Ignition.java:353)
at
org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:300)
[14:01:41,401][SEVERE][main][IgniteKernal] Got exception while starting
(will rollback startup routine).
class org.apache.ignite.IgniteException: Could not create directory for
binary metadata:
/Users/dmagda/Downloads/apache-ignite-2.9.0-bin/work/db/binary_meta/0_0_0_0_0_0_0_1_lo0_10_0_0_103_127_0_0_1_2601_646_c400_6ca0_0_0_0_9789_en0_2601_646_c400_6ca0_4079_5e3d_293f_2489_en0_2601_646_c400_6ca0_453_2834_9612_e988_en0_2601_646_c400_6ca0_b547_c47a_21d_cdf_en0_2601_646_c400_6ca0_c46d_c82e_4a9c_3550_en0_2601_646_c400_6ca0_c9bc_7ba3_7f2e_94ad_en0_47500
at
org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl.resolveBinaryWorkDir(CacheObjectBinaryProcessorImpl.java:216)
at
org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl.start(CacheObjectBinaryProcessorImpl.java:243)
at
org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1953)
at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1228)
at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2046)
at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1698)
at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1114)
at
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:1032)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:918)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:817)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:687)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:656)
at org.apache.ignite.Ignition.start(Ignition.java:353)
at
org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:300)
[14:01:41] Ignite node stopped OK [uptime=00:00:01.224]
class org.apache.ignite.IgniteException: Could not create directory for
binary metadata:
/Users/dmagda/Downloads/apache-ignite-2.9.0-bin/work/db/binary_meta/0_0_0_0_0_0_0_1_lo0_10_0_0_103_127_0_0_1_2601_646_c400_6ca0_0_0_0_9789_en0_2601_646_c400_6ca0_4079_5e3d_293f_2489_en0_2601_646_c400_6ca0_453_2834_9612_e988_en0_2601_646_c400_6ca0_b547_c47a_21d_cdf_en0_2601_646_c400_6ca0_c46d_c82e_4a9c_3550_en0_2601_646_c400_6ca0_c9bc_7ba3_7f2e_94ad_en0_47500
at
org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl.resolveBinaryWorkDir(CacheObjectBinaryProcessorImpl.java:216)
at
org.apache.ignite.internal.processors.cache.binary.CacheObjectBinaryProcessorImpl.start(CacheObjectBinaryProcessorImpl.java:243)
at
org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1953)
at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1228)
at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2046)
at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1698)
at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1114)
at
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:1032)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:918)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:817)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:687)
at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:656)
at org.apache.ignite.Ignition.start(Ignition.java:353)
at
org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:300)
Failed to start grid: Could not create directory for binary metadata:
/Users/dmagda/Downloads/apache-ignite-2.9.0-bin/work/db/binary_meta/0_0_0_0_0_0_0_1_lo0_10_0_0_103_127_0_0_1_2601_646_c400_6ca0_0_0_0_9789_en0_2601_646_c400_6ca0_4079_5e3d_293f_2489_en0_2601_646_c400_6ca0_453_2834_9612_e988_en0_2601_646_c400_6ca0_b547_c47a_21d_cdf_en0_2601_646_c400_6ca0_c46d_c82e_4a9c_3550_en0_2601_646_c400_6ca0_c9bc_7ba3_7f2e_94ad_en0_47500
-
Denis
On Fri, Oct 2, 2020 at 10:15 AM Alex Plehanov <plehanov.alex@gmail.com>
wrote:
> Dear Community,
>
>
> I have uploaded a release candidate to:
> https://dist.apache.org/repos/dist/dev/ignite/2.9.0-rc1/
> https://dist.apache.org/repos/dist/dev/ignite/packages_2.9.0-rc1/
>
> The following staging can be used for testing:
> https://repository.apache.org/content/repositories/orgapacheignite-1484
>
> Tag name is 2.9.0-rc1:
>
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=commit;h=refs/tags/2.9.0-rc1
>
> RELEASE_NOTES:
>
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=RELEASE_NOTES.txt;hb=ignite-2.9
>
> Complete list of resolved issues:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20IGNITE%20AND%20fixVersion%20%3D%202.9%20and%20status%20%3D%20Resolved%20and%20resolution%20%3D%20Fixed%20order%20by%20updated
>
> DEVNOTES:
>
> https://gitbox.apache.org/repos/asf?p=ignite.git;a=blob_plain;f=DEVNOTES.txt;hb=ignite-2.9
>
>
> Additional checks have been performed (available for users included into
> the release group on TeamCity).
>
> TC [Check RC: Licenses, compile, chksum]
>
> https://ci.ignite.apache.org/viewLog.html?buildId=5636932&buildTypeId=ApacheIgniteReleaseJava8_PrepareVote4CheckRcLicensesChecksum
>
> TC [3] Build & Upload Nuget Staging Packages
>
> https://ci.ignite.apache.org/viewLog.html?buildId=5636930&buildTypeId=ApacheIgniteReleaseJava8_PrepareVote3BuildNuGetPackages
>
> TC [2] Compare w/ Previous Release
>
> https://ci.ignite.apache.org/viewLog.html?buildId=5636928&buildTypeId=ApacheIgniteReleaseJava8_IgniteRelease72CheckFileConsistency
>
>
> The vote is formal, see voting guidelines
> https://www.apache.org/foundation/voting.html
>
> +1 - to accept Apache Ignite 2.9.0-rc1
> 0 - don't care either way
> -1 - DO NOT accept Apache Ignite Ignite 2.9.0-rc1 (explain why)
>
> See notes on how to verify release here
> https://www.apache.org/info/verification.html
> and
>
> https://cwiki.apache.org/confluence/display/IGNITE/Release+Process#ReleaseProcess-P5.VotingonReleaseandReleaseVerification
>
> This vote will be open till Wed Oct 7, 23:59 UTC
>
> https://www.timeanddate.com/countdown/generic?iso=20201007T235959&p0=%3A&msg=Apache+Ignite+2.9.0-rc1+Vote&csz=1
>
|