<hazelcast xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://www.hazelcast.com/schema/config<group><name>hz-test-group</name><password>hz-test-pwd</password></group><properties><property name="hazelcast.discovery.enabled">true</property></properties><network><join><multicast enabled="false"/><tcp-ip connection-timeout-seconds="30" enabled="false"/><aws enabled="true"><access-key>my-access-key</access-key><secret-key>my-secret-key</secret-key><region>ap-southeast-1a</region><host-header>ec2.amazonaws.com</host-header><security-group-name>hazelcast-sg</security-group-name><tag-key>type</tag-key><tag-value>hz-nodes</tag-value></aws></join></network></hazelcast>
######################################### RUN_JAVA=# JAVA_OPTS=# starting now....########################################Process id for hazelcast instance is written to location: /opt/hazelcast/hazelcast_instance.pidFeb 20, 2016 3:36:36 PM com.hazelcast.config.XmlConfigLocatorINFO: Loading 'hazelcast.xml' from working directory.Feb 20, 2016 3:36:37 PM com.hazelcast.instance.DefaultAddressPickerINFO: [LOCAL] [hz-test-group] [3.6] Prefer IPv4 stack is true.Feb 20, 2016 3:36:37 PM com.hazelcast.instance.DefaultAddressPickerINFO: [LOCAL] [hz-test-group] [3.6] Picked Address[172.17.0.2]:5701, using socket ServerSocket[addr=/0:0:0:0:0:0:0:0,localport=5701], bind any local is trueFeb 20, 2016 3:36:37 PM com.hazelcast.spi.OperationServiceINFO: [172.17.0.2]:5701 [hz-test-group] [3.6] Backpressure is disabledFeb 20, 2016 3:36:37 PM com.hazelcast.spi.impl.operationexecutor.classic.Classic OperationExecutorINFO: [172.17.0.2]:5701 [hz-test-group] [3.6] Starting with 2 generic operation threads and 2 partition operation threads.Feb 20, 2016 3:36:37 PM com.hazelcast.systemINFO: [172.17.0.2]:5701 [hz-test-group] [3.6] Hazelcast 3.6 (20160125 - 13fea63) starting at Address[172.17.0.2]:5701Feb 20, 2016 3:36:37 PM com.hazelcast.systemINFO: [172.17.0.2]:5701 [hz-test-group] [3.6] Copyright (c) 2008-2015, Hazelcast, Inc. All Rights Reserved.Feb 20, 2016 3:36:37 PM com.hazelcast.systemINFO: [172.17.0.2]:5701 [hz-test-group] [3.6] Configured Hazelcast Serialization version : 1Feb 20, 2016 3:36:37 PM com.hazelcast.instance.NodeINFO: [172.17.0.2]:5701 [hz-test-group] [3.6] Activating Discovery SPI JoinerFeb 20, 2016 3:36:37 PM com.hazelcast.core.LifecycleServiceINFO: [172.17.0.2]:5701 [hz-test-group] [3.6] Address[172.17.0.2]:5701 is STARTINGFeb 20, 2016 3:36:37 PM com.hazelcast.nio.tcp.nonblocking.NonBlockingIOThreading ModelINFO: [172.17.0.2]:5701 [hz-test-group] [3.6] TcpIpConnectionManager configured with Non Blocking IO-threading model: 3 input threads and 3 output threadsFeb 20, 2016 3:36:37 PM com.hazelcast.cluster.impl.DiscoveryJoinerINFO: [172.17.0.2]:5701 [hz-test-group] [3.6]Members [1] {Member [172.17.0.2]:5701 this}Feb 20, 2016 3:36:38 PM com.hazelcast.core.LifecycleServiceINFO: [172.17.0.2]:5701 [hz-test-group] [3.6] Address[172.17.0.2]:5701 is STARTED

