RE: Help Needed - Indexing Related

2018-03-27 Thread YELESWARAPU, VENKATA BHAN
Information Classification: ** Limited Access

Team,

Fyi..Deleting the indexing job queue table resolved the issue and it generated 
the index files.

Thank you,
Dutt

_
From: YELESWARAPU, VENKATA BHAN
Sent: Tuesday, March 27, 2018 8:08 AM
To: 'solr-user@lucene.apache.org'
Subject: Help Needed - Indexing Related


Information Classification: ** Limited Access

Hi Solr Team,

Hope you are doing well. I have been struggling with indexing for a week now.
Yesterday I deleted all indexing files and tried re-indexing. It failed saying 
unable to open a new searcher. Also that _0.si file is missing.
Today I redeployed the whole application and tried indexing. Now facing the 
below issues.
If you could guide me on this or if there is any documentation around this, 
that would greatly help. Appreciate your time on this.

2018-03-27 07:53:59,896 DEBUG (DefaultdatabaseFunctions.java:319) - lock 
[SolrIndexingJobReadFromQueue] acquired
2018-03-27 07:53:59,924 DEBUG (SolrIndexingJob.java:193) - done sleeping
2018-03-27 07:53:59,929 DEBUG (DefaultdatabaseFunctions.java:313) - lock 
[SolrIndexingJobReadFromQueue] already exists, will try updating it now
2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) - Object 
Alerts.CWI_096850 not fetched because its identifier appears to be already 
in processing
2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) - Object 
Alerts.CWI_096850 not fetched because its identifier appears to be already 
in processing
2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) - Object 
Alerts.CWI_096850 not fetched because its identifier appears to be already 
in processing
2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) - Object 
Alerts.CWI_096854 not fetched because its identifier appears to be already 
in processing

2018-03-27 07:54:31,128 WARN  (SolrIndexingJob.java:107) - Solr indexing job 
failed
java.lang.IndexOutOfBoundsException: Index: 16, Size: 10
at java.util.ArrayList.rangeCheck(ArrayList.java:635)
at java.util.ArrayList.set(ArrayList.java:426)
at com.actimize.dao.DaoUtil.orderList(DaoUtil.java:215)
at 
com.actimize.dao.AlertDaoImpl.findAlertsByIdentifierForIndexing(AlertDaoImpl.java:2347)
at sun.reflect.GeneratedMethodAccessor2119.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at 
com.actimize.infrastructure.perfmon.PerformanceMonitorInterceptor.invokeUnderTrace(PerformanceMonitorInterceptor.java:57)
at 
org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:111)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at com.sun.proxy.$Proxy39.findAlertsByIdentifierForIndexing(Unknown 
Source)
at 
com.actimize.services.AlertsServiceImpl.findAlertsByIdentifierForIndexing(AlertsServiceImpl.java:5568)
at sun.reflect.GeneratedMethodAccessor2118.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at 
org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
at 
org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
at 
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
com.actimize.infrastructure.util.DeadLockLockingInterceptor.invoke(DeadLockLockingInterceptor.java:40)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
com.actimize.infrastructure.util.OptimisticLockingInterceptor.invoke

RE: Help Needed - Indexing Related

2018-03-27 Thread YELESWARAPU, VENKATA BHAN
Information Classification: ll Limited Access

Found those values.
solr.autoSoftCommit.maxTime:2000
solr.autoCommit.maxTime:12

Thank you,
Dutt

-Original Message-
From: Sujay Bawaskar [mailto:sujaybawas...@gmail.com] 
Sent: Tuesday, March 27, 2018 8:54 AM
To: solr-user@lucene.apache.org
Subject: Re: Help Needed - Indexing Related

Since this is a scheduled job I think you can get rid of commits and optimize 
which are invoked from scheduled job.

On Tue, Mar 27, 2018 at 6:13 PM, YELESWARAPU, VENKATA BHAN < 
vyeleswar...@statestreet.com> wrote:

