You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/02 17:23:05 UTC

[jira] [Commented] (IGNITE-5132) CPP: Put-Get example fails to complete successfully.

    [ https://issues.apache.org/jira/browse/IGNITE-5132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15993312#comment-15993312 ] 

ASF GitHub Bot commented on IGNITE-5132:
----------------------------------------

GitHub user isapego opened a pull request:

    https://github.com/apache/ignite/pull/1897

    IGNITE-5132: Fixed PutGet example.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-5132

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/1897.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1897
    
----
commit 17e50e98cdab27630f1eabb08f02aa431b12e47e
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-05-02T17:20:49Z

    IGNITE-5132: Fixed PutGet example.

----


> CPP: Put-Get example fails to complete successfully.
> ----------------------------------------------------
>
>                 Key: IGNITE-5132
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5132
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.0
>            Reporter: Igor Sapego
>            Assignee: Igor Sapego
>              Labels: cpp, examples
>             Fix For: 2.1
>
>
> C++ Put-Get example crashes on start with the following exception:
> {code}
> Exception during start processors, node will be stopped and close connections
> java.lang.IllegalArgumentException: Ouch! Argument is invalid: Cache name must not be null or empty.
>         at org.apache.ignite.internal.util.GridArgumentCheck.ensure(GridArgumentCheck.java:109)
>         at org.apache.ignite.internal.processors.cache.GridCacheUtils.validateCacheName(GridCacheUtils.java:1699)
>         at org.apache.ignite.internal.processors.cache.GridCacheProcessor.registerCache(GridCacheProcessor.java:711)
>         at org.apache.ignite.internal.processors.cache.GridCacheProcessor.registerCacheFromConfig(GridCacheProcessor.java:672)
>         at org.apache.ignite.internal.processors.cache.GridCacheProcessor.start(GridCacheProcessor.java:651)
>         at org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1763)
>         at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:925)
>         at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1895)
>         at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1647)
>         at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1075)
>         at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:573)
>         at org.apache.ignite.internal.processors.platform.PlatformAbstractBootstrap.start(PlatformAbstractBootstrap.java:48)
>         at org.apache.ignite.internal.processors.platform.PlatformIgnition.start(PlatformIgnition.java:76)
> [15:49:19,229][SEVERE][main][IgniteKernal] Got exception while starting (will rollback startup routine).
> java.lang.IllegalArgumentException: Ouch! Argument is invalid: Cache name must not be null or empty.
>         at org.apache.ignite.internal.util.GridArgumentCheck.ensure(GridArgumentCheck.java:109)
>         at org.apache.ignite.internal.processors.cache.GridCacheUtils.validateCacheName(GridCacheUtils.java:1699)
>         at org.apache.ignite.internal.processors.cache.GridCacheProcessor.registerCache(GridCacheProcessor.java:711)
>         at org.apache.ignite.internal.processors.cache.GridCacheProcessor.registerCacheFromConfig(GridCacheProcessor.java:672)
>         at org.apache.ignite.internal.processors.cache.GridCacheProcessor.start(GridCacheProcessor.java:651)
>         at org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1763)
>         at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:925)
>         at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1895)
>         at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1647)
>         at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1075)
>         at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:573)
>         at org.apache.ignite.internal.processors.platform.PlatformAbstractBootstrap.start(PlatformAbstractBootstrap.java:48)
>         at org.apache.ignite.internal.processors.platform.PlatformIgnition.start(PlatformIgnition.java:76)
> [15:49:19] Ignite node stopped OK [uptime=00:00:10:971]
> An error occurred: Ouch! Argument is invalid: Cache name must not be null or empty.
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)