wasabii opened a new issue, #10598: URL: https://github.com/apache/ignite/issues/10598
Using 2.14.0, getting the given exception when calling Ignition.Start against OpenJDK 17: ``` JavaException: class org.apache.ignite.IgniteException: Failed to start processor: GridProcessorAdapter [] at org.apache.ignite.internal.util.IgniteUtils.convertException(IgniteUtils.java:1145) at org.apache.ignite.internal.processors.platform.PlatformAbstractBootstrap.start(PlatformAbstractBootstrap.java:48) at org.apache.ignite.internal.processors.platform.PlatformIgnition.start(PlatformIgnition.java:74) Caused by: class org.apache.ignite.IgniteCheckedException: Failed to start processor: GridProcessorAdapter [] at org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1787) at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1066) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1757) at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1679) at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1121) at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:631) at org.apache.ignite.internal.processors.platform.PlatformAbstractBootstrap.start(PlatformAbstractBootstrap.java:43) ... 1 more Caused by: class org.apache.ignite.IgniteCheckedException: Failed to create page store work directory: C:\ignitework\db\0_0_0_0_0_0_0_1_127_0_0_1_172_20_240_1_172_20_48_1_172_23_224_1_172_23_48_1_192_168_175_81_2603_8080_7400_45d9_2c57_895a_1fc0_9b07_2603_8080_7400_45d9_350c_88b1_7dc7_29f8_2603_8080_7400_45d9_6ee0_c850_1080_e364_2603_8080_7400_45d9_7ddf_2fff_94ce_4d0f_2603_8080_7400_45d9_7dee_c31b_fa5c_4897_2603_8080_7400_45d9_9d14_a51d_7729_c0c9_2603_8080_7400_45d9_d96_17d8_4e99_1e77_2603_8080_7400_45d9_f88f_c2b5_7a72_f08b_44120 at org.apache.ignite.internal.util.IgniteUtils.ensureDirectory(IgniteUtils.java:9971) at org.apache.ignite.internal.processors.cache.GridLocalConfigManager.<init>(GridLocalConfigManager.java:127) at org.apache.ignite.internal.processors.cache.GridCacheProcessor.start(GridCacheProcessor.java:618) at org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1784) ... 7 more ``` I had added custom JvmOptions consisting of all of the various options I found in jvmdefaults.sh. This advanced it a bit. This directory name is kind of insane. What's it trying to do? And why? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org