Re: Solr 1.3 stack overflow when accessing solr/admin page

2008-11-13 Thread Mike Robins
hossman wrote: > > > i don't have time to really dig into the code right now, but out of > curiosity what happens when you hit http://localhost:7001/solr/admin/ > and/or http://localhost:7001/solr/admin/index.jsp ? > > I get the same exception when going to both of those. -- View this mes

Re: Solr 1.3 stack overflow when accessing solr/admin page

2008-11-12 Thread Chris Hostetter
: I get the exception when accessing http://localhost:7001/solr/admin but : http://localhost:7001/solr/admin/luke works fine. i don't have time to really dig into the code right now, but out of curiosity what happens when you hit http://localhost:7001/solr/admin/ and/or http://localhost:7001/so

Re: Solr 1.3 stack overflow when accessing solr/admin page

2008-11-12 Thread Mike Robins
I'm experiencing the same java.lang.StackOverflowError problem with solr 1.3.0 on Weblogic 10.3 when accessing the admin page. I'm using the distributed war but have added a weblogic.xml file to the WEB-INF directory. I get the exception when accessing http://localhost:7001/solr/admin but http:/

Re: Solr 1.3 stack overflow when accessing solr/admin page

2008-11-10 Thread Chris Hostetter
Olga: noticing this thread now, are you still having this problem? did you find a problem with your configuration? : However I am getting stack overflow when I try to access solr/admin : page. ... : java.lang.StackOverflowError javax.servlet.ServletException: ... : org.apache.sol

RE: Solr 1.3 stack overflow when accessing solr/admin page

2008-10-24 Thread Dadasheva, Olga
] Sent: Friday, October 24, 2008 5:28 PM To: solr-user@lucene.apache.org Subject: Re: Solr 1.3 stack overflow when accessing solr/admin page are you running the packaged .war directly? or something custom? Did it ever work? Is anyone else running successfully on weblogic? On Oct 24, 2008, at

Re: Solr 1.3 stack overflow when accessing solr/admin page

2008-10-24 Thread Ryan McKinley
are you running the packaged .war directly? or something custom? Did it ever work? Is anyone else running successfully on weblogic? On Oct 24, 2008, at 5:10 PM, Dadasheva, Olga wrote: Hi, I run Solr 1.3 in Weblogic 10.3 Java 6; I have a single core application deployed to the same serve