You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Robert Felker (Jira)" <ji...@apache.org> on 2021/07/21 18:53:00 UTC

[jira] [Created] (IGNITE-15171) Fail to launch a node using persistence in official example

Robert Felker created IGNITE-15171:
--------------------------------------

             Summary: Fail to launch a node using persistence in official example
                 Key: IGNITE-15171
                 URL: https://issues.apache.org/jira/browse/IGNITE-15171
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.9.1
         Environment: Windows
            Reporter: Robert Felker


Launching an instance with a copy paste from the official github repo will fail with
{code:java}
// [20:47:52]     ^-- Ignite persistence [used=0MB]
[20:47:52,542][SEVERE][main][IgniteKernal] Exception during start processors, node will be stopped and close connections
java.lang.NullPointerException: Cannot invoke "java.lang.reflect.Method.invoke(Object, Object[])" because "org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileWriteHandleImpl.mappingOffset" is null
        at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileWriteHandleImpl.fsync(FileWriteHandleImpl.java:449)
        at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileWriteHandleImpl.fsync(FileWriteHandleImpl.java:418)
        at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileHandleManagerImpl.flush(FileHandleManagerImpl.java:269)
        at org.apache.ignite.internal.processors.cache.persistence.wal.FileWriteAheadLogManager.flush(FileWriteAheadLogManager.java:934)
        at org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager.tailPointer(GridCacheDatabaseSharedManager.java:1968)
        at org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager.startMemoryRestore(GridCacheDatabaseSharedManager.java:1908)
{code}
Thanks !

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)