> Information Classification: ll Limited Access
>
> Thanks for your response Sujay.
> Solr Version - 4.3.1
> Yes, we are using client api to generate index files.
> I don't see those parameters configured outside or in the logs, but 
> indexing job is scheduled, which I think will take care of these.
> We have the option to schedule it to run in min intervals.
>
> Thank you,
> Dutt
>
>
> -Original Message-
> From: Sujay Bawaskar [mailto:sujaybawas...@gmail.com]
> Sent: Tuesday, March 27, 2018 8:32 AM
> To: solr-user@lucene.apache.org
> Subject: Re: Help Needed - Indexing Related
>
> Few questions here,
>
> Are you using solrj client from java application?
> What is version of solr?
> How frequently commit and optimize operation is called from solr client?
> If commit and optimize are not called from client what is value for 
> solr.autoCommit.maxTime and solr.autoSoftCommit.maxTime?
> What is current TPS and expected TPS?
>
> On Tue, Mar 27, 2018 at 5:38 PM, YELESWARAPU, VENKATA BHAN < 
> vyeleswar...@statestreet.com> wrote:
>
> > Information Classification: ** Limited Access
> >
> > Hi Solr Team,
> >
> > Hope you are doing well. I have been struggling with indexing for a 
> > week now.
> > Yesterday I deleted all indexing files and tried re-indexing. It 
> > failed saying unable to open a new searcher. Also that _0.si file is
> missing.
> > Today I redeployed the whole application and tried indexing. Now 
> > facing the below issues.
> > If you could guide me on this or if there is any documentation 
> > around this, that would greatly help. Appreciate your time on this.
> >
> > 2018-03-27 07:53:59,896 DEBUG (DefaultdatabaseFunctions.java:319) - 
> > lock [SolrIndexingJobReadFromQueue] acquired
> > 2018-03-27 07:53:59,924 DEBUG (SolrIndexingJob.java:193) - done 
> > sleeping
> > 2018-03-27 07:53:59,929 DEBUG (DefaultdatabaseFunctions.java:313) - 
> > lock [SolrIndexingJobReadFromQueue] already exists, will try 
> > updating it now
> > 2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) 
> > - Object Alerts.CWI_096850 not fetched because its identifier 
> > appears to be already in processing
> > 2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) 
> > - Object Alerts.CWI_096850 not fetched because its identifier 
> > appears to be already in processing
> > 2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) 
> > - Object Alerts.CWI_096850 not fetched because its identifier 
> > appears to be already in processing
> > 2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) 
> > - Object Alerts.CWI_096854 not fetched because its identifier 
> > appears to be already in processing
> >
> > 2018-03-27 07:54:31,128 WARN  (SolrIndexingJob.java:107) - Solr 
> > indexing job failed
> > java.lang.IndexOutOfBoundsException: Index: 16, Size: 10
> > at java.util.ArrayList.rangeCheck(ArrayList.java:635)
> > at java.util.ArrayList.set(ArrayList.java:426)
> > at com.actimize.dao.DaoUtil.orderList(DaoUtil.java:215)
> > at
> > com.actimize.dao.AlertDaoImpl.findAlertsByIdentifierForIndex
> > ing(AlertDaoImpl.java:2347)
> > at sun.reflect.GeneratedMethodAccessor2119.invoke(Unknown
> Source)
> > at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > DelegatingMethodAccessorImpl.java:43)
> > at java.lang.reflect.Method.invoke(Method.java:606)
> > at org.springframework.aop.support.AopUtils.
> > invokeJoinpointUsingReflection(AopUtils.java:317)
> > at org.springframework.aop.framework.ReflectiveMethodInvocation.
> > invokeJoinpoint(ReflectiveMethodInvocation.java:183)
> > at org.springframework.aop.framework.ReflectiveMethodInvocation.
> > proceed(ReflectiveMethodInvocation.java:150)
> > at com.actimize.infrastructure.perfmon.
> > PerformanceMonitorInterceptor.invokeUnderTrace(
> > PerformanceMonitorInterceptor.java:57)
> >  

RE: Help Needed - Indexing Related

2018-03-27 Thread YELESWARAPU, VENKATA BHAN
Information Classification: ll Limited Access

Thanks for your response Sujay.
Solr Version - 4.3.1
Yes, we are using client api to generate index files.
I don't see those parameters configured outside or in the logs, but indexing 
job is scheduled, which I think will take care of these. 
We have the option to schedule it to run in min intervals.

Thank you,
Dutt


-Original Message-
From: Sujay Bawaskar [mailto:sujaybawas...@gmail.com] 
Sent: Tuesday, March 27, 2018 8:32 AM
To: solr-user@lucene.apache.org
Subject: Re: Help Needed - Indexing Related

Few questions here,

Are you using solrj client from java application?
What is version of solr?
How frequently commit and optimize operation is called from solr client?
If commit and optimize are not called from client what is value for 
solr.autoCommit.maxTime and solr.autoSoftCommit.maxTime?
What is current TPS and expected TPS?

On Tue, Mar 27, 2018 at 5:38 PM, YELESWARAPU, VENKATA BHAN < 
vyeleswar...@statestreet.com> wrote:

> Information Classification: ** Limited Access
>
> Hi Solr Team,
>
> Hope you are doing well. I have been struggling with indexing for a 
> week now.
> Yesterday I deleted all indexing files and tried re-indexing. It 
> failed saying unable to open a new searcher. Also that _0.si file is missing.
> Today I redeployed the whole application and tried indexing. Now 
> facing the below issues.
> If you could guide me on this or if there is any documentation around 
> this, that would greatly help. Appreciate your time on this.
>
> 2018-03-27 07:53:59,896 DEBUG (DefaultdatabaseFunctions.java:319) - 
> lock [SolrIndexingJobReadFromQueue] acquired
> 2018-03-27 07:53:59,924 DEBUG (SolrIndexingJob.java:193) - done 
> sleeping
> 2018-03-27 07:53:59,929 DEBUG (DefaultdatabaseFunctions.java:313) - 
> lock [SolrIndexingJobReadFromQueue] already exists, will try updating 
> it now
> 2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) - 
> Object Alerts.CWI_096850 not fetched because its identifier 
> appears to be already in processing
> 2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) - 
> Object Alerts.CWI_096850 not fetched because its identifier 
> appears to be already in processing
> 2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) - 
> Object Alerts.CWI_096850 not fetched because its identifier 
> appears to be already in processing
> 2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) - 
> Object Alerts.CWI_096854 not fetched because its identifier 
> appears to be already in processing
>
> 2018-03-27 07:54:31,128 WARN  (SolrIndexingJob.java:107) - Solr 
> indexing job failed
> java.lang.IndexOutOfBoundsException: Index: 16, Size: 10
> at java.util.ArrayList.rangeCheck(ArrayList.java:635)
> at java.util.ArrayList.set(ArrayList.java:426)
> at com.actimize.dao.DaoUtil.orderList(DaoUtil.java:215)
> at 
> com.actimize.dao.AlertDaoImpl.findAlertsByIdentifierForIndex
> ing(AlertDaoImpl.java:2347)
> at sun.reflect.GeneratedMethodAccessor2119.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.springframework.aop.support.AopUtils.
> invokeJoinpointUsingReflection(AopUtils.java:317)
> at org.springframework.aop.framework.ReflectiveMethodInvocation.
> invokeJoinpoint(ReflectiveMethodInvocation.java:183)
> at org.springframework.aop.framework.ReflectiveMethodInvocation.
> proceed(ReflectiveMethodInvocation.java:150)
> at com.actimize.infrastructure.perfmon.
> PerformanceMonitorInterceptor.invokeUnderTrace(
> PerformanceMonitorInterceptor.java:57)
> at org.springframework.aop.interceptor.AbstractTraceInterceptor.
> invoke(AbstractTraceInterceptor.java:111)
> at org.springframework.aop.framework.ReflectiveMethodInvocation.
> proceed(ReflectiveMethodInvocation.java:172)
> at org.springframework.aop.framework.JdkDynamicAopProxy.
> invoke(JdkDynamicAopProxy.java:204)
> at 
> com.sun.proxy.$Proxy39.findAlertsByIdentifierForIndexing(Unknown
> Source)
> at com.actimize.services.AlertsServiceImpl.
> findAlertsByIdentifierForIndexing(AlertsServiceImpl.java:5568)
> at sun.reflect.GeneratedMethodAccessor2118.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.springframework.aop.support.AopUtils.
> invokeJoinpointUsingReflection(AopUtils.java:317)
> at org.springframework.aop.framework.ReflectiveMethodInvocation.
> inv

Help Needed - Indexing Related

2018-03-27 Thread YELESWARAPU, VENKATA BHAN
Information Classification: ** Limited Access

Hi Solr Team,

Hope you are doing well. I have been struggling with indexing for a week now.
Yesterday I deleted all indexing files and tried re-indexing. It failed saying 
unable to open a new searcher. Also that _0.si file is missing.
Today I redeployed the whole application and tried indexing. Now facing the 
below issues.
If you could guide me on this or if there is any documentation around this, 
that would greatly help. Appreciate your time on this.

2018-03-27 07:53:59,896 DEBUG (DefaultdatabaseFunctions.java:319) - lock 
[SolrIndexingJobReadFromQueue] acquired
2018-03-27 07:53:59,924 DEBUG (SolrIndexingJob.java:193) - done sleeping
2018-03-27 07:53:59,929 DEBUG (DefaultdatabaseFunctions.java:313) - lock 
[SolrIndexingJobReadFromQueue] already exists, will try updating it now
2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) - Object 
Alerts.CWI_096850 not fetched because its identifier appears to be already 
in processing
2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) - Object 
Alerts.CWI_096850 not fetched because its identifier appears to be already 
in processing
2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) - Object 
Alerts.CWI_096850 not fetched because its identifier appears to be already 
in processing
2018-03-27 07:53:59,971 DEBUG (SolrIndexingQueueServiceImpl.java:54) - Object 
Alerts.CWI_096854 not fetched because its identifier appears to be already 
in processing

2018-03-27 07:54:31,128 WARN  (SolrIndexingJob.java:107) - Solr indexing job 
failed
java.lang.IndexOutOfBoundsException: Index: 16, Size: 10
at java.util.ArrayList.rangeCheck(ArrayList.java:635)
at java.util.ArrayList.set(ArrayList.java:426)
at com.actimize.dao.DaoUtil.orderList(DaoUtil.java:215)
at 
com.actimize.dao.AlertDaoImpl.findAlertsByIdentifierForIndexing(AlertDaoImpl.java:2347)
at sun.reflect.GeneratedMethodAccessor2119.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at 
com.actimize.infrastructure.perfmon.PerformanceMonitorInterceptor.invokeUnderTrace(PerformanceMonitorInterceptor.java:57)
at 
org.springframework.aop.interceptor.AbstractTraceInterceptor.invoke(AbstractTraceInterceptor.java:111)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at com.sun.proxy.$Proxy39.findAlertsByIdentifierForIndexing(Unknown 
Source)
at 
com.actimize.services.AlertsServiceImpl.findAlertsByIdentifierForIndexing(AlertsServiceImpl.java:5568)
at sun.reflect.GeneratedMethodAccessor2118.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at 
org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
at 
org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
at 
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
com.actimize.infrastructure.util.DeadLockLockingInterceptor.invoke(DeadLockLockingInterceptor.java:40)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
com.actimize.infrastructure.util.OptimisticLockingInterceptor.invoke(OptimisticLockingInterceptor.java:48)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
com.actimize.infrastructure.perfmon.PerformanceMonitorInterceptor.invokeUnderTrace(PerformanceMonitorInterceptor.java:57)
at 

Configuring Solr Data and Index directories

2018-03-02 Thread YELESWARAPU, VENKATA BHAN
Information Classification: ** Limited Access

Dear Team,

While deploying Solr I just see one parameter where we provide solr_home path.
For ex: -Dsolr.solr.home=/usr/local/clo/ven/solr_home

1)  Is there any path where we can configure data and index directories.
2)  Can we separate data directory from solr_home.
3)  Also, how to enable password protection for solr so that only limited 
people can access.

Could you please help answer these?

Thank you very much,
Dutt





RE: Gentle reminder RE: Object not fetched because its identifier appears to be already in processing

2018-02-28 Thread YELESWARAPU, VENKATA BHAN
Information Classification: ll Limited Access

Thank you for your reply Shawn. I'm not part of that user list so I never 
received any emails so far. 
Could you please subscribe me (vyeleswar...@statestreet.com) or let me know the 
process?
Also I would greatly appreciate if you could forward any responses received for 
this issue.

To answer your question, we see these messages in the solr log file. Solr 
search option is visible on the UI but when we search for a text, it says "No 
results found". 
The index files are not getting generated/created. We have the index job 
scheduled to run every min, and solr log file is filled with below messages.
"Object not fetched because its identifier appears to be already in 
processing". 

These are the Solr & lucene versions.
solr-spec4.3.1
solr-impl 4.3.1 1491148 - shalinmangar - 2013-06-09 12:15:33
lucene-spec4.3.1
lucene-impl 4.3.1 1491148 - shalinmangar - 2013-06-09 12:07:58

Solr master and slave configuration is working fine and I'm able to access the 
urls.
All we are trying is to make the search function work on UI. Please let me know 
if you need any more details.

P.S: Kindly keep me in Cc until I'm added to the user list.

Thank you,
Dutt

-Original Message-
From: Shawn Heisey [mailto:apa...@elyograg.org] 
Sent: Tuesday, February 27, 2018 10:09 PM
To: solr-user@lucene.apache.org
Cc: YELESWARAPU, VENKATA BHAN <vyeleswar...@statestreet.com>
Subject: Re: Gentle reminder RE: Object not fetched because its identifier 
appears to be already in processing

On 2/27/2018 7:08 AM, YELESWARAPU, VENKATA BHAN wrote:
> While indexing job is running we are seeing the below message for all the 
> objects.
>
> Object not fetched because its identifier appears to be already in 
> processing

This time, I am going to include you as a CC on the message.  This is not 
normally something that I do, because posting to the list normally requires 
subscribing to the list, so you should be getting all replies from the list.

I'm pretty sure that I already replied once asking for information, but I never 
got a response.

Another thing I said on my last reply:  The text of the error message you have 
provided (in the subject and in the text I quoted above) is not in the Solr or 
Lucene codebase.  So right away we know that it wasn't generated by Solr.  It 
may have been generated by the other piece of software *inside* Solr, but 
without the rest of the error information, we have no way of knowing what 
actually happened.  Solr errors tend to be dozens of lines long, with most of 
the output being a Java stacktrace.  And in order to make sense of the 
stacktrace, we must have the Solr version.

In addition to the details Cassandra mentioned, there's one bit that will be 
critical:

Where *exactly* did you see this error?  Was it in the Solr admin UI, the Solr 
logfile, the logging output from your indexing program, or somewhere else?

Thanks,
Shawn



RE: Gentle reminder RE: Object not fetched because its identifier appears to be already in processing

2018-02-28 Thread YELESWARAPU, VENKATA BHAN
Information Classification: ll Limited Access

