You have to look into solr.log - it will give you the exact error message
> Am 21.05.2019 um 13:22 schrieb vivek solanki :
>
> Hi Team,
>
> This is regarding your tutorial
> https://lucene.apache.org/solr/guide/7_2/aws-solrcloud-tutorial.html.
>
> I have followed all the steps mentioned in tut
Thanks for all the info,
We're trying some things to find the way to make it more stable, becuase
we're getting into troubles with the cluster. This weekend we've got three
downtimes in a few hours because some nodes of the cluster loose their
connection a bit during an import (we don't know why),
To mix NRT and TLOG/PULL replicas is not recommended. It is all NRT nodes
or TLOG nodes mixed (or not) with PULL replicas. As you know, all PULL
replicas is not possible.
According to the talk below, one of the reasons is that if you have NRT
mixed with TLOG and PULL replicas then a leadership cha
: I'm getting this error message:
:
: org.apache.jasper.JasperException: Unable to compile class for JSP
: An error occurred at line: 18 in the jsp file: /admin/stats.jsp
: Generated servlet error:
:
/var/lib/tomcat5/work/Catalina/localhost/solr/org/apache/jsp/admin/stats_jsp.java:106:
for-each
On 5/5/06, Marcus Stratmann <[EMAIL PROTECTED]> wrote:
Yonik Seeley wrote:
> If you start from a normal tomcat distribution, we will be able to
> eliminate that difference.
Yes, I finally got Solr working with Tomcat.
But there are still two minor problems.
The first appears when I try to get th
Yonik Seeley wrote:
> If you start from a normal tomcat distribution, we will be able to
> eliminate that difference.
Yes, I finally got Solr working with Tomcat.
But there are still two minor problems.
The first appears when I try to get the statistics page.
I'm getting this error message:
org.a
> > It might be easier to download a recent Tomcat 5.5 distribution and
> > get it working with that first... then try with the bundled version of
> > Tomcat once you understand how everything works.
> Thanks Yonik, maybe I should try that, though I now think that the
> configuration is not the mai
> Solr looks in the current working directory for the solrconf
> directory, so it depends where that ends up when tomcat is started.
Meanwhile I found out that tomcat is located in /usr/share/tomcat5 and
that there is a bin-directory in it, which I was searching for. A
handfull of links are pointin
On 3/28/06, Marcus Stratmann <[EMAIL PROTECTED]> wrote:
> Well, there's no bin in my tomcat5 directory.
Perhaps the Tomcat distribution looks different because it's bundled
with your OS and they moved stuff around.
>I start tomcat
> using "/etc/init.d/tomcat5 start". May this be a problem?
It co
Try starting Tomcat from your /var/lib/tomcat5/ folder. While in that
folder, run "/etc/init.d/tomcat5 start". I think I had a similar issue and
it was because I started tomcat in the wrong folder.
mike
Hi,
I have a tomcat5 running under linux (debian). I think that
my configuration may be wrong, because I don't get solr running.
Yonik Seeley wrote:
>the layout should look something like this:
>
>tomcat/webapps/solr.war
>tomcat/solrconf/solrconfig.xml, schema.xml, etc
>tomcat/bin/startup.sh
>
>t
Ahhh!! OK.. next time you see me you can back-slap me. I was doing a cd
into bin and starting tomcat. Now it is working. Sorry to waste your time,
it was my mistake all along. I did install tomcat 5.5 but the issue was the
startup.
Thanks,
Mike
> Caused by: java.lang.RuntimeException: Can't find resource solrconfig.xml
Hmmm, we've been moving around the config directory lately...
what version are you working off of. Check that the example directory
has ./solrconf in it.
Then check that there is a ./solrconf/ from wherever you are start
ok.. here is the error:
2006-03-20 22:37:03 StandardContext[/solr]StandardWrapper.Throwable
java.lang.ExceptionInInitializerError
at org.apache.solr.update.SolrIndexConfig.(Unknown Source)
at org.apache.solr.core.SolrCore.(Unknown Source)
at org.apache.solr.servlet.SolrServl
On 3/20/06, Mike Austin <[EMAIL PROTECTED]> wrote:
> Actually.. it looks like it is still not finding solrconfig.xml because after
> I restart tomcat I get the config file error. Where should this go again? I
> know you said ./solrconf, but relative to what?
Solr looks in ./solrconf, relative to
Actually.. it looks like it is still not finding solrconfig.xml because after I
restart tomcat I get the config file error. Where should this go again? I know
you said ./solrconf, but relative to what?
Also, I still don't know if I deployed the site correctly..the only thing I did
was copy the
I'm not sure what to make of that error... I don't see what class is
trying to be found that results in the "NoClassDefFoundError".
I've personally only tried Solr with Tomcat 5.5, Resin 3, and Jetty 6.
Perhaps you could try upgrading to Tomcat 5.5?
-Yonik
On 3/20/06, Mike Austin <[EMAIL PROTECT
Thanks Yonik,
I fixed the conf issue.. now I get this. Any ideas?
2006-03-20 20:42:09 StandardWrapperValve[jsp]: Servlet.service() for
servlet jsp threw exception
java.lang.NoClassDefFoundError
at org.apache.jsp.admin.index_jsp._jspService(index_jsp.java:67)
at org.apache.jasper.r
On 3/20/06, Mike Austin <[EMAIL PROTECTED]> wrote:
> I'm trying to set solr up with CentOS 4.2, Apache 2.0.55, Tomcat 5, and Java
> SDK 1.5 for the first time.
>
> I copied the solr.war to the tomcat webapps folder and it created the solr
> folders. I then try running the app with
> http://localhos
19 matches
Mail list logo