On 7/30/07, David Whalen <[EMAIL PROTECTED]> wrote: > We increased the heap size to 1500M and that didn't seem to help. > In fact, the crashes seem to occur more now than ever. We're > constantly restarting solr just to get a response. > > I don't know enough to know where the log files are to answer > your question
Me neither ;-) Solr's example app that uses Jetty just has logging going to stdout (the console) to make it clear and visible to new users when an error happens. Hopefully you've configured Jetty to log to files, or at least redirected Jetty's stdout/stderr to a file. You need to look around and try and find those log files. If you find them, one thing to look for would be "WARNING" in the log files. Another thing to look for would be "Exception" or "Memory" > So maybe it's actually Jetty that's messing me up? How can I > make sure of that? Perhaps point your browser at http://localhost:8983/ and see if you get any reponse at all. -Yonik