Re: [xwiki-users] Fw : Re: ACL missunderstand

2016-10-04 Thread Sergiu Dumitriu
One thing seems wrong to me: Page & Children preferences should be set on
Enciclopedie.WebHome, not on Enciclopedie.WebPreferences, at least as far
as I understand the new nested spaces (which I haven't yet tried).

So, questions:
- Devs, am I right that rights should be set on WebHome?
- Devs, what's the actual effect when rights are set on
Enciclopedie.WebPreferences?
- Pascal, did you set the rights manually on that page?
- Were the rights set as space rights before and were wrongly migrated/kept
on the wrong document?


On Tue, Sep 13, 2016 at 9:18 AM, Pascal BASTIEN 
wrote:

> Thxs for your answers but my ACL doesn't work on my 8.2.1.
>
> Users can not create new page or modify page on my encyclopédie space...
>
> Here some ACL screenshot:
> ACL on main wiki: https://snag.gy/dWbzZR.jpg
>
> ACL on Encyclopédie space (on encyclopédie page and children)
> https://snag.gy/vFArI1.jpg
> (I tested with XwikiAllGroup but my with my editor group i have the same
> problem)
>
> My user to test:
> https://snag.gy/NPwAqg.jpg
>
> Here my user view: https://snag.gy/6IeM4u.jpg
>
> If someone can see what I'm wrong?
>
>
> Thxs.
>
> Pascal B
>
>
> --- En date de : Ven 9.9.16, Vincent Massol  a écrit :
>
>
> > >
> > > To conclude, do you know which ACL I must
> > apply to have same rights thant xwiki 7.0.1?
> > > (I must apply ACL right on ALL first level
> > space?)
> >
> > I don’t think
> > that ACL have changed over versions. There are some new
> > permissions like the Script permissions but globally they
> > still work the same.
> >
> > "Rights: Page & Children" is
> > similar to space ACL”
> > Correct!
> >
> > And “Rights: Page” is just
> > permissions for the WebHome page.
> >
> > As before permissions are inherited. Although
> > before we had only 1 space level, now we have several
> > spaces. But the principle is the same.
> >
> > Thanks
> > -Vincent
> >
> >
> > >
> > >
> > Thxs for any help.
> > >
> > > Pascal B
> > >
> > ___
> > > users mailing list
> > > users@xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> >
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] User registration

2016-10-04 Thread Vincent Massol
Hi Peter,

> On 04 Oct 2016, at 15:09, Peter Huisman  wrote:
> 
> Hi,
> 
> We have migrated to xwiki 8.2.1 in a docker environment. Everything is 
> working as a charm. However: When registerring a user (as an admin), I get an 
> error. Investigating this only gives me results that date from 2013 but 
> nothing recent. I am not sure how to proceed. The error is:
> 
> 
> type Exception report
> 
> message Servlet execution threw an exception
> 
> description The server encountered an internal error that prevented it from 
> fulfilling this request.
> 
> exception
> 
> javax.servlet.ServletException: Servlet execution threw an exception
>   com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115)
>   
> org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
>   org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
>   
> org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
>   
> org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
>   
> org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
>   
> org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:137)
> root cause
> 
> java.lang.NoClassDefFoundError: Could not initialize class 
> com.xpn.xwiki.web.RegisterAction
>   sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>   
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>   
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>   java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>   java.lang.Class.newInstance(Class.java:442)
>   
> org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:172)
>   
> org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:147)
>   
> org.apache.struts.action.RequestProcessor.processActionCreate(RequestProcessor.java:281)
>   
> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:221)
>   org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
>   org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:622)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
>   com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115)
>   
> org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
>   org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
>   
> org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
>   
> org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
>   
> org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
>   
> org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:137)
> 
> 
> Is there anyone who can show the direction to look for an answer?

Might be good to look in the xwiki logs to see the full stack trace since I 
feel it’s missing some root cause.

