After installing the files ignite-ml and ignite-rest-http from the optional
folder in /libs inside IGNITE_HOME folder please tell me if i missed any
files to put in /lib... I will try some of the other examples lol ;) I ran
the Hello-World example again and got the following error:

 4]]
[2018-12-06 22:35:54,022][INFO
][org.apache.ignite.examples.ml.genetic.helloworld.HelloWorldGAExample.main()][root]
HELLO WORLD
[2018-12-06 22:35:54,023][INFO
][org.apache.ignite.examples.ml.genetic.helloworld.HelloWorldGAExample.main()][root]
Avg Chromosome Fitness: 5.696
[2018-12-06 22:35:54,023][INFO
][org.apache.ignite.examples.ml.genetic.helloworld.HelloWorldGAExample.main()][root]
##########################################################################################
[2018-12-06 22:35:54,027][INFO
][org.apache.ignite.examples.ml.genetic.helloworld.HelloWorldGAExample.main()][GridTcpRestProtocol]
Command protocol successfully stopped: TCP binary
[2018-12-06 22:35:54,039][INFO
][org.apache.ignite.examples.ml.genetic.helloworld.HelloWorldGAExample.main()][GridCacheProcessor]
Stopped cache [cacheName=ignite-sys-cache]
[2018-12-06 22:35:54,040][INFO
][org.apache.ignite.examples.ml.genetic.helloworld.HelloWorldGAExample.main()][GridCacheProcessor]
Stopped cache [cacheName=geneCache]
[2018-12-06 22:35:54,040][INFO
][org.apache.ignite.examples.ml.genetic.helloworld.HelloWorldGAExample.main()][GridCacheProcessor]
Stopped cache [cacheName=populationCache]
[2018-12-06 22:35:54,060][INFO
][org.apache.ignite.examples.ml.genetic.helloworld.HelloWorldGAExample.main()][GridDeploymentLocalStore]
Removed undeployed class: GridDeployment [ts=1544153705052, depMode=SHARED,
clsLdr=java.net.URLClassLoader@1e6fe4a4,
clsLdrId=0bc9bb68761-8cfdde39-13ed-48f8-9f8a-7c26e65ff8c5, userVer=0,
loc=true,
sampleClsName=org.apache.ignite.internal.processors.service.GridServiceProcessor$ServiceDeploymentPredicate,
pendingUndeploy=false, undeployed=true, usage=0]
[2018-12-06 22:35:54,067][INFO
][org.apache.ignite.examples.ml.genetic.helloworld.HelloWorldGAExample.main()][IgniteKernal]
 

>>> +---------------------------------------------------------------------------------+
>>> Ignite ver. 2.6.0#20180710-sha1:669feacc5d3a4e60efcdd300dc8de99780f38eed
>>> stopped OK
>>> +---------------------------------------------------------------------------------+
>>> Grid uptime: 00:00:49.068


Dec 06, 2018 10:35:54 PM java.util.logging.LogManager$RootLogger log
SEVERE: jvm-pause-detector-worker has been interrupted
java.lang.InterruptedException: sleep interrupted
        at java.lang.Thread.sleep(Native Method)
        at
org.apache.ignite.internal.LongJVMPauseDetector$1.run(LongJVMPauseDetector.java:90)

[WARNING] thread
Thread[FileWatchdog,5,org.apache.ignite.examples.ml.genetic.helloworld.HelloWorldGAExample]
was interrupted but is still alive after waiting at least 15000msecs
[WARNING] thread
Thread[FileWatchdog,5,org.apache.ignite.examples.ml.genetic.helloworld.HelloWorldGAExample]
will linger despite being asked to die via interruption
[WARNING] NOTE: 1 thread(s) did not finish despite being asked to  via
interruption. This is not a problem with exec:java, it is a problem with the
running code. Although not serious, it should be remedied.
[WARNING] Couldn't destroy threadgroup
org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.apache.ignite.examples.ml.genetic.helloworld.HelloWorldGAExample,maxpri=10]
java.lang.IllegalThreadStateException
        at java.lang.ThreadGroup.destroy(ThreadGroup.java:778)
        at org.codehaus.mojo.exec.ExecJavaMojo.execute(ExecJavaMojo.java:321)
        at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
        at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
        at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 01:08 min
[INFO] Finished at: 2018-12-06T22:36:09-05:00
[INFO] Final Memory: 70M/463M
[INFO]
------------------------------------------------------------------------


Any help would be greatly appreciated I will try the other examples!

Sincerely,

AlphaMufasaOmega



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to