0
votes
0answers
16 views

Specific logins for each solr core using basic authentication

I downloaded Solr, and I've got multiple cores working in my instance. I'm trying to get different authentication for the cores working. I've tried the following in webdefault.xml: ...
0
votes
1answer
35 views

Solr Jetty 8 restrict access by IP

I was wondering whats the best way to limit access to a solr instance running on top of jetty 8.1 based on IP address. I could do it on the firewall level, but I would rather have it on the web server ...
1
vote
3answers
128 views

is it necessary install solr with a servlet (Tomcat, Jetty, etc)?

Is it necessary install solr with a servlets? I read several tutorials how to install solr, and most of them say that its necessary but, when I start Solr without Tomcat server works! And I can Index ...
0
votes
1answer
42 views

Solr server HttpParse error

Hi when i am sending a query to solr server using http client , solr server prints exception log saying HttpParser full. I am running solrcloud 4.0 in jetty server. Is this a problem with jetty ? ...
0
votes
1answer
44 views

In SOLR, how can I query to find an indexed keyword inside a user provided search query?

I am running SOLR 3.6, and have documents that have tags indexed. When a user enters a search phrase, I'd like to be able to find documents with tags contained inside that query. E.g, a user ...
1
vote
2answers
78 views

Can I update an application configuration file without restarting the Jetty server?

I have Solr running on a Jetty server, and I'd like to be able to update a configuration file and have my application pick up the changes without restarting the entire server. Specifically, I'm ...
0
votes
0answers
21 views

setting maxFormContentSize in jetty/solr

I have updated maxFormContentSize in jetty.xml under etc directory but it still returns with the same old default value ,200000. Why it is not reflecting new limit ?
0
votes
0answers
42 views

Enabling compression of Solr Output using Jetty 8

I am trying to compress the result of my Solr Output. It is in csv format such as (9,4.0). My output is about 100,000 records so it comes to about 1Mb of return data. I have modified the web.xml with ...
0
votes
2answers
115 views

Install Jetty or run embedded for Solr install

I am about to install Solr on a production box. It will be the only Java applet running and be on the same box as the web server (nginx). It seems there are two options. Install Jetty separately ...
0
votes
1answer
222 views

Solr 4 with basic authentication

I am trying to connect to solr using solrj. My solr instance runs in jetty and is protected with basic authentication. I found these links that contain relevant information. ...
0
votes
1answer
75 views

how to stop jetty without knowing the stop key

when i ran jetty which is embedded with in apache solr. All i did was java -jar start.jar and it ran i put the process in the bg by doing ctrl-z and bg i am trying to stop it by java ...
0
votes
0answers
40 views

Pass user credentials to solr

I am building a solr application that has multiple users. In order to authenticate users, i plan to use the basic authentication available in the jetty container. However, I would like to pass the ...
4
votes
2answers
292 views

Running Solr with Jetty

I'm having a little trouble understanding how Solr fits in with Jetty, and why I can't seem to get the start.jar in the distribution package to work. I can run all of the example configurations via ...
0
votes
0answers
57 views

Solr + Jelastic access URL

I have Solr deployed in Jelastic with Jetty. Its admin page can be accessed with the URL: http://mydomain.jelastic.servint.net/solr But when I try to add a document from another machine like this: ...
0
votes
1answer
57 views

failed running solr

i have installed solr-jetty on ubuntu 11.10. when i run http://localhost:8080/solr ,yes it's can. but when i tried to open http://localhost:8080/solr/admin, shown message "page not found" i tried to ...
0
votes
1answer
626 views

There are no SolrCores running [closed]

i am getting error when open http://localhost:8005/solr/. i am working with jetty on ubuntu 12.10. pls check below screen short of my error page thanks in advance. ...
0
votes
1answer
151 views

Securing Apache Solr in production

We are using Apache Solr 4.1 to index data for a web app. Only the web app should have access to the Solr. Users and other clients will not directly talk to Solr. What are some of the best practices ...
1
vote
1answer
202 views

Solr/Jetty confusion - how to get persistent service?

I'm on Ubuntu 12.04, using jetty (9_M4), solr (4.0.0) through django-haystack (2.0beta) installed in a django 1.4.2 site. I've had to make a number of jumps through hoops to get this up and running, ...
0
votes
1answer
224 views

