JmxReporter.java (line 388) Error processing

2013-08-08 Thread kohanm
Hi, I am new to Cassandra. I tried cassandra -f but i am getting the JmxReporter.java (line 388) Error processing errors. I downloaded binary version of apache-cassandra-1.2.8 which runs on Ubuntu 11.04 VM Virtual Box. I added jna.jar file to the library file too. Thanks for your help. Massoud

Re: JmxReporter.java (line 388) Error processing

2013-08-08 Thread Robert Coli
On Thu, Aug 8, 2013 at 9:35 AM, kohanm wrote: > I tried cassandra -f but i am getting the JmxReporter.java (line 388) > Error processing errors. " ERROR [main] 2013-08-08 07:30:53,717 CassandraDaemon.java (line 176) Your JVM is out of date. Please upgrade to the newest Oracle Java

Re: JmxReporter.java (line 388) Error processing

2013-08-08 Thread kohanm
Thanks Rob. Now I am getting listen_address in cassandra.yaml errors I mentioned before the Cassandra runs on VM VitualBox on windows 7 machine. On the ERROR text I changed the real ip address to "MymachineIP". What should I put on the* listen_address:* in *cassandra.yaml* file? Thanks. short

Re: JmxReporter.java (line 388) Error processing

2013-08-08 Thread David Ward
What does ifconfig say? use eth0 or eth1's IP or whatever is static. And on that note, setup a static IP ( versus dhcp based ) it will make stopping/starting easier. On Thu, Aug 8, 2013 at 2:01 PM, kohanm wrote: > Thanks Rob. > Now I am getting listen_address in cassandra.yaml errors > I menti

Re: JmxReporter.java (line 388) Error processing

2013-08-08 Thread kohanm
Hi Dave Can you tell me more specific. Thanks, Here are ifconfig: ifconfig eth0 Link encap:Ethernet HWaddr 08:00:27:00:32:0c inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fe00:320c/64 Scope:Link UP BROADCAST RUNNING MULT

Re: JmxReporter.java (line 388) Error processing

2013-08-08 Thread David Ward
It maybe easier to manage virtualbox using vagrant ( http://www.vagrantup.com/ ). I am going to assume eth0 from your ifconfig output is a dhcp/dynamic IP address thats going to change every time you halt/start your virtualbox instance. Virtualbox is far outside the scope of C* so I'd recommend c

Re: JmxReporter.java (line 388) Error processing

2013-08-08 Thread kohanm
Hi Dave I added *listen_address:*10.0.2.15 to the *cassandra.yaml *file and it worked. But i got another error please look at errors(short): "ERROR 14:47:00,398 Exception encountered during startup java.lang.RuntimeException: No other nodes seen! Unable to bootstrap.If you intended to start a sin

Re: JmxReporter.java (line 388) Error processing

2013-08-12 Thread Aaron Morton
Are you running more than one node ? Is so make sure they have the same seed list, cluster name and can see each other on port 7000. Cheers - Aaron Morton Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 9/08/2013, at 10:08 AM, kohanm wrote: >