I'm running .8 beta and ran into some install issues. The interface loaded after changing the jmx port per the other .8 beta thread here. Once I did that, the interface loaded up and said I was running different versions on my nodes (which I am not). A bit later it prompted for the columnfamily install which went fine. I refreshed the screen afterwards and get an error: Error loading cluster: Cannot read property 'jobtracker' of nul
jobtracker relating to hadoop and brisk I assume, but i'm not running the brisk version of cassandra, just a standard install. Do I need to run the brisk version?
Log file shows the following:
2011-05-23 16:03:26-0500 [-] Log opened.
2011-05-23 16:03:26-0500 [-] twistd 10.2.0 (/usr/bin/python 2.6.5) starting up.
2011-05-23 16:03:26-0500 [-] reactor class: twisted.internet.selectreactor.SelectReactor.
2011-05-23 16:03:26-0500 [-] opscenterd.WebServer.OpsCenterdWebServer starting on 8888
2011-05-23 16:03:26-0500 [-] Starting factory <opscenterd.WebServer.OpsCenterdWebServer instance at 0x1b98ea8>
2011-05-23 16:03:26-0500 [-] morbid.morbid.StompFactory starting on 61619
2011-05-23 16:03:26-0500 [-] Starting factory <morbid.morbid.StompFactory instance at 0x1ba8d40>
2011-05-23 16:03:26-0500 [-] morbid.morbid.StompFactory starting on 61620
2011-05-23 16:03:26-0500 [-] set uid/gid 0/0
2011-05-23 16:03:26-0500 [-] OpsCenterdService startService
2011-05-23 16:03:26-0500 [-] JmxJythonService started. State is now "startup".
2011-05-23 16:03:26-0500 [-] Starting CassandraCluster service
2011-05-23 16:03:26-0500 [-] Adding connection to <CassandraNode 10.17.91.132:9160 @0x1baf638>
2011-05-23 16:03:26-0500 [-] Adding connection to <CassandraNode 10.17.91.132:9160 @0x1baf638>
2011-05-23 16:03:26-0500 [-] Adding connection to <CassandraNode 10.17.91.132:9160 @0x1baf638>
2011-05-23 16:03:26-0500 [-] Adding connection to <CassandraNode 10.17.91.132:9160 @0x1baf638>
2011-05-23 16:03:26-0500 [-] Adding connection to <CassandraNode 10.17.91.132:9160 @0x1baf638>
2011-05-23 16:03:26-0500 [CassandraPoolParticipantClient,client] Successfully added connection to <CassandraNode 10.17.91.132:9160 @0x1baf638> to the pool
2011-05-23 16:03:26-0500 [CassandraPoolParticipantClient,client] Successfully added connection to <CassandraNode 10.17.91.132:9160 @0x1baf638> to the pool
2011-05-23 16:03:26-0500 [CassandraPoolParticipantClient,client] Successfully added connection to <CassandraNode 10.17.91.132:9160 @0x1baf638> to the pool
2011-05-23 16:03:26-0500 [CassandraPoolParticipantClient,client] Successfully added connection to <CassandraNode 10.17.91.132:9160 @0x1baf638> to the pool
2011-05-23 16:03:26-0500 [CassandraPoolParticipantClient,client] Successfully added connection to <CassandraNode 10.17.91.132:9160 @0x1baf638> to the pool
2011-05-23 16:03:26-0500 [CassandraPoolParticipantClient,client] acquired initial keyspace list: [CassandraKeyspace(keyspace=prosperent, column_families=[], attributes={'strategy_options': {'datacenter1': '1'}, 'replica_placement_strategy': 'org.apache.cassandra.locator.NetworkTopologyStrategy', 'replication_factor': None}), CassandraKeyspace(keyspace=system, column_families=['NodeIdInfo', 'IndexInfo', 'Schema', 'Migrations', 'LocationInfo', 'HintsColumnFamily'], attributes={'strategy_options': {'replication_factor': '1'}, 'replica_placement_strategy': 'org.apache.cassandra.locator.LocalStrategy', 'replication_factor': '1'}), CassandraKeyspace(keyspace=OpsCenter, column_families=['metrics', 'events', 'events_timeline'], attributes={'strategy_options': {'replication_factor': '1'}, 'replica_placement_strategy': 'org.apache.cassandra.locator.SimpleStrategy', 'replication_factor': '1'})]
2011-05-23 16:03:26-0500 [CassandraPoolParticipantClient,client] acquired partitioner: org.apache.cassandra.dht.RandomPartitioner
2011-05-23 16:03:26-0500 [CassandraPoolParticipantClient,client] acquired cluster name: Prosperent
2011-05-23 16:03:26-0500 [CassandraPoolParticipantClient,client] acquired snitch: org.apache.cassandra.locator.SimpleSnitch
2011-05-23 16:03:26-0500 [StompProtocol,0,10.17.91.138] agent for ip 10.17.91.138 is version u'1.0.1'
2011-05-23 16:03:27-0500 [StompProtocol,1,10.17.91.132] agent for ip 10.17.91.132 is version u'1.0.1'
2011-05-23 16:03:27-0500 [StompProtocol,2,10.17.91.140] agent for ip 10.17.91.140 is version u'1.0.1'
2011-05-23 16:03:29-0500 [-] JmxJythonService got jmxjython startup message. State is now "normal".
2011-05-23 16:03:29-0500 [-] Recognizing new node '0' (10.17.91.132)
2011-05-23 16:03:29-0500 [-] Recognizing new node '56713727820156410577229101238628035242' (10.17.91.140)
2011-05-23 16:03:29-0500 [-] Recognizing new node '113427455640312821154458202477256070485' (10.17.91.138)
2011-05-23 16:03:30-0500 [-] Jmx error when talking to 10.17.91.140. Error was: [Failure instance: Traceback (failure with no frames): <class 'opscenterd.jmxadapt.JmxJythonService.Java_ConnectException'>: Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused
Request was: ('query', 'java.lang:type=Runtime', 'Name', None)
]
2011-05-23 16:03:30-0500 [-] Jmx error when talking to 10.17.91.140. Error was: [Failure instance: Traceback (failure with no frames): <class 'opscenterd.jmxadapt.JmxJythonService.Java_ConnectException'>: Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused
Request was: ('query', 'org.apache.cassandra.db:type=StorageService', 'ReleaseVersion', None)
]
2011-05-23 16:03:30-0500 [-] Jmx error when talking to 10.17.91.140. Error was: [Failure instance: Traceback (failure with no frames): <class 'opscenterd.jmxadapt.JmxJythonService.Java_ConnectException'>: Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused
Request was: ('query', 'org.apache.cassandra.db:type=StorageService', 'Load', None)
]
2011-05-23 16:03:30-0500 [-] Jmx error when talking to 10.17.91.140. Error was: [Failure instance: Traceback (failure with no frames): <class 'opscenterd.jmxadapt.JmxJythonService.Java_ConnectException'>: Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused
Request was: ('query', 'java.lang:type=OperatingSystem', 'SystemLoadAverage', None)
]
2011-05-23 16:03:30-0500 [-] Jmx error when talking to 10.17.91.140, marking node down. Error was: [Failure instance: Traceback (failure with no frames): <class 'opscenterd.jmxadapt.JmxJythonService.Java_ConnectException'>: Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused
Request was: ('query', 'java.lang:type=OperatingSystem', 'AvailableProcessors', None)
]
2011-05-23 16:03:30-0500 [-] 'Failed to call getDatacenter for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:03:30-0500 [-] Jmx error when talking to 10.17.91.138. Error was: [Failure instance: Traceback (failure with no frames): <class 'opscenterd.jmxadapt.JmxJythonService.Java_ConnectException'>: Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused
Request was: ('query', 'java.lang:type=Runtime', 'Name', None)
]
2011-05-23 16:03:30-0500 [-] Jmx error when talking to 10.17.91.138. Error was: [Failure instance: Traceback (failure with no frames): <class 'opscenterd.jmxadapt.JmxJythonService.Java_ConnectException'>: Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused
Request was: ('query', 'org.apache.cassandra.db:type=StorageService', 'ReleaseVersion', None)
]
2011-05-23 16:03:30-0500 [-] Jmx error when talking to 10.17.91.138. Error was: [Failure instance: Traceback (failure with no frames): <class 'opscenterd.jmxadapt.JmxJythonService.Java_ConnectException'>: Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused
Request was: ('query', 'java.lang:type=OperatingSystem', 'SystemLoadAverage', None)
]
2011-05-23 16:03:30-0500 [-] Jmx error when talking to 10.17.91.138. Error was: [Failure instance: Traceback (failure with no frames): <class 'opscenterd.jmxadapt.JmxJythonService.Java_ConnectException'>: Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused
Request was: ('query', 'org.apache.cassandra.db:type=StorageService', 'Load', None)
]
2011-05-23 16:03:30-0500 [-] Jmx error when talking to 10.17.91.138, marking node down. Error was: [Failure instance: Traceback (failure with no frames): <class 'opscenterd.jmxadapt.JmxJythonService.Java_ConnectException'>: Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused
Request was: ('query', 'java.lang:type=OperatingSystem', 'AvailableProcessors', None)
]
2011-05-23 16:03:30-0500 [-] 'Failed to call getNodeList for node 10.17.91.138 (will try with next conn)'
2011-05-23 16:03:30-0500 [-] 'Failed to call getNodeList for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:03:30-0500 [-] 'Failed to call getDatacenter for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:03:30-0500 [-] 'Failed to call getDatacenter for node 10.17.91.138 (will try with next conn)'
2011-05-23 16:03:30-0500 [-] 'Failed to call getDatacenter for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:03:32-0500 [HTTPChannel,1,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:32 +0000] "GET /opscenter/index.html HTTP/1.1" 200 2535 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:33-0500 [HTTPChannel,0,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:32 +0000] "GET /opscenter/js/dojotoolkit/dojox/grid/resources/Grid.css HTTP/1.1" 200 7125 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:33-0500 [HTTPChannel,3,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:32 +0000] "GET /opscenter/css/ripcord.css HTTP/1.1" 200 25573 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:33-0500 [HTTPChannel,5,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:32 +0000] "GET /opscenter/images/opsc-logo.png HTTP/1.1" 200 3052 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:33-0500 [HTTPChannel,1,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:33 +0000] "GET /opscenter/js/dojotoolkit/dijit/themes/tundra/tundra.css HTTP/1.1" 200 76329 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:33-0500 [HTTPChannel,2,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:33 +0000] "GET /opscenter/js/dojotoolkit/dojo/dojo.js HTTP/1.1" 200 90325 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:34-0500 [HTTPChannel,4,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:34 +0000] "GET /opscenter/js/ripcord/ripcord.js HTTP/1.1" 200 982295 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:34-0500 [HTTPChannel,4,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:34 +0000] "GET /opscenter/js/dojotoolkit/dojox/gfx/svg.js?1306184610700 HTTP/1.1" 200 39650 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:34-0500 [HTTPChannel,4,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:34 +0000] "GET /opscenter/js/dojotoolkit/dojo/nls/ripcorddojo_en-us.js?1306184610700 HTTP/1.1" 200 5540 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:35-0500 [HTTPChannel,4,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:34 +0000] "GET /opscenter/images/sidebar-line.png HTTP/1.1" 200 291 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:35-0500 [HTTPChannel,2,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:34 +0000] "GET /opscenter/images/sidebar-bg.png HTTP/1.1" 200 514 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:35-0500 [HTTPChannel,2,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:34 +0000] "GET /rc/userrole HTTP/1.1" 200 4 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:35-0500 [HTTPChannel,4,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:34 +0000] "GET /rc/version HTTP/1.1" 200 5 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:35-0500 [HTTPChannel,4,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:35 +0000] "GET /cluster HTTP/1.1" 200 147 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:35-0500 [HTTPChannel,2,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:35 +0000] "GET /favicon.ico HTTP/1.1" 404 52 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:35-0500 [-] 'Failed to call getDatacenter for node 10.17.91.138 (will try with next conn)'
2011-05-23 16:03:35-0500 [-] 'Failed to call getDatacenter for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:03:35-0500 [-] 173.14.30.109 - - [23/May/2011:21:03:35 +0000] "GET /nodes/all HTTP/1.1" 200 1013 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:35-0500 [CassandraPoolParticipantClient,client] 173.14.30.109 - - [23/May/2011:21:03:35 +0000] "GET /keyspaces HTTP/1.1" 200 781 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:35-0500 [HTTPChannel,4,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:35 +0000] "GET /opscenter/images/closeicon.png HTTP/1.1" 200 1238 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:35-0500 [HTTPChannel,4,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:35 +0000] "GET /opscenter/js/dojotoolkit/dijit/themes/tundra/images/buttonEnabled.png HTTP/1.1" 200 120 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:36-0500 [HTTPChannel,4,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:36 +0000] "GET /opscenter/js/dojotoolkit/dijit/themes/tundra/images/buttonHover.png HTTP/1.1" 200 144 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:37-0500 [HTTPChannel,4,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:03:36 +0000] "GET /opscenter/js/dojotoolkit/dijit/themes/tundra/images/buttonActive.png HTTP/1.1" 200 129 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:03:56-0500 [-] 'Failed to call getNodeList for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:04:26-0500 [-] 'Failed to call getNodeList for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:04:35-0500 [HTTPChannel,2,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:04:34 +0000] "GET /hadoop/jobs HTTP/1.1" 404 72 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:04:35-0500 [CassandraPoolParticipantClient,client] 173.14.30.109 - - [23/May/2011:21:04:34 +0000] "GET /keyspaces HTTP/1.1" 200 781 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:04:35-0500 [-] 'Failed to call getDatacenter for node 10.17.91.138 (will try with next conn)'
2011-05-23 16:04:35-0500 [-] 'Failed to call getDatacenter for node 10.17.91.138 (will try with next conn)'
2011-05-23 16:04:35-0500 [-] 'Failed to call getDatacenter for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:04:35-0500 [-] 'Failed to call getDatacenter for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:04:35-0500 [-] 173.14.30.109 - - [23/May/2011:21:04:34 +0000] "GET /nodes/all HTTP/1.1" 200 1013 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:26-0500 [-] 'Failed to call getNodeList for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:05:29-0500 [-] 'Failed to call getNodeList for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:05:29-0500 [-] 'Failed to call getDatacenter for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:05:29-0500 [-] 'Failed to call getDatacenter for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:05:35-0500 [HTTPChannel,1,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:34 +0000] "GET /hadoop/jobs HTTP/1.1" 404 72 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:35-0500 [CassandraPoolParticipantClient,client] 173.14.30.109 - - [23/May/2011:21:05:34 +0000] "GET /keyspaces HTTP/1.1" 200 781 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:35-0500 [-] 'Failed to call getDatacenter for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:05:35-0500 [-] 'Failed to call getDatacenter for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:05:35-0500 [-] 173.14.30.109 - - [23/May/2011:21:05:34 +0000] "GET /nodes/all HTTP/1.1" 200 998 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:41-0500 [HTTPChannel,4,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:41 +0000] "GET /opscenter/index.html HTTP/1.1" 200 2535 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:41-0500 [HTTPChannel,1,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:41 +0000] "GET /opscenter/css/ripcord.css HTTP/1.1" 200 25573 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:41-0500 [HTTPChannel,5,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:41 +0000] "GET /opscenter/images/opsc-logo.png HTTP/1.1" 200 3052 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:41-0500 [HTTPChannel,2,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:41 +0000] "GET /opscenter/js/dojotoolkit/dojox/grid/resources/Grid.css HTTP/1.1" 200 7125 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:41-0500 [HTTPChannel,4,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:41 +0000] "GET /opscenter/js/dojotoolkit/dijit/themes/tundra/tundra.css HTTP/1.1" 200 76329 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:41-0500 [HTTPChannel,3,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:41 +0000] "GET /opscenter/js/dojotoolkit/dojo/dojo.js HTTP/1.1" 200 90325 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:43-0500 [HTTPChannel,0,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:42 +0000] "GET /opscenter/js/ripcord/ripcord.js HTTP/1.1" 200 982295 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:43-0500 [HTTPChannel,0,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:43 +0000] "GET /opscenter/js/dojotoolkit/dojox/gfx/svg.js?1306184739354 HTTP/1.1" 200 39650 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:43-0500 [HTTPChannel,0,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:43 +0000] "GET /opscenter/js/dojotoolkit/dojo/nls/ripcorddojo_en-us.js?1306184739354 HTTP/1.1" 200 5540 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:43-0500 [HTTPChannel,0,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:43 +0000] "GET /opscenter/images/sidebar-line.png HTTP/1.1" 200 291 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:43-0500 [HTTPChannel,3,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:43 +0000] "GET /opscenter/images/sidebar-bg.png HTTP/1.1" 200 514 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:43-0500 [HTTPChannel,3,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:43 +0000] "GET /rc/userrole HTTP/1.1" 200 4 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:43-0500 [HTTPChannel,0,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:43 +0000] "GET /rc/version HTTP/1.1" 200 5 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:43-0500 [HTTPChannel,0,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:43 +0000] "GET /favicon.ico HTTP/1.1" 404 52 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:44-0500 [HTTPChannel,0,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:44 +0000] "GET /cluster HTTP/1.1" 200 147 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:45-0500 [-] 173.14.30.109 - - [23/May/2011:21:05:45 +0000] "GET /nodes/all HTTP/1.1" 200 1014 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:46-0500 [CassandraPoolParticipantClient,client] 173.14.30.109 - - [23/May/2011:21:05:46 +0000] "GET /keyspaces HTTP/1.1" 200 781 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:47-0500 [HTTPChannel,0,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:47 +0000] "GET /opscenter/images/closeicon.png HTTP/1.1" 200 1238 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:47-0500 [HTTPChannel,3,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:47 +0000] "GET /opscenter/js/dojotoolkit/dijit/themes/tundra/images/buttonEnabled.png HTTP/1.1" 200 120 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:53-0500 [HTTPChannel,3,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:52 +0000] "GET /opscenter/js/dojotoolkit/dijit/themes/tundra/images/buttonHover.png HTTP/1.1" 200 144 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
2011-05-23 16:05:56-0500 [-] 'Failed to call getNodeList for node 10.17.91.140 (will try with next conn)'
2011-05-23 16:05:57-0500 [HTTPChannel,3,173.14.30.109] 173.14.30.109 - - [23/May/2011:21:05:57 +0000] "GET /opscenter/js/dojotoolkit/dijit/themes/tundra/images/buttonActive.png HTTP/1.1" 200 129 "http://67.228.190.243:8888/opscenter/index.html" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24"
