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 2018/10/17 15:06:00 UTC

[jira] [Commented] (IGNITE-9918) Default configuration missed

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

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

GitHub user vveider opened a pull request:

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

    IGNITE-9918 Default configuration missed

    

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

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

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

    https://github.com/apache/ignite/pull/5014.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 #5014
    
----
commit 64cbe291ba1ddaffaa57936785dbea81357b753e
Author: Peter Ivanov <mr...@...>
Date:   2018-10-17T15:04:33Z

    IGNITE-9918 Default configuration missed

----


> Default configuration missed
> ----------------------------
>
>                 Key: IGNITE-9918
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9918
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 2.7
>            Reporter: Sergey Kozlov
>            Priority: Blocker
>             Fix For: 2.7
>
>
> Node start failed if try to execute {{bin\ignite.bat}} without arguments:
> {noformat}
> C:\GitRoot\gg-qa\i2test\var\suite-client\ignite\bin>ignite.bat
> class org.apache.ignite.IgniteException: Spring XML configuration path is invalid: config\default-config.xml. Note that
> this path should be either absolute or a relative local file system path, relative to META-INF in classpath or valid URL
>  to IGNITE_HOME.
>         at org.apache.ignite.internal.util.IgniteUtils.convertException(IgniteUtils.java:1014)
>         at org.apache.ignite.Ignition.start(Ignition.java:351)
>         at org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:301)
> Caused by: class org.apache.ignite.IgniteCheckedException: Spring XML configuration path is invalid: config\default-conf
> ig.xml. Note that this path should be either absolute or a relative local file system path, relative to META-INF in clas
> spath or valid URL to IGNITE_HOME.
>         at org.apache.ignite.internal.util.IgniteUtils.resolveSpringUrl(IgniteUtils.java:3858)
>         at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:858)
>         at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:730)
>         at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:699)
>         at org.apache.ignite.Ignition.start(Ignition.java:348)
>         ... 1 more
> Caused by: java.net.MalformedURLException: no protocol: config\default-config.xml
>         at java.net.URL.<init>(URL.java:593)
>         at java.net.URL.<init>(URL.java:490)
>         at java.net.URL.<init>(URL.java:439)
>         at org.apache.ignite.internal.util.IgniteUtils.resolveSpringUrl(IgniteUtils.java:3849)
>         ... 5 more
> Failed to start grid: Spring XML configuration path is invalid: config\default-config.xml. Note that this path should be
>  either absolute or a relative local file system path, relative to META-INF in classpath or valid URL to IGNITE_HOME.
> {noformat}
> Obviously that there's no {{config/default-config.xml}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)