Hi,

I am trying to enable ignite REST api support. For that, I have copied
"ignite-rest-http" from optional into lib. While starting the ignite server
I am getting "No Such Method error". I went through other threads and forums
but couldn't get the solution for it. Can someone help? Let me know if more
information is required.
Error is below :

C:\Users\D-NX29AE\Project\Software\shielding-gridgain-enterprise-fabric-7.5.26\bin>ignite.bat
[11:19:52]    __________  ________________
[11:19:52]   /  _/ ___/ |/ /  _/_  __/ __/
[11:19:52]  _/ // (7 7    // /  / / / _/
[11:19:52] /___/\___/_/|_/___/ /_/ /___/
[11:19:52]
[11:19:52] ver. 1.5.26#20160616-sha1:d8dedc64
[11:19:52] 2016 Copyright(C) Apache Software Foundation
[11:19:52]
[11:19:52] Ignite documentation: http://ignite.apache.org
[11:19:52]
[11:19:52] Quiet mode.
[11:19:52]   ^-- Logging to file
'C:\Users\D-NX29AE\Project\Software\shielding-gridgain-enterprise-fabric-7.5.26\work\log\ignite-7325081b.log'
[11:19:52]   ^-- To see **FULL** console log here add -DIGNITE_QUIET=false
or "-v" to ignite.{sh|bat}
[11:19:52]
[11:19:52] OS: Windows 7 6.1 x86
[11:19:52] VM information: Java(TM) SE Runtime Environment 1.8.0_60-b27
Oracle Corporation Java HotSpot(TM) Server VM 25.60-b23
[11:19:52] Configured plugins:
[11:19:52]   ^-- GridGain 7.5.26#20160616-sha1:ff88903b
[11:19:52]   ^-- 2016 Copyright(C) GridGain Systems
[11:19:52]
[11:19:53] Security status [authentication=off, tls/ssl=off]
[11:19:54,040][ERROR][main][IgniteKernal] Got exception while starting (will
rollback startup routine).
java.lang.NoSuchMethodError:
org.eclipse.jetty.util.log.StdErrLog.setProperties(Ljava/util/Properties;)V
        at
org.apache.ignite.internal.processors.rest.protocols.http.jetty.GridJettyRestProtocol.<clinit>(GridJettyRestProtocol.java:72)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:264)
        at
org.apache.ignite.internal.processors.rest.GridRestProcessor.startHttpProtocol(GridRestProcessor.java:828)
        at
org.apache.ignite.internal.processors.rest.GridRestProcessor.start(GridRestProcessor.java:448)
        at
org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1496)
        at
org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:861)
        at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1737)
        at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1590)
        at
org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1043)
        at
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:965)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:851)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:750)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:620)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:590)
        at org.apache.ignite.Ignition.start(Ignition.java:347)
        at
org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:302)
[11:19:54] Ignite node stopped OK [uptime=00:00:02:467]
java.lang.NoSuchMethodError:
org.eclipse.jetty.util.log.StdErrLog.setProperties(Ljava/util/Properties;)V
        at
org.apache.ignite.internal.processors.rest.protocols.http.jetty.GridJettyRestProtocol.<clinit>(GridJettyRestProtocol.java:72)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:264)
        at
org.apache.ignite.internal.processors.rest.GridRestProcessor.startHttpProtocol(GridRestProcessor.java:828)
        at
org.apache.ignite.internal.processors.rest.GridRestProcessor.start(GridRestProcessor.java:448)
        at
org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1496)
        at
org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:861)
        at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1737)
        at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1590)
        at
org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1043)
        at
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:965)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:851)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:750)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:620)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:590)
        at org.apache.ignite.Ignition.start(Ignition.java:347)
        at
org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:302)
Failed to start grid:
org.eclipse.jetty.util.log.StdErrLog.setProperties(Ljava/util/Properties;)V
Press any key to continue . . .



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Error-with-ignite-rest-http-tp9835.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to