>>>>> Steinar Bang <s...@dod.no>:
>>>>> Ross Simpson <simps...@gmail.com>:

> Ok, thanks!  I will try giving it a bit longer time and see what
> happens.

I gave it 1h 40minutes last night, but all that came out in the log file
was:
 [2013-12-21 19:39:42,205][INFO ][node                     ] [Stem Cell] 
version[0.90.7], pid[1317], build[36897d0/2013-11-13T12:06:54Z]
 [2013-12-21 19:39:42,205][INFO ][node                     ] [Stem Cell] 
initializing ...
 [2013-12-21 19:39:42,229][INFO ][plugins                  ] [Stem Cell] loaded 
[river-datagen, cloud-aws], sites [head]
 [2013-12-21 19:39:44,591][DEBUG][discovery.zen.ping.multicast] [Stem Cell] 
using group [224.2.2.4], with port [54328], ttl [3], and address [null]
 [2013-12-21 19:39:44,596][DEBUG][discovery.zen.ping.unicast] [Stem Cell] using 
initial hosts [], with concurrent_connects [10]

The last two lines were new after I changed the logging config. All of
the lines were written immediately after startup, and nothing more was
written.

At the end of the 1h40 minutes, nothing was listening on port 9200.

>> I'd suggest enabling the logging as described here:  
>>  http://www.elasticsearch.org/tutorials/elasticsearch-on-ec2/
>> Then watch the logs as the node comes up.  There may be some clues
>> there as to what's going on.

Here are the logging changes I did:

*** logging.yml 2013/12/21 19:21:25     1.1
--- logging.yml 2013/12/22 16:50:32     1.2
***************
*** 8,21 ****
    com.amazonaws: WARN

    # gateway
!   #gateway: DEBUG
    #index.gateway: DEBUG

    # peer shard recovery
    #indices.recovery: DEBUG

    # discovery
!   #discovery: TRACE

    index.search.slowlog: TRACE, index_search_slow_log_file
    index.indexing.slowlog: TRACE, index_indexing_slow_log_file
--- 8,22 ----
    com.amazonaws: WARN

    # gateway
!   gateway: DEBUG
    #index.gateway: DEBUG
+   org.apache: WARN

    # peer shard recovery
    #indices.recovery: DEBUG

    # discovery
!   discovery: TRACE

    index.search.slowlog: TRACE, index_search_slow_log_file
    index.indexing.slowlog: TRACE, index_indexing_slow_log_file

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/upzc8uvcn7j8.fsf%40dod.no.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to