----- Original Message -----
Sent: Thursday, August 18, 2005 6:28
PM
Subject: Re: Lock issue in 406 while
re-indexing the site
Hi,
>After an
upgrade from 4.0.4 to 4.0.6_01, I noticed that the search returned only a very
little number of documents.
>First, how can this happen
?
Be sure to update your templates so that more than one matching field by
page will be displayed in the search result.
To do that, add the hidden input as below in the search form :
<input type="hidden"
name="<%=PageSearchResultBuilderImpl.ONE_HIT_BY_PAGE_PARAMETER_NAME%>"
value="false" />
Without that, only one hit ( text field or file ) by page will be
displayed.
See the header.inc file that comes with the Jahia 4.0.6 corporate
templates for more information.
>21807995 [Ajp13Processor[8009][57]] DEBUG - Jahia is locked by the
super admin !
Prior to Jahia 4.1, when indexing a site, the whole server is locked to
prevent access to all new users ( new session access ).
The lock will only be released when the indexation will
finish.
This behavior has been removed from Jahia 4.1.
Regards,
Khue Nguyen
----- Original Message -----
Sent: Thursday, August 18, 2005 5:24
PM
Subject: Lock issue in 406 while
re-indexing the site
Hi
I'm having a critical problem with a web
site having a pretty large number of attached documents (PDF).
After
an upgrade from 4.0.4 to 4.0.6_01, I noticed that the search returned only a
very little number of documents.
First, how can this happen
?
I went for a full site re-index, and for a while it seemed to go
fine, the site being online and indexing taking place at the same
time.
And after a few hours of indexing, we got an error page on the
home page saying 'the site is lock to anybody but the super admin'.
See
below
21807994 [Ajp13Processor[8009][57]] DEBUG -
--------------------------------------------- NEW GET REQUEST
---
21807994 [Ajp13Processor[8009][57]] DEBUG - New request,
URL="" query=[null] serverName=[www.valeo.com]
21807995
[Ajp13Processor[8009][57]] DEBUG - Character encoding set as:
UTF-8
21807995 [Ajp13Processor[8009][57]] DEBUG - No cookies
found.
21807995 [Ajp13Processor[8009][57]] DEBUG - Session is
null
21807995 [Ajp13Processor[8009][57]] DEBUG - Session
BE244AE771768E83221E562A47A219F9 was just created...
21807995
[Ajp13Processor[8009][57]] DEBUG - New session
id=[BE244AE771768E83221E562A47A219F9]
21807995 [Ajp13Processor[8009][57]]
DEBUG - Jahia is locked by the super admin !
Is this normal
?
What can be done to avoid this but recover/rebuild the search
indexes ?
In such situations, what can be done to cancel the indexing
process and get the site back online ?
(it looks that this have been
mostly redone in 4.1 but we prefered to deploy a minor release to minimize
the compatibiliy issues)
Thanks for your explanations and
advices
Regards