You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2015/03/31 00:39:52 UTC

[jira] [Resolved] (IGNITE-650) ignitevisorcmd fails with NoClassDefFoundError

     [ https://issues.apache.org/jira/browse/IGNITE-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Boudnik resolved IGNITE-650.
---------------------------------------
    Resolution: Cannot Reproduce

Weirdly, I can not reproduce it anymore... 

> ignitevisorcmd fails with NoClassDefFoundError
> ----------------------------------------------
>
>                 Key: IGNITE-650
>                 URL: https://issues.apache.org/jira/browse/IGNITE-650
>             Project: Ignite
>          Issue Type: Bug
>          Components: UI
>    Affects Versions: sprint-1
>            Reporter: Konstantin Boudnik
>             Fix For: sprint-3
>
>
> Trying to start from the 1.0 release build. Getting the following stack trace
> {noformat}
> ./bin/ignitevisorcmd.sh 
> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ignite/internal/GridProductImpl
> 	at org.apache.ignite.visor.commands.VisorConsole$.delayedEndpoint$org$apache$ignite$visor$commands$VisorConsole$1(VisorConsole.scala:62)
> 	at org.apache.ignite.visor.commands.VisorConsole$delayedInit$body.apply(VisorConsole.scala:60)
> 	at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
> 	at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
> 	at scala.App$$anonfun$main$1.apply(App.scala:76)
> 	at scala.App$$anonfun$main$1.apply(App.scala:76)
> 	at scala.collection.immutable.List.foreach(List.scala:381)
> 	at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
> 	at scala.App$class.main(App.scala:76)
> 	at org.apache.ignite.visor.commands.VisorConsole$.main(VisorConsole.scala:60)
> 	at org.apache.ignite.visor.commands.VisorConsole.main(VisorConsole.scala)
> Caused by: java.lang.ClassNotFoundException: org.apache.ignite.internal.GridProductImpl
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> 	... 11 more
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)