Re: Operation backup caused exception : AccessDeniedException

2020-01-29 Thread Salmaan Rashid Syed
load the solr backup file to my hard drive. The only change that the Solr underwent from the previous time is that I have enabled authentication on it. Is authentication causing all these problems?. Thanks for your help. Regards, Salmaan On Tue, Jan 28, 2020 at 8:15 AM Shawn Heisey wrote: > On 1/27/2

Re: Operation backup caused exception : AccessDeniedException

2020-01-27 Thread Salmaan Rashid Syed
e the user restrictions in AWS, though I am not sure if there are any? Thanks in advance. Regards, Salmaan On Mon 27 Jan, 2020, 10:47 PM Shawn Heisey, wrote: > On 1/27/2020 1:58 AM, Salmaan Rashid Syed wrote: > > Collection: PANNA operation: backup > > failed:java.nio.file.Access

Operation backup caused exception : AccessDeniedException

2020-01-27 Thread Salmaan Rashid Syed
*Hi Solr Users,* *I was trying to backup Solr collection using the following command. * curl --user 'solr-admin:' " http://localhost:8983/solr/admin/collections?action=BACKUP=panna_backup=PANNA=/opt/solr_Backup/solr-data-backup-27-01-2020/ " *I am getting the following error message.

Different results due to sharding and problems with interesting terms in MLT

