Mapviewer debugging - log

Card Puncher Data Processing

mapviewer debug log

About

MapViewer outputs its error messages to :

  • the oc4j console
  • and the log file

Usually the error message on the oc4j console provides enough of a hint to resolve the issue.

For example, it states that a map data source was not found, or that a particular theme could not be loaded.

Sometimes however further details may be necessary, particularly when the map output is incomplete (basemap was rendered but a dynamic theme is missing), or different (roads displayed as thin black lines instead of 3 pixel wide blue lines). In such cases it may help to set MapViewer’s logging level to Debug, or Finest, in mapViewerConfig.xml.

Log

The default location of the logfile is

$OC4J_HOME/applications/mapviewer/web/WEB-INF/log. 

Therefore with a standard installation of OBIEE :

OracleBI_Home\oc4j_bi\j2ee\home\applications\mapviewer\web\WEB-INF\log
<!-- ****************************************************************** -->
  <!-- ************************ Logging Settings ************************ -->
  <!-- ****************************************************************** -->

  <!-- Uncomment the following to modify logging. Possible values are:
       log_level = "fatal"|"error"|"warn"|"info"|"debug"|"finest"  
                 default: info) ;
       log_thread_name = "true" | "false" ;
       log_time = "true" | "false" ;
       one or more log_output elements.
  -->

    <logging log_level="finest" log_thread_name="false"
             log_time="true">
       <log_output name="System.err" />
       <log_output name="../log/mapviewer.log" />
    </logging>

Remember to restart MapViewer after changing the config file

Support

No base map

No base map named .... found check base map and/or data source name

Mapviewer No Base Map

Mapviewer No Base Map Solution





Discover More
Card Puncher Data Processing
MAPViewer

Mapviewer is a rendering software of spatial data stored in a Oracle database (Oracle Spatial). With MapViewer, you can start viewing your Oracle Spatial managed data. MapViewer is a component of Oracle...
Mapviewer Dynamic Map
Mapviewer - Creation of a dynamic Map (with Nsdp)

The purpose of this article is twice : to demonstrate the capability of the Oracle Map Javascript Api to use the Non Spatial Data in a Map to be able to integrate a Map with a Data Access Tool as...
Mapbuilder Sh Cust Density Advanced Style
Mapviewer - SH Customer Density Semi-Static Map

You must have the sh schema and the spatial demo files installed. As sys : As mvdemo : With Oracle Maps, labels are manifest as tool-tips on mouse-over the feature on the map. ...
Obiee Mapviewer Annee1998
OBIEE 10G - Integration of a heat-map with Mapviewer

This article show you how Mapviewer can receive data from OBIEE. To transmit data, Mapviewer need an xml file. Obiee can create a xml file with the help of the Go Url. For this purpose, we need to give...



Share this page:
Follow us:
Task Runner