Tagged Questions
4
votes
2answers
685 views
How to deploy the same webapp with different logging? (Tomcat, Solr)
We are using multiple solr instances on tomcat but want that they log into different log files. How could we do this?
We are using the follwing xml file under tomcat/conf/Catalina/localhost to make ...
3
votes
1answer
352 views
Our SOLR instance seems to be single-threading and therefore not taking advantage of its multi-proc host
We are running SOLR 1.4.1 (Lucene 2.9.3) on a 2-CPU Linux host, but it seems that only 1 CPU is ever being used. It almost seems like something is single-threading inside the SOLR application. The ...
3
votes
2answers
871 views
NullPointerException in solr multicore
I'm configuring my solr for two cores and have got most of it working, but I'm getting this cryptic error.
First off, here's my solr.xml:
<?xml version='1.0' encoding='UTF-8'?>
<solr ...
3
votes
2answers
2k views
Why can't solr 1.3.0 install using CentOS, plesk 9.2.1 and tomcat 5.5?
Ok I just setup a dedicated server for my client through his hosting provider. They have plesk installed on there (version 9.2.1) and one of the caveats of this dedicated server is that if i do ...
2
votes
1answer
120 views
Which servlet container should I used for Solr: Tomcat or Jetty?
My group is writing a PHP/MySQL Web application that will also use a Solr installation to index Word and pdf documents (curriculum vitae, actually). We are in the process of deciding what servlet ...
2
votes
3answers
876 views
Solr DataImportHandler not found
I am using Solr 3.3.0 with Tomcat 6.0.26. I was able to successfully install Solr and i was even able to access its web interface using http:/localhost:8084/solr/admin.
Now i want to use its ...
2
votes
1answer
158 views
Searching using Solr
How can I search something using Solr? I have setup the Solr server in Apache and want to search in database (MySQL). I have indexed data successfully but don't know how to perform searching. Does ...
2
votes
0answers
435 views
“Connection Reset” occurs in the solr client side
We are encountering a "connection reset" error when we call the solr server. And our concurrent load is rather small.
Here is the tomcat connector config for solr:
<Connector port="8983" ...
2
votes
1answer
336 views
What are some Servlet Container pros and cons for a Solr installation?
The SolrInstall wiki page lists seven different server / Servlet Containers compatible with Solr:
Tomcat
Jetty
Resin
JBoss
WebSphere
Weblogic
Glassfish
I'm sure that "best" is subjective, so I'll ...
2
votes
2answers
356 views
Can Apache Solr output HTML instead of XML?
The question is simple - we have a sample / test Solr app running that only responds with XML right now. Is there an easy way to change that output to HTML? Running Tomcat as the app server.
2
votes
5answers
826 views
1
vote
1answer
62 views
Index pdf documents in Solr from C# client
Basically I'm trying to index word or pdf documents in Solr and found the ExtractingRequestHandler, but can't figure out how to write code in c# that performs the HTTP POST request like in the Solr ...
1
vote
3answers
97 views
SOLR, independent on a Jetty server or as a webapp in my existing Tomcat?
I have an eCommerce site and I wanted to implement search in it. After reading a lot about Lucene and SOLR, I finally choose SOLR as it adds functionality like JSON API facets, and a lot more.
SOLR ...
1
vote
1answer
395 views
How to configure Magento Enterpise to use Solr as the main search engine?
I tried looking for documentation but it is quite sparse. I wrote the following guide hoping that it might save someone 2-3 hours dealing with installations, setup and configuration.
The performance ...
1
vote
1answer
250 views
How much memory should be assigned to Java on Tomcat, using Solr with 20+ M items in the index?
I'm looking for some advice on memory allocation to Java on Tomcat 7, running Solr :-)
Here are the facts:
Running Solr 1.4.1 with approx 20 Million items of different sizes in the index.
The ...
1
vote
2answers
810 views
SolrException: Document [null] missing required field: id
I have changed the schema.xml file and added few fields in that like this
<field name="c_url" type="string" indexed="true" stored="true" />
<field name="c_content_type" type="text" ...
1
vote
1answer
292 views
SimplePostTool: FATAL: Connection error in Solr when trying to index
I am new to Solr and when I was indexing xml document in my solr, then I got this error.
C:\apache-solr-3.2.0\example\exampledocs>java -jar post.jar *.xml
SimplePostTool: version 1.3
...
1
vote
5answers
604 views
How to fix “Requested array size exceeds VM limit” error in Java?
Is there an log option that can let tomcat log the bad query instead just throwing this ?
SEVERE: java.lang.OutOfMemoryError: Requested array size exceeds VM limit
(Tried log level to FULL, but ...
1
vote
4answers
2k views
solr - java heap space out of memory
Can any one help me to find out the error cause in tomcat. i m using solr in it. starting it works fine. later i will raise this error. after restarting it works fine. please help me to find out the ...
1
vote
1answer
573 views
Can anyone help me to setup Solr with Tomcat in eclipse?
I am new to Solr. I was trying to setup the Solr under Apache Tomcat 6.x in eclipse. i was able to import the solr.war in eclipse but when i try to run the project i got following error.
Mar 10, ...
1
vote
2answers
4k views
Tomcat SOLR multiple cores setup
I have spend all morning trying to set up multiple cores on a SOLR installation that runs under Apache Tomcat server without success. My solr.xml looks like this:
<solr persistent="false" ...
1
vote
2answers
334 views
Cant access solr XML url from apache php
I am trying to use apache to access a XML from tomcat url like so:
http://localhost:8081/solr-example/select/?q=blah&version=2.2&start=0&rows=10&indent=on
However, I am getting a ...
1
vote
3answers
2k views
Installing SOLR 1.4 with plug-ins on Windows
I installed Tomcat, and got SOLR version 1.3 working no problem by copying the "conf" directory from the "example" directory in the 1.3 release files.
Now I've just downloaded the SOLR 1.4 release, ...
1
vote
2answers
1k views
Installing Solr onto a hosted tomcat server
I have installed and configured tomcat+solr on my personal linux machine and windows as well. I was able to get them working fine. I'm very new to Java and how the file structure works. (i.e. knowing ...
1
vote
5answers
1k views
Is Tomcat middleware?
So I have a client that needs to be running tomcat for various things (Solr and a webservice as well) and after having a meeting with him and another programmer on the project, I got a little ...
1
vote
3answers
3k views
Installing Tomcat + Solr problem
I'm trying to install Tomcat + Solr on my Ubuntu machine. I was using ubuntu repo:
http://packages.ubuntu.com/intrepid/web/solr-tomcat5.5
http://packages.ubuntu.com/intrepid/tomcat5.5
When i launch ...
0
votes
0answers
22 views
get the content of the page formated as it is in nutch
in nutch, I'm looking for a way to get the content of the page formated as it is(with lines, new lines, and paragraphs).
the coming code doesn't help because it removes all the format of the page.
...
0
votes
1answer
47 views
Solr Indexing Time 32 bit vs 64 bit
I was running 32 bit Java (JDK, JRE & Tomcat) on my 64 bit Windows. For indexing I was not able to allocate more than 1.5GB Heap Space on my machine. Each time my tomcat process used to touch the ...
0
votes
3answers
121 views
Solr/admin gives 404 error
I want to install Solr on my Windows 7 64bit. No matter what I do, I get this when I go to Solr/admin
However http://localhost:8080/solr/ works and I get Welcome to Solr.
I have also entered the path ...
0
votes
1answer
86 views
Configuring Solr running on Tomcat & Windows
I'm new to Solr, and am having trouble getting my setup to work. I'm using Solr 3.5.0 running on Tomcat 7.0.23, on Windows 7 Professional. If I copy the single core example into my Solr home, it ...
0
votes
1answer
63 views
Solr on Tomcat or Glassfish?
I am new to J2EE and Solr and I wonder that I should run Solr with Tomcat or Glassfish ? I need some advices, thanks.
0
votes
1answer
146 views
Solr crashing with SocketException Broken pipe
I'm using Solr 3.1 with tomcat6. When the number of concurrent writes and reads increase it is crash throwing this SocketException error. I do concurrent commits and searches through multiple clients. ...
0
votes
0answers
56 views
Last Commit time from Apache Solr
How can I Find the last commit time from Apache Solr. And last commit time is same as last modifed date?
As with the use of LukeRequestHandler we can get the Last Modified Date-
...
0
votes
1answer
30 views
how to store in SOLR (mini) relational data
My data set is title, description and tags.
I would like to store and index in the SOLR the tag_name and their relative tag_id.
As can be understood, each record has one title, one description bt many ...
0
votes
0answers
69 views
Apache solr on Linux centos version 5
How to install Apache Solr on centos version 5 ? Do I really need to install Apache tomcat if I want to run solr as service Or Is it runs better under Jetty?
Thanks in advance
0
votes
1answer
58 views
Creating a new jsp page in eclipse for my solr application
I'm following this tutorial http://www.lucidimagination.com/devzone/technical-articles/setting-apache-solr-eclipse but I can't see my new page when I create one in the src folder.
I want to create a ...
0
votes
1answer
206 views
Can't reindex sunspot. “Solr Response: Bad Request”
I'm trying to use sunspot in production with tomcat-solr, in ubuntu
10.10
I followed these steps:
sudo apt-get install openjdk-6-jdk
sudo apt-get install solr-tomcat
sudo service tomcat6 start
...
0
votes
2answers
216 views
JVM tuning for better Solr performance
Now we are using Solr1.4 in Master/Slave mode and want to improve the performance for Slave query.
The biggest issue for us is the index file is about 30G.
The Slave server config as below:
Dell PC ...
0
votes
1answer
38 views
JVM, JAVA binary and Tomcat..which one provide servlet container?
I suppose JVM or JAVA is neither providing servlet container and I need some JAVA server like Tomecat to provider container to run servlet which my program (solr) needs it. Even I can start the solr ...
0
votes
1answer
123 views
Solr with NetBeans
I have developed a JSP web application using NetBeans IDE and a Virtuoso RDBMS.
Now i would like to integrate Solr into it.
I have installed Solr 3.3.0 from ...
0
votes
1answer
94 views
Getting a 404 for /solr/update/extract on Solr 1.4.1 & Tika 0.4
I've successfully installed Solr 1.4.1, but I can't get Tika 0.4 (which is included in contrib/extraction) to work correctly. I'm getting a 404 error when attempting to hit ...
0
votes
0answers
40 views
Problem trying to update solr search index
I've added two new fields to my solr schema file, restarted tomcat and re-ran my indexing scripts, but I'm getting the following error in my log files: SEVERE: org.apache.solr.common.SolrException: ...
0
votes
1answer
145 views
Solr Cell NoSuchMethodError
I am trying to get Solr up and running with Solr Cell.
In order to do that I installed Solr using apt-get install solr.
I have now managed to set it all up but when updating documents with a PDF ...
0
votes
2answers
241 views
How to index data in single solr app using tomcat server
I am working on single solr app. I downloded solr exampple code for net, which is working fine while running on jetty server.It is having data which are to be indexed in ...
0
votes
3answers
83 views
Problem in searching through Solr
I deployed solr.war in Tomcat server. its admin page running fine. But the problem is i am not getting the search results since there is no indexes available. i did what link ...
0
votes
0answers
424 views
deploy war in Tomcat
I want to deploy solr.war in Tomcat5.5.
I have copied solr.war file in webapps and extract it.
while running http://localhost:8080/solr/ i am facing wid following exception. please suggest me what i ...
0
votes
1answer
348 views
How do you deploy Solr and front-end web app configuration within a servlet container
I admit that this is newbie question, but I've searched for hours trying to figure this out.
How exactly do you deploy BOTH Solr and your front-end Java web app (jsp/html/velocity/whatever) within a ...
0
votes
2answers
399 views
Connecting a rails application with sunspot to a tomcat/solr server with authorization
Okay, so I have a separate server with solr and this connects perfectly fine with the app. Using the usual sunspot.yml we have something like:
production:
solr:
hostname: domain
port: 8080
...
0
votes
1answer
320 views
Solr DIH data import is not working for XML files
I have configured my solr dih to import the xml files and it was working for some time.
Then it suddenly stop working and I cannot make it to go anymore.
The dataimport is stating:
1 <str ...
0
votes
0answers
408 views
Trouble in deploing Solr on Tomcat and Debian
We have a Solr index application. It works very well on Lubuntu 10.10 (that's my local linux machine). But I could'n run it in hoster Debian 2.6.26-15lenny3 (gcc version 4.1.3 20080704 (prerelease) ...