--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hazelcast+...@googlegroups.com.
To post to this group, send email to haze...@googlegroups.com.
Visit this group at https://groups.google.com/group/hazelcast.
To view this discussion on the web visit https://groups.google.com/d/msgid/hazelcast/f328b938-45c4-4312-844b-2db23bb39c00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[ec2-user@ip-172-31-24-188 ~]$ iperf -c 54.254.198.177 -d -p 5701------------------------------------------------------------Server listening on TCP port 5701TCP window size: 85.3 KByte (default)------------------------------------------------------------------------------------------------------------------------Client connecting to 54.254.198.177, TCP port 5701TCP window size: 780 KByte (default)------------------------------------------------------------[ 3] local 172.31.24.188 port 33821 connected with 54.254.198.177 port 5701[ 5] local 172.31.24.188 port 5701 connected with 54.254.198.177 port 54623[ ID] Interval Transfer Bandwidth[ 3] 0.0-10.0 sec 484 MBytes 405 Mbits/sec[ 5] 0.0-10.2 sec 140 MBytes 115 Mbits/sec
To view this discussion on the web visit https://groups.google.com/d/msgid/hazelcast/c2d544d5-64d3-4932-81ab-522e7bc6c202%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hazelcast/308b04f2-9edf-495b-908c-59dd2ca49a1a%40googlegroups.com.
Feb 23, 2016 6:08:15 PM com.hazelcast.config.XmlConfigLocatorINFO: Loading 'hazelcast.xml' from classpath.2016-02-23 18:08:16,371 main DEBUG Initializing configuration XmlConfiguration[location=jar:file:/home/ec2-user/HazelcastEvaluation/evaluation-main/target/hz-evaluation-main-1.0-SNAPSHOT-jar-with-dependencies.jar!/log4j2.xml]2016-02-23 18:08:16,376 main DEBUG Installed script engines2016-02-23 18:08:17,053 main DEBUG Oracle Nashorn Version: 1.8.0_73, Language: ECMAScript, Threading: Not Thread Safe, Compile: true, Names: {nashorn, Nashorn, js, JS, JavaScript, javascript, ECMAScript, ecmascript}2016-02-23 18:08:17,059 main DEBUG PluginManager 'Core' found 97 plugins2016-02-23 18:08:17,059 main DEBUG PluginManager 'Level' found 0 plugins2016-02-23 18:08:17,063 main DEBUG No scheduled items2016-02-23 18:08:17,071 main DEBUG PluginManager 'Lookup' found 13 plugins2016-02-23 18:08:17,072 main DEBUG Building Plugin[name=layout, class=org.apache.logging.log4j.core.layout.PatternLayout].2016-02-23 18:08:17,094 main DEBUG PluginManager 'TypeConverter' found 23 plugins2016-02-23 18:08:17,127 main DEBUG PatternLayout$Builder(pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n", PatternSelector=null, Configuration(jar:file:/home/ec2-user/HazelcastEvaluation/evaluation-main/target/hz-evaluation-main-1.0-SNAPSHOT-jar-with-dependencies.jar!/log4j2.xml), Replace=null, charset="null", alwaysWriteExceptions="null", noConsoleNoAnsi="null", header="null", footer="null")2016-02-23 18:08:17,127 main DEBUG PluginManager 'Converter' found 38 plugins2016-02-23 18:08:17,135 main DEBUG Building Plugin[name=appender, class=org.apache.logging.log4j.core.appender.ConsoleAppender].2016-02-23 18:08:17,136 main DEBUG Not in a ServletContext environment, thus not loading WebLookup plugin.2016-02-23 18:08:17,137 main DEBUG PluginManager 'Converter' found 38 plugins2016-02-23 18:08:17,139 main DEBUG Starting OutputStreamManager SYSTEM_OUT.false-22016-02-23 18:08:17,155 main DEBUG ConsoleAppender$Builder(PatternLayout(%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n), Filter=null, target="SYSTEM_OUT", name="Console", follow="null", ignoreExceptions="null")2016-02-23 18:08:17,155 main DEBUG Starting OutputStreamManager SYSTEM_OUT.false2016-02-23 18:08:17,156 main DEBUG Building Plugin[name=appenders, class=org.apache.logging.log4j.core.config.AppendersPlugin].2016-02-23 18:08:17,159 main DEBUG createAppenders(={Console})2016-02-23 18:08:17,160 main DEBUG Building Plugin[name=AppenderRef, class=org.apache.logging.log4j.core.config.AppenderRef].2016-02-23 18:08:17,172 main DEBUG createAppenderRef(ref="Console", level="null", Filter=null)2016-02-23 18:08:17,172 main DEBUG Building Plugin[name=root, class=org.apache.logging.log4j.core.config.LoggerConfig$RootLogger].2016-02-23 18:08:17,175 main DEBUG createLogger(additivity="null", level="INFO", includeLocation="null", ={Console}, ={}, Configuration(jar:file:/home/ec2-user/HazelcastEvaluation/evaluation-main/target/hz-evaluation-main-1.0-SNAPSHOT-jar-with-dependencies.jar!/log4j2.xml), Filter=null)2016-02-23 18:08:17,178 main DEBUG Building Plugin[name=loggers, class=org.apache.logging.log4j.core.config.LoggersPlugin].2016-02-23 18:08:17,178 main DEBUG createLoggers(={root})2016-02-23 18:08:17,180 main DEBUG Configuration XmlConfiguration[location=jar:file:/home/ec2-user/HazelcastEvaluation/evaluation-main/target/hz-evaluation-main-1.0-SNAPSHOT-jar-with-dependencies.jar!/log4j2.xml] initialized2016-02-23 18:08:17,186 main DEBUG Starting configuration XmlConfiguration[location=jar:file:/home/ec2-user/HazelcastEvaluation/evaluation-main/target/hz-evaluation-main-1.0-SNAPSHOT-jar-with-dependencies.jar!/log4j2.xml]2016-02-23 18:08:17,187 main DEBUG Started configuration XmlConfiguration[location=jar:file:/home/ec2-user/HazelcastEvaluation/evaluation-main/target/hz-evaluation-main-1.0-SNAPSHOT-jar-with-dependencies.jar!/log4j2.xml] OK.2016-02-23 18:08:17,187 main DEBUG Shutting down OutputStreamManager SYSTEM_OUT.false-12016-02-23 18:08:17,188 main DEBUG Stopped org.apache.logging.log4j.core.config.DefaultConfiguration@5679c6c6 OK2016-02-23 18:08:17,274 main DEBUG Reconfiguration complete for context[name=Default] at URI jar:file:/home/ec2-user/HazelcastEvaluation/evaluation-main/target/hz-evaluation-main-1.0-SNAPSHOT-jar-with-dependencies.jar!/log4j2.xml (org.apache.logging.log4j.core.LoggerContext@5656be13) with optional ClassLoader: null2016-02-23 18:08:17,274 main DEBUG Shutdown hook enabled. Registering a new one.2016-02-23 18:08:17,275 main DEBUG LoggerContext[name=Default, org.apache.logging.log4j.core.LoggerContext@5656be13] started OK.18:08:17.288 [main] INFO com.hazelcast.instance.DefaultAddressPicker - [LOCAL] [dev] [3.6] Prefer IPv4 stack is true.18:08:17.301 [main] INFO com.hazelcast.instance.DefaultAddressPicker - [LOCAL] [dev] [3.6] Picked Address[172.31.17.121]:5701, using socket ServerSocket[addr=/0:0:0:0:0:0:0:0,localport=5701], bind any local is true18:08:17.552 [main] INFO com.hazelcast.spi.OperationService - [172.31.17.121]:5701 [dev] [3.6] Backpressure is disabled18:08:17.591 [main] INFO com.hazelcast.spi.impl.operationexecutor.classic.ClassicOperationExecutor - [172.31.17.121]:5701 [dev] [3.6] Starting with 2 generic operation threads and 2 partition operation threads.18:08:18.027 [main] INFO com.hazelcast.system - [172.31.17.121]:5701 [dev] [3.6] Hazelcast 3.6 (20160125 - 13fea63) starting at Address[172.31.17.121]:570118:08:18.027 [main] INFO com.hazelcast.system - [172.31.17.121]:5701 [dev] [3.6] Copyright (c) 2008-2015, Hazelcast, Inc. All Rights Reserved.18:08:18.027 [main] INFO com.hazelcast.system - [172.31.17.121]:5701 [dev] [3.6] Configured Hazelcast Serialization version : 118:08:18.033 [main] INFO com.hazelcast.instance.Node - [172.31.17.121]:5701 [dev] [3.6] Activating Discovery SPI Joiner18:08:18.042 [main] INFO com.hazelcast.core.LifecycleService - [172.31.17.121]:5701 [dev] [3.6] Address[172.31.17.121]:5701 is STARTING18:08:18.198 [main] INFO com.hazelcast.nio.tcp.nonblocking.NonBlockingIOThreadingModel - [172.31.17.121]:5701 [dev] [3.6] TcpIpConnectionManager configured with Non Blocking IO-threading model: 3 input threads and 3 output threads18:08:18.219 [main] INFO com.hazelcast.cluster.impl.DiscoveryJoiner - [172.31.17.121]:5701 [dev] [3.6]Members [1] {Member [172.31.17.121]:5701 this}18:08:18.283 [main] INFO com.hazelcast.core.LifecycleService - [172.31.17.121]:5701 [dev] [3.6] Address[172.31.17.121]:5701 is STARTED
05:23:37.238 [main] WARN com.hazelcast.cluster.impl.TcpIpJoinerOverAWS - [1721.17.123]:5701 [dev] [3.5] Server returned HTTP response code: 401 for URL: hts://ec2.amazonaws.com/?Action=DescribeInstances&Version=2014-06-15&X-Amz-Algorhm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIFJVRMEGLWV6MDIQ%2F20160224%2Fap-soutast-1a%2Fec2%2Faws4_request&X-Amz-Date=20160224T052335Z&X-Amz-Expires=30&X-Amzignature=6f9a11dc3089e0d8f6a8b84aedecddb44fbf79b28779a2bd0e8da41f43ef909e&X-AmSignedHeaders=hostjava.io.IOException: Server returned HTTP response code: 401 for URL: https://2.amazonaws.com/?Action=DescribeInstances&Version=2014-06-15&X-Amz-Algorithm=A4-HMAC-SHA256&X-Amz-Credential=AKIAIFJVRMEGLWV6MDIQ%2F20160224%2Fap-southeast-%2Fec2%2Faws4_request&X-Amz-Date=20160224T052335Z&X-Amz-Expires=30&X-Amz-Signare=6f9a11dc3089e0d8f6a8b84aedecddb44fbf79b28779a2bd0e8da41f43ef909e&X-Amz-SignHeaders=hostat sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLnnection.java:1840) ~[?:1.8.0_73]...