MapViewer instructions

I have:
Mapbuilder v11g ps5 11.1.1.6
mapviewer 11.1.1.7 B120531 running on OBIEE 11.1.1.6.2 BP1
I've tried piecing together all the different instructions and I have mapviewer working, at least I can see the basemap..
I've followed admin guide for BI, user guide for BI, and userguide for mapviewer..
but I have two issues.. where do I find documentation that explains these:
1. LAYER KEY = administration - manage map data - Layers: when I edit a custom Layer, the Layer Key is blank..
I have figured out that in Mapbuilder - Themes - Geometry Themes - Sytling Rules - and Advanced.. information can be added for the Layer Key..
2. MEASURE COLUMN = If I use a Navteq layer, then go to: New - Analysis - Subject Area - add columns - Results - Views - New Map View
I get error, You must add at least one measure to display map formatting.. I know I can edit the RPD and change properties of a column to sum to make it a measure column..

I've got a similar problem.
I use J2SE SDK 1.4
OC4J 9.0.3 (standalone)
Win2K machine
Oracle 8.1.7
9IAS R1
Mapviewer 9.04
I've got the examples of Mapviewer going. They work fine.
But when I start the Map Definition Tool I got a empty grey screen. The following errors are in the console:
java.lang.ClassCastException
at javax.swing.plaf.basic.BasicTextUI.getInputMap(BasicTextUI.java:378)
at javax.swing.plaf.basic.BasicTextUI.installKeyboardActions(BasicTextUI
.java:359)
at javax.swing.plaf.basic.BasicTextUI.installUI(BasicTextUI.java:696)
at javax.swing.plaf.basic.BasicTextFieldUI.installUI(BasicTextFieldUI.ja
va:56)
at oracle.bali.ewt.olaf.OracleTextFieldUI.installUI(Unknown Source)
at javax.swing.JComponent.setUI(JComponent.java:449)
at javax.swing.text.JTextComponent.setUI(JTextComponent.java:267)
at javax.swing.text.JTextComponent.updateUI(JTextComponent.java:277)
at javax.swing.text.JTextComponent.<init>(JTextComponent.java:251)
at javax.swing.JTextField.<init>(JTextField.java:211)
at javax.swing.JTextField.<init>(JTextField.java:152)
at oracle.eLocation.console.ConnectionPanel.<init>(ConnectionPanel.java:
32)
at oracle.eLocation.console.GeneralManager.jbInit(GeneralManager.java:20
4)
at oracle.eLocation.console.GeneralManager.init(GeneralManager.java:159)
at oracle.eLocation.console.GeneralManager.main(GeneralManager.java:388)
This is my startcommando:
set CLASSPATH=%CLASSPATH%;C:\oracle\iSuites\mapviewer\mapdef.jar;
cd C:\oracle\iSuites\mapviewer\
java -classpath %classpath% -Dhost="145.66.58.177" -Dsid="spdb" -Dport="1521" -Duser="scott" -Dpassword="tiger" oracle.eLocation.console.GeneralManager

Similar Messages

  • Oracle MapViewer 12.1.3 and WFS-T (Transaction) Service

    Hello,
    I am new to Oracle MapViewer.
    Does Oracle MapViewer 12.1.3 supports WFS-T (Transaction) Service similar to ArcGIS Server 10.2?
    ArcGIS Help (10.2, 10.2.1, and 10.2.2)
    "WFS is a specification published by the Open Geospatial Consortium, Inc. (OGC), for serving geographic features on the Internet.
    A WFS service with transactions (WFS-T) allows WFS clients to apply edits (inserts, deletes, and updates) to the data in the source database through the WFS service."
    Thanks,
    Marcelo Marques
    Esri Technical Manager, OCP

    Hello,
    I am also having a hard time to understand all the required software and installation process to create a simple WFS service, the documentation is not very clear.
    - Oracle® Spatial and Graph Developer's Guide 12c Release 1 (12.1)
    http://docs.oracle.com/database/121/SPATL/toc.htm
    - 10 Introduction to Spatial Web Services
    http://docs.oracle.com/database/121/SPATL/sdo_webserv_intro.htm#CHDGBDCE
      10.3 Setting Up the Client for Spatial Web Services
      Before anyone can use Spatial and Graph web services, you, as an administrator with the DBA role, must ensure that:
      •The $ORACLE_HOME/md/jlib/sdows.ear file is deployed into an OC4J instance.
      •The necessary database connections are defined (if you accepted the default location for the sdows.ear file deployment) in the <j2ee_home>/home/applications/sdows/META-INF/data-sources.xml file. This file defines database connections available for use with all web services, including OpenLS and WFS.
      You should then examine and modify the <j2ee_home>/home/applications/sdows/sdows/WEB-INF/conf/WSConfig.xml file, which controls web services behavior. Example 10-1 shows the Oracle-supplied WSConfig.xml file, which you should modify as needed for your system environment. For more information about how to modify this and other files, see the Readme.txt file for the wsclient.jar demo file (described in Section 10.4, "Demo Files for Sample Java Client").
    What do I need to install? How do I deploy OC4J? How I deploy this in Weblogic or Glassfish? How do I deploy the .ear file in OC4J?
    I am a beginner and need more clear instructions .
    Deploying an EAR File to OC4J From the Command Line
    http://buttso.blogspot.com/2006/11/deploying-ear-file-to-oc4j-from.html
    15 Web Feature Service (WFS) Support
    http://docs.oracle.com/database/121/SPATL/sdo_wfs.htm#CIHEFGJJ
    I need something easier to follow, like this tutorial
    - Installing and Configuring Spatial Web Service in OC4J
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/11g/r1/prod/install/swsinst/swsinstall.htm?cid=4194&ssid=5275317476097
    But how I do the same in OC4J/Weblogic/Glassfish? and in 11gR2 and 12c?
    Any help is appreciate.
    Thanks,
    Marcelo

  • Mapviewer in JDeveloper

    Good day!
    I have successfully deployed the mapviewer in my pc using extended oc4j. My next task is to develop a program using JDeveloper with mapviewer. I followed the step-by-step instruction in this tutorial : http://www.oracle.com/technology/products/jdev/howtos/10g/map/mv_jdev_howto.htm.
    My problem is when I ran my program I got these error messages.
    Project: C:\JDev9051\jdev\mywork\WebMap\ViewController\ViewController.jpr
    C:\JDev9051\jdev\mywork\WebMap\ViewController\public_html\webmap.jsp
    Error(10,37): cannot access class oracle.lbs.mapclient.taglib.MapViewerInitTag; file oracle\lbs\mapclient\taglib\MapViewerInitTag.class not found
    Error(10,190): cannot access class oracle.lbs.mapclient.taglib.MapViewerInitTag; file oracle\lbs\mapclient\taglib\MapViewerInitTag.class not found
    Error(10,102): cannot access class oracle.lbs.mapclient.taglib.MapViewerInitTag; file oracle\lbs\mapclient\taglib\MapViewerInitTag.class not found
    Error(10,28): cannot access class oracle.lbs.mapclient.MapViewer; file oracle\lbs\mapclient\MapViewer.class not found
    Error(10,40): cannot access class oracle.lbs.mapclient.MapViewer; file oracle\lbs\mapclient\MapViewer.class not found
    Error(11,37): cannot access class oracle.lbs.mapclient.taglib.MapViewerSetParamTag; file oracle\lbs\mapclient\taglib\MapViewerSetParamTag.class not found
    Error(11,198): cannot access class oracle.lbs.mapclient.taglib.MapViewerSetParamTag; file oracle\lbs\mapclient\taglib\MapViewerSetParamTag.class not found
    Error(11,106): cannot access class oracle.lbs.mapclient.taglib.MapViewerSetParamTag; file oracle\lbs\mapclient\taglib\MapViewerSetParamTag.class not found
    Error(12,37): cannot access class oracle.lbs.mapclient.taglib.MapViewerRunTag; file oracle\lbs\mapclient\taglib\MapViewerRunTag.class not found
    Error(12,188): cannot access class oracle.lbs.mapclient.taglib.MapViewerRunTag; file oracle\lbs\mapclient\taglib\MapViewerRunTag.class not found
    Error(12,101): cannot access class oracle.lbs.mapclient.taglib.MapViewerRunTag; file oracle\lbs\mapclient\taglib\MapViewerRunTag.class not found
    Error(13,37): cannot access class oracle.lbs.mapclient.taglib.MapViewerGetMapURLTag; file oracle\lbs\mapclient\taglib\MapViewerGetMapURLTag.class not found
    Error(13,200): cannot access class oracle.lbs.mapclient.taglib.MapViewerGetMapURLTag; file oracle\lbs\mapclient\taglib\MapViewerGetMapURLTag.class not found
    Error(13,107): cannot access class oracle.lbs.mapclient.taglib.MapViewerGetMapURLTag; file oracle\lbs\mapclient\taglib\MapViewerGetMapURLTag.class not found
    -- what am I missing? any ideas?
    Thanks.

    Hi,
    It is ok, that you can see it in JSP Tag Libraries window. MapViewer.class is in the jdev_home.
    To succesfully build your project with MapViewer Tag Lib do the following:
    A). Check libraries
    1. Tools -> Manage Libraries -> Libraries Window
    2. In User Libraries section you should see MapViewer library entry (for example, Oracle MapViewer) which points to the mvclient.jar
    3. If there is no MapViewer library, then create it
    B). Check tag lib
    4. Switch to the JSP Tag Libraries window
    5. Double click on mapviewer entry
    6. If tag is not associated with MapViewer library (from section A), then associate it. You should see in the 'Libraries (separated by sime-columns)' MapViewer library name (from section A)
    7. Close Manage Libraries window with OK
    C). Final step - check your project
    8. Click on your project in Applications Navigator
    9. With right click choose Project Properties
    10. Then, go to Libraries section
    11. If there is no MapViewer library name from section A in Selected Libraries section, add it
    D). Finally, rebuild must be succesfull
    Regards,
    Andrejus

  • MapViewer 1.0 rc1 and Oracle Database 10g 10.1.0.2.0 Performace

    I have just loaded the MV Demo and was a little disappointed at the performance. Below, I posted a sample of database fetch/rendering times. I was wondering if this was typical since this was my first experience with Map Viewer. And if not, where can I get some information to improve performance?
    Terry
    06/09/15 08:01:43 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 16ms
    06/09/15 08:01:43 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 84145ms.
    06/09/15 08:01:43 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 0ms
    06/09/15 08:01:43 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 84300ms.
    06/09/15 08:01:43 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 16ms
    06/09/15 08:01:44 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 87443ms.
    06/09/15 08:01:44 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 0ms
    06/09/15 08:01:48 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 92155ms.
    06/09/15 08:01:48 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 0ms
    06/09/15 08:01:51 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 91921ms.
    06/09/15 08:01:51 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 16ms
    06/09/15 08:01:51 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 92186ms.
    06/09/15 08:01:51 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 16ms
    06/09/15 08:01:53 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 97024ms.
    06/09/15 08:01:53 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 93618ms.
    06/09/15 08:01:53 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 16ms
    06/09/15 08:01:53 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 15ms
    06/09/15 08:01:59 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 99739ms.
    06/09/15 08:01:59 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 15ms

    Thank for the quick reply. I was just doing a basic test to determine if Map Viewer would satisfy our target architecture and rich web client functional requirements. Everything checks out except for my lack of understanding on how to determine the best performance settings. I expect the development environment to be slower than production. Our actual production environment is many load balanced map and database servers.
    Sorry about the lack of details.
    Terry
    Here are the particulars.
    Test Application: http://localhost:8888/mapviewer/faces/fsmc/oraclemaps.jspx
    Db server: Win 2003 Enterprise Edition 2 Xeon 3GHx processors with 8 GB RAM.
    App Server Win XP Pro 2 Xeon 3Ghx processors with 1 Gb Ram.
    App Server Sart Script:
    cd C:\mv_qs\oc4j\j2ee\home
    start C:\jdk1.5.0_04\bin\java -server -Xmx384M -jar oc4j.jar
    Map Cahce Config: DEMO_MAP MVDEMO DEMO_MAP 10 true 256 256 true
    Data Source Config: mvdemo mq thin:@172.19.35.10:1521:MQ 64 100
    MapViewer Config:
    <?xml version="1.0" ?>
    <!-- This is the configuration file for Oracle9iAS MapViewer. -->
    <!-- Note: All paths are resolved relative to this directory (where
    this config file is located), unless specified as an absolute
    path name.
    -->
    <MapperConfig>
    <!-- ****************************************************************** -->
    <!-- ************************ 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="info" log_thread_name="false"
    log_time="true">
    <log_output name="System.err" />
    <log_output name="../log/mapviewer.log" />
    </logging>
    -->
    <!-- ****************************************************************** -->
    <!-- ********************** Map Image Settings ************************ -->
    <!-- ****************************************************************** -->
    <!-- Uncomment the following only if you want generated images to
    be stored in a different directory, or if you want to customize
    the life cycle of generated image files.
    By default, all maps are generated under
    $ORACLE_HOME/lbs/mapviewer/web/images.
    Images location-related attributes:
    file_prefix: image file prefix, default value is "omsmap"
    url: the URL at which images can be accessed. It must match the 'path'
    attribute below. Its default value is "%HOST_URL%/mapviewer/images"
    path: the corresponding path in the server where the images are
    saved; default value is "%ORACLE_HOME%/lbs/mapviewer/web/images"
    Images life cycle-related attributes:
    life: the life period of generated images, specified in minutes.
    If not specified or if the value is 0, images saved on disk will
    never be deleted.
    recycle_interval: this attribute specifies how often the recycling
    of generated map images will be performed. The unit is minute.
    The default interval (when not specified or if the value is 0)
    is 8*60, or 8 hours.
    -->
    <!--
    <save_images_at file_prefix="omsmap"
    url="http://mypc.mycorp.com:8888/mapviewer/images"
    path="../web/images"
    />
    -->
    <!-- ****************************************************************** -->
    <!-- ********************* IP Monitoring Settings ********************* -->
    <!-- ****************************************************************** -->
    <!-- Uncomment the following to enable IP filtering for administrative
    requests.
    Note:
    - Use <ips> and <ip_range> to specify which IPs (and ranges) are allowed.
    Wildcard form such as 20.* is also accepted. Use a comma-delimited
    list in <ips>.
    - Use <ips_exclude> and <ip_range_exclude> for IPs and IP ranges
    prohibited from accessing eLocation.
    - If an IP falls into both "allowed" and "prohibited" categories, it is
    prohibited.
    - If you put "*" in an <ips> element, then all IPs are allowed, except
    those specified in <ips_exclude> and <ip_range_exclude>.
    On the other hand, if you put "*" in an <ips_exclude> element, no one
    will be able to access MapViewer (regardless of whether an IP is in
    <ips> or <ip_range>).
    - You can have multiple <ips>, <ip_range>, <ips_exclude>, and
    <ip_range_exclude> elements under <ip_monitor>.
    - If no <ip_monitor> element is present in the XML configuration
    file, then no IP filtering will be performed (all allowed).
    - The way MapViewer determines if an IP is allowed is:
    if(IP filtering is not enabled) then allow;
    if(IP is in exclude-list) then not allow;
    else if(IP is in allow-list) then allow;
    else not allow;
    -->
    <!--
    <ip_monitor>
    <ips> 138.1.17.9, 138.1.17.21, 138.3.*, 20.* </ips>
    <ip_range> 24.17.1.3 - 24.17.1.20 </ip_range>
    <ips_exclude> 138.3.29.* </ips_exclude>
    <ip_range_exclude>20.22.34.1 - 20.22.34.255</ip_range_exclude>
    </ip_monitor>
    -->
    <!-- ****************************************************************** -->
    <!-- ********************** Web Proxy Setting ************************ -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and modify the following to specify the Web proxy setting.
    This is only needed for passing background image URLs to
    MapViewer in map requests or for setting a logo image URL, if
    such URLs cannot be accessed without the proxy.
    -->
    <!--
    <web_proxy host="www-proxy.my_corp.com" port="80" />
    -->
    <!-- ****************************************************************** -->
    <!-- *********************** Security Configuration ******************* -->
    <!-- ****************************************************************** -->
    <!-- Here you can set various security related configurations of MapViewer.
    -->
    <security_config>
    <disable_direct_info_request> false </disable_direct_info_request>
    </security_config>
    <!-- ****************************************************************** -->
    <!-- *********************** Global Map Configuration ***************** -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and modify the following to specify systemwide parameters
    for generated maps. You can specify your copyright note, map title, and
    an image to be used as a custom logo shown on maps. The logo image must
    be accessible to this MapViewer and in either GIF or JPEG format.
    Notes:
    - To disable a global note or title, specify an empty string ("") for
    the text attribute of <note> and <title> element.
    - position specifies a relative position on the map where the
    logo, note, or title will be displayed. Possible values are
    NORTH, EAST, SOUTH, WEST, NORTH_EAST, SOUTH_EAST,
    SOUTH_WEST, NORTH_WEST, and CENTER.
    - image_path specifies a file path or a URL (starts with "http://")
    for the image.
    <rendering> element attributes:
    - Local geodetic data adjustment: If allow_local_adjustment="true",
    MapViewer automatically performs local data
    "flattening" with geodetic data if the data window is less than
    3 decimal degrees. Specifically, MapViewer performs a simple
    mathematical transformation of the coordinates using a tangential
    plane at the current map request center.
    If allow_local_adjustment="false" (default), no adjustment is
    performed.
    - Automatically applies a globular map projection (geodetic data only):
    If use_globular_projection="true", MapViewer will
    apply a globular projection on the fly to geometries being displayed.
    If use_globular_projection="false" (the default), MapViewer does no map
    projection to geodetic geometries. This option has no effect on
    non-geodetic data.
    -->
    <!--
    <global_map_config>
    <note text="Copyright 2004, Oracle Corporation"
    font="sans serif"
    position="SOUTH_EAST"/>
    <title text="MapViewer Demo"
    font="Serif"
    position="NORTH" />
    <logo image_path="C:\\images\\a.gif"
    position="SOUTH_WEST" />
    <rendering allow_local_adjustment="false"
    use_globular_projection="false" />
    </global_map_config>
    -->
    <!-- ****************************************************************** -->
    <!-- ****************** Spatial Data Cache Setting ******************* -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and modify the following to customize the spatial data cache
    used by MapViewer. The default is 64 MB for in-memory cache.
    To disable the cache, set max_cache_size to 0.
    max_cache_size: Maximum size of in-memory spatial cache of MapViewer.
    Size must be specified in megabytes (MB).
    report_stats: If you would like to see periodic output of cache
    statistics, set this attribute to true. The default
    is false.
    -->
    <!--
    <spatial_data_cache max_cache_size="64"
    report_stats="false"
    />
    -->
    <!-- ****************************************************************** -->
    <!-- ******************** Custom Image Renderers ********************** -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and add as many custom image renderers as needed here,
    each in its own <custom_image_renderer> element. The "image_format"
    attribute specifies the format of images that are to be custom
    rendered using the class with full name specified in "impl_class".
    You are responsible for placing the implementation classes in the
    MapViewer's classpath.
    -->
    <!--
    <custom_image_renderer image_format="ECW"
    impl_class="com.my_corp.image.ECWRenderer" />
    -->
    <!-- ****************************************************************** -->
    <!-- ****************** Custom WMS Capabilities Info ****************** -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and modify the following tag if you want MapViewer to
    use the following information in its getCapabilities response.
    Note: all attributes and elements of <wms_config> are optional.
    -->
    <!--
    <wms_config host="www.my_corp.com" port="80">
    <title>
    WMS 1.1 interface for Oracle Application Server 10g MapViewer
    </title>
    <abstract>
    This WMS service is provided through Oracle MapViewer.
    </abstract>
    <keyword_list>
    <keyword>bird</keyword>
    <keyword>roadrunner</keyword>
    <keyword>ambush</keyword>
    </keyword_list>
    <sdo_epsg_mapfile>
    ../config/epsg_srids.properties
    </sdo_epsg_mapfile>
    </wms_config>
    -->
    <!-- ****************************************************************** -->
    <!-- **************** Custom Non-Spatial Data Provider **************** -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and add as many custom non-spatial data provider as
    needed here, each in its own <ns_data_provider> element.
    You must provide the id and full class name here. Optionally you
    can also specify any number of global parameters, which MapViewer
    will pass to the data provider implementation during initialization.
    The name and value of each parameter is interpreted only by the
    implementation.
    -->
    <!-- this is the default data provider that comes with MapViewer; please
    refer to the MapViewer User's Guide for instructions on how to use it.
    -->
    <ns_data_provider
    id="defaultNSDP"
    class="oracle.sdovis.NSDataProviderDefault"
    />
    <!-- this is a sample NS data provider with prameters:
    <ns_data_provider
    id="myProvider1" class="com.mycorp.bi.NSDataProviderImpl" >
    <parameters>
    <parameter name="myparam1" value="value1" />
    <parameter name="p2" value="v2" />
    </parameters>
    </ns_data_provider>
    -->
    <!-- ****************************************************************** -->
    <!-- ******************* Map Cache Server Setting ******************* -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and modify the following to customize the map cache server.
    <cache_storage> specifies the default root directory under which the
    cached tile images are to be stored if the cache instance configuration
    does not specify the root directory for the cache instance. If the
    default root directory is not set or not valid, the default root
    direcotry will be set to be $MAPVIEWER_HOME/web/mapcache
    default_root_path: The default root directory under which the cached
    tile images are stored.
    <logging> specifies the logging options for map cache server.
    -->
    <!--
    <map_cache_server>
    <cache_storage default_root_path="/scratch/mapcachetest/"/>
    <logging log_level="finest" log_thread_name="false" log_time="true">
    <log_output name="System.err"/>
    <log_output name="../log/mapcacheserver.log"/>
    </logging>
    </map_cache_server>
    -->
    <!-- ****************************************************************** -->
    <!-- ******************** Predefined Data Sources ******************** -->
    <!-- ****************************************************************** -->
    <!-- Uncomment and modify the following to predefine one or more data
    sources.
    Note: You must precede the jdbc_password value with a '!'
    (exclamation point), so that when MapViewer starts the next
    time, it will encrypt and replace the clear text password.
    -->
    <map_data_source name="mvdemo"
    jdbc_host="172.19.35.10"
    jdbc_sid="MQ"
    jdbc_port="1521"
    jdbc_user="mq"
    jdbc_password="mq001"
    jdbc_mode="thin"
    number_of_mappers="3"
    />
    </MapperConfig>

  • Verify if the sessision data of MapViewer app is stored in Coherence caches

    I have successfully combined the MapViewer application with WebLogic and Oracle Coherence*Web.
    How to verify whether the session data of MapViewer application is kept in the Coherence caches or not?
    All out put show that both of MapViewer and WebLogic server as well as Coherence are running well.
    All the following steps are right?
    The procedure is as the following:
    1. Create a WebLogic domain: Map_domain.
    2. Start the WebLogic domain Map_domain by running startWebLogic.sh script.
    3. Install Coherence.jar as a library on WebLogic.
    4. Copy the coherence.jar in the WAR's WEB-INF/lib directory.
    5. Create a reference to the shared library by modifying the weblogic.xml in web applications WEB-INF directory
    and add the following contents:
    <weblogic-web-app>
         <library-ref>
              <library-name>coherence-web-spi</library-name>
              <specification-version>1.0.0.0</specification-version>
              <implementation-version>1.0.0.0</implementation-version>
              <exact-match>false</exact-match>
         </library-ref>
    <weblogic-web-app>6. Install Coherence-web-spi.war as a WebLogic library.
    7. Install the MapViewer as a WebLogic application.
    8. Start a Coherence cache server using the cmd file web-cache-server.cmd and then start MapViewer application.
    The content of web-cache-server.cmd file:
    @echo off
    @rem This will start a cache server
    setlocal
    :config
    @rem specify the Coherence installation directory
    set coherence_home=F:\coherence
    @rem specify the JVM heap size
    set memory=256m
    :start
    if not exist "%coherence_home%\lib\coherence.jar" goto instructions
    if "%java_home%"=="" (set java_exec=java) else (set java_exec=%java_home%\bin\java)
    :launch
    set java_opts="-Xms%memory% -Xmx%memory%"
    "%java_exec%" -server -showversion "%java_opts%" -cp %coherence_home%\lib\coherence.jar;
    %coherence_home%\lib\coherence-web-spi.war
    -Dtangosol.coherence.management.remote=true
    -Dtangosol.coherence.cacheconfig=WEB-INF/classes/session-cache-config.xml
    -Dtangosol.coherence.session.localstorage=true
    com.tangosol.net.DefaultCacheServer %1
    goto exit
    :instructions
    echo Usage:
    echo   ^<coherence_home^>\bin\cache-server.cmd
    goto exit
    :exit
    endlocal
    @echo onEdited by: jetq on Jan 12, 2010 9:02 PM

    Any opinions are welcome.

  • Problem Accessing Mapviewer 12c Administration Console

    I am attempting to install and configure Oracle Mapviewer 12c (v12.1.3).  The installation appears successful but after performing the installation, I am unable to access the Mapviewer 12c Administration Console.  The default Admin Console URL is http://[host]:[port]/mapviewer.  I can reach the URL using a browser (Firefox, Chrome, IE) but the admin welcome page will not display.  The browser just "spins it's wheels" as it tries to load the page. The image below is from Firefox
    Examining the browser's developer console (by pressing F12) while the page is loading, you can see it cycling through the login page repeatedly (see image below).
    My environment consists of the following:
    1) Server OS: Linux x86_64 (RedHat Enterprise 5.11)
    2) Oracle Weblogic Server 12c - "Oracle Fusion Middleware Infrastructure" distribution
    As per the documentation, Oracle Mapviewer 12c requires specific dependencies that the Generic Weblogic Server installation will not provide (i.e. http://www.oracle.com/technetwork/middleware/weblogic/overview/index.html).  Instead, you must use the "Oracle Fusion Middleware Infrastructure" distribution, to install weblogic server and all the required dependencies.
    The Oracle Fusion Middleware Infrastructure distribution was downloaded from the Oracle ADF download page on OTN or from the Oracle Software Delivery Cloud.
    - Oracle ADF download page on OTN: http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html
    - JAR file fmw_12.1.3.0.0_infrastructure_Disk1_1of1.zip
    3) Oracle Fusion Middleware MapViewer Version 12c (12.1.3)
    - downloaded from http://www.oracle.com/technetwork/middleware/mapviewer/downloads/index.html
    - JAR file is fmw_12.1.3.0.0_mapviewer.jar
    Following the instructions in the Users Guide for Oracle Mapviewer 12c E29624-02 (http://docs.oracle.com/middleware/1213/core/JIMPV/index.html), I first installed and configured Weblogic Server 12c, followed by Mapviewer 12c.
    I made two different installation attempts:
    a) I installed Mapviewer Using the Universal Installer
    b) I Manually Deployed an Exploded MapViewer EAR Folder in WebLogic Server
    Both attempts produced the same results.
    Specifically, after installing and configuring Mapviewer, I could verify the version of Mapviewer using the URL:
    http://[host]:[port]/mapviewer/omserver?getv=t
    Accessing this URL immediately resulted in the expected response text string:
    Ver12.1.3_B140430.1010
    I could also successfully access the Weblogic Admin Console (http://[host]:[port]/console) and confirm the Weblogic is running, and that Mapviewer has been successfully deployed and running as well.
    However, at this point, if I try accessing the Mapviewer 12c Administration Console via http://[host]:[port]/mapviewer, the Console launch page does not display (as described above).
    At this point, I am asking myself why does Oracle's Demo site work (http://slc02okf.oracle.com) and mine doesn't.  I assumed Oracle's own demo site for Mapviewer was using Mapviewer 12c.  I based that assumption on the fact that Orqacle's Demo site (http://slc02okf.oracle.com/mvdemo/demo/oracle_maps_demo_v2.jsp) displays a header referencing Mapviewer 12c (see image below).
    However, when I queried the version URL for Oracle's Demo site (i.e. http://slc02okf.oracle.com/mapviewer/omserver?getv=t), I see instead that they are running Mapviewer 11g!!
    Ver11_1_1_7_3_B140717
    So, long story short, has anyone successfully deployed Mapviewer 12c, and if so, can you access the Mapviewer 12c Administration Console??
    Any and all input is greatly appreciated.
    Wayne

    Wow!  That was it.  I was starting the Mapviewer server using 1.8.0_31 (the latest Java 8 JDK).  I switched it over to 1.7.0_75 (latest Java 7) and it works!  Big Thanks!
    The Mapviewer 12c User Guide states that you need "JDK7 or later".  I just assumed "later" meant JDK8 as well.  However, when I checked the certification matrix on My Oracle Support for Mapviewer 12c and JDK, it only shows Java 7 as being certified.

  • Mapviewer 12c Generates Error When Displaying a Pre-Defined Vector Layer

    I have a predefined vector layer which I want to display using Mapviewer 12c. However, when I try to display the vector layer, I get an Java Null Pointer error. If I run the exact same code using a Mapviewer 11g (v11.1.1.7.3) environment, the map displays correctly with no errors.
    Is anyone experiencing similar problems with Mapviewer 12c?
    My environment consists of the following:
    1) Server OS: Linux x86_64 (RedHat Enterprise 5.11)
    2) Oracle Weblogic Server 12c
    3) I Manually Deployed an Exploded MapViewer EAR Folder in WebLogic Server
    http://[host]:[port]/mapviewer/omserver?getv=t
    Accessing this URL immediately resulted in the expected response text string:
    Ver12.1.3_B140430.1010
    4) I can successfully access the Weblogic Admin Console (http://[host]:[port]/console) and confirm the Weblogic is running, and that Mapviewer has been successfully deployed and running as well. I can also access the Mapviewer Admin Console (http://[host]:[port]/mapviewer)
    5) Mapviewer 12c has been configured to use the latest Java 7 JDK (i.e. Java 7 Update 75).
    The error I receive when attempting to display the predefined vector layer is:
    [2015-02-17T11:52:40.294-05:00] [AdminServer] [WARNING] [] [oracle.mapviewer.ws] [host: icdevapp004.info-control.com]
                [nwaddr: 192.168.157.210] [tid: 34] [userId: ] [ecid: 6f92f10c-b237-4f4d-b683-3d7ae3f903f3-0000001c,0] [APP: mapviewer] java.lang.NullPointerException[[
         at oracle.lbs.dataserver.MapDataServlet.doPost(MapDataServlet.java:235)
         at oracle.lbs.dataserver.MapDataServlet.doGet(MapDataServlet.java:155)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:844)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:280)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:254)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:346)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:137)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:220)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3436)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3402)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)
         at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2285)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2201)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1572)
         at weblogic.servlet.provider.ContainerSupportProviderImpl$WlsRequestExecutor.run(ContainerSupportProviderImpl.java:255)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)
    Here is a sample of the code I am using to display the map.
    test12c_2.html
    yard1_12c.js
    var baseURL = "http://192.168.157.210:7003/mapviewer";
    var vDataSource = 'logitdv1';
    var map = {};
    var vlayer = {};
    function showMap(){
        OM.gv.setResourcePath(baseURL+"/jslib/v2");           
        map = new OM.Map(
            document.getElementById('map'),
                mapviewerURL: baseURL,
                universe: new OM.universe.ElocationUniverse()
    // OpenStreet Maps
        var tileLayer = new OM.layer.OSMTileLayer("OSMLayer1");
        map.addLayer(tileLayer);
        vlayer = new OM.layer.VectorLayer("UserGeo",
                infoWindow: false,
                def:{
                    type: OM.layer.VectorLayer.TYPE_PREDEFINED,
                    dataSource: vDataSource,
                    theme: 'damco_perimeter',
                    loadOnDemand: false,
                    url: baseURL
        map.addLayer(vlayer);
        vlayer.zoomToTheme();
        map.init();
    Message was edited by: Wayne Blumstengel
    - Added attachment test12c_2.html

    I installed the Latest OracleMaps HTML5 (V2) API Update - March 2015 (http://download.oracle.com/otn/other/mapviewer/11g_ps6_3/oraclemapsv2_11_1_1_7_3_1.zip) and the issue seems to have been resolved with this update.
    I deployed the 11.1.1.7.3.1 update against my v12.1.3 mapviewer installation (as per the instructions in the readme file), and the prefined vector layer now displays correctly using Mapviewer 12c.

  • Mapviewer demo's

    Hi,
    I'm trying to get the mapviewer demo's up and running, but I can't find instructions to do this.
    Oracle spatial and mapviewer are new to me, so maybe anyone can tell me how to do this.
    I've installed oracle 10g database and standalone mapviewer.
    I can visualize data from the demo-dataset for user scott.
    But when I click (on the mapviewer homepage) on one of the examples my browser gives the usual 'the page cannot be displayed' message.
    Do I need to install the demo's in some way, or place the jsp files in a certain directory??

    Suggest just doing a search within this forum, that answer has been written about 1000 times. Try this: http://www.oracle.com/technology/software/products/mapviewer/index.html
    try the QuickStart Kit and install the Demo's.
    This will provide you with all of your answers.
    Hope it helps.
    -Scott

  • MapViewer JDeveloper embedded OC4J installation error

    Hi,
    I downloaded all latest mapviewer.ear and latest OC4J.
    Followed MapviewerUG installation instructions
    After starting OC4J
    using the url http://localhost:8888/mapviewer/
    works well and the demos like jview also works well
    using the url http://localhost:8888/mapviewer/omserver
    however, generates the following error
    &lt;?xml version="1.0" encoding="UTF-8" ?&gt;
    &lt;oms_error&gt;Message:[oms] empty or null xml map request string. Sat Apr 02 14:40:14 IST 2005 Severity: 0 Description: at oracle.lbs.mapserver.oms.getXMLDocument(oms.java:852) at oracle.lbs.mapserver.oms.doPost(oms.java:302) at oracle.lbs.mapserver.oms.doGet(oms.java:234) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186) at java.lang.Thread.run(Thread.java:534)&lt;/oms_error&gt;
    I also downloaded the latest JDeveloper 10G and JDeveloper extensions and follwed the instructions in the How To Document
    How To Build Dynamic Maps Using JDeveloper 10g and Oracle Application Server MapViewer
    An Oracle JDeveloper How To Document
    Justin Lokitz
    October 2004
    I have no compilation errors but I am not able to view the density map. I am getting the Internal Server Error 500 instead.
    Can anyone please guide me through this.
    Thomas Joseph

    Hi Joao
    Thanks for tip on the log file.
    I have the data loaded.
    Evrything works fine when I use Mapviewer with OC4J and try the jview demo.
    I am however not able to get the example 'How to build Dynamic Maps' running using JDeveloper using the embeded OC4J server.
    The jsp source is as follows
    <%@ taglib uri="http://xmlns.oracle.com/j2ee/jsp/tld/spatial/mvtaglib.tld" prefix="mapviewer"%>
    <%@ page contentType="text/html;charset=windows-1252"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>untitled</title>
    </head>
    <body>
    <DIV align="center">
    <P>MapViewer WebMap</P>
    <P>
    <mapviewer:init url="http://localhost:8888/mapviewer/omserver" datasource="mvdemo" id="mvHandle"/>
    </P>
    </DIV>
    <DIV align="center">
    <mapviewer:setParam antialiasing="true" basemap="density_map" centerX="-122.4" centerY="37.8" height="450" size="10" title="MyWebMap" width="600"/>
    <mapviewer:run/>
    </DIV>
    <img src="<mapviewer:getMapURL />"/>
    </body>
    </html>
    There are no comilation errors
    When I run the code I get 500 Internal Server Error.
    The Application2-oc4j-app.log generated is as follows
    05/04/05 20:04:11 Started
    05/04/05 20:05:14 Application2-ViewController-webapp: JDevOJSP: init
    05/04/05 20:05:14 Application2-ViewController-webapp: action: init
    05/04/05 20:05:16 Application2-ViewController-webapp: 9.0.4.0.0 Started
    05/04/05 20:05:28 Application2-ViewController-webapp: Servlet error
    javax.servlet.jsp.JspException: Connection refused: connect
         at oracle.lbs.mapclient.taglib.MapViewerRunTag.doStartTag(MapViewerRunTag.java:123)
         at webmap.jspService(webmap.jsp:17)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Please put me on the track. I am not able to figure out what is going wrong.
    Regards
    Thomas Joseph

  • Please Help; MAPVIEWER-05501 Map tile layer not found error

    Hi, I am just a newbie to oracle mapviewer; I installed mv 11.x. on Xe 11g with mvdemo dataset as mentioned in demo setup instructions.
    It seems everything went fine including mvdemo data import and oc4j instance.
    Only thing if i am missing is when I goto create "Create a map tile layer" in "Manage MapViewer" of "Admin" page; I can find datasource but do not find anything in "base map" combo. Thus i can't create Any Map tile.
    Now, when I click on a demo example I get following error:
    *[MVglobalvariables.getmap.cacheconfig]mapviewer-05501:maptile layer not found.check map tile layer name and/or data source name(mvdemo.demo_map)*
    When i check the user_sdo_cached_maps view return "no rows selected ".
    I have tried many restarts, re-import of mvdemo data but nothing worked.
    please help me.
    Regards

    Thanks Anyway I have found the solution, indeed I was missing the metadata script using @mvdemo.SQL.
    I Followed the instructions on the sites given below:
    http://gerardnico.com/wiki/spatial/mapviewer/mapviewer_demo_installation
    http://www.dbuggr.com/smallwei/step-step-instruction-install-oracle-mapviewer-10g-10-1-3-1/

  • Mapviewer- omserver and SSL

    My goal is to set up the mapviewer to ask for a client certificate before it presents a map. I followed the instructions in the Oracle 10g Container Security Guide to set up CLIENT-CERT authentication. So far so good. I am able to get the maps through HTTPs using the mapviewer's javascript (MapView) API. However, I am unable to get a list of cached based maps on the mapviewer server using Java (MapViewer class) API. It seems to me that the client cert get lost when my code get to the omserver.
    When I initiate the following code from both jsp and servlet
    MapViewer mv = new MapViewer(omserverURL);
    I got the following error:
    javax.net.ssl.SSLHandshakeException null cert chain
    even though I can print out the cert (before the the above code) from the jsp or the servlet.
    Is there a way to pass the client cert down to the omserver in the mapviewer Java API? I cannot find a solution in the current MapViewer 11g TP 2.
    Thank you very much for your help.
    TDV

    Yes. Its not really very different but if you are copying the examples then change
    var baseURL = "http://"+document.location.host+"/mapviewer";
    to
    var baseURL = "https://"+document.location.host+"/mapviewer";
    Mike

  • MapViewer - Cannot obfucate password

    Hi,
    I am with the problem below:
    2008-04-21 18:51:01,015 ERROR [STDERR] 21/04/2008 18:51:00 oracle.lbs.mapserver.core.MapperConfig scrambleConfigFile
    SEVERE: Cannot obfucate password. You may be running MapViewer in an old OC4J (pre-11g).
    java.lang.NoClassDefFoundError: oracle/security/jps/service/credstore/CredentialNotFoundException
         at oracle.lbs.mapserver.core.Dimmer.rewritePasswd(Dimmer.java:163)
         at oracle.lbs.mapserver.core.MapperConfig.scrambleConfigFile(MapperConfig.java:472)
         at oracle.lbs.mapserver.core.MapperConfig.loadConfigFile(MapperConfig.java:556)
         at oracle.lbs.mapserver.core.MapperConfig.<init>(MapperConfig.java:341)
         at oracle.lbs.mapserver.MapServerImpl.<init>(MapServerImpl.java:129)
         at oracle.lbs.mapserver.MapServerImpl.<init>(MapServerImpl.java:113)
         at oracle.lbs.mapserver.oms$ColdStart.run(oms.java:262)
         at java.lang.Thread.run(Thread.java:619)
    I'm trying to use the mapviewer.ear from the mapviewer_11gpre2.zip file on the JBoss 4.2.2. GA server.
    Thanks.
    Lucas Eskopinski.

    Hi, Joao.
    Thank you for your help previously.
    I added the libraries below:
         - jps-api.jar
         - jps-common.jar
         - jps-fmw.jar
         - jps-internal.jar
         - jps-mas.jar
         - jps-unsupported-api.jar
    To the directory jboss-4.2.2.GA/server/default/deploy/mapviewer.ear/web.war/WEB-INF/lib Occurred the problem below:
    2008-04-22 21:37:59,000 ERROR [STDERR] 22/04/2008 21:37:59 oracle.security.jps.internal.config.util.JpsFactoryProxyImpl getContextFactory
    SEVERE: D:\Desenvolvimento\jboss-4.2.2.GA\bin\.\config\jps-config.xml
    oracle.security.jps.JpsException: D:\Desenvolvimento\jboss-4.2.2.GA\bin\.\config\jps-config.xml
         at oracle.security.jps.JpsContextFactory.getContextFactory(JpsContextFactory.java:76)
         at oracle.security.jps.internal.config.util.JpsFactoryProxyImpl.getContextFactory(JpsFactoryProxyImpl.java:79)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.security.jps.internal.api.config.JpsContextFactoryProxy.getContextFactory(JpsContextFactoryProxy.java:57)
         at oracle.lbs.mapserver.core.CSHelper.encrypt(CSHelper.java:66)
         at oracle.lbs.mapserver.core.Dimmer.rewritePasswd(Dimmer.java:163)
         at oracle.lbs.mapserver.core.MapperConfig.scrambleConfigFile(MapperConfig.java:472)
         at oracle.lbs.mapserver.core.MapperConfig.loadConfigFile(MapperConfig.java:556)
         at oracle.lbs.mapserver.core.MapperConfig.<init>(MapperConfig.java:341)
         at oracle.lbs.mapserver.MapServerImpl.<init>(MapServerImpl.java:129)
         at oracle.lbs.mapserver.MapServerImpl.<init>(MapServerImpl.java:113)
         at oracle.lbs.mapserver.oms$ColdStart.run(oms.java:262)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.io.FileNotFoundException: D:\Desenvolvimento\jboss-4.2.2.GA\bin\.\config\jps-config.xml
         at org.jboss.net.protocol.file.FileURLConnection.connect(FileURLConnection.java:94)
         at org.jboss.net.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:103)
         at java.net.URL.openStream(URL.java:1009)
         at oracle.xml.parser.v2.XMLReader.openURL(XMLReader.java:2551)
         at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:234)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:202)
         at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:155)
         at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208)
         at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.initDefaultConfiguration(XmlConfigurationFactory.java:320)
         at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.getDefaultConfiguration(XmlConfigurationFactory.java:261)
         at oracle.security.jps.internal.config.xml.XmlConfigurationFactory.getConfiguration(XmlConfigurationFactory.java:97)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.<init>(JpsContextFactoryImpl.java:121)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    I view that file is in oc4j_11110_preview/j2ee/home/config, is there a some way to work in JBoss server?
    are there instructions to deploy this version of the MapViewer in JBoss server? :D
    Thanks.
    Lucas Eskopinski.

  • HTTP1.1 302 found with mapviewer 11ea

    Hi,
    I´ve installed the latest release of Mapviewer on a windows2000 sp3 (testing-)machine.
    I´m using Apex, Spatial and Mapviewer to generate maps. With thanks to Bernard Fischer and Justin Lokitz, by the way.
    The http-server for apex generates a 302-found error.
    How to solve this problem?
    Any reaction will be appreciated.
    Leo

    Thnaks for your reaction.
    This is the message :
    HTTP/1.1 302 FoundDate: Wed, 02 Aug 2006 18:07:47 GMT
    Server: Oracle-Application-Server-10g/9.0.4.0.0 Oracle-HTTP-Server
    Location: f?p=9300:700:1789544150422948::NO (Oracle Apex Application)
    Keep-Alive: timeout=15, max=99
    Connection: Keep-Alive
    Transfer-Encoding: chunked
    Content-Type: text/plain
    I've downloaded Mapviewer EA11 from OTN. With an Oc4J included. Version 9.0.4.0.0
    Hope this helps.
    If not, please give more instructions where I can find what you're asking for. This is new stuff for me.
    Leo

  • Problem getting started with Mapviewer (mv10131_qs)

    Newby question,
    I followed the readme file and I can get http://localhost:8888 to work but not http://localhost:8888/mapviewer. The result is 404 Hot Found.
    I also followed the instruction to load the demo data from from "mvdemo_10131.zip". So I created a mvdemo database with mvdemo user mvdemo passord.
    Any idea,
    Thanks in advance.

    Yes, I did run Start.bat.
    I edit it also to point to the Java distribution within Oracle folders to avoid problems with other Java installations:
    D:
    cd D:\Oracle\product\10.2.0\db_1\oc4j\j2ee\home
    "D:\Oracle\product\10.2.0\db_1\jdk\bin\java" -server -Xmx384M -jar oc4j.jar
    I am using FireFox and I have Apache running on that system. Do you know of incompatibility?
    Thanks a lot!

  • TS2570 Still cant access my computer, followed instructions to perform a safe boot and last line of script it shows: BootCacheControl: Unable to open /Var/db/BootCache.playlist:2 No such file or directory. Any idea?

    Brand new Mac Book Pro
    Purchased in Mexico's Department store Liverpool on June 20th 2012
    Purchased Memory upgade to 8Gb, on june 27th, at Apple Store Memorial City, Houston
    Upgraded memory from 4Gb to 8Gb on June 28th.
    Tried to write on my external HD (previously written on a windows based PC) with no success.
    Upon reccomendation from a Mac assistant, copied all my external HD contents into my Mac Hard drive.
    Then formatted my external HD and copied back all my information to it.
    deleted all the  information from my MacBook Pro HD.
    Attempted to repeat the same operation with another external HD, but got a message saying there was not enough epace on the computer HD (even though I have a 750Gb Hard Drive.
    Looked in the trash bin and there it was, all the information previously deleted..
    Could not empty the trash bin, although I got a message asking me to safely delete all the information from the trash bin,
    Could not get enough space released, after several attpempts the trash bin was finally emptied.
    All happy getting acquainted with my new MacBook Pro. Two days later, got a gray screen and not able to start the computer.
    Looking in to Mac support I found article http://support.apple.com/kb/TS2570 and followed instructions to perform a safe boot:
    "Perform a Safe Boot
    Simply performing the Safe Boot may resolve this issue.
    Shut down your Mac. If necessary, hold your Mac's power button for several seconds to force it to power down.
    Start your Mac, then immediately hold the Shift key. This performs a Safe Boot. Advanced tip: If you want to
    see the status of a Safe Boot as it progresses, you can hold Shift-Command-V during start up (instead of just Shift).
    Note: A Safe Boot takes longer than a typical start up because it includes a disk check and other operations.
    The following is the script that appears on the screen upon safe boot. and halt after the last line.
    AppleACPICPU:Processor Id=6 LocalAplicId=255 Disabled
    AppleACPICPU:Processor Id=7 LocalAplicId=255 Disabled
    AppleACPICPU:Processor Id=8 LocalAplicId=255 Disabled
    calling mpo_policy_init for TMSafetyNet
    Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    calling mpo_policy_init for Sandbox
    Security policy loaded: Seatbelt sandbox policy (Sandbox)
    calling mpo_policy_init for Quarantine
    Security policy loaded: Quarantine Policy (Quarantine)
    Copyright (c) 1982, 1986, 1989, 1991, 1993
            The Regents of the University of California. All Rights Reserved.
    MAC Framework Succesfully initializad
    using 16384 buffer headers and 10240 cluster IO buffer headers
    IOAPIC: Version 0x20 Vextors 64:87
    ACPI: System State [SO S3 S4 S5] (S3)
    PFM64 (36cpu) 0xf10000000, 0xf0000000
    Aplconsole relocated to 0xf1000000
    PCI configuration changed (bridge=16 device=4 cardbus=0)
    [ PCI configuration end, bridges 12 devices 16 ]
    Firewire (OHCI) Lucent ID 5901 built-in now active, GUID 3c0754fffe9b2aa2; max speed s800.
    Pthread support ABORTS when sync kernel primitives misused
    com.apple.AppleFSCompressionTypeZlib kmod start
    com.apple.AppleFSCompressionTypeDataless kmod start
    com.apple.AppleFSCompressionTypeZlib load succeeded
    com.apple.AppleFSCompressionTypeDateless load succeeded
    AppleIntelCPUPowerManagementClient: ready
    BTCOEXIST off
    wl0: Broadcom BCM4331 802.11 Wireless controller
    5.100.98.75
    AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitializad
    rooting via boot-uuid from /chosen: 6E918706-FC0D-37460-A3A0-6268A51DF93B
    Waiting on <dict ID="0"><key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleAPIPCI/SATA@1F,2/AppleIntelPchSe riesAHCI/PRT0@0/AOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlock
    storageevice /IoBlockStorageDriver/TOSHIBA MK7559GSXF Media/IOGUIDPartit
    BSD root: disk0s2, major 14, minor 2
    Kernel is LP64
    com.apple.launchd 1   com.apple.launchd 1   *** launchd[1] has started up. ***
    com.apple.launchd 1   com.apple.launchd 1   *** Verbose boot, will log to /dev/console. ***
    Running fsck on the boot volume...
    ** /dev/rdisk0s2 (NO WRITE)
    ** Root file system
       Executing FSCK_HFS (version diskdev_cmds-540.1~25).
    BootCacheControl: UNable to open /Var/db/BootCache.playlist:2 No such file or directory
    launchctl:Dubious permissions on file (skipping): /Library/LaunchDaemons
    launchctl:Dubious permissions on file (skipping): /System/Library/LaunchDaemons
    Any help or suggestions on what to do next would be welcomed.
    I am in the middle of the Atlantick, stuck with a brand new, non working Apple MacBook Pro.
    Best regards
    Sergio Ramos

    Reinstalling MacOS does NOT fix the problem for me.  I'm still searching a solution !
    Bernard

Maybe you are looking for

  • Dynamic configuration with a target ZIP file

    Hi, I have an scenario file to file. Source is a ZIP file, so CC is a FILE NFS Binary. XI acts as a FTP mover and there aren't  message mapping nor Integration directory definition . Target and source filename it's the same. But target directory must

  • Selection-screen cosmetics

    Hi, I am using a Select-options in slection screen for ABAP WD. This is an ALV grid report. I had to place some check boxes in slection-screen.. My slect-options are in View Container.. so i palced check boxes in different groups.. now What I see is

  • Licensing issues ...

    Hi , i would like to know whether, will there be any licensing issue if we sell an application which has been developed using Adobe Flex.. thanks saj

  • Cross-JTable selection

    In a scenario where there are two JTable's in order to implement "locked (frozen) columns", one has to address the cross-JTable selection issue that occurs when both tables' "columnSelection" and "rowSelection" properties are enabled, and the user cl

  • HP Support Assistant not downloading and installing

    Hi, I got a brand new ZBook 15 G2 a few days ago, everything seems to work OK except for the HP software that came with it, which I find both ironic and frustrating. I've tried downloading the updates and installing on two occasions, no luck. Windows