I am trying to run hazelcast-man center with following configuration
Config config = new Config();
config.getManagementCenterConfig().setEnabled(true);
config.getManagementCenterConfig()
.setUrl("http://localhost:8080/mancenter/");
HazelcastInstance hz = Hazelcast.newHazelcastInstance(config);
then console output is :-
`Jun 03, 2018 12:25:07 PM com.hazelcast.instance.Node WARNING: [192.168.43.9]:5705 [dev] [3.8.1] Config seed port is 5701 and cluster size is 1. Some of the ports seem occupied! Jun 03, 2018 12:25:07 PM com.hazelcast.internal.management.ManagementCenterService INFO: [192.168.43.9]:5705 [dev] [3.8.1] Hazelcast will connect to Hazelcast Management Center on address: http://localhost:8080/mancenter/ Jun 03, 2018 12:25:07 PM com.hazelcast.core.LifecycleService INFO: [192.168.43.9]:5705 [dev] [3.8.1] [192.168.43.9]:5705 is STARTED Jun 03, 2018 12:25:08 PM com.hazelcast.internal.partition.impl.PartitionStateManager INFO: [192.168.43.9]:5705 [dev] [3.8.1] Initializing cluster partition table arrangement... Jun 03, 2018 12:25:08 PM com.hazelcast.internal.management.ManagementCenterService INFO: [192.168.43.9]:5705 [dev] [3.8.1] Failed to pull tasks from management center Jun 03, 2018 12:25:08 PM com.hazelcast.internal.management.ManagementCenterService WARNING: [192.168.43.9]:5705 [dev] [3.8.1] Failed to send response, responseCode:404 url:http://localhost:8080/mancenter/collector.do
`
java -jar ...
command? Or you can try a different port altogether – sertug