Workflow is not getting deployed in Simple Monitor

Hi ,
I was following the zeebe docs tutorial for Java Client.I have created a workflow instance and am trying to deploy and view through Zeebe Simple Monitor.

I am getting the output in eclipse.But the workflow is not getting generated in Zeebe simple Monitor.I didnt get any error.I ma attaching the logs here.
If anyone can have a look and help me with this, it would be great.

. ____ _ __ _ _
/\ / __ _ () __ __ _ \ \ \
( ( )_
_ | '_ | '| | ’ / ` | \ \ \
\/ )| |)| | | | | || (| | ) ) ) )
’ |
| .__|| ||| |_, | / / / /
=========|
|==============|/=////
:: Spring Boot :: (v2.1.2.RELEASE)

2019-11-04 20:10:41.730 INFO 488 — [ main] io.zeebe.monitor.ZeebeSimpleMonitorApp : Starting ZeebeSimpleMonitorApp v0.16.0 on USZ51DXDTCS0134 with PID 488 (C:\Users\amadhu004\zeebe-distribution-0.20.1\zeebe-broker-0.20.1\lib\zeebe-simple-monitor-app-0.16.0.jar started by amadhu004 in C:\Users\amadhu004\zeebe-distribution-0.20.1\zeebe-broker-0.20.1\lib)
2019-11-04 20:10:41.740 INFO 488 — [ main] io.zeebe.monitor.ZeebeSimpleMonitorApp : No active profile set, falling back to default profiles: default
2019-11-04 20:10:46.380 INFO 488 — [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-11-04 20:10:46.836 INFO 488 — [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 410ms. Found 9 repository interfaces.
2019-11-04 20:10:48.826 INFO 488 — [ main] trationDelegate$BeanPostProcessorChecker : Bean ‘org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration’ of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8cc69a7f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-11-04 20:10:50.772 INFO 488 — [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2019-11-04 20:10:50.895 INFO 488 — [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-11-04 20:10:50.895 INFO 488 — [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-11-04 20:10:50.946 INFO 488 — [ main] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\IBM\Notes;C:\Program Files\WinZip;C:\Program Files (x86)\ConfigMgr 2012 Toolkit R2\ClientTools;C:\Program Files (x86)\Webex\Webex\Applications;C:\Program Files\Common Files\ThinPrint;“C:\Users\amadhu004\jdk\jdk\bin;”;C:\Program Files\Git\cmd;C:\Program Files\Microsoft VS Code\bin;C:\Program Files\Java\jdk1.8.0_231\bin;C:\Program Files\Docker Toolbox;.]
2019-11-04 20:10:52.034 INFO 488 — [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-11-04 20:10:52.037 INFO 488 — [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 10116 ms
2019-11-04 20:10:52.767 INFO 488 — [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting…
2019-11-04 20:10:53.291 INFO 488 — [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2019-11-04 20:10:53.685 INFO 488 — [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
…]
2019-11-04 20:10:54.231 INFO 488 — [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.7.Final}
2019-11-04 20:10:54.233 INFO 488 — [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
2019-11-04 20:10:55.104 INFO 488 — [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-11-04 20:10:56.369 INFO 488 — [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2019-11-04 20:10:59.334 INFO 488 — [ main] o.h.t.schema.internal.SchemaCreatorImpl : HHH000476: Executing import script ‘org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@2c5529ab’
2019-11-04 20:10:59.345 INFO 488 — [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit ‘default’
2019-11-04 20:11:02.628 INFO 488 — [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService ‘clientInboundChannelExecutor’
2019-11-04 20:11:02.663 INFO 488 — [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService ‘clientOutboundChannelExecutor’
2019-11-04 20:11:02.702 INFO 488 — [ main] i.z.m.zeebe.ZeebeConnectionService : Connecting to broker ‘localhost:26500’
2019-11-04 20:11:05.274 INFO 488 — [ main] i.z.m.zeebe.ZeebeConnectionService : connected to ‘localhost:26500’
2019-11-04 20:11:05.274 INFO 488 — [ main] i.z.m.zeebe.ZeebeConnectionService : connected to ‘localhost:26500’
2019-11-04 20:11:05.334 INFO 488 — [ main] i.z.m.zeebe.ZeebeConnectionService : Connecting to Hazelcast ‘localhost:5701’
2019-11-04 20:11:07.066 INFO 488 — [ main] i.z.m.zeebe.ZeebeConnectionService : Importing records from Hazelcast…
2019-11-04 20:11:07.716 INFO 488 — [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService ‘messageBrokerTaskScheduler’
2019-11-04 20:11:08.205 INFO 488 — [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService ‘brokerChannelExecutor’
2019-11-04 20:11:09.186 INFO 488 — [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService
2019-11-04 20:11:09.189 INFO 488 — [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService ‘asyncExecutor’
2019-11-04 20:11:09.684 WARN 488 — [ main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2019-11-04 20:11:12.397 INFO 488 — [ main] o.s.m.s.b.SimpleBrokerMessageHandler : Starting…
2019-11-04 20:11:12.403 INFO 488 — [ main] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]]
2019-11-04 20:11:12.405 INFO 488 — [ main] o.s.m.s.b.SimpleBrokerMessageHandler : Started.
2019-11-04 20:11:12.713 INFO 488 — [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ‘’
2019-11-04 20:11:12.870 INFO 488 — [ main] io.zeebe.monitor.ZeebeSimpleMonitorApp : Started ZeebeSimpleMonitorApp in 33.332 seconds (JVM running for 35.308)
2019-11-04 20:11:41.873 INFO 488 — [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet ‘dispatcherServlet’
2019-11-04 20:11:41.874 INFO 488 — [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet ‘dispatcherServlet’
2019-11-04 20:11:41.915 INFO 488 — [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 39 ms
2019-11-04 20:11:42.217 INFO 488 — [nio-8080-exec-1] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
2019-11-04 20:12:08.205 INFO 488 — [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(1)], stompBrokerRelay[null], inboundChannel[pool size = 8, active threads = 0, queued tasks = 0, completed tasks = 18], outboundChannel[pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 4], sockJsScheduler[pool size = 4, active threads = 1, queued tasks = 2, completed tasks = 5]

20:07:03.764 [] [main] INFO io.zeebe.broker.system - Version: 0.20.1
20:07:03.788 [] [main] INFO io.zeebe.broker.system - Starting broker with configuration {
“network”: {
“host”: “0.0.0.0”,
“portOffset”: 0,
“commandApi”: {
“host”: “0.0.0.0”,
“port”: 26501,
“sendBufferSize”: “16M”
},
“internalApi”: {
“host”: “0.0.0.0”,
“port”: 26502,
“sendBufferSize”: “16M”
},
“monitoringApi”: {
“host”: “0.0.0.0”,
“port”: 9600,
“sendBufferSize”: “16M”
}
},
“cluster”: {
“initialContactPoints”: [],
“partitionIds”: [
1
],
“nodeId”: 0,
“partitionsCount”: 1,
“replicationFactor”: 1,
“clusterSize”: 1,
“clusterName”: “zeebe-cluster”
},
“threads”: {
“cpuThreadCount”: 2,
“ioThreadCount”: 2
},
“data”: {
“directories”: [
“C:\Users\amadhu004\zeebe-distribution-0.20.1\zeebe-broker-0.20.1\data”
],
“logSegmentSize”: “512M”,
“snapshotPeriod”: “15m”,
“snapshotReplicationPeriod”: “5m”,
“raftSegmentSize”: “512M”,
“maxSnapshots”: 3
},
“exporters”: [
{
“id”: “hazelcast”,
“className”: “io.zeebe.hazelcast.exporter.HazelcastExporter”,
“args”: {
“enabledValueTypes”: “JOB,WORKFLOW_INSTANCE,DEPLOYMENT,INCIDENT,TIMER,VARIABLE,MESSAGE,MESSAGE_SUBSCRIPTION,MESSAGE_START_EVENT_SUBSCRIPTION”
}
},
{
“id”: “elasticsearch”,
“className”: “io.zeebe.exporter.ElasticsearchExporter”
}
],
“gateway”: {
“enable”: true,
“network”: {
“host”: “0.0.0.0”,
“port”: 26500
},
“cluster”: {
“contactPoint”: “0.0.0.0:26502”,
“transportBuffer”: “128M”,
“requestTimeout”: “15s”,
“clusterName”: “zeebe-cluster”,
“memberId”: “gateway”,
“host”: “0.0.0.0”,
“port”: 26502
},
“threads”: {
“managementThreads”: 1
},
“monitoring”: {
“enabled”: false,
“host”: “0.0.0.0”,
“port”: 9600
}
}
}
20:07:04.399 [service-controller] [0.0.0.0:26501-zb-actors-1] INFO io.zeebe.transport - Bound commandApi.server to /0.0.0.0:26501
20:07:21.711 [] [zb-blocking-task-runner-1-0.0.0.0:26501] INFO io.zeebe.gateway - Version: 0.20.1
20:07:21.722 [] [zb-blocking-task-runner-1-0.0.0.0:26501] INFO io.zeebe.gateway - Starting gateway with configuration {
“enable”: true,
“network”: {
“host”: “0.0.0.0”,
“port”: 26500
},
“cluster”: {
“contactPoint”: “0.0.0.0:26502”,
“transportBuffer”: “128M”,
“requestTimeout”: “15s”,
“clusterName”: “zeebe-cluster”,
“memberId”: “gateway”,
“host”: “0.0.0.0”,
“port”: 26502
},
“threads”: {
“managementThreads”: 1
},
“monitoring”: {
“enabled”: false,
“host”: “0.0.0.0”,
“port”: 9600
}
}
20:07:22.137 [io.zeebe.gateway.impl.broker.cluster.BrokerTopologyManagerImpl] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.transport.endpoint - Registering endpoint for node ‘0’ with address ‘0.0.0.0:26501’ on transport ‘gateway-broker-client’
20:07:23.318 [] [raft-server-system-partition-1] WARN io.atomix.utils.event.ListenerRegistry - Listener io.atomix.protocols.raft.roles.FollowerRole$$Lambda$314/46250289@47bfe0e7 not registered
20:07:24.888 [] [raft-server-raft-atomix-partition-1] WARN io.atomix.utils.event.ListenerRegistry - Listener io.atomix.protocols.raft.roles.FollowerRole$$Lambda$314/46250289@7e317f70 not registered
20:07:29.751 [io.zeebe.broker.system.monitoring.BrokerHealthCheckService] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.broker.system - Partition ‘1’ is installed.
20:07:29.758 [io.zeebe.broker.system.monitoring.BrokerHealthCheckService] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.broker.system - All partitions are installed. Broker is ready!
20:07:30.111 [stream-processor] [0.0.0.0:26501-zb-actors-0] INFO io.zeebe.logstreams - Recovered state of partition 1 from snapshot at position 60129587968
20:07:31.215 [exporter] [0.0.0.0:26501-zb-fs-workers-1] INFO io.zeebe.broker.exporter.elasticsearch - Exporter opened
20:07:31.777 [exporter] [0.0.0.0:26501-zb-fs-workers-1] INFO com.hazelcast.instance.AddressPicker - [LOCAL] [dev] [3.11] Prefer IPv4 stack is true, prefer IPv6 addresses is false
20:07:31.912 [exporter] [0.0.0.0:26501-zb-fs-workers-1] INFO com.hazelcast.instance.AddressPicker - [LOCAL] [dev] [3.11] Picked [10.195.247.80]:5701, using socket ServerSocket[addr=/0:0:0:0:0:0:0:0,localport=5701], bind any local is true
20:07:31.954 [exporter] [0.0.0.0:26501-zb-fs-workers-1] INFO com.hazelcast.system - [10.195.247.80]:5701 [dev] [3.11] Hazelcast 3.11 (20181023 - 1500bbb) starting at [10.195.247.80]:5701
20:07:31.954 [exporter] [0.0.0.0:26501-zb-fs-workers-1] INFO com.hazelcast.system - [10.195.247.80]:5701 [dev] [3.11] Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved.
20:07:31.957 [exporter] [0.0.0.0:26501-zb-fs-workers-1] INFO com.hazelcast.instance.Node - [10.195.247.80]:5701 [dev] [3.11] A non-empty group password is configured for the Hazelcast member. Starting with Hazelcast version 3.8.2, members with the same group name, but with different group passwords (that do not use authentication) form a cluster. The group password configuration will be removed completely in a future release.
20:07:32.772 [exporter] [0.0.0.0:26501-zb-fs-workers-1] INFO com.hazelcast.spi.impl.operationservice.impl.BackpressureRegulator - [10.195.247.80]:5701 [dev] [3.11] Backpressure is disabled
20:07:34.834 [exporter] [0.0.0.0:26501-zb-fs-workers-1] INFO com.hazelcast.instance.Node - [10.195.247.80]:5701 [dev] [3.11] Creating MulticastJoiner
20:07:35.344 [exporter] [0.0.0.0:26501-zb-fs-workers-1] INFO com.hazelcast.spi.impl.operationexecutor.impl.OperationExecutorImpl - [10.195.247.80]:5701 [dev] [3.11] Starting 4 partition threads and 3 generic threads (1 dedicated for priority tasks)
20:07:35.346 [exporter] [0.0.0.0:26501-zb-fs-workers-1] INFO com.hazelcast.internal.diagnostics.Diagnostics - [10.195.247.80]:5701 [dev] [3.11] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
20:07:35.379 [exporter] [0.0.0.0:26501-zb-fs-workers-1] INFO com.hazelcast.core.LifecycleService - [10.195.247.80]:5701 [dev] [3.11] [10.195.247.80]:5701 is STARTING
20:07:37.246 [exporter] [0.0.0.0:26501-zb-fs-workers-1] INFO com.hazelcast.internal.cluster.ClusterService - [10.195.247.80]:5701 [dev] [3.11]

Members {size:1, ver:1} [
Member [10.195.247.80]:5701 - 8c16f813-0038-4caf-8533-3ebca03d26a3 this
]

20:07:37.339 [exporter] [0.0.0.0:26501-zb-fs-workers-1] INFO com.hazelcast.core.LifecycleService - [10.195.247.80]:5701 [dev] [3.11] [10.195.247.80]:5701 is STARTED
20:10:58.724 [] [hz._hzInstance_1_dev.HealthMonitor] INFO com.hazelcast.internal.diagnostics.HealthMonitor - [10.195.247.80]:5701 [dev] [3.11] processors=4, physical.memory.total=8.0G, physical.memory.free=948.8M, swap.space.total=12.9G, swap.space.free=1.9G, heap.memory.used=528.2M, heap.memory.free=263.3M, heap.memory.total=791.5M, heap.memory.max=1.8G, heap.memory.used/total=66.73%, heap.memory.used/max=29.01%, minor.gc.count=13, minor.gc.time=1264ms, major.gc.count=3, major.gc.time=790ms, load.process=0.68%, load.system=80.11%, load.systemAverage=n/a thread.count=86, thread.peakCount=88, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=1, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=0, connection.active.count=0, client.connection.count=0, connection.count=0
20:11:06.738 [] [hz._hzInstance_1_dev.async.thread-2] INFO com.hazelcast.client.impl.protocol.task.AuthenticationMessageTask - [10.195.247.80]:5701 [dev] [3.11] Received auth from Connection[id=1, /127.0.0.1:5701->/127.0.0.1:52515, endpoint=null, alive=true, type=JAVA_CLIENT], successfully authenticated, principal: ClientPrincipal{uuid=‘096e6de6-4530-4a78-b55a-689e9fd7b2a0’, ownerUuid=‘8c16f813-0038-4caf-8533-3ebca03d26a3’}, owner connection: true, client version: 3.11.1
20:11:06.809 [] [hz._hzInstance_1_dev.client.thread-1] INFO com.hazelcast.internal.partition.impl.PartitionStateManager - [10.195.247.80]:5701 [dev] [3.11] Initializing cluster partition table arrangement…
20:11:18.808 [] [hz._hzInstance_1_dev.HealthMonitor] INFO com.hazelcast.internal.diagnostics.HealthMonitor - [10.195.247.80]:5701 [dev] [3.11] processors=4, physical.memory.total=8.0G, physical.memory.free=761.4M, swap.space.total=12.9G, swap.space.free=1.7G, heap.memory.used=546.3M, heap.memory.free=245.2M, heap.memory.total=791.5M, heap.memory.max=1.8G, heap.memory.used/total=69.02%, heap.memory.used/max=30.01%, minor.gc.count=13, minor.gc.time=1264ms, major.gc.count=3, major.gc.time=790ms, load.process=1.12%, load.system=81.22%, load.systemAverage=n/a thread.count=112, thread.peakCount=112, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=11, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=1, connection.active.count=1, client.connection.count=1, connection.count=0
20:19:39.779 [] [hz._hzInstance_1_dev.HealthMonitor] INFO com.hazelcast.internal.diagnostics.HealthMonitor - [10.195.247.80]:5701 [dev] [3.11] processors=4, physical.memory.total=8.0G, physical.memory.free=2.2G, swap.space.total=12.9G, swap.space.free=2.2G, heap.memory.used=559.8M, heap.memory.free=231.7M, heap.memory.total=791.5M, heap.memory.max=1.8G, heap.memory.used/total=70.73%, heap.memory.used/max=30.75%, minor.gc.count=13, minor.gc.time=1264ms, major.gc.count=3, major.gc.time=790ms, load.process=0.60%, load.system=85.72%, load.systemAverage=n/a thread.count=88, thread.peakCount=112, cluster.timeDiff=0, event.q.size=0, executor.q.async.size=0, executor.q.client.size=0, executor.q.query.size=0, executor.q.scheduled.size=0, executor.q.io.size=0, executor.q.system.size=0, executor.q.operations.size=0, executor.q.priorityOperation.size=0, operations.completed.count=11, executor.q.mapLoad.size=0, executor.q.mapLoadAllKeys.size=0, executor.q.cluster.size=0, executor.q.response.size=0, operations.running.count=0, operations.pending.invocations.percentage=0.00%, operations.pending.invocations.count=0, proxy.count=0, clientEndpoint.count=1, connection.active.count=1, client.connection.count=1, connection.count=0

[2019-11-04T19:59:24,579][INFO ][o.e.e.NodeEnvironment ] [Hoomcsk] using [1] data paths, mounts [[PwC_OS (C:)]], net usable_space [66.1gb], net total_space [124.9gb], types [NTFS]
[2019-11-04T19:59:24,589][INFO ][o.e.e.NodeEnvironment ] [Hoomcsk] heap size [990.7mb], compressed ordinary object pointers [true]
[2019-11-04T19:59:25,218][INFO ][o.e.n.Node ] [Hoomcsk] node name derived from node ID [HoomcskOQ5W16SPoU12J8A]; set [node.name] to override
[2019-11-04T19:59:25,219][INFO ][o.e.n.Node ] [Hoomcsk] version[6.8.1], pid[772], build[default/zip/1fad4e1/2019-06-18T13:16:52.517138Z], OS[Windows 10/10.0/amd64], JVM[Oracle Corporation/Java HotSpot™ 64-Bit Server VM/1.8.0_231/25.231-b11]
[2019-11-04T19:59:25,219][INFO ][o.e.n.Node ] [Hoomcsk] JVM arguments [-Xms1g, -Xmx1g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Djava.io.tmpdir=C:\Users\AMADHU~1\AppData\Local\Temp\elasticsearch, -XX:+HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=data, -XX:ErrorFile=logs/hs_err_pid%p.log, -XX:+PrintGCDetails, -XX:+PrintGCDateStamps, -XX:+PrintTenuringDistribution, -XX:+PrintGCApplicationStoppedTime, -Xloggc:logs/gc.log, -XX:+UseGCLogFileRotation, -XX:NumberOfGCLogFiles=32, -XX:GCLogFileSize=64m, -Delasticsearch, -Des.path.home=C:\Users\amadhu004\elasticsearch-6.8.1, -Des.path.conf=C:\Users\amadhu004\elasticsearch-6.8.1\config, -Des.distribution.flavor=default, -Des.distribution.type=zip]
[2019-11-04T19:59:37,692][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [aggs-matrix-stats]
[2019-11-04T19:59:37,692][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [analysis-common]
[2019-11-04T19:59:37,697][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [ingest-common]
[2019-11-04T19:59:37,697][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [ingest-geoip]
[2019-11-04T19:59:37,697][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [ingest-user-agent]
[2019-11-04T19:59:37,698][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [lang-expression]
[2019-11-04T19:59:37,698][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [lang-mustache]
[2019-11-04T19:59:37,698][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [lang-painless]
[2019-11-04T19:59:37,699][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [mapper-extras]
[2019-11-04T19:59:37,699][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [parent-join]
[2019-11-04T19:59:37,699][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [percolator]
[2019-11-04T19:59:37,700][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [rank-eval]
[2019-11-04T19:59:37,700][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [reindex]
[2019-11-04T19:59:37,700][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [repository-url]
[2019-11-04T19:59:37,701][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [transport-netty4]
[2019-11-04T19:59:37,702][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [tribe]
[2019-11-04T19:59:37,710][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [x-pack-ccr]
[2019-11-04T19:59:37,711][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [x-pack-core]
[2019-11-04T19:59:37,712][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [x-pack-deprecation]
[2019-11-04T19:59:37,712][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [x-pack-graph]
[2019-11-04T19:59:37,712][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [x-pack-ilm]
[2019-11-04T19:59:37,712][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [x-pack-logstash]
[2019-11-04T19:59:37,713][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [x-pack-ml]
[2019-11-04T19:59:37,717][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [x-pack-monitoring]
[2019-11-04T19:59:37,717][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [x-pack-rollup]
[2019-11-04T19:59:37,718][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [x-pack-security]
[2019-11-04T19:59:37,720][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [x-pack-sql]
[2019-11-04T19:59:37,723][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [x-pack-upgrade]
[2019-11-04T19:59:37,723][INFO ][o.e.p.PluginsService ] [Hoomcsk] loaded module [x-pack-watcher]
[2019-11-04T19:59:37,725][INFO ][o.e.p.PluginsService ] [Hoomcsk] no plugins loaded
[2019-11-04T19:59:50,987][INFO ][o.e.x.s.a.s.FileRolesStore] [Hoomcsk] parsed [0] roles from file [C:\Users\amadhu004\elasticsearch-6.8.1\config\roles.yml]
[2019-11-04T19:59:53,983][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [Hoomcsk] [controller/14416] [Main.cc@109] controller (64 bit): Version 6.8.1 (Build 6e3432237cefa4) Copyright (c) 2019 Elasticsearch BV
[2019-11-04T19:59:55,227][DEBUG][o.e.a.ActionModule ] [Hoomcsk] Using REST wrapper from plugin org.elasticsearch.xpack.security.Security
[2019-11-04T19:59:56,361][INFO ][o.e.d.DiscoveryModule ] [Hoomcsk] using discovery type [zen] and host providers [settings]
[2019-11-04T19:59:58,861][INFO ][o.e.n.Node ] [Hoomcsk] initialized
[2019-11-04T19:59:58,861][INFO ][o.e.n.Node ] [Hoomcsk] starting …
[2019-11-04T19:59:59,671][INFO ][o.e.t.TransportService ] [Hoomcsk] publish_address {127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}, {[::1]:9300}
[2019-11-04T20:00:03,398][INFO ][o.e.c.s.MasterService ] [Hoomcsk] zen-disco-elected-as-master ([0] nodes joined), reason: new_master {Hoomcsk}{HoomcskOQ5W16SPoU12J8A}{lCXX0wCYSv6r7vAuHNLqtQ}{127.0.0.1}{127.0.0.1:9300}{ml.machine_memory=8589463552, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true}
[2019-11-04T20:00:03,448][INFO ][o.e.c.s.ClusterApplierService] [Hoomcsk] new_master {Hoomcsk}{HoomcskOQ5W16SPoU12J8A}{lCXX0wCYSv6r7vAuHNLqtQ}{127.0.0.1}{127.0.0.1:9300}{ml.machine_memory=8589463552, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true}, reason: apply cluster state (from master [master {Hoomcsk}{HoomcskOQ5W16SPoU12J8A}{lCXX0wCYSv6r7vAuHNLqtQ}{127.0.0.1}{127.0.0.1:9300}{ml.machine_memory=8589463552, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true} committed version [1] source [zen-disco-elected-as-master ([0] nodes joined)]])
[2019-11-04T20:00:04,434][INFO ][o.e.h.n.Netty4HttpServerTransport] [Hoomcsk] publish_address {127.0.0.1:9200}, bound_addresses {127.0.0.1:9200}, {[::1]:9200}
[2019-11-04T20:00:04,459][INFO ][o.e.n.Node ] [Hoomcsk] started
[2019-11-04T20:00:08,402][WARN ][o.e.x.s.a.s.m.NativeRoleMappingStore] [Hoomcsk] Failed to clear cache for realms [[]]
[2019-11-04T20:00:08,601][INFO ][o.e.l.LicenseService ] [Hoomcsk] license [9784d5e7-f242-4a73-9aa2-a017c1ecc135] mode [basic] - valid
[2019-11-04T20:00:08,646][INFO ][o.e.g.GatewayService ] [Hoomcsk] recovered [18] indices into cluster_state
[2019-11-04T20:00:14,389][INFO ][o.e.c.r.a.AllocationService] [Hoomcsk] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[operate-list-view_][0]] …]).
[2019-11-04T20:08:12,171][INFO ][o.e.c.m.MetaDataIndexTemplateService] [Hoomcsk] adding template [zeebe-record] for index patterns [zeebe-record-]
[2019-11-04T20:08:12,319][INFO ][o.e.c.m.MetaDataIndexTemplateService] [Hoomcsk] adding template [zeebe-record-deployment] for index patterns [zeebe-record-deployment_
]
[2019-11-04T20:08:12,389][INFO ][o.e.c.m.MetaDataIndexTemplateService] [Hoomcsk] adding template [zeebe-record-error] for index patterns [zeebe-record-error_]
[2019-11-04T20:08:12,470][INFO ][o.e.c.m.MetaDataIndexTemplateService] [Hoomcsk] adding template [zeebe-record-incident] for index patterns [zeebe-record-incident_
]
[2019-11-04T20:08:12,538][INFO ][o.e.c.m.MetaDataIndexTemplateService] [Hoomcsk] adding template [zeebe-record-job] for index patterns [zeebe-record-job_]
[2019-11-04T20:08:12,583][INFO ][o.e.c.m.MetaDataIndexTemplateService] [Hoomcsk] adding template [zeebe-record-variable] for index patterns [zeebe-record-variable_
]
[2019-11-04T20:08:12,632][INFO ][o.e.c.m.MetaDataIndexTemplateService] [Hoomcsk] adding template [zeebe-record-workflow-instance] for index patterns [zeebe-record-workflow-instance_*]

Can you please format the output with “triple backquotes blocks” Like this

Output 

So we can read it clearly. I don’t see anything wrong in that output at first sight.

sure.
I am getting output in eclipse .
///
output in eclipse
SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Connected.
Workflow deployed. Version: 1
Workflow instance created. Key: 2251799813693639
Closed.

but when I try to hit localhost:8080/, I dont see any workflows deployed there.it says 0 workflows.

I followed the zeebe getstarted docs.

first I started elastic search and then zeebe broker.
Later I ran the java application.
then started zeebe monitor ( java -jar zeebe-simple-monitor-app-*.jar .)

everything is working fine.But still I cant see the workflow in loacalhost:8080

Websocket application dosent work properly , I guess.
Because when I start simple monitor app, it says

INFO 13488 — [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 6], outboundChannel[pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1], sockJsScheduler[pool size = 4, active threads = 1, queued tasks = 2, completed tasks = 11]

That message looks to me like it starts fine… Any reason you are using 0.20.1 of the broker? The current release is 0.21.1. Check that the version of Simple Monitor is compatible.

Hi,
Thank so much for the help
.I was using broker 0.20.1 and simple monitor 0.16.0
I tried with simple monitor 0.15.0 and its working now.