Re: Clear cache from Visor throws an exception

2016-05-24 Thread zshamrock
Yes, I am planning to upgrade soon to the latest 1.6 release, and keep you
updated on the the issue.

Thank you.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Clear-cache-from-Visor-throws-an-exception-tp4848p5137.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: Clear cache from Visor throws an exception

2016-05-23 Thread vkulichenko
I meant 1.6, of course. Here is the download page:
http://ignite.apache.org/download.cgi#binaries

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Clear-cache-from-Visor-throws-an-exception-tp4848p5102.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: Clear cache from Visor throws an exception

2016-05-23 Thread vkulichenko
Hi,

The versions of the cluster and Visor have to be the same. We just released
1.7, can you try it?

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Clear-cache-from-Visor-throws-an-exception-tp4848p5094.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: Clear cache from Visor throws an exception

2016-05-11 Thread zshamrock
Could it be because of the cache store implementation classes I use? That
some of them trigger this exception?

I will try the latest nightly build you've mentioned, and report you about
the results.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Clear-cache-from-Visor-throws-an-exception-tp4848p4880.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: Clear cache from Visor throws an exception

2016-05-11 Thread Vasiliy Sisko
Hello @zshamrock

I cannot reproduce your issue. Possible that problem is already fixed.
Please try to reproduce it on latest nightly build:
http://ignite.apache.org/community/contribute.html#nightly-builds.

If problem is still reproduced please provide your grid configuration.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Clear-cache-from-Visor-throws-an-exception-tp4848p4871.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: Clear cache from Visor throws an exception

2016-05-10 Thread zshamrock
1.5.0.final



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Clear-cache-from-Visor-throws-an-exception-tp4848p4862.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: Clear cache from Visor throws an exception

2016-05-10 Thread Alexey Kuznetsov
apache.ignite.marshaller.optimized.OptimizedObjectInputStream.readExternalizable(OptimizedObjectInputStream.java:514)
>at
>
> org.apache.ignite.marshaller.optimized.OptimizedClassDescriptor.read(OptimizedClassDescriptor.java:803)
>at
>
> org.apache.ignite.marshaller.optimized.OptimizedObjectInputStream.readObjectOverride(OptimizedObjectInputStream.java:315)
>at java.io.ObjectInputStream.readObject(ObjectInputStream.java:365)
>at
>
> org.apache.ignite.marshaller.optimized.OptimizedMarshaller.unmarshal(OptimizedMarshaller.java:219)
>... 13 more
> Caused by: java.lang.reflect.InvocationTargetException
>at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
>at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>at java.lang.reflect.Method.invoke(Method.java:497)
>at
>
> org.apache.ignite.marshaller.optimized.OptimizedObjectInputStream.readExternalizable(OptimizedObjectInputStream.java:518)
>... 32 more
> Caused by: java.io.InvalidObjectException: Ignite instance with provided
> name doesn't exist. Did you call Ignition.start(..) to start an Ignite
> instance? [name=server.application]
>at
>
> org.apache.ignite.internal.processors.cache.GridCacheContext.readResolve(GridCacheContext.java:1999)
>... 36 more
> Caused by: class org.apache.ignite.IgniteIllegalStateException: Ignite
> instance with provided name doesn't exist. Did you call Ignition.start(..)
> to start an Ignite instance? [$
> ame=server.application]
>at org.apache.ignite.internal.IgnitionEx.gridx(IgnitionEx.java:1267)
>at
>
> org.apache.ignite.internal.processors.cache.GridCacheContext.readResolve(GridCacheContext.java:1989)
>... 36 more
>
>
> And this is what I get from Visor:
>
> Cleared cache with name: sandbox.sensors│
> +==+
>
> │
> |  Node ID8(@)  | Cache Size Before | Cache Size After |
>
> │
> +==+
>
> │
> | E7F0AC59(@n0) | 4 | 4|
>
> │
> +--+
>
> Choose cache number ('c' to cancel) [c]: 1
> (wrn) : class org.apache.ignite.IgniteException: Failed to
> deserialize object with given class loader:
> sun.misc.Launcher$AppClassLoader@17a7cec2
> (wrn) : Type 'help cache' to see how to use this command.
>
> Although it clears the cache (but I have to run the command twice! to make
> it work), but the exception and error in visor doesn't feel right.
>
> Any ideas? Known issue?
>
>
>
>
> --
> View this message in context:
> http://apache-ignite-users.70518.x6.nabble.com/Clear-cache-from-Visor-throws-an-exception-tp4848.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com
> <http://nabble.com>.
>
>
>


-- 
Alexey Kuznetsov
GridGain Systems
www.gridgain.com