Thanks Shawn, I submitted a request to subscribe.

After restarting jboss and redeploying solr war files, index files were 
successfully created and global search is now working.
Not sure what really was the problem and what was fixed. :) We spent few days 
on this.

Anyways, thank you very much for your support. Will get back if I have any 
questions.

Good day
Dutt

-Original Message-
From: Shawn Heisey [mailto:apa...@elyograg.org] 
Sent: Wednesday, February 28, 2018 1:08 PM
To: solr-user@lucene.apache.org
Cc: YELESWARAPU, VENKATA BHAN <vyeleswar...@statestreet.com>
Subject: Re: Gentle reminder RE: Object not fetched because its identifier 
appears to be already in processing

On 2/28/2018 12:06 AM, YELESWARAPU, VENKATA BHAN wrote:
> Thank you for your reply Shawn. I'm not part of that user list so I never 
> received any emails so far.
> Could you please subscribe me (vyeleswar...@statestreet.com) or let me know 
> the process?
> Also I would greatly appreciate if you could forward any responses received 
> for this issue.

You can subscribe yourself.  That's not something I can do for you.

http://lucene.apache.org/solr/community.html#mailing-lists-irc

> To answer your question, we see these messages in the solr log file. Solr 
> search option is visible on the UI but when we search for a text, it says "No 
> results found".
> The index files are not getting generated/created. We have the index job 
> scheduled to run every min, and solr log file is filled with below messages.
> "Object not fetched because its identifier appears to be already in 
> processing".

Can you place that logfile (ideally the whole thing) somewhere and provide a 
URL for accessing it?  There are many paste websites and many file sharing 
sites that you can use to do this.  With the actual logfile, hopefully the 
problem can be found.

If I do a google search for that error message, the only thing that comes up is 
messages from you.  It doesn't appear to be something that people have 
encountered before.

> These are the Solr & lucene versions.
>  solr-spec4.3.1
>  solr-impl 4.3.1 1491148 - shalinmangar - 2013-06-09 12:15:33
>  lucene-spec4.3.1
>  lucene-impl 4.3.1 1491148 - shalinmangar - 2013-06-09 12:07:58

If we determine that there *is* a bug, it will need to be demonstrated in the 
current version (7.2.1) before it can be fixed.  There will be no more 4.x 
releases.  As you can see, the version you're running is nearly five years old.

> Solr master and slave configuration is working fine and I'm able to access 
> the urls.
> All we are trying is to make the search function work on UI. Please let me 
> know if you need any more details.

What happens if you leave the query as *:* and execute it? This is special 
syntax for all documents.

Thanks,
Shawn



Gentle reminder RE: Object not fetched because its identifier appears to be already in processing

2018-02-27 Thread YELESWARAPU, VENKATA BHAN
Information Classification: ** Limited Access

If any of you experts could help, we would greatly appreciate it. Thank you.

From: YELESWARAPU, VENKATA BHAN
Sent: Friday, February 23, 2018 8:30 AM
To: 'd...@lucene.apache.org' <d...@lucene.apache.org>; 
'solr-user@lucene.apache.org' <solr-user@lucene.apache.org>
Subject: Object not fetched because its identifier appears to be already in 
processing

Information Classification: ** Limited Access
Dear Users,


While indexing job is running we are seeing the below message for all the 
objects.

Object not fetched because its identifier appears to be already in processing



What is the issue and how to resolve this so that indexing can work. Could you 
please guide.



Thank you,

Dutt



Object not fetched because its identifier appears to be already in processing

2018-02-23 Thread YELESWARAPU, VENKATA BHAN
Information Classification: ** Limited Access

Dear Users,


While indexing job is running we are seeing the below message for all the 
objects.

Object not fetched because its identifier appears to be already in processing



What is the issue and how to resolve this so that indexing can work. Could you 
please guide.



Thank you,

Dutt