What this seems to mean is that the xwiki oldcore jar is not present which is 
very unlikely so it would be good to see the root cause to understand why the 
RegisterAction could not be loaded.

Thanks
-Vincent


> 
> Br,
> 
> Peter
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] User registration

2016-10-04 Thread Peter Huisman
Hi,

We have migrated to xwiki 8.2.1 in a docker environment. Everything is working 
as a charm. However: When registerring a user (as an admin), I get an error. 
Investigating this only gives me results that date from 2013 but nothing 
recent. I am not sure how to proceed. The error is:


type Exception report

message Servlet execution threw an exception

description The server encountered an internal error that prevented it from 
fulfilling this request.

exception

javax.servlet.ServletException: Servlet execution threw an exception
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115)

org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)

org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)

org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)

org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:137)
root cause

java.lang.NoClassDefFoundError: Could not initialize class 
com.xpn.xwiki.web.RegisterAction
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)

sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
java.lang.Class.newInstance(Class.java:442)

org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:172)

org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:147)

org.apache.struts.action.RequestProcessor.processActionCreate(RequestProcessor.java:281)

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:221)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
javax.servlet.http.HttpServlet.service(HttpServlet.java:622)
javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115)

org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)

org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)

org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)

org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:137)


Is there anyone who can show the direction to look for an answer?

Br,

Peter
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Fw : Re: Issues when I upgraded my xwiki 7.0.1 to xwiki 8.2.1: search feature

2016-10-04 Thread Vincent Massol

> On 04 Oct 2016, at 11:54, Pascal BASTIEN  wrote:
> 
> Thanks, you are right I forgot to removed solr subdirectory before upgrade.
> 
> stop + rm + start xwiki = xwiki work again like a charm
> (sorry ;-) )

cool

you don’t need to be sorry. We need to improve this. Like forcing automatically 
the removal when we upgrade solr and there’s been some schema changes.

-Vincent

> Thxs
> 
> --- En date de : Mar 4.10.16, Vincent Massol  a écrit :
> 
>> De: Vincent Massol 
>> Objet: Re: [xwiki-users] Issues when I upgraded my xwiki 7.0.1 to xwiki  
>> 8.2.1: search feature
>> À: "XWiki Users" 
>> Date: Mardi 4 octobre 2016, 11h36
>> Hi,
>> 
>> Try removing your solr index.
>> 
>> Thanks
>> -Vincent
>> 
>>> 
>> On 04 Oct 2016, at 11:26, Pascal BASTIEN 
>> wrote:
>>> 
>>> Hello,
>>> 
>>> After upgrading my
>> xwiki 7.0.1 to 8.2.1, i encoutered another issue: xwiki
>> search feature doesn't work anymore.
>>> I use Tomcat 8.0.33 + Postrgesqk 9.3 and
>> attachments in file system and connected with Admin
>> account.
>>> 
>>> On page
>> ./bin/view/Main/Search?text=test_type=DOCUMENT_locale=fr_locale==1
>> , I have this ugly error message displayed:
>>> "Failed to execute the [velocity]
>> macro. Cause: [The resolver parameter doesn't contain an
>> Entity Reference of type [SPACE]]. Click on this message for
>> details."
>>> 
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Fw : Re: Issues when I upgraded my xwiki 7.0.1 to xwiki 8.2.1: search feature

2016-10-04 Thread Pascal BASTIEN
Thanks, you are right I forgot to removed solr subdirectory before upgrade.

stop + rm + start xwiki = xwiki work again like a charm
(sorry ;-) )
Thxs

--- En date de : Mar 4.10.16, Vincent Massol  a écrit :

> De: Vincent Massol 
> Objet: Re: [xwiki-users] Issues when I upgraded my xwiki 7.0.1 to xwiki   
> 8.2.1: search feature
> À: "XWiki Users" 
> Date: Mardi 4 octobre 2016, 11h36
> Hi,
> 
> Try removing your solr index.
> 
> Thanks
> -Vincent
> 
> >
> On 04 Oct 2016, at 11:26, Pascal BASTIEN 
> wrote:
> > 
> > Hello,
> > 
> > After upgrading my
> xwiki 7.0.1 to 8.2.1, i encoutered another issue: xwiki
> search feature doesn't work anymore.
> > I use Tomcat 8.0.33 + Postrgesqk 9.3 and
> attachments in file system and connected with Admin
> account.
> > 
> > On page
> ./bin/view/Main/Search?text=test_type=DOCUMENT_locale=fr_locale==1
> , I have this ugly error message displayed:
> > "Failed to execute the [velocity]
> macro. Cause: [The resolver parameter doesn't contain an
> Entity Reference of type [SPACE]]. Click on this message for
> details."
> > 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Issues when I upgraded my xwiki 7.0.1 to xwiki 8.2.1: search feature

2016-10-04 Thread Vincent Massol
Hi,

Try removing your solr index.

Thanks
-Vincent

> On 04 Oct 2016, at 11:26, Pascal BASTIEN  wrote:
> 
> Hello,
> 
> After upgrading my xwiki 7.0.1 to 8.2.1, i encoutered another issue: xwiki 
> search feature doesn't work anymore.
> I use Tomcat 8.0.33 + Postrgesqk 9.3 and attachments in file system and 
> connected with Admin account.
> 
> On page 
> ./bin/view/Main/Search?text=test_type=DOCUMENT_locale=fr_locale==1 , 
> I have this ugly error message displayed:
> "Failed to execute the [velocity] macro. Cause: [The resolver parameter 
> doesn't contain an Entity Reference of type [SPACE]]. Click on this message 
> for details."
> 
> 
> First my catalina.out show this:
> "2016-10-04 10:45:00,116 [XWiki initialization] WARN  
> onfiguredQueryExecutorProvider - Could not find a QueryExecutor with hint 
> [hibernate] which is the hint for the storage engine, defined in your XWiki 
> configuration under the [xwiki.store.main.hint] property. The default 
> QueryExecutor will be used instead. Reason: [ComponentLookupException: Can't 
> find descriptor for the component [role = [interface 
> org.xwiki.query.QueryExecutor] hint = [hibernate]]]"
> then  I disabled this line in "WEB-INF/xwiki.cfg"
> # test xwiki.store.main.hint=hibernate
> because 
> http://xwiki.markmail.org/message/q4zgcgki5ppuekwb?q=The+default+QueryExecutor+will+be+used+instead
> 
> This workaround removed  "Could not find a QueryExecutor with hint 
> [hibernate] which is the hint for the storage engine" message in log  but it 
> doesn't resolve my probem (same error message:The resolver parameter doesn't 
> contain an Entity Reference of type [SPACE]].  )
> 
> Here a piece of my catalina.out, if someone already found a fix.
> Thxs for any help
> 
> Pascal B
> 
> 2016-10-04 11:02:47,416 [XWiki initialization] INFO  
> .HibernateDataMigrationManager - Storage schema updates and data migrations 
> are enabled 
> 2016-10-04 11:02:47,735 [XWiki initialization] INFO  
> .HibernateDataMigrationManager - No data migration to apply for wiki [xwiki] 
> currently in version [73000] 
> 2016-10-04 11:02:47,735 [XWiki initialization] INFO  
> .HibernateDataMigrationManager - Checking Hibernate mapping and updating 
> schema if needed for wiki [xwiki] 
> 2016-10-04 11:02:53,666 [XWiki Solr index job thread] INFO  
> o.x.s.s.i.j.IndexerJob - Starting job of type [solr.indexer] with 
> identifier [[solr, indexer]] 
> 2016-10-04 11:02:54,931 [XWiki Solr index job thread] ERROR 
> o.x.s.s.i.j.IndexerJob - Exception thrown during job execution 
> java.lang.IllegalArgumentException: The resolver parameter doesn't contain an 
> Entity Reference of type [SPACE]
>   at 
> org.xwiki.model.internal.reference.ExplicitReferenceEntityReferenceResolver.getDefaultReference(ExplicitReferenceEntityReferenceResolver.java:45)
>   at 
> org.xwiki.model.internal.reference.AbstractEntityReferenceResolver.resolveDefaultReference(AbstractEntityReferenceResolver.java:77)
>   at 
> org.xwiki.model.internal.reference.AbstractReferenceEntityReferenceResolver.resolve(AbstractReferenceEntityReferenceResolver.java:46)
>   at 
> org.xwiki.model.internal.reference.AbstractReferenceEntityReferenceResolver.resolve(AbstractReferenceEntityReferenceResolver.java:37)
>   at 
> org.xwiki.search.solr.internal.reference.SolrEntityReferenceResolver.resolveMissingReference(SolrEntityReferenceResolver.java:176)
>   at 
> org.xwiki.search.solr.internal.reference.SolrEntityReferenceResolver.getSpaceReference(SolrEntityReferenceResolver.java:113)
>   at 
> org.xwiki.search.solr.internal.reference.SolrEntityReferenceResolver.getEntityReference(SolrEntityReferenceResolver.java:73)
>   at 
> org.xwiki.search.solr.internal.reference.SolrEntityReferenceResolver.resolve(SolrEntityReferenceResolver.java:65)
>   at 
> org.xwiki.search.solr.internal.reference.SolrEntityReferenceResolver.resolve(SolrEntityReferenceResolver.java:48)
>   at 
> org.xwiki.search.solr.internal.reference.SolrDocumentReferenceResolver.resolve(SolrDocumentReferenceResolver.java:48)
>   at 
> org.xwiki.search.solr.internal.reference.SolrDocumentReferenceResolver.resolve(SolrDocumentReferenceResolver.java:38)
>   at 
> org.xwiki.search.solr.internal.job.SolrDocumentIterator.next(SolrDocumentIterator.java:99)
>   at 
> org.xwiki.search.solr.internal.job.SolrDocumentIterator.next(SolrDocumentIterator.java:54)
>   at 
> org.xwiki.search.solr.internal.job.DiffDocumentIterator.next(DiffDocumentIterator.java:120)
>   at 
> org.xwiki.search.solr.internal.job.IndexerJob.updateSolrIndex(IndexerJob.java:113)
>   at 
> org.xwiki.search.solr.internal.job.IndexerJob.runInternal(IndexerJob.java:94)
>   at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
>   at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> 

[xwiki-users] Issues when I upgraded my xwiki 7.0.1 to xwiki 8.2.1: search feature

2016-10-04 Thread Pascal BASTIEN
Hello,

After upgrading my xwiki 7.0.1 to 8.2.1, i encoutered another issue: xwiki 
search feature doesn't work anymore.
I use Tomcat 8.0.33 + Postrgesqk 9.3 and attachments in file system and 
connected with Admin account.

On page 
./bin/view/Main/Search?text=test_type=DOCUMENT_locale=fr_locale==1 , I 
have this ugly error message displayed:
"Failed to execute the [velocity] macro. Cause: [The resolver parameter doesn't 
contain an Entity Reference of type [SPACE]]. Click on this message for 
details."


First my catalina.out show this:
"2016-10-04 10:45:00,116 [XWiki initialization] WARN  
onfiguredQueryExecutorProvider - Could not find a QueryExecutor with hint 
[hibernate] which is the hint for the storage engine, defined in your XWiki 
configuration under the [xwiki.store.main.hint] property. The default 
QueryExecutor will be used instead. Reason: [ComponentLookupException: Can't 
find descriptor for the component [role = [interface 
org.xwiki.query.QueryExecutor] hint = [hibernate]]]"
then  I disabled this line in "WEB-INF/xwiki.cfg"
# test xwiki.store.main.hint=hibernate
because 
http://xwiki.markmail.org/message/q4zgcgki5ppuekwb?q=The+default+QueryExecutor+will+be+used+instead

This workaround removed  "Could not find a QueryExecutor with hint [hibernate] 
which is the hint for the storage engine" message in log  but it doesn't 
resolve my probem (same error message:The resolver parameter doesn't contain an 
Entity Reference of type [SPACE]].  )

Here a piece of my catalina.out, if someone already found a fix.
Thxs for any help

Pascal B

2016-10-04 11:02:47,416 [XWiki initialization] INFO  
.HibernateDataMigrationManager - Storage schema updates and data migrations are 
enabled 
2016-10-04 11:02:47,735 [XWiki initialization] INFO  
.HibernateDataMigrationManager - No data migration to apply for wiki [xwiki] 
currently in version [73000] 
2016-10-04 11:02:47,735 [XWiki initialization] INFO  
.HibernateDataMigrationManager - Checking Hibernate mapping and updating schema 
if needed for wiki [xwiki] 
2016-10-04 11:02:53,666 [XWiki Solr index job thread] INFO  
o.x.s.s.i.j.IndexerJob - Starting job of type [solr.indexer] with 
identifier [[solr, indexer]] 
2016-10-04 11:02:54,931 [XWiki Solr index job thread] ERROR 
o.x.s.s.i.j.IndexerJob - Exception thrown during job execution 
java.lang.IllegalArgumentException: The resolver parameter doesn't contain an 
Entity Reference of type [SPACE]
at 
org.xwiki.model.internal.reference.ExplicitReferenceEntityReferenceResolver.getDefaultReference(ExplicitReferenceEntityReferenceResolver.java:45)
at 
org.xwiki.model.internal.reference.AbstractEntityReferenceResolver.resolveDefaultReference(AbstractEntityReferenceResolver.java:77)
at 
org.xwiki.model.internal.reference.AbstractReferenceEntityReferenceResolver.resolve(AbstractReferenceEntityReferenceResolver.java:46)
at 
org.xwiki.model.internal.reference.AbstractReferenceEntityReferenceResolver.resolve(AbstractReferenceEntityReferenceResolver.java:37)
at 
org.xwiki.search.solr.internal.reference.SolrEntityReferenceResolver.resolveMissingReference(SolrEntityReferenceResolver.java:176)
at 
org.xwiki.search.solr.internal.reference.SolrEntityReferenceResolver.getSpaceReference(SolrEntityReferenceResolver.java:113)
at 
org.xwiki.search.solr.internal.reference.SolrEntityReferenceResolver.getEntityReference(SolrEntityReferenceResolver.java:73)
at 
org.xwiki.search.solr.internal.reference.SolrEntityReferenceResolver.resolve(SolrEntityReferenceResolver.java:65)
at 
org.xwiki.search.solr.internal.reference.SolrEntityReferenceResolver.resolve(SolrEntityReferenceResolver.java:48)
at 
org.xwiki.search.solr.internal.reference.SolrDocumentReferenceResolver.resolve(SolrDocumentReferenceResolver.java:48)
at 
org.xwiki.search.solr.internal.reference.SolrDocumentReferenceResolver.resolve(SolrDocumentReferenceResolver.java:38)
at 
org.xwiki.search.solr.internal.job.SolrDocumentIterator.next(SolrDocumentIterator.java:99)
at 
org.xwiki.search.solr.internal.job.SolrDocumentIterator.next(SolrDocumentIterator.java:54)
at 
org.xwiki.search.solr.internal.job.DiffDocumentIterator.next(DiffDocumentIterator.java:120)
at 
org.xwiki.search.solr.internal.job.IndexerJob.updateSolrIndex(IndexerJob.java:113)
at 
org.xwiki.search.solr.internal.job.IndexerJob.runInternal(IndexerJob.java:94)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2016-10-04 11:02:54,931 [XWiki Solr index job thread] INFO  
o.x.s.s.i.j.IndexerJob - Finished job of type [solr.indexer] with 
identifier [[solr,