Re: Silent error from DataImportHandler

2018-09-10 Thread Erick Erickson
You very often get _much_ more detail in the Solr log rather than the admin UI BTW On Mon, Sep 10, 2018 at 8:50 AM Monique Monteiro wrote: > > Hi Andrea, > > In fact, I had to add *logLevel="debug"* to the DIH configuration. Just > checking "Debug" on console is not enough. I also checked "V

Re: Silent error from DataImportHandler

2018-09-10 Thread Monique Monteiro
Hi Andrea, In fact, I had to add *logLevel="debug"* to the DIH configuration. Just checking "Debug" on console is not enough. I also checked "Verbose". Now, a database exception (locked account is shown). Thanks! Monique On Mon, Sep 10, 2018 at 12:26 PM Andrea Gazzarini wrote: > I cannot gi

Re: Silent error from DataImportHandler

2018-09-10 Thread Andrea Gazzarini
I cannot give you detailed instructions as I don't have in front of me a Solr console with the dataimport enabled, but I remember that there's a detailed section which reports a lot of information. In the meantime: shooting in the dark, if the query is working and "total rows fetched" = 0, the

Re: Silent error from DataImportHandler

2018-09-10 Thread Monique Monteiro
This is shown in the section "Raw Debug-Response". On Mon, Sep 10, 2018 at 12:20 PM Andrea Gazzarini wrote: > Hi Monique, this is the output; when you check the debug checkbox > another section is printed > > Andrea > > On 10/09/2018 17:19, Monique Monteiro wrote: > > Text: > > > > { "responseHe

Re: Silent error from DataImportHandler

2018-09-10 Thread Andrea Gazzarini
Hi Monique, this is the output; when you check the debug checkbox another section is printed Andrea On 10/09/2018 17:19, Monique Monteiro wrote: Text: { "responseHeader": { "status": 0, "QTime": 463 }, "initArgs": [ "defaults", [ "config", "data-cnpj-config.xml" ] ], "command": "full-import",

Re: Silent error from DataImportHandler

2018-09-10 Thread Monique Monteiro
Text: { "responseHeader": { "status": 0, "QTime": 463 }, "initArgs": [ "defaults", [ "config", "data-cnpj-config.xml" ] ], "command": "full-import", "mode": "debug", "documents": [], "verbose-output": [], "status": "idle", " importResponse": "", "statusMessages": { "Time Elapsed": "0:0:0.432", "To

Re: Silent error from DataImportHandler

2018-09-10 Thread Walter Underwood
Copy and paste the text of the error. Pictures of text aren’t very useful, even when they do make it through the mail reflector. Also, expand the error (the small info button) to get a stack trace. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Sep

Re: Silent error from DataImportHandler

2018-09-10 Thread Andrea Gazzarini
Hi Monique, I think you cannot attach files / images, please post, if available, the url of the image or a text description. Andrea On 10/09/2018 17:05, Monique Monteiro wrote: Hi Andrea, Solr console doesn't return a very different information even with debug mode enabled: image.png On

Re: Silent error from DataImportHandler

2018-09-10 Thread Monique Monteiro
Hi Andrea, Solr console doesn't return a very different information even with debug mode enabled: [image: image.png] On Mon, Sep 10, 2018 at 12:00 PM Andrea Gazzarini wrote: > You can check the solr.log or the solr-console.log. Another option is to > activate the debug mode in the Solr console

Re: Silent error from DataImportHandler

2018-09-10 Thread Andrea Gazzarini
You can check the solr.log or the solr-console.log. Another option is to activate the debug mode in the Solr console before running the data import. Andrea On 10/09/2018 16:57, Monique Monteiro wrote: Hi all, I have a data import handler configured with an Oracle SQL query which works like a

Silent error from DataImportHandler

2018-09-10 Thread Monique Monteiro
Hi all, I have a data import handler configured with an Oracle SQL query which works like a charm. However, when I have the same query configured in Solr's data import handler, nothing happens, and it returns: "*Total Requests made to DataSource*": "1", "*Total Rows Fetched*": "0",