-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClassNotFoundException #5
Comments
Hey Carl, Sure. The idea is to monitor the cluster by distributing a "task" across all the Hazelcast nodes. This task would collect the stats and would report them back to The task is this little class: <dependency>
<groupId>org.hface</groupId>
<artifactId>hface-client</artifactId>
<version>0.1.4</version>
</dependency> Hence in order to be able to use |
Hey tolitus, Thanks for your answer! I will that when I can. Carl |
@tolitius <dependency>
<groupId>org.hface</groupId>
<artifactId>hface-client</artifactId>
<version>0.1.4</version>
</dependency> at the end of all
What I did wrong? |
just to understand better what you are doing:
|
Hello @tolitius
|
I created a sample for you, it is a hazecast server with the hface client dependency: https://github.com/tolitius/hface-server |
@tolitius Thank you very much |
Hello,
I just followed the documentation: Checkout the code, compile and run. I'm connected to my Hazelcast cluster, but I obtain that exception, when it tries to read from the nodes
WARNING: could not read stats from node [ #object[com.hazelcast.client.impl.MemberImpl 0x758a46a1 Member [XXXXXXXXX]:XXXX - d300a7fb-a00d-4b4d-8e82-78c93a01058b] ]: com.hazelcast.nio.serialization.HazelcastSerializationException: java.lang.ClassNotFoundException: org.hface.InstanceStatsTask
Jun 15, 2017 2:24:52 PM clojure.tools.logging$eval1155$fn__1159 invoke
WARNING: could not read stats from node [ #object[com.hazelcast.client.impl.MemberImpl 0x5de34984 Member [XXXXXXXXX]:XXXX - 4e614058-c91d-4383-b972-65c6bf698590] ]: com.hazelcast.nio.serialization.HazelcastSerializationException: java.lang.ClassNotFoundException: org.hface.InstanceStatsTask
Jun 15, 2017 2:24:52 PM clojure.tools.logging$eval1155$fn__1159 invoke
Any clue what it could be ?
Thanks,
Carl
The text was updated successfully, but these errors were encountered: