Re: no stack trace :(

2011-09-08 Thread Dean Hiller
to close on this issue. I just had whatever the default cassandra 0.8.3 untar had and fixing DNS resolved the issue for me. My computer was not in DNS so I guess it has to be when trying a multinode install. thanks, Dean On Sat, Aug 6, 2011 at 10:10 PM, aaron morton wrote: > Do you have MX4J in

Re: no stack trace :(

2011-08-06 Thread aaron morton
Do you have MX4J in the class path ? It feels like an error from there: MalformedURLException is a checked exception a it's only used in the cassandra code when reading a file; and "agent" sounds like JMX Agent. I had a quick search through mx4j source and while I could not find an exact mat

Re: no stack trace :(

2011-08-05 Thread Dean Hiller
nope, just one and then it exits and quits(won't start up) and I can't compile the code since the repository is down :( I am working on web-tier setup and will come back hoping the cloudera repository goes back online in the next day.(crossing my fingers). Dean On Fri, Aug 5, 2011 at 12:07 PM, m

Re: no stack trace :(

2011-08-05 Thread mcasandra
Are you seeing lot of these errors? Can you try XX:-OmitStackTraceInFastThrow -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/no-stack-trace-tp6654590p6657485.html Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.c

Re: no stack trace :(

2011-08-05 Thread Dean Hiller
sorry, I forgot to mention, I did set that value to my ip 10.0.1.10 and it gave the same failure :( .downloading the source code now :( but if anyone knows any other info, let me know. thanks, Dean On Fri, Aug 5, 2011 at 12:12 AM, Hartog C. de Mik wrote: > On Thu, Aug 04, 2011 at 05:02:18PM -

Re: no stack trace :(

2011-08-04 Thread Hartog C. de Mik
On Thu, Aug 04, 2011 at 05:02:18PM -0600, Dean Hiller wrote: > There seems to be no stack trace on this message > > Error: Exception thrown by the agent : java.net.MalformedURLException: Local > host name unknown: java.net.UnknownHostException: ip-10-0-1-10: ip-10-0-1-10 > > I am also on sure why