Re: No space left on device - When I execute suggester component.

2017-12-19 Thread Jamie Jackson
Have you checked disk consumption on the box yet? On Dec 19, 2017 8:46 PM, "Fiz Newyorker" wrote: > Hello Solr Experts, > > Good Evening ! > > I have an issue , Whenever I run the Auto Suggest component , > > http://lapp81.rno.com:8989/solr/Data/suggest?suggest= >

Re: How to restart solr in docker?

2017-12-15 Thread Jamie Jackson
The usual procedure with containers is to restart or recreate the container. On Fri, Dec 15, 2017 at 11:55 AM, Buckler, Christine < christine.buck...@nordstrom.com> wrote: > What is the command for restarting solr on a docker image? I have modified > the solrconfig.xml to add the suggest plugin

Problem using user.timezone in DIH

2017-09-22 Thread Jamie Jackson
Solr 6.6.0 I'm getting a weird issue and a misleading error when I try to use the user.timezone property in a data import handler configuration which has child entities: Caused by: java.sql.SQLInvalidAuthorizationSpecException: Could not connect: Access denied for user '{}'@'111.222.111.222'

Re: [bulk]: Re: Dates and DataImportHandler

2017-09-21 Thread Jamie Jackson
reat. Do I > perhaps have to add something to solrconfig.xml? > > Thanks, > Birgit > > > > -Original Message- > From: Jamie Jackson [mailto:jamieja...@gmail.com] > Sent: Tuesday, September 19, 2017 6:54 PM > To: solr-user@lucene.apache.org > Subject: [bulk]:

Re: [bulk]: Dates and DataImportHandler

2017-09-19 Thread Jamie Jackson
plePropertiesWriter.init(SimplePropertiesWriter.java:100) > at org.apache.solr.handler.dataimport.DataImporter. > createPropertyWriter(DataImporter.java:328) > ... 4 more > > Has anyone an idea what is wrong or missing? > > Thanks, > Birgit

Dates and DataImportHandler

2017-09-18 Thread Jamie Jackson
Hi folks, My DB server is on America/Chicago time. Solr (on Docker) is running on UTC. Dates coming from my (MariaDB) data source seem to get translated properly into the Solr index without me doing anything special. However when doing delta imports using last_index_time (

Re: Scheduling Data Import Handler (DIH) Delta Imports

2016-11-28 Thread Jamie Jackson
One last bump before I get crackin'... On Mon, Nov 21, 2016 at 11:54 AM, Jamie Jackson <jamieja...@gmail.com> wrote: > Hi Folks, > > I have DIH cores that are being indexed by my Lucee application. That > works, but I'd like to make some improvements: > > >-

Scheduling Data Import Handler (DIH) Delta Imports

2016-11-21 Thread Jamie Jackson
Hi Folks, I have DIH cores that are being indexed by my Lucee application. That works, but I'd like to make some improvements: - Make a standalone scheduler that's not part of a larger application. (FYI, I want to Dockerize the import-triggering service.) - Prevent import requests from

Re: Problem with Password Decryption in Data Import Handler

2016-11-03 Thread Jamie Jackson
to change password > in config file. > > > > On November 2, 2016 at 5:23:33 PM, Jamie Jackson (jamieja...@gmail.com) > wrote: > > I should have mentioned that I verified connectivity with plain passwords: > > From the same machine that Solr's running on: > >

Re: Problem with Password Decryption in Data Import Handler

2016-11-02 Thread Jamie Jackson
gt; MySQL & Co. instance > > I suspect you need to allow MySQL & Co. to accept connections > from ICZ2002912. Plus, check DNS resolution, etc. > > > Thanks, > > > -- > Fuad Efendi > (416) 993-2060 > http://www.tokenizer.ca > Recommender Systems > > &

Re: Problem with Password Decryption in Data Import Handler

2016-11-02 Thread Jamie Jackson
oxy(AbstractConnectProtocol.java:763) at org.mariadb.jdbc.internal.util.Utils.retrieveProxy(Utils.java:469) at org.mariadb.jdbc.Driver.connect(Driver.java:104) ... 16 more On Thu, Oct 6, 2016 at 2:42 PM, Jamie Jackson <jamieja...@gmail.com> wrote: > It happens to be ten characters. > > On Thu, Oct 6, 2016 at

Re: Problem with Password Decryption in Data Import Handler

2016-10-06 Thread Jamie Jackson
gt; > the file? > > > > If you did something like echo "" > file.txt then there would be a new > > line. Use echo -n "" > file.txt > > > > Also you should be able to check how many characters are in the file. > > > > Kevin Risden > &g

Re: Problem with Password Decryption in Data Import Handler

2016-10-06 Thread Jamie Jackson
> file.txt then there would be a new > line. Use echo -n "" > file.txt > > Also you should be able to check how many characters are in the file. > > Kevin Risden > > On Wed, Oct 5, 2016 at 5:00 PM, Jamie Jackson <jamieja...@gmail.com> > wrote: > >

Problem with Password Decryption in Data Import Handler

2016-10-05 Thread Jamie Jackson
Hi Folks, (Using Solr 5.5.3.) As far as I know, the only place where encrypted password use is documented is in https://cwiki.apache.org/confluence/display/solr/Uploading+Structured+Data+Store+Data+with+the+Data+Import+Handler, under the "Configuring the DIH Configuration File", in a comment in

Re: JNDI settings

2016-09-27 Thread Jamie Jackson
In 4, with a separate servlet container, I used externally-defined, container-managed jndi data sources. However, I'm in the middle of an upgrade to 5 (before moving on to 6), and I had to add the DIH lib to each core's solrconfig.xml and add connection details to each core's DIH config xml. See

Solrj: Cannot retry request with a non-repeatable request entity.

2014-10-03 Thread Jamie Jackson
Please help me get over this obstacle: Stack trace and (ColdFusion) snippet: https://gist.github.com/jamiejackson (This is an attempt to get Solrj to perform a deleteByQuery with ConcurrentUpdateSolrServer using basic authentication. I am a noob with the entire Solrj and HTTPClient stack. )