sdx-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TR: [sdx-users] Page blanche pour une recherche


From: CHAPUIS, Melanie
Subject: TR: [sdx-users] Page blanche pour une recherche
Date: Thu, 31 Jan 2008 16:02:11 +0100

Un troisième essai pour faire passer mon message en ajoutant la pièce jointe à 
la fin du mail...

-----Message d'origine-----
De : CHAPUIS, Melanie 
Envoyé : jeudi 31 janvier 2008 15:06
À : 'address@hidden'
Objet : RE: [sdx-users] Page blanche pour une recherche

 

-----Message d'origine-----
De : address@hidden [mailto:address@hidden De la part de Malo Pichot Envoyé : 
jeudi 31 janvier 2008 14:27 À : address@hidden Objet : Re: [sdx-users] Page 
blanche pour une recherche

Bonjour,

   J'essaye de cerner le problème :

> Je suis encore novice dans l'utilisation de SDX et je réalise en ce 
> moment le module de recherche de mon application.
> J'ai pu effectuer une première recherche "simple" avec des 
> <sdx:simpleQuery> en construisant mes requêtes. Là tout va bien.

Même en faisant des recherches dans la base des brèves ?

--> Oui

> J'ai ensuite voulu effectuer une "recherche prédéfinie" où on peut 
> lister les documents selon des champs par <sdx:terms>.
> C'est là qu'arrive le problème.
> J'ai 4 types de documents : notices, illustrations, brèves et 
> références bibliographiques.
>  
> Dans mon fichier xsp, selon le type de document, je construis mes requêtes :
>  
> <sdx:terms fieldParam="sujet" base="base_illus" hpp="-1"/>
> 
> Cette requête fonctionne pour les notices, les illustrations et les 
> références bibliographiques (qui sont chacun dans une base 
> différente), mais pas pour les brèves (contenu dans "base_breves"), et 
> ce même en définissant un sujet particulier :
>  
> <sdx:terms field="fbrregion" base="base_breves" hpp="-1"/>
>  
> Quand j'ajoute cette requête, j'obtiens une page blanche sur mon site, 
> et rien dans les logs de Tomcat ou SDX.

Dans l'interface d'administration de SDX, à la rubrique administration de 
l'application, menu "Explorer", la base de documents "base_breves" 
est-elle visible ?

--> Oui, elle est visible comme les autres

> Quand je demande le fichier sans extension, j'obtiens une page blanche.
> Quand je demande au navigateur de me donner le code source de la page, 
> j'obtiens également une page blanche.

C'est ce que l'on peut obtenir lorsque la sortie sdx2sdx sort un contenu 
inattendu pas l'XSL sensée construire l'HTML.

--> Donc le problème viendrait de mon fichier XSL ?

> Si j'enlève la requête sur les brèves, les autres requêtes 
> fonctionnent sans problème. Si j'ajoute la requête, peu importe la 
> requête que j'effectue (sur les brèves, notices, ...), la page est toujours 
> blanche.
>  
> Si je change ma rêquete sur les brèves par une <sdx:simpleQuery> (la 
> même que j'ai sur mon fichier de recherche simple et qui fonctionne), 
> j'ai le même problème, la page est blanche.

Donc, on a un problème avec cette base de documents. Depuis le début du 
message, je me demande si cette base de documents est correctement déployée. 
Bizarre en même temps que les logs de SDX ne sortent aucune erreur.

Je commencerai par mettre les logs de SDX au niveau DEBUG : 
WEB-INF/logkit.xconf, modifier :
<category name="sdx" log-level="ERROR">
en
<category name="sdx" log-level="DEBUG">


--> J'ai modifié par :
<category name="sdx" log-level="DEBUG"> 
            <category name="sdx.framework" log-level="ERROR"/>
            <category name="sdx.rdbms" log-level="ERROR"/>
                        <log-target id-ref="sdx"/>
                        <log-target id-ref="sdxError"/>
                </category>



Redémarrer Tomcat.

--> J'ai redémarré Tomcat et essayé de faire ma recherche sur une brève 
(fichier "listDocPredef").
Cette fois mon sdx.log est rempli (Cf pièce jointe) et mon core.log semble dire 
quelquechose d'intéressant :

INFO    (2008-01-31) 14:50.40:733   [core.program-generator] 
(/sdx-2.3b1-vm14/SiteAdfi/listDocPredef) 
http-8080-Processor25/ProgramGeneratorImpl: The serverpage 
[file:/D:/Programs/Apache Software 
Foundation/apache-tomcat-5.5.25/webapps/sdx-2.3b1-vm14/SiteAdfi/xsp/listDocPredef.xsp]
 could not be preloaded, will be re-created 
(org.apache.cocoon.components.language.LanguageException: Unable to preload 
program org\apache\cocoon\www\SiteAdfi\xsp\listDocPredef_xsp: 
java.lang.ClassFormatError: 
org/apache/cocoon/www/SiteAdfi/xsp/listDocPredef_xsp (Code of a method longer 
than 65535 bytes))

Il y a une longueur maximale pour le code ?

De plus, dans mon localhost*.log, j'ai une erreur similaire :

31 janv. 2008 14:50:42 org.apache.catalina.core.StandardWrapperValve invoke
GRAVE: "Servlet.service()" pour la servlet Cocoon a généré une exception
java.lang.ClassFormatError: 
org/apache/cocoon/www/SiteAdfi/xsp/listDocPredef_xsp (Code of a method longer 
than 65535 bytes)
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
        at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
        (...)

Une idée, en même temps, les logs de Tomcat ne disent rien, mais *tous* les 
logs de Tomcat, mêmes les $TOMCAT/logs/localhost*.log, etc. Pas seulement le 
catalina.out. Par exemple, les OutOfMemoryError ne sortent, sous certaines 
versions de Tomcat, que dans le "localhost*.log"
Une page blanche peut être le fruit d'une OutOfMemoryError.

--> Je travaille sous Windows, et quand j'utilise mon site, j'ai un 
java.lang.OutOfMemoryError qui vient de temps en temps dans ma fenêtre de 
Tomcat. Mais jusqu'à présent, cela ne posait pas de problèmes pour continuer 
les recherches sur le site, je n'y avait donc pas prêté beaucoup d'attention.

Mais bon, je commencerai à modifier le log de SDX pour avoir plus d'information 
sur cette base de documents des brèves.
--
Malo

--> Merci pour votre aide.

Mélanie.

PS : Il semblerait que mon message ne passe pas avec la pièce jointe (je ne le 
reçois pas)
Donc voici le fichier sdx.log :


INFO    (2008-01-31) 14:50.04:155   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  Context directory is D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\
INFO    (2008-01-31) 14:50.04:155   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\WEB-INF\sdx" exists.
INFO    (2008-01-31) 14:50.04:155   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  Loading Framework Configuration file : 
D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\WEB-INF\sdx\sdx.xconf
INFO    (2008-01-31) 14:50.04:155   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  Configuring framework...
INFO    (2008-01-31) 14:50.04:171   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\WEB-INF\sdx\applications"
 exists.
INFO    (2008-01-31) 14:50.04:171   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  Configuring Applications...
INFO    (2008-01-31) 14:50.04:171   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf" exists.
INFO    (2008-01-31) 14:50.04:171   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  Loading Application Configuration file : 
D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\application.xconf
INFO    (2008-01-31) 14:50.04:343   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  Configuring application "SiteAdfi"...
INFO    (2008-01-31) 14:50.04:358   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils: SDX - Serveur - Configuration : No application 
level repositories specified for the application, "fr.gouv.culture.adfi".
INFO    (2008-01-31) 14:50.04:358   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils: SDX - Serveur - Configuration : No application 
level field lists specified for the application, "fr.gouv.culture.adfi".
WARN    (2008-01-31) 14:50.04:421   [sdx.framework] (Unknown-URI) 
Unknown-thread/SDXDocumentBase: No default_hpp value in sdx's configuration 
file.
WARN    (2008-01-31) 14:50.04:421   [sdx.framework] (Unknown-URI) 
Unknown-thread/SDXDocumentBase: No default_maxsort value in sdx's configuration 
file.
INFO    (2008-01-31) 14:50.05:405   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\databases\_hsql"
 exists.
INFO    (2008-01-31) 14:50.10:843   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\users\xml" 
exists.
INFO    (2008-01-31) 14:50.10:843   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\users\xml" 
exists.
INFO    (2008-01-31) 14:50.10:921   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\users\userDocBase\sdxuserdb\sdx-search-index\main"
 exists.
INFO    (2008-01-31) 14:50.11:046   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\users\userDocBase\sdxuserdb\sdx-search-index\current"
 exists.
WARN    (2008-01-31) 14:50.11:718   [sdx.framework] (Unknown-URI) 
Unknown-thread/SDXDocumentBase: No default_hpp value in sdx's configuration 
file.
WARN    (2008-01-31) 14:50.11:718   [sdx.framework] (Unknown-URI) 
Unknown-thread/SDXDocumentBase: No default_maxsort value in sdx's configuration 
file.
INFO    (2008-01-31) 14:50.11:733   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\notices" 
exists.
INFO    (2008-01-31) 14:50.11:733   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\notices" 
exists.
INFO    (2008-01-31) 14:50.11:749   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\dbs\base_notices\sdx-search-index\main"
 exists.
INFO    (2008-01-31) 14:50.11:749   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\dbs\base_notices\sdx-search-index\current"
 exists.
WARN    (2008-01-31) 14:50.12:233   [sdx.framework] (Unknown-URI) 
Unknown-thread/SDXDocumentBase: No default_hpp value in sdx's configuration 
file.
WARN    (2008-01-31) 14:50.12:233   [sdx.framework] (Unknown-URI) 
Unknown-thread/SDXDocumentBase: No default_maxsort value in sdx's configuration 
file.
INFO    (2008-01-31) 14:50.12:249   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\illus" 
exists.
INFO    (2008-01-31) 14:50.12:249   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\illus" 
exists.
INFO    (2008-01-31) 14:50.12:249   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\dbs\base_illus\sdx-search-index\main"
 exists.
INFO    (2008-01-31) 14:50.12:264   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\dbs\base_illus\sdx-search-index\current"
 exists.
WARN    (2008-01-31) 14:50.12:749   [sdx.framework] (Unknown-URI) 
Unknown-thread/SDXDocumentBase: No default_hpp value in sdx's configuration 
file.
WARN    (2008-01-31) 14:50.12:749   [sdx.framework] (Unknown-URI) 
Unknown-thread/SDXDocumentBase: No default_maxsort value in sdx's configuration 
file.
INFO    (2008-01-31) 14:50.12:749   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\users\xml" 
exists.
INFO    (2008-01-31) 14:50.12:749   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\users\xml" 
exists.
INFO    (2008-01-31) 14:50.12:764   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\dbs\base_breves\sdx-search-index\main"
 exists.
INFO    (2008-01-31) 14:50.12:764   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\dbs\base_breves\sdx-search-index\current"
 exists.
WARN    (2008-01-31) 14:50.13:249   [sdx.framework] (Unknown-URI) 
Unknown-thread/SDXDocumentBase: No default_hpp value in sdx's configuration 
file.
WARN    (2008-01-31) 14:50.13:249   [sdx.framework] (Unknown-URI) 
Unknown-thread/SDXDocumentBase: No default_maxsort value in sdx's configuration 
file.
INFO    (2008-01-31) 14:50.13:249   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\users\xml" 
exists.
INFO    (2008-01-31) 14:50.13:249   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\users\xml" 
exists.
INFO    (2008-01-31) 14:50.13:264   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\dbs\base_biblio\sdx-search-index\main"
 exists.
INFO    (2008-01-31) 14:50.13:264   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\dbs\base_biblio\sdx-search-index\current"
 exists.
INFO    (2008-01-31) 14:50.13:874   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\main"
 exists.
INFO    (2008-01-31) 14:50.13:874   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\current"
 exists.
INFO    (2008-01-31) 14:50.14:374   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\chronologie\sdx-search-index\main"
 exists.
INFO    (2008-01-31) 14:50.14:389   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\chronologie\sdx-search-index\current"
 exists.
INFO    (2008-01-31) 14:50.14:389   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils: Building the thesaurus with the id, lieux,...
DEBUG   (2008-01-31) 14:50.14:436   [sdx.framework.SDXResolver] (Unknown-URI) 
Unknown-thread/DefaultEntityResolver: Setting Catalog resolver verbosity level 
to 1
DEBUG   (2008-01-31) 14:50.14:436   [sdx.framework.SDXResolver] (Unknown-URI) 
Unknown-thread/DefaultEntityResolver: Additional Catalog is 
context://WEB-INF/entities/catalog
INFO    (2008-01-31) 14:50.15:030   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\anthroponymie\sdx-search-index\main"
 exists.
INFO    (2008-01-31) 14:50.15:030   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\anthroponymie\sdx-search-index\current"
 exists.
INFO    (2008-01-31) 14:50.15:608   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\peuples\sdx-search-index\main"
 exists.
INFO    (2008-01-31) 14:50.15:608   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\peuples\sdx-search-index\current"
 exists.
INFO    (2008-01-31) 14:50.16:389   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\sujets\sdx-search-index\main"
 exists.
INFO    (2008-01-31) 14:50.16:405   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\sujets\sdx-search-index\current"
 exists.
INFO    (2008-01-31) 14:50.16:796   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils: The repository object provided for indexation was 
null, using the default repository for the LuceneDocumentBase having the id, 
"lieux".
INFO    (2008-01-31) 14:50.17:061   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\dbs" 
exists.
INFO    (2008-01-31) 14:50.17:077   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  Application configuration successful, the 
application, "fr.gouv.culture.adfi" is now available to the framework
INFO    (2008-01-31) 14:50.17:093   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  Configuring Pipelines...
INFO    (2008-01-31) 14:50.18:561   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:50.18:561   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47172Index"
 were successfully created.
INFO    (2008-01-31) 14:50.18:561   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47172Index"
 were successfully created.
INFO    (2008-01-31) 14:50.21:593   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:50.21:593   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47173Index"
 were successfully created.
INFO    (2008-01-31) 14:50.21:593   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47173Index"
 were successfully created.
INFO    (2008-01-31) 14:50.25:077   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:50.25:077   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47174Index"
 were successfully created.
INFO    (2008-01-31) 14:50.25:077   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47174Index"
 were successfully created.
INFO    (2008-01-31) 14:50.27:811   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:50.27:811   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47175Index"
 were successfully created.
INFO    (2008-01-31) 14:50.27:811   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47175Index"
 were successfully created.
INFO    (2008-01-31) 14:50.31:046   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:50.31:046   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47176Index"
 were successfully created.
INFO    (2008-01-31) 14:50.31:046   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47176Index"
 were successfully created.
INFO    (2008-01-31) 14:50.34:577   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:50.34:593   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47177Index"
 were successfully created.
INFO    (2008-01-31) 14:50.34:593   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47177Index"
 were successfully created.
INFO    (2008-01-31) 14:50.37:436   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:50.37:436   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47178Index"
 were successfully created.
INFO    (2008-01-31) 14:50.37:436   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47178Index"
 were successfully created.
INFO    (2008-01-31) 14:50.40:311   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:50.40:311   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47179Index"
 were successfully created.
INFO    (2008-01-31) 14:50.40:311   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47179Index"
 were successfully created.
INFO    (2008-01-31) 14:50.43:624   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:50.43:624   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47180Index"
 were successfully created.
INFO    (2008-01-31) 14:50.43:624   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47180Index"
 were successfully created.
INFO    (2008-01-31) 14:50.46:468   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:50.46:468   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47181Index"
 were successfully created.
INFO    (2008-01-31) 14:50.46:468   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47181Index"
 were successfully created.
INFO    (2008-01-31) 14:50.49:733   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:50.49:733   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47182Index"
 were successfully created.
INFO    (2008-01-31) 14:50.49:733   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47182Index"
 were successfully created.
INFO    (2008-01-31) 14:50.52:499   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:50.52:499   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47183Index"
 were successfully created.
INFO    (2008-01-31) 14:50.52:499   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47183Index"
 were successfully created.
INFO    (2008-01-31) 14:50.55:811   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:50.55:811   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47184Index"
 were successfully created.
INFO    (2008-01-31) 14:50.55:827   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47184Index"
 were successfully created.
INFO    (2008-01-31) 14:50.58:999   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:50.58:999   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47185Index"
 were successfully created.
INFO    (2008-01-31) 14:50.58:999   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47185Index"
 were successfully created.
INFO    (2008-01-31) 14:51.02:389   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.02:389   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47186Index"
 were successfully created.
INFO    (2008-01-31) 14:51.02:389   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47186Index"
 were successfully created.
INFO    (2008-01-31) 14:51.05:358   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.05:358   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47187Index"
 were successfully created.
INFO    (2008-01-31) 14:51.05:358   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47187Index"
 were successfully created.
INFO    (2008-01-31) 14:51.08:218   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.08:218   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47188Index"
 were successfully created.
INFO    (2008-01-31) 14:51.08:218   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47188Index"
 were successfully created.
INFO    (2008-01-31) 14:51.10:921   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.10:921   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47189Index"
 were successfully created.
INFO    (2008-01-31) 14:51.10:921   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47189Index"
 were successfully created.
INFO    (2008-01-31) 14:51.14:264   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.14:264   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47190Index"
 were successfully created.
INFO    (2008-01-31) 14:51.14:264   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47190Index"
 were successfully created.
INFO    (2008-01-31) 14:51.17:577   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.17:577   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47191Index"
 were successfully created.
INFO    (2008-01-31) 14:51.17:577   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47191Index"
 were successfully created.
INFO    (2008-01-31) 14:51.20:655   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.20:655   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47192Index"
 were successfully created.
INFO    (2008-01-31) 14:51.20:655   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47192Index"
 were successfully created.
INFO    (2008-01-31) 14:51.24:202   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.24:202   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47193Index"
 were successfully created.
INFO    (2008-01-31) 14:51.24:202   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47193Index"
 were successfully created.
INFO    (2008-01-31) 14:51.27:108   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.27:108   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47194Index"
 were successfully created.
INFO    (2008-01-31) 14:51.27:108   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47194Index"
 were successfully created.
INFO    (2008-01-31) 14:51.29:858   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.29:874   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47195Index"
 were successfully created.
INFO    (2008-01-31) 14:51.29:874   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47195Index"
 were successfully created.
INFO    (2008-01-31) 14:51.32:639   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.32:655   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47196Index"
 were successfully created.
INFO    (2008-01-31) 14:51.32:655   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47196Index"
 were successfully created.
INFO    (2008-01-31) 14:51.35:936   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.35:936   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47197Index"
 were successfully created.
INFO    (2008-01-31) 14:51.35:936   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47197Index"
 were successfully created.
INFO    (2008-01-31) 14:51.39:343   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.39:343   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47198Index"
 were successfully created.
INFO    (2008-01-31) 14:51.39:343   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47198Index"
 were successfully created.
INFO    (2008-01-31) 14:51.42:077   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.42:077   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47199Index"
 were successfully created.
INFO    (2008-01-31) 14:51.42:077   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47199Index"
 were successfully created.
INFO    (2008-01-31) 14:51.45:499   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.45:499   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47200Index"
 were successfully created.
INFO    (2008-01-31) 14:51.45:499   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47200Index"
 were successfully created.
INFO    (2008-01-31) 14:51.48:327   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.48:327   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47201Index"
 were successfully created.
INFO    (2008-01-31) 14:51.48:327   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47201Index"
 were successfully created.
INFO    (2008-01-31) 14:51.51:483   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.51:483   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47202Index"
 were successfully created.
INFO    (2008-01-31) 14:51.51:483   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47202Index"
 were successfully created.
INFO    (2008-01-31) 14:51.54:483   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.54:483   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47203Index"
 were successfully created.
INFO    (2008-01-31) 14:51.54:499   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47203Index"
 were successfully created.
INFO    (2008-01-31) 14:51.57:296   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:51.57:296   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47204Index"
 were successfully created.
INFO    (2008-01-31) 14:51.57:296   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47204Index"
 were successfully created.
INFO    (2008-01-31) 14:52.00:030   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.00:030   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47205Index"
 were successfully created.
INFO    (2008-01-31) 14:52.00:030   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47205Index"
 were successfully created.
INFO    (2008-01-31) 14:52.03:077   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.03:077   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47206Index"
 were successfully created.
INFO    (2008-01-31) 14:52.03:077   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47206Index"
 were successfully created.
INFO    (2008-01-31) 14:52.06:014   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.06:014   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47207Index"
 were successfully created.
INFO    (2008-01-31) 14:52.06:014   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47207Index"
 were successfully created.
INFO    (2008-01-31) 14:52.08:639   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.08:639   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47208Index"
 were successfully created.
INFO    (2008-01-31) 14:52.08:639   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47208Index"
 were successfully created.
INFO    (2008-01-31) 14:52.11:343   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.11:343   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47209Index"
 were successfully created.
INFO    (2008-01-31) 14:52.11:343   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47209Index"
 were successfully created.
INFO    (2008-01-31) 14:52.14:905   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.14:905   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47210Index"
 were successfully created.
INFO    (2008-01-31) 14:52.14:905   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47210Index"
 were successfully created.
INFO    (2008-01-31) 14:52.18:546   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.18:546   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47211Index"
 were successfully created.
INFO    (2008-01-31) 14:52.18:546   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47211Index"
 were successfully created.
INFO    (2008-01-31) 14:52.21:358   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.21:358   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47212Index"
 were successfully created.
INFO    (2008-01-31) 14:52.21:358   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47212Index"
 were successfully created.
INFO    (2008-01-31) 14:52.24:171   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.24:171   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47213Index"
 were successfully created.
INFO    (2008-01-31) 14:52.24:171   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47213Index"
 were successfully created.
INFO    (2008-01-31) 14:52.27:202   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.27:202   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47214Index"
 were successfully created.
INFO    (2008-01-31) 14:52.27:202   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47214Index"
 were successfully created.
INFO    (2008-01-31) 14:52.30:343   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.30:343   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47215Index"
 were successfully created.
INFO    (2008-01-31) 14:52.30:343   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47215Index"
 were successfully created.
INFO    (2008-01-31) 14:52.33:249   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.33:249   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47216Index"
 were successfully created.
INFO    (2008-01-31) 14:52.33:249   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47216Index"
 were successfully created.
INFO    (2008-01-31) 14:52.35:874   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.35:874   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47217Index"
 were successfully created.
INFO    (2008-01-31) 14:52.35:874   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47217Index"
 were successfully created.
INFO    (2008-01-31) 14:52.38:624   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.38:624   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47218Index"
 were successfully created.
INFO    (2008-01-31) 14:52.38:624   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47218Index"
 were successfully created.
INFO    (2008-01-31) 14:52.41:764   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.41:764   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47219Index"
 were successfully created.
INFO    (2008-01-31) 14:52.41:764   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47219Index"
 were successfully created.
INFO    (2008-01-31) 14:52.44:608   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.44:608   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47220Index"
 were successfully created.
INFO    (2008-01-31) 14:52.44:624   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47220Index"
 were successfully created.
INFO    (2008-01-31) 14:52.47:389   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.47:389   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47221Index"
 were successfully created.
INFO    (2008-01-31) 14:52.47:389   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47221Index"
 were successfully created.
INFO    (2008-01-31) 14:52.50:593   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.50:608   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47222Index"
 were successfully created.
INFO    (2008-01-31) 14:52.50:608   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47222Index"
 were successfully created.
INFO    (2008-01-31) 14:52.53:296   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.53:296   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47223Index"
 were successfully created.
INFO    (2008-01-31) 14:52.53:296   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47223Index"
 were successfully created.
INFO    (2008-01-31) 14:52.56:124   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.56:139   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47224Index"
 were successfully created.
INFO    (2008-01-31) 14:52.56:139   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47224Index"
 were successfully created.
INFO    (2008-01-31) 14:52.58:999   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:52.58:999   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47225Index"
 were successfully created.
INFO    (2008-01-31) 14:52.58:999   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47225Index"
 were successfully created.
INFO    (2008-01-31) 14:53.01:905   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.01:905   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47226Index"
 were successfully created.
INFO    (2008-01-31) 14:53.01:921   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47226Index"
 were successfully created.
INFO    (2008-01-31) 14:53.04:764   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.04:764   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47227Index"
 were successfully created.
INFO    (2008-01-31) 14:53.04:764   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47227Index"
 were successfully created.
INFO    (2008-01-31) 14:53.07:749   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.07:749   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47228Index"
 were successfully created.
INFO    (2008-01-31) 14:53.07:764   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47228Index"
 were successfully created.
INFO    (2008-01-31) 14:53.10:593   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.10:593   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47229Index"
 were successfully created.
INFO    (2008-01-31) 14:53.10:593   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47229Index"
 were successfully created.
INFO    (2008-01-31) 14:53.13:311   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.13:311   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47230Index"
 were successfully created.
INFO    (2008-01-31) 14:53.13:311   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47230Index"
 were successfully created.
INFO    (2008-01-31) 14:53.16:718   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.16:718   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47231Index"
 were successfully created.
INFO    (2008-01-31) 14:53.16:718   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47231Index"
 were successfully created.
INFO    (2008-01-31) 14:53.19:780   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.19:780   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47232Index"
 were successfully created.
INFO    (2008-01-31) 14:53.19:780   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47232Index"
 were successfully created.
INFO    (2008-01-31) 14:53.23:327   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.23:327   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47233Index"
 were successfully created.
INFO    (2008-01-31) 14:53.23:327   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47233Index"
 were successfully created.
INFO    (2008-01-31) 14:53.26:483   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.26:483   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47234Index"
 were successfully created.
INFO    (2008-01-31) 14:53.26:483   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47234Index"
 were successfully created.
INFO    (2008-01-31) 14:53.29:358   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.29:358   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47235Index"
 were successfully created.
INFO    (2008-01-31) 14:53.29:358   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47235Index"
 were successfully created.
INFO    (2008-01-31) 14:53.32:499   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.32:499   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47236Index"
 were successfully created.
INFO    (2008-01-31) 14:53.32:499   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47236Index"
 were successfully created.
INFO    (2008-01-31) 14:53.35:733   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.35:733   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47237Index"
 were successfully created.
INFO    (2008-01-31) 14:53.35:733   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47237Index"
 were successfully created.
INFO    (2008-01-31) 14:53.38:921   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.38:921   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47238Index"
 were successfully created.
INFO    (2008-01-31) 14:53.38:921   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47238Index"
 were successfully created.
INFO    (2008-01-31) 14:53.42:358   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.42:358   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47239Index"
 were successfully created.
INFO    (2008-01-31) 14:53.42:358   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47239Index"
 were successfully created.
INFO    (2008-01-31) 14:53.45:561   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.45:561   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47240Index"
 were successfully created.
INFO    (2008-01-31) 14:53.45:561   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47240Index"
 were successfully created.
INFO    (2008-01-31) 14:53.49:186   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.49:186   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47241Index"
 were successfully created.
INFO    (2008-01-31) 14:53.49:186   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47241Index"
 were successfully created.
INFO    (2008-01-31) 14:53.52:108   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.52:108   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47242Index"
 were successfully created.
INFO    (2008-01-31) 14:53.52:108   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47242Index"
 were successfully created.
INFO    (2008-01-31) 14:53.55:811   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.55:811   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47243Index"
 were successfully created.
INFO    (2008-01-31) 14:53.55:811   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47243Index"
 were successfully created.
INFO    (2008-01-31) 14:53.58:514   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:53.58:514   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47244Index"
 were successfully created.
INFO    (2008-01-31) 14:53.58:514   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47244Index"
 were successfully created.
INFO    (2008-01-31) 14:54.01:311   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp"
 were successfully created.
INFO    (2008-01-31) 14:54.01:311   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47245Index"
 were successfully created.
INFO    (2008-01-31) 14:54.01:311   [sdx.framework] (Unknown-URI) 
Unknown-thread/LoggingUtils:  The Directory and any necessary parent 
directories "D:\Programs\Apache Software 
Foundation\apache-tomcat-5.5.25\webapps\sdx-2.3b1-vm14\SiteAdfi\conf\thesauri\lieux\sdx-search-index\sdx_tmp\new47245Index"
 were successfully created.

_______________________________________________
sdx-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/sdx-users




reply via email to

[Prev in Thread] Current Thread [Next in Thread]