howto add custom authentication to a Jetty webserver running solr

I have a Solr server running as a webapp on jetty. I now want to add a custom authentication procedure to jetty, to ad/remove users that can access the solr search. The user sends a token that needs ...
0
votes
2answers
92 views

unable accessing /solr on jetty

I am trying to run solr following schema I had in solr 1.4 to solr 3.5 and when I add core and schema to 3.5 : "500" error is found HTTP ERROR 500 Problem accessing /solr/. Reason: Severe ...
0
votes
2answers
227 views

Solr and Jetty deployment issue

I am having trouble with getting solr + jetty to work. I am following all instructions to the letter from - http://wiki.apache.org/solr/SolrJetty. It works like a good. But when I restart jetty ...
0
votes
1answer
110 views

error returning Json using simple Jersey app

Here I am trying to return JSON from one of the service, however it tends to error: SEVERE: The registered message body writers compatible with the MIME media type are: application/json -> ...
0
votes
0answers
201 views

oejw.StandardDescriptorProcessor:NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet

I'm trying to learn Solr and I'm getting stuck on the very first step. I'm following the standard procedure described on the Solr website. I'm doing this on Windows 7. Downloaded ...
0
votes
1answer
62 views

Is it necessary to use a standalone jetty install for using the php pecl solr extension?

I am currently just running the "start.jar" in the "example" folder of the solr folder. While trying to contact solr using the pecl solr extension from PHP, i am getting exceptions in the ...
0
votes
1answer
330 views

comitted before 500 null error in solr 3.6.1

In solr 3.6.1, At some point am getting the following error when concurrent request(concurrent load test) performed against the solr server. org.apache.solr.common.SolrException log SEVERE: ...
-2
votes
3answers
493 views

Port no 8080 is already in use when running Solr with runjetty

When I am running solr with runjetty in eclipse ,I am getting an exception(IlleagalStateException) and port no:8080 already in use? Can anyone help me on this?
0
votes
1answer
286 views

Could not load my.sql.jdbc.Driver, while configuring Solr to import data from mysql Database

I have added "mysql-connector-java-5.1.22-bin.jar" to solr/lib where other jetty.jar files are present. But when in solr/admin I check java.classpath I dont find this mysql.connector jar.. so finally ...
2
votes
3answers
456 views

Gracefully kill a java (jetty/solr) process started from a windows batch file with “start /b”

I'm starting a Java background process (Solr) from a batch file with start /b java -jar ... The problem is that start /b will shield the process from SIGINT signals, see help start. This means that ...
2
votes
1answer
181 views

Jetty - Form too large Error

I have been working on Solr and running some load tests on it. After some point, I keep getting Nov 29, 2012 3:34:43 PM org.apache.solr.common.SolrException log SEVERE: ...
0
votes
0answers
74 views

Jetty Error (while running Solr), without root cause

I was working on solr and basically running some tests but somehow I am getting this exception in the logs and it is not showing any root cause. Here is the related part of the error log. And here is ...
1
vote
1answer
84 views

How to install Solr so jetty does not inflate its files?

When I run java -jar start.jar, I get this directory structure: ./mydir/work/Jetty_0_0_0_0_8984_solr.war__solr__.sltihw/webapp/WEB-INF/ everything under /work has been inflated at run time. However, ...
0
votes
1answer
142 views

Trouble with Chinese character in Solr DataImport

I am having trouble indexing Chinese/Japanese texts in Solr 3.4. I am importing the data using DIH, the connection block is <dataSource type="JdbcDataSource" driver="com.mysql.jdbc.Driver" ...
1
vote
1answer
269 views

Securing multi core solr/jetty server with OpenSSL/https

I have a multi core solr instance running on a server with Jetty and I'm working on securing the backend. I have configured Jetty to use https protocol and everything works fine when I submit a ...
1
vote
0answers
195 views

solr 4.0 beta ping response

I have the latest solr 4.0.0 beta running with two cores. The solrconfig.xml files for each are practically identical. In the admin UI when I make a ping request for each, I get different results. ...
0
votes
0answers
92 views

How to make jetty work on a localhost/jetty:80 rather than localhost:80?

I am trying to install solr, jetty on a server machine which i do not have root access to. localhost:(any port) is restricted access to outside world as a firewall rule but localhost/(some folder) ...
2
votes
1answer
227 views

SOLR RuntimeException during indexing: how to write document id to log?

We are indexing millions of documents. We use Solr 3.1 and Jetty. I enabled logging in Jetty as described here: http://wiki.apache.org/solr/LoggingInDefaultJettySetup For some fulltexts we get ...
2
votes
0answers
254 views

Why this happens all the time? Solr OutOfMemoryError GC overhead limit exceeded

I am doing a load test for my Solr application. The index has more than 200 million documents. I use the default Jetty server and set up the maximal JVM memory as 4GB. To test my app, I make up 5000 ...
0
votes
1answer
173 views

solr error loading manifoldcf search component in authority-example.jar

I'm using solr 4.0 alpha with manifoldcf .5.1 and I downloaded and built the authority-example.jar and placed in example/solr/lib and added the appropriate lines to solrconfig.xml. I noticed that the ...
1
vote
1answer
179 views

SOLR memory consumption after indexing with DIH

I'm using solr 3.6. I'm indexing using DIH aprox 2.6GB of data hourly (right now, I use full import, but I knows about delta imports as well). I'm using 24GB of RAM just for JVM. The solr instance ...
1
vote
2answers
516 views

Solr search query returning full head exception

I am calling remote solr search hosted on other machine in a c# application. Now since my query length becomes too large so search engine is returning full head error. I can't reducing query length. ...
0
votes
1answer
71 views

Pass value 'AND'/'OR' dynamically using SolrPhpClient UI to Solr

I am using SolrPhpClient UI for Solr. Here, I'm configuring user search input to appropriate input like 'prod_path:(mens athletic puma sneaker shoes)&q.op=AND' which works fine in case of Solr ...
0
votes
1answer
138 views

solr configuration on jetty container

In my case, indexing is done but its not giving any result by text search. It is showing general indexed data by giving *:* as search term. solrconfig.xml : `<requestHandler name="/dataimport" ...
1
vote
1answer
147 views

Best way to hand a WAR file from one Maven project to another, to use with Embedded Jetty?

I thought this was simple, but having problems: Project1 is of type war. It creates an entire webapp .war file, including some Apache modules (solr/lucene), and some of our custom code. Project2 is ...
0
votes
1answer
834 views

Solr fails to serve JSPs, admin interface 404s

I'm having trouble with solr. I'm running it on Ubuntu with OpenJDK: >> java -version java version "1.6.0_22" OpenJDK Runtime Environment (IcedTea6 1.10.2) (6b22-1.10.2-0ubuntu1~11.04.1) ...
1
vote
4answers
1k views

How do you set up jetty-start with Maven?

I'm trying to get Maven to automatically download all dependencies for jetty-start so I run this: java start.jar etc/jetty.xml But when I do this: java start.jar --list-options I get several ...
0
votes
1answer
664 views

How do you configure jetty to allow access from an external server?

I've seen this asked before, with no good answers, how do you configure jetty to allow access from an external server? I've just started messing around with solr and jetty and am using the example ...
0
votes
0answers
469 views

Solr create a new index

I have a little problem with a servlet that works with embedded solr server.. this servlet don't see the index of solr that I create previously and contain about 1400 documents.. this message is show ...
1
vote
3answers
558 views

Running jetty+solr on Windows server

I am trying to create service for Windows. I have .bat script that launches jetty with solr: cd ../jetty java -Djetty.home="C:/Webs/lrt-archyvas/jetty" ...
0
votes
1answer
362 views

Can't connect to Solr running Jetty on Ubuntu 10

I'm trying to get Solr setup on our Linode running Ubuntu 10 LTS. We don't have a domain for this server yet so I'm just connect via the IP address I've used Solr on other project without any ...
1
vote
1answer
429 views

SolrJetty logging - how to get custom log formatter to work?

I have a Solr server on Linux running under Jetty 6 and am trying to set up a custom formatter for java logging however I can't seem to get it to recognize my custom class. I am new to Java so it is ...

1 2