Question:
How to activate the logging of WMPS?
Answer:
First activate the extended logging:
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
and
C:\Program Files (x86)\AED-SICAD\WebMapPlotService\WebMapPlotService\WEB-INF
<init-param>
<param-name>PLOT_WMPS_ANALYSE</param-name>
<param-value>ON</param-value>
</init-param>
The XML request will not deleted and can be checked. WMPS must be restarted. Request a new PDF. The new XML request lies under:
<WMPS-Installation>\tmp
and
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>
Please send us following Logs.
At first delete the old logs and then reproduce the behavior
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\*.*
Comments
0 comments
Please sign in to leave a comment.