2019-09-27 Thread Salmaan Rashid Syed
Hi Solr Users, I have two questions, 1) I am working on Solr 7.6 and I have incorporated MLT feature into it. I need to allow users to search on emails and skills, so I have allowed few of the special characters such as [@, ., -, _, +, #, *]. I am not using stemmer as it is removing letter "s"

Re: Problems with restricting access to users using Basic auth

2019-09-03 Thread Salmaan Rashid Syed
[/collection1/select?q=*:*] returned status [200] Request [/collection2/select?q=*:*] returned status [200] Request [/collection3/select?q=*:*] returned status [403] I am still wondering wher I am going wrong. Thanks, Salmaan On Thu, Aug 29, 2019 at 1:34 PM Salmaan Rashid Syed

Re: Problems with restricting access to users using Basic auth

2019-08-29 Thread Salmaan Rashid Syed
Request [/collection1/select?q=*:*] returned status [200] > Request [/collection2/select?q=*:*] returned status [200] > Request [/collection3/select?q=*:*] returned status [200] > > Testing permissions for user [solr-user] > Request [/admin/collections?action=LIST]

Re: Problems with restricting access to users using Basic auth

2019-08-22 Thread Salmaan Rashid Syed
ead", "role": "admin"}, > {"name": "core-admin-edit", "role": "admin"}, > {"name": "core-admin-read", "role": "admin"}, > {"name": "collection-api-edit", "role&quo

Re: Problems with restricting access to users using Basic auth

2019-08-21 Thread Salmaan Rashid Syed
he job. So your > security.json should have a permissions section that looks like the > JSON below: > > {"name": "dev-read", "collection": ["collection1", "collection2"], > "role": "dev"}, > {"name": "

Re: Problems with restricting access to users using Basic auth

2019-08-21 Thread Salmaan Rashid Syed
Salmaan Rashid Syed < salmaan.ras...@mroads.com> wrote: > Hi Jason, > > I am using version 7.6 of Solr. > > Thanks, > Salmaan > > > > On Wed, Aug 21, 2019 at 4:12 PM Jason Gerlowski > wrote: > >> The "all" permissions _should_ block solr-us

Re: Problems with restricting access to users using Basic auth

2019-08-21 Thread Salmaan Rashid Syed
gt; There was a bug with it that was fixed a few versions back though- it > sounds like you might be running into that. (see > https://issues.apache.org/jira/browse/SOLR-13355) What version of Solr > are you using? > > Jason > > > > On Wed, Aug 21, 2019 at 5:21 AM Salmaan Rashid Syed >

Re: Problems with restricting access to users using Basic auth

2019-08-21 Thread Salmaan Rashid Syed
"name": ["update", "read"], > "role": "dev" > }, > { > "name": "all", > "role": "admin" > } > ] > > Hope that helps get you started. >

Problems with restricting access to users using Basic auth

2019-08-20 Thread Salmaan Rashid Syed
Hi Solr Users, I want to create a user that has restricted access to Solr. I did the follwowing:- 1. { 2. "authentication":{ 3."blockUnknown": true, 4."class":"solr.BasicAuthPlugin", 5."credentials":{ 6. "solr-admin":

Re: Problem with uploading Large synonym files in cloud mode

2019-08-02 Thread Salmaan Rashid Syed
to zookeeper > > I don't know which Solr version you are using, but a good starting point > with solr cloud is > http://lucene.apache.org/solr/guide/6_6/solrcloud.html > > Regards > Bernd > > > > Am 02.08.19 um 07:59 schrieb Salmaan Rashid Syed: > > Hi Bernd, &

Re: Problem with uploading Large synonym files in cloud mode

2019-08-02 Thread Salmaan Rashid Syed
directory that contains managed-schema and config.xml files with which I initialized and created collections? And then the solr will pick them up from there when it restarts? Regards, Salmaan On Thu, Aug 1, 2019 at 5:40 PM Bernd Fehling wrote: > > > Am 01.08.19 um 13:57 schrieb

Re: Basic Authentication problem

2019-08-01 Thread Salmaan Rashid Syed
ther curl commands like normal querying? > Or is it just not working when updating password and adding new users? > > Regards, > Edwin > > > > On Fri, 2 Aug 2019 at 13:03, Salmaan Rashid Syed < > salmaan.ras...@mroads.com> > wrote: > > > Hi Zheng, > >

Re: Basic Authentication problem

2019-08-01 Thread Salmaan Rashid Syed
UI with your created user name and > password to see if it works? > > Regards, > Edwin > > On Thu, 1 Aug 2019 at 19:51, Salmaan Rashid Syed < > salmaan.ras...@mroads.com> > wrote: > > > Hi Solr User, > > > > Please help me with my issue. > > &

Re: Problem with uploading Large synonym files in cloud mode

2019-08-01 Thread Salmaan Rashid Syed
Thank you, I will definitely try it. Regards, Salmaan On Thu, Aug 1, 2019 at 5:40 PM Bernd Fehling wrote: > > > Am 01.08.19 um 13:57 schrieb Salmaan Rashid Syed: > > After I make the -Djute.maxbuffer changes to Solr, deployed in > production, > > Do I need to res

Re: Problem with uploading Large synonym files in cloud mode

2019-08-01 Thread Salmaan Rashid Syed
se maxbuffer for zookeeper on solr side to 10MB. > > In Zookeeper zookeeper/conf/zookeeper-env.sh > SERVER_JVMFLAGS="$SERVER_JVMFLAGS -Djute.maxbuffer=1000" > > I have a >10MB Thesaurus and use 30MB for jute.maxbuffer, works perfect. > > Regards > > > A

Re: Basic Authentication problem

2019-08-01 Thread Salmaan Rashid Syed
nd as follows, curl --user solr-admin:SolrRocks http://localhost:8983/solr/admin/authentication -H 'Content-type:application/json' -d '{"set-user":{"solr-admin":"s2019"}}' I get the following error message, Error 403 Unauthorized request, Response code: 403 HTTP ERRO

Re: Basic Authentication problem

2019-08-01 Thread Salmaan Rashid Syed
ault password using the curl command as follows, curl --user solr-admin:SolrRocks http://localhost:8983/solr/admin/authentication -H 'Content-type:application/json' -d '{"set-user":{"solr-admin":"s2019"}}' I get the following error message, Error 403 Unauthorized

Basic Authentication problem

2019-08-01 Thread Salmaan Rashid Syed
ads-solr-admin:SolrRocks http://localhost:8983/solr/admin/authentication -H 'Content-type:application/json' -d '{"set-user":{"mroads-solr":"Mroads@2019 #"}}' I get the following error message, Error 403 Unauthorized request, Response code: 403 HTTP ERROR 403

Re: Problem with uploading Large synonym files in cloud mode

2019-07-31 Thread Salmaan Rashid Syed
ot; > This will increase maxbuffer for zookeeper on solr side to 10MB. > > In Zookeeper zookeeper/conf/zookeeper-env.sh > SERVER_JVMFLAGS="$SERVER_JVMFLAGS -Djute.maxbuffer=1000" > > I have a >10MB Thesaurus and use 30MB for jute.maxbuffer, works perfect. > >

Problem with uploading Large synonym files in cloud mode

2019-07-30 Thread Salmaan Rashid Syed
Hi Solr Users, I have a very big synonym file (>5MB). I am unable to start Solr in cloud mode as it throws an error message stating that the synonmys file is too large. I figured out that the zookeeper doesn't take a file greater than 1MB size. I tried to break down my synonyms file to smaller

Re: Accessing Solr collections at different ports - Need help

2019-05-03 Thread Salmaan Rashid Syed
t; > > Am 03.05.2019 um 07:54 schrieb Salmaan Rashid Syed < > salmaan.ras...@mroads.com>: > > > > Hi Solr Users, > > > > I am using Solr 7.6 in cloud mode with external zookeeper installed at > > ports 2181, 2182, 2183. Currently we have only one

Re: Accessing Solr collections at different ports - Need help

2019-05-03 Thread Salmaan Rashid Syed
. To be honest, I really don't know what Solr-as-service is really trying to accomplish. Apologies for lengthy question and Thanks in advance. *Thanks and Regards,* Salmaan Rashid Syed +91 8978353445 | www.panna.ai | 5550 Granite Pkwy, Suite #225, Plano TX-75024. Cyber Gateways, Hi-tech City, Hyderabad

Accessing Solr collections at different ports

2019-05-02 Thread Salmaan Rashid Syed
Hi Solr Users, I am using Solr 7.6 in cloud mode with external zookeeper installed at ports 2181, 2182, 2183. Currently we have only one server allocated for Solr. We are planning to move to multiple servers for better sharing, replication etc in near future. Now the issue is that, our

Accessing Solr collections at different ports - Need help

2019-05-02 Thread Salmaan Rashid Syed
the Server folder and access each Solr at different port with its own collection as shown by https://www.youtube.com/watch?v=wmQFwK2sujE I am really confused as to which is the better path to choose. Please help me out. Thanks. Regards, Salmaan *Thanks and Regards,* Salmaan Rashid Syed +91

Installing Solr as service to multiple clients

2019-04-25 Thread Salmaan Rashid Syed
Hi, I want to install solr as service for our numerous clients. I am currently working in solr-7.6.0 in cloud mode on an ubuntu machine. I am really unsure about how to facet our services to multiple clients. Every client has a unique data to index and they want their data to be stored as big