Question :
Comment activer la journalisation dans le WMPS ?
Réponse :
Tout d'abord, activez la journalisation avancée :
C:\Program Files (x86)\AED-SICAD\WebMapPlotService\WebMapPlotService\properties\log4j.properties
log4j.logger.PLOT-WMPS=ERROR,R,HTML --> log4j.logger.PLOT-WMPS=ALL,R,HTML
et
C:\Program Files (x86)\AED-SICAD\WebMapPlotService\WebMapPlotService\WEB-INF\web.xml
<init-param>
<param-name>PLOT_WMPS_ANALYSIS</param-name>.
<param-value>ON</param-value>.
</init-param>
Cela ne supprimera pas la demande XML et peut également être vérifié. Redémarrez le WMPS. Puis demandez à nouveau un PDF. La demande est alors située sous :
<WMPS-Installation>\tmp
et
C:\Program Files (x86)\AED-SICAD\WebMapPlotService\WebMapPlotService\bin\AedSicad.LandManagement.Plot.WebMapPlotService.xml
<!-- Set WMPS logger level and its only appender to RollingFile -->
<logger name="PLOT-WMPS">
<appender-ref ref="RollingLogFileAppender"/>
<level value="ALL" />
<!-- WMPS: Nach Anforderung der Hotline kann die zusaetzliche Meldungsausgabe -->
<!-- von Modus FATAL auf ALL gestellt werden. -->
<!-- WMPS: Upon request from the support team, additional messages can be -->
<!-- requested by changing the mode FATAL to ALL -->
</logger>
Les journaux suivants sont nécessaires.
Supprimez d'abord les anciens journaux et reproduisez ensuite l'erreur. Cela facilitera la recherche.
C:\Program Files (x86)\AED-SICAD\WebMapPlotService\WebMapPlotService\logs\*.log
C:\Program Files (x86)\AED-SICAD\WebMapPlotService\WebMapPlotService\output\*.xml
C:\Program Files (x86)\AED-SICAD\PlotXYZ\Tmp\*.*
Commentaires
0 commentaire
Vous devez vous connecter pour laisser un commentaire.