hface icon indicating copy to clipboard operation
hface copied to clipboard

No data in dashboard

Open ruipoliveira opened this issue 3 years ago • 0 comments

I use the latest version of hface-dash - 0.1.0 and not receive data in dashboard:

Image

Image

My logs when running hface-dash are:

2020-07-10 09:34:43.547:INFO::main: Logging initialized @2344ms
2020-07-10 09:34:48.082:INFO:oejs.Server:main: jetty-9.2.z-SNAPSHOT
2020-07-10 09:34:48.128:INFO:oejs.ServerConnector:main: Started ServerConnector@28a11cb1{HTTP/1.1}{0.0.0.0:3000}
2020-07-10 09:34:48.130:INFO:oejs.Server:main: Started @6927ms
Started server on port 3000
Jul 10, 2020 9:35:42 AM clojure.tools.logging$eval1155$fn__1159 invoke
INFO: [hface]: scheduling cluster stats collector to run every  5  seconds
Jul 10, 2020 9:35:42 AM clojure.tools.logging$eval1155$fn__1159 invoke
INFO: connecting to:  {:hosts [10.100.4.69 10.100.4.70 10.100.7.73], :retry-ms 5000, :retry-max 720000, :group-name ********, :group-password ********}
Jul 10, 2020 9:35:42 AM com.hazelcast.client.HazelcastClient
INFO: hz.client_0 [be-group] [3.12.1] A non-empty group password is configured for the Hazelcast client. Starting with Hazelcast version 3.11, clients with the same group name, but with different group passwords (that do not use authentication) will be accepted to a cluster. The group password configuration will be removed completely in a future release.
Jul 10, 2020 9:35:42 AM com.hazelcast.client.spi.ClientInvocationService
INFO: hz.client_0 [be-group] [3.12.1] Running with 2 response threads, dynamic=false
Jul 10, 2020 9:35:43 AM com.hazelcast.core.LifecycleService
INFO: hz.client_0 [be-group] [3.12.1] HazelcastClient 3.12.1 (20190611 - 0a0ee66) is STARTING
Jul 10, 2020 9:35:43 AM com.hazelcast.core.LifecycleService
INFO: hz.client_0 [be-group] [3.12.1] HazelcastClient 3.12.1 (20190611 - 0a0ee66) is STARTED
Jul 10, 2020 9:35:43 AM com.hazelcast.client.connection.nio.ClusterConnectorService
INFO: hz.client_0 [be-group] [3.12.1] Trying to connect to cluster with name: be-group
Jul 10, 2020 9:35:43 AM com.hazelcast.client.connection.nio.ClusterConnectorService
INFO: hz.client_0 [be-group] [3.12.1] Trying to connect to [10.100.4.70]:5701 as owner member
Jul 10, 2020 9:35:43 AM com.hazelcast.client.connection.ClientConnectionManager
INFO: hz.client_0 [be-group] [3.12.1] Setting ClientConnection{alive=true, connectionId=1, channel=NioChannel{/10.100.7.76:39239->/10.100.4.70:5701}, remoteEndpoint=[10.100.4.70]:5701, lastReadTime=2020-07-10 09:35:43.246, lastWriteTime=2020-07-10 09:35:43.241, closedTime=never, connected server version=3.12.6} as owner with principal ClientPrincipal{uuid='85a4a663-a612-4143-8e32-881de38426df', ownerUuid='7b089e0f-e48d-464f-805f-c90c132d57c8'}
Jul 10, 2020 9:35:43 AM com.hazelcast.client.connection.ClientConnectionManager
INFO: hz.client_0 [be-group] [3.12.1] Authenticated with server [10.100.4.70]:5701, server version:3.12.6 Local address: /10.100.7.76:39239
Jul 10, 2020 9:35:43 AM com.hazelcast.client.spi.impl.ClientMembershipListener
INFO: hz.client_0 [be-group] [3.12.1] 
Members [3] {
	Member [10.100.4.69]:5701 - 0b8b761e-46c9-43a4-882d-338273111e31
	Member [10.100.7.73]:5701 - bb951b25-05c4-44cb-9f84-c2409ecd472c
	Member [10.100.4.70]:5701 - 7b089e0f-e48d-464f-805f-c90c132d57c8
}
Jul 10, 2020 9:35:43 AM com.hazelcast.core.LifecycleService
INFO: hz.client_0 [be-group] [3.12.1] HazelcastClient 3.12.1 (20190611 - 0a0ee66) is CLIENT_CONNECTED
Jul 10, 2020 9:35:43 AM com.hazelcast.internal.diagnostics.Diagnostics
INFO: hz.client_0 [be-group] [3.12.1] Diagnostics started
Jul 10, 2020 9:35:43 AM com.hazelcast.internal.diagnostics.BuildInfoPlugin
INFO: hz.client_0 [be-group] [3.12.1] Plugin:active
Jul 10, 2020 9:35:43 AM com.hazelcast.internal.diagnostics.ConfigPropertiesPlugin
INFO: hz.client_0 [be-group] [3.12.1] Plugin:active
Jul 10, 2020 9:35:43 AM com.hazelcast.internal.diagnostics.SystemPropertiesPlugin
INFO: hz.client_0 [be-group] [3.12.1] Plugin:active
Jul 10, 2020 9:35:43 AM com.hazelcast.internal.diagnostics.MetricsPlugin
INFO: hz.client_0 [be-group] [3.12.1] Plugin:active, period-millis:60000
Jul 10, 2020 9:35:43 AM com.hazelcast.internal.diagnostics.SystemLogPlugin
INFO: hz.client_0 [be-group] [3.12.1] Plugin:active: logPartitions:false
Jul 10, 2020 9:35:43 AM com.hazelcast.client.connection.ClientConnectionManager
INFO: hz.client_0 [be-group] [3.12.1] Authenticated with server [10.100.4.69]:5701, server version:3.12.6 Local address: /10.100.7.76:56743
Jul 10, 2020 9:35:43 AM com.hazelcast.client.connection.ClientConnectionManager
INFO: hz.client_0 [be-group] [3.12.1] Authenticated with server [10.100.7.73]:5701, server version:3.12.6 Local address: /10.100.7.76:43085

Any suggestion? Thanks

ruipoliveira avatar Jul 10 '20 11:07 ruipoliveira