Navigation:  »Keine übergeordneten Kapitel«

Troubleshooting and problem solution

Previous pageReturn to chapter overviewNext page

WebOffice 10.8 SP2 includes detailed logging and debugging functions. The central information point is the WebOffice 10.8 SP2 administration pages that can be accessed either via WebOffice author

 

Open the WebOffice 10.8 SP2 administration pages from WebOffice author

Open the WebOffice 10.8 SP2 administration pages from WebOffice author

 

or by typing the following URL into your browser: https://<server name>[:<port>]/<WebOffice application name>//synadmin (e.g. http://myserver:8080/WebOffice/synadmin)

 

WebOffice 10.8 SP2 administration pages - logging

WebOffice 10.8 SP2 administration pages - logging

 

Go to the "Logging" tab where you will find several logging categories with different log levels set. It is possible to turn on/off debugging for a category on the fly without stopping and restarting the WebOffice 10.8 SP2 application. The default settings for the loggers are read from the file log4j.properties which resides in:

C:\Tomcat\webapps\<WebOffice application>\WEB-INF\classes\configuration\log\log4j.properties.

The location of the WebOffice 10.8 SP2 log file (WebOffice.log) is shown in the lower part of the site. By default it gets stored into:

C:\Tomcat\webapps\<WebOffice application>\WEB-INF\work\WebOffice.log

 

Note: Logging on DEBUG level generates a lot of debug information that can be used for support for tracking down problems. You can set/change the log level on the fly without stopping the WebOffice 10.8 SP2 web application. This makes error tracking and analysis in production systems far easier because they do not have to be stopped.

Note: Be aware that logging on DEBUG level can have a massive impact on system performance due to the large amount of information. See the information below regarding the particular log categories and set the log levels for them according to the occurring problems. Always reset log levels afterwards!

 

Log Category

Default Log Level

Description

AUTHORIZATION

INFO

Use this logger for getting detailed information on authentication (user identification) and authorization (user rights).

BRIDGE

ERROR

Use this logger for getting detailed information on IN/OUT communication between WebOffice and complementary server modules:

WebOffice plot extension

WebOffice ePaper extension

WebOffice extract server extension

Geonis Server Extension

CLIENT

INFO

Use this logger for getting detailed information on Client/Server communication as well as GUI functionality.

CONFIG

INFO

Use this logger for getting detailed information on configuration file processing - especially project configuration file processing.

CONTROLLER

INFO

Use this logger for getting detailed information on HTTP servlet, session and error handling (e.g. how requests will be received).

CUSTOM

INFO

Use this logger to get detailed information about customer specific WebOffice extensions.

FULLTEXTSEARCH.INDICES

INFO

Use this logger for getting detailed information about creating subindices of the full-text-search.

FULLTEXTSEARCH.SEARCH

INFO

Use this logger for getting detailed information about queries and results of the full-text search.

FUNCTIONS.EDITING

INFO

Use this logger to get detailed information about editing functionality

FUNCTIONS.NETTRACE

INFO

Use this logger to get detailed information about net trace (VertiGIS, GEONIS) functionality

GEOSERVER

INFO

Use this logger for getting detailed information on ArcGIS Server specific functionality and other map servers (WMS support, ArcGIS Server Internet Services support).

JDBC

INFO

Use this logger for getting detailed information on database drivers, database connections and SQL queries.

LDAP

INFO

Use this logger for getting detailed information on connections and queries to LDAP directories.

MEMORY

INFO

Use this logger for getting detailed information about cached WebOffice objects and to log the memory state.

NET

INFO

Use this logger for getting detailed information on requests from WebOffice to external sources (e.g. map services).

THREAD

INFO

Use this logger to get detailed information about running background threads in WebOffice 10.8 SP2 (e.g. simultaneous project initialization).

USER

INFO

Use this logger for getting detailed information on user session and session content.

USERMANAGEMENT

ERROR

Use this logger for getting detailed information on WebOffice usermanagement database connection and interpretation of access rights.

UTIL

INFO

Use this logger for getting detailed information on certain Utility classes.

Note: When using UTIL, also NET will be enabled.

WebOffice 10.8 SP2 log categories

 

Impact

Log Level

Description

Detailed

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Only errors

TRACE

The TRACE level is the most detailed log level and contains information for server-side development and debugging.

DEBUG

At this level each event up to the log-level DEBUG gets logged. If it is necessary to log WebOffice 10.8 SP2 functions this log level can be set directly in the WebOffice 10.8 SP2 administration pages.

INFO

At this level each event up to the log-level INFO gets logged. The log level INFO contains information which are important to the web application, such as TOC, authorization and statistics.

WARN

At this level each event up to the log-level WARNINGS gets logged. Warnings are notices which do not prevent the system from working.

ERROR

At this level all errors get logged. There are states which cause the client to stop working.

FATAL

At this level only errors which lead to a sudden program termination get logged.

WebOffice 10.8 SP2 log levels