WMS capabilities, invalid SRS

Hi,
the WMS capabilities of the Oracle Mapviewer (version: Oracle Application Server MapViewer 10.1.2 Developer's Kit) use an SDO value for the SRS (Spatial Reference System) of the LAYERs.
This is not correct according to the OGC WMS 1.1 spec, only EPSG or AUTO SRS's can be used.
How can this be changed so that Mapviewer outputs EPSG codes? Thanks in advance.
<Layer queryable="1">
<Name>WEGVAKKEN</Name>
<Title>WEGVAKKEN</Title>
<SRS>SDO:0</SRS>
<LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
<BoundingBox SRS="SDO:0" minx="-2000.0" miny="300000.0" maxx="300000.0" maxy="650000.0" resx="5.0E-4" resy="5.0E-4"/>
</Layer>

MapViewer 10.1.2's WMS interface supports a very few EPSG srids (e.g. 4326) which map onto a SDO srid (e.g. 4326 <--> 8307).
For others it simply reports the SDO srid so that Spatial clients can still use it.
With the database release 10gR2 likely having EPSG coordinate system support a subsequent version of MapViewer will have full EPSG support too. Assuming the database is 10gR2 or later.
For other versions there will be a mechanism for a user defined mapping which users are responsible for.
If you're not the person from NL who we've already communicated with on this send me email.
regards
Jayant
[email protected]

Similar Messages

  • Invalid SRS when create a map tile layer

    Hi,
    When i created a map tile layer and submit , it shows “Error creating a new map tile layer: Invalid SRS(spatial referencing system). This might be caused by invalid SRID or no database connection being available to retrieve SRS information.”
    And I can't view the map tile which I've created before, it alerts "Cannot get map cache instance config information for MVDEMO.DEMO_MAP. Server response: {1}.
    Thanks for any assistance.
    a-Li

    Are you trying to create a new map tile layer for the MVDEMO sample data set? If that's what you are trying to do, then may I suggest you re-download the latest MapViewer kit (10.1.3.3 for WebLogic, works on any 10g OracleAS and standalone OC4J as well), it includes a refreshed MVDEMO data set, and the best part is it already has the MVDEMO.DEMO_MAP map tile layer created for you (if you follow all the instructions come with the demo data set).
    If you still want to create a new map tile layer, then can you please post the exact parameters you entered when creating the new tile layer? Since the MVDEMO data set has a built-in SRID of 8307 (if I remember correctly), you can always use the same SRID (8307) for your tile layer.
    thanks

  • 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>

  • [JSP compiler] How to change it

    Hi, I get an error when compiling a HUGE JSP page!!! Code is too large for try block!
    So, I just want to change the compiler ...
    I'm using the 10.1.3.1.0 and each time, I get that error:
    OracleJSP : oracle.jsp.provider.JspCompileException:
    I have try to use "javaccmd" param-init but it is deprecated (you can find it here: http://download-east.oracle.com/docs/cd/B32110_01/web.1013/b28951.pdf ).
    So I'm stuck, I get borring, nothing work... OC4J WON'T work!!! All others work.
    How can I change the JSP compiler please, it's the LAST THING I MUST DONE FOR SCHOOL!
    What must I use instead of "javaccmd" param-init ?
    Thanks very very very much...

    Here is the debug output... :
    OracleJSP : oracle.jsp.provider.JspCompileException:
    Erreurs de compilation :D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java
    [parsing started D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java]
    [parsing completed 641ms]
    [search path for source files: [C:\Java\jdk1.5.0_11\jre\lib\rt.jar, C:\Java\jdk1.5.0_11\jre\lib\jsse.jar, C:\Java\jdk1.5.0_11\jre\lib\jce.jar, C:\Java\jdk1.5.0_11\jre\lib\charsets.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\activation.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\clibwrapper_jiio.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\dnsns.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_codec.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_core.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_imageio.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-api.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-impl.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb1-impl.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-xjc.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jsr173_api.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\localedata.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\mlibwrapper_jai.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\sunjce_provider.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\sunpkcs11.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\which4j.jar, D:\oc4j_extended_101310\j2ee\home\oc4j-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-unsupported-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\activation.jar, D:\oc4j_extended_101310\j2ee\home\lib\mail.jar, D:\oc4j_extended_101310\j2ee\home\lib\persistence.jar, D:\oc4j_extended_101310\j2ee\home\lib\ejb30.jar, D:\oc4j_extended_101310\j2ee\home\lib\ejb.jar, D:\oc4j_extended_101310\j2ee\home\lib\javax77.jar, D:\oc4j_extended_101310\j2ee\home\lib\javax88.jar, D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar, D:\oc4j_extended_101310\j2ee\home\lib\jms.jar, D:\oc4j_extended_101310\j2ee\home\lib\jta.jar, D:\oc4j_extended_101310\j2ee\home\lib\jacc-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\connector.jar, D:\oc4j_extended_101310\j2ee\home\lib\jmx_remote_api.jar, D:\oc4j_extended_101310\j2ee\home\lib\jax-qname-namespace.jar, D:\oc4j_extended_101310\webservices\lib\jaxr-api.jar, D:\oc4j_extended_101310\webservices\lib\jaxrpc-api.jar, D:\oc4j_extended_101310\webservices\lib\saaj-api.jar, D:\oc4j_extended_101310\webservices\lib\jws-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-internal.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-oc4j.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-client.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-server.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-schemas.jar, D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j_orb.jar, D:\oc4j_extended_101310\j2ee\home\lib\iiop_support.jar, D:\oc4j_extended_101310\j2ee\home\lib\orbbase.jar, D:\oc4j_extended_101310\j2ee\home\iiop_gen_bin.jar, D:\oc4j_extended_101310\j2ee\home\lib\jmxcluster.jar, D:\oc4j_extended_101310\j2ee\home\jaccprovider.jar, D:\oc4j_extended_101310\j2ee\home\jacc-spi.jar, D:\oc4j_extended_101310\j2ee\home\jazncore.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\oraclepki.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\ojpse.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\ldapjclnt10.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\jssl-1_1.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\javax-ssl-1_1.jar, D:\oc4j_extended_101310\j2ee\home\..\..\lib\xmlparserv2.jar, D:\oc4j_extended_101310\j2ee\home\..\..\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\j2ee\home\..\..\lib\dms.jar, D:\oc4j_extended_101310\javavm\lib\jasper.zip, D:\oc4j_extended_101310\j2ee\home\lib\adminclient.jar, D:\oc4j_extended_101310\opmn\lib\optic.jar, D:\oc4j_extended_101310\j2ee\home\jazn.jar, D:\oc4j_extended_101310\jlib\ldapjclnt10.jar, D:\oc4j_extended_101310\jlib\jssl-1_1.jar, D:\oc4j_extended_101310\jlib\javax-ssl-1_1.jar, D:\oc4j_extended_101310\webservices\lib\wsserver.jar, D:\oc4j_extended_101310\webservices\lib\wsif.jar, D:\oc4j_extended_101310\webservices\lib\orawsmetadata.jar, D:\oc4j_extended_101310\webservices\lib\orajaxr.jar, D:\oc4j_extended_101310\webservices\lib\.\jaxr-api.jar, D:\oc4j_extended_101310\webservices\lib\.\orasaaj.jar, D:\oc4j_extended_101310\toplink\jlib\toplink-oc4j.jar, D:\oc4j_extended_101310\toplink\jlib\antlr.jar, D:\oc4j_extended_101310\diagnostics\lib\ojdl2.jar, D:\oc4j_extended_101310\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\xqs\lib\xqs-api.jar, D:\oc4j_extended_101310\xqs\lib\xds.jar, D:\oc4j_extended_101310\j2ee\home\lib\pcl.jar, D:\oc4j_extended_101310\webservices\lib\JMXSoapAdapterShared.jar, D:\oc4j_extended_101310\lib\dmsapp.jar, D:\oc4j_extended_101310\j2ee\home\applications\admin_ejb.jar, D:\oc4j_extended_101310\j2ee\home\lib\scheduler.jar, D:\oc4j_extended_101310\j2ee\home\connectors\datasources\datasources\datasources.jar, D:\oc4j_extended_101310\j2ee\home\connectors\OracleASjms\OracleASjms\gjra.jar, D:\oc4j_extended_101310\j2ee\home\applications\jmsrouter-ejb.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\design.model.ejb3.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.ejb3.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\enext.webtools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.corbatools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.framework.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.generic.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.idl.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.interfaces.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.mail.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.tools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.featureBridge.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.jaxb.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.generator.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.widget.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.tools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.wmt.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oracleDriver.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.ecw.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.feature.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.kernel.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.nis.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\ose.componentModel.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\wms.capabilities.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\catalog.ejb3.jar, D:\oc4j_extended_101310\lib\dms.jar, D:\oc4j_extended_101310\jdbc\lib\ojdbc14dms.jar, D:\oc4j_extended_101310\opmn\lib\ons.jar, D:\oc4j_extended_101310\jdbc\lib\ocrs12.jar, D:\oc4j_extended_101310\rdbms\jlib\aqapi.jar, D:\oc4j_extended_101310\j2ee\home\lib\ojms-provider.jar, D:\oc4j_extended_101310\jdbc\lib\orai18n.jar, D:\oc4j_extended_101310\lib\xmlparserv2.jar, D:\oc4j_extended_101310\lib\xml.jar, D:\oc4j_extended_101310\lib\xmlmesg.jar, D:\oc4j_extended_101310\lib\xsu12.jar, D:\oc4j_extended_101310\lib\xquery.jar, D:\oc4j_extended_101310\jlib\osdt_core.jar, D:\oc4j_extended_101310\jlib\osdt_cert.jar, D:\oc4j_extended_101310\jlib\osdt_xmlsec.jar, D:\oc4j_extended_101310\jlib\osdt_wss.jar, D:\oc4j_extended_101310\jlib\osdt_saml.jar, D:\oc4j_extended_101310\jlib\ojpse.jar, D:\oc4j_extended_101310\jlib\oraclepki.jar, D:\oc4j_extended_101310\toplink\jlib\toplink.jar, D:\oc4j_extended_101310\toplink\jlib\toplink-essentials.jar, D:\oc4j_extended_101310\webservices\lib\wsclient.jar, D:\oc4j_extended_101310\webservices\lib\orasaaj.jar, D:\oc4j_extended_101310\webservices\lib\xsdlib.jar, D:\oc4j_extended_101310\webservices\lib\relaxngDatatype.jar, D:\oc4j_extended_101310\webservices\lib\mdds.jar, D:\oc4j_extended_101310\javacache\lib\cache.jar, D:\oc4j_extended_101310\javacache\lib\..\..\lib\xmlparserv2.jar, D:\oc4j_extended_101310\javacache\lib\..\..\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\webservices\lib\soap.jar, D:\oc4j_extended_101310\sqlj\lib\runtime12.jar, D:\oc4j_extended_101310\sqlj\lib\translator.jar, D:\oc4j_extended_101310\webservices\lib\orawsdl.jar, D:\oc4j_extended_101310\j2ee\home\applib, D:\oc4j_extended_101310\j2ee\home\applib\jai_codec.jar, D:\oc4j_extended_101310\j2ee\home\applib\activation.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-awt-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-bridge.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-css.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-dom.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-ext.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-extension.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-gui-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-gvt.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-parser.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-script.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-svg-dom.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-svggen.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-swing.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-transcoder.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-xml.jar, D:\oc4j_extended_101310\j2ee\home\applib\Acme.jar, D:\oc4j_extended_101310\j2ee\home\applib\jai_core.jar, D:\oc4j_extended_101310\j2ee\home\applib\jai_imageio.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb1-impl.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-api.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-impl.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-xjc.jar, D:\oc4j_extended_101310\j2ee\home\applib\jsr173_api.jar, D:\oc4j_extended_101310\j2ee\home\applib\jdbcora10fixed.jar, D:\oc4j_extended_101310\j2ee\home\applib\JdbcOraWrapper.jar, D:\oc4j_extended_101310\j2ee\home\applib\mjdfotf.jar, D:\oc4j_extended_101310\j2ee\home\applib\pdf-transcoder.jar, D:\oc4j_extended_101310\j2ee\home\applib\sdoapifixed.jar, D:\oc4j_extended_101310\j2ee\home\jsp\lib\taglib, D:\oc4j_extended_101310\j2ee\home\jsp\lib\taglib\ojsputil.jar, D:\oc4j_extended_101310\lib\dsv2.jar, D:\oc4j_extended_101310\j2ee\home\lib\http_client.jar, D:\oc4j_extended_101310\j2ee\home\lib\jgroups-core.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\classes, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\aclibico-castrated.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-beanutils.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-collections.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-digester.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-fileupload.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-lang.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-logging.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-math-1.0.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-validator.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\design.apic2next.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\design.importPlugIn.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\designSource.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\ini4j-compat.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\ini4j.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jaas.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jakarta-oro.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\java_cup_10k.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jstl.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jta-spec1_0_1.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\mail.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\menu.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\relaxngDatatype.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\resolver.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\retroweaver-rt-1.2.1.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts-legacy.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\xmlsec.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\xsdlib.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Acme.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\antlr.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\sdoapifixed.jar]]
    [search path for class files: [C:\Java\jdk1.5.0_11\jre\lib\rt.jar, C:\Java\jdk1.5.0_11\jre\lib\jsse.jar, C:\Java\jdk1.5.0_11\jre\lib\jce.jar, C:\Java\jdk1.5.0_11\jre\lib\charsets.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\activation.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\clibwrapper_jiio.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\dnsns.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_codec.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_core.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_imageio.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-api.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-impl.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-xjc.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb1-impl.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jsr173_api.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\localedata.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\mlibwrapper_jai.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\sunjce_provider.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\sunpkcs11.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\which4j.jar, D:\oc4j_extended_101310\j2ee\home\oc4j-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-unsupported-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\activation.jar, D:\oc4j_extended_101310\j2ee\home\lib\mail.jar, D:\oc4j_extended_101310\j2ee\home\lib\persistence.jar, D:\oc4j_extended_101310\j2ee\home\lib\ejb30.jar, D:\oc4j_extended_101310\j2ee\home\lib\ejb.jar, D:\oc4j_extended_101310\j2ee\home\lib\javax77.jar, D:\oc4j_extended_101310\j2ee\home\lib\javax88.jar, D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar, D:\oc4j_extended_101310\j2ee\home\lib\jms.jar, D:\oc4j_extended_101310\j2ee\home\lib\jta.jar, D:\oc4j_extended_101310\j2ee\home\lib\jacc-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\connector.jar, D:\oc4j_extended_101310\j2ee\home\lib\jmx_remote_api.jar, D:\oc4j_extended_101310\j2ee\home\lib\jax-qname-namespace.jar, D:\oc4j_extended_101310\webservices\lib\jaxr-api.jar, D:\oc4j_extended_101310\webservices\lib\jaxrpc-api.jar, D:\oc4j_extended_101310\webservices\lib\saaj-api.jar, D:\oc4j_extended_101310\webservices\lib\jws-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-internal.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-oc4j.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-client.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-server.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-schemas.jar, D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j_orb.jar, D:\oc4j_extended_101310\j2ee\home\lib\iiop_support.jar, D:\oc4j_extended_101310\j2ee\home\lib\orbbase.jar, D:\oc4j_extended_101310\j2ee\home\iiop_gen_bin.jar, D:\oc4j_extended_101310\j2ee\home\lib\jmxcluster.jar, D:\oc4j_extended_101310\j2ee\home\jaccprovider.jar, D:\oc4j_extended_101310\j2ee\home\jacc-spi.jar, D:\oc4j_extended_101310\j2ee\home\jazncore.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\oraclepki.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\ojpse.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\ldapjclnt10.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\jssl-1_1.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\javax-ssl-1_1.jar, D:\oc4j_extended_101310\j2ee\home\..\..\lib\xmlparserv2.jar, D:\oc4j_extended_101310\j2ee\home\..\..\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\j2ee\home\..\..\lib\dms.jar, D:\oc4j_extended_101310\javavm\lib\jasper.zip, D:\oc4j_extended_101310\j2ee\home\lib\adminclient.jar, D:\oc4j_extended_101310\opmn\lib\optic.jar, D:\oc4j_extended_101310\j2ee\home\jazn.jar, D:\oc4j_extended_101310\jlib\ldapjclnt10.jar, D:\oc4j_extended_101310\jlib\jssl-1_1.jar, D:\oc4j_extended_101310\jlib\javax-ssl-1_1.jar, D:\oc4j_extended_101310\webservices\lib\wsserver.jar, D:\oc4j_extended_101310\webservices\lib\wsif.jar, D:\oc4j_extended_101310\webservices\lib\orawsmetadata.jar, D:\oc4j_extended_101310\webservices\lib\orajaxr.jar, D:\oc4j_extended_101310\webservices\lib\.\jaxr-api.jar, D:\oc4j_extended_101310\webservices\lib\.\orasaaj.jar, D:\oc4j_extended_101310\toplink\jlib\toplink-oc4j.jar, D:\oc4j_extended_101310\toplink\jlib\antlr.jar, D:\oc4j_extended_101310\diagnostics\lib\ojdl2.jar, D:\oc4j_extended_101310\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\xqs\lib\xqs-api.jar, D:\oc4j_extended_101310\xqs\lib\xds.jar, D:\oc4j_extended_101310\j2ee\home\lib\pcl.jar, D:\oc4j_extended_101310\webservices\lib\JMXSoapAdapterShared.jar, D:\oc4j_extended_101310\lib\dmsapp.jar, D:\oc4j_extended_101310\j2ee\home\applications\admin_ejb.jar, D:\oc4j_extended_101310\j2ee\home\lib\scheduler.jar, D:\oc4j_extended_101310\j2ee\home\connectors\datasources\datasources\datasources.jar, D:\oc4j_extended_101310\j2ee\home\connectors\OracleASjms\OracleASjms\gjra.jar, D:\oc4j_extended_101310\j2ee\home\applications\jmsrouter-ejb.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\design.model.ejb3.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.ejb3.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\enext.webtools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.corbatools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.framework.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.generic.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.idl.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.interfaces.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.mail.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.tools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.featureBridge.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.jaxb.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.generator.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.widget.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.tools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.wmt.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oracleDriver.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.ecw.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.feature.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.kernel.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.nis.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\ose.componentModel.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\wms.capabilities.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\catalog.ejb3.jar, D:\oc4j_extended_101310\lib\dms.jar, D:\oc4j_extended_101310\jdbc\lib\ojdbc14dms.jar, D:\oc4j_extended_101310\opmn\lib\ons.jar, D:\oc4j_extended_101310\jdbc\lib\ocrs12.jar, D:\oc4j_extended_101310\rdbms\jlib\aqapi.jar, D:\oc4j_extended_101310\j2ee\home\lib\ojms-provider.jar, D:\oc4j_extended_101310\jdbc\lib\orai18n.jar, D:\oc4j_extended_101310\lib\xmlparserv2.jar, D:\oc4j_extended_101310\lib\xml.jar, D:\oc4j_extended_101310\lib\xmlmesg.jar, D:\oc4j_extended_101310\lib\xsu12.jar, D:\oc4j_extended_101310\lib\xquery.jar, D:\oc4j_extended_101310\jlib\osdt_core.jar, D:\oc4j_extended_101310\jlib\osdt_cert.jar, D:\oc4j_extended_101310\jlib\osdt_xmlsec.jar, D:\oc4j_extended_101310\jlib\osdt_wss.jar, D:\oc4j_extended_101310\jlib\osdt_saml.jar, D:\oc4j_extended_101310\jlib\ojpse.jar, D:\oc4j_extended_101310\jlib\oraclepki.jar, D:\oc4j_extended_101310\toplink\jlib\toplink.jar, D:\oc4j_extended_101310\toplink\jlib\toplink-essentials.jar, D:\oc4j_extended_101310\webservices\lib\wsclient.jar, D:\oc4j_extended_101310\webservices\lib\orasaaj.jar, D:\oc4j_extended_101310\webservices\lib\xsdlib.jar, D:\oc4j_extended_101310\webservices\lib\relaxngDatatype.jar, D:\oc4j_extended_101310\webservices\lib\mdds.jar, D:\oc4j_extended_101310\javacache\lib\cache.jar, D:\oc4j_extended_101310\javacache\lib\..\..\lib\xmlparserv2.jar, D:\oc4j_extended_101310\javacache\lib\..\..\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\webservices\lib\soap.jar, D:\oc4j_extended_101310\sqlj\lib\runtime12.jar, D:\oc4j_extended_101310\sqlj\lib\translator.jar, D:\oc4j_extended_101310\webservices\lib\orawsdl.jar, D:\oc4j_extended_101310\j2ee\home\applib, D:\oc4j_extended_101310\j2ee\home\applib\jai_codec.jar, D:\oc4j_extended_101310\j2ee\home\applib\activation.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-awt-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-bridge.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-css.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-dom.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-ext.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-extension.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-gui-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-gvt.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-parser.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-script.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-svg-dom.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-svggen.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-swing.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-transcoder.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-xml.jar, D:\oc4j_extended_101310\j2ee\home\applib\Acme.jar, D:\oc4j_extended_101310\j2ee\home\applib\jai_core.jar, D:\oc4j_extended_101310\j2ee\home\applib\jai_imageio.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb1-impl.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-api.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-impl.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-xjc.jar, D:\oc4j_extended_101310\j2ee\home\applib\jsr173_api.jar, D:\oc4j_extended_101310\j2ee\home\applib\jdbcora10fixed.jar, D:\oc4j_extended_101310\j2ee\home\applib\JdbcOraWrapper.jar, D:\oc4j_extended_101310\j2ee\home\applib\mjdfotf.jar, D:\oc4j_extended_101310\j2ee\home\applib\pdf-transcoder.jar, D:\oc4j_extended_101310\j2ee\home\applib\sdoapifixed.jar, D:\oc4j_extended_101310\j2ee\home\jsp\lib\taglib, D:\oc4j_extended_101310\j2ee\home\jsp\lib\taglib\ojsputil.jar, D:\oc4j_extended_101310\lib\dsv2.jar, D:\oc4j_extended_101310\j2ee\home\lib\http_client.jar, D:\oc4j_extended_101310\j2ee\home\lib\jgroups-core.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\classes, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\aclibico-castrated.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-beanutils.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-collections.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-digester.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-fileupload.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-lang.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-logging.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-math-1.0.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-validator.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\design.apic2next.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\design.importPlugIn.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\designSource.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\ini4j-compat.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\ini4j.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jaas.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jakarta-oro.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\java_cup_10k.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jstl.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jta-spec1_0_1.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\mail.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\menu.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\relaxngDatatype.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\resolver.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\retroweaver-rt-1.2.1.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts-legacy.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\xmlsec.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\xsdlib.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Acme.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\antlr.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\sdoapifixed.jar]]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\oc4j-internal.jar(com/orionserver/http/OrionHttpJspPage.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/HttpJspPage.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspPage.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/Servlet.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Object.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/http/HttpServletRequest.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/http/HttpServletResponse.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/IOException.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/ServletException.class)]
    [checking _config]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Error.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Exception.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Throwable.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/RuntimeException.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/ServletResponse.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/String.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/PageContext.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspWriter.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspFactory.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/ServletRequest.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/http/HttpSession.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspContext.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/ServletContext.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/ServletConfig.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/el/VariableResolver.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar(oracle/jsp/el/OracleVariableResolverImpl.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\oc4j-internal.jar(com/evermind/server/http/JspCommonExtraWriter.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/Writer.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Appendable.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/Closeable.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/Flushable.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/rt/core/SetTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar(oracle/jsp/runtime/OracleJspRuntime.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Class.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/Tag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/common/core/SetSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/BodyTagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/TagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/IterationTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/FormTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/PanelTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/LabelledTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/LayoutTagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/tab/TabsTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/BodyLayoutTagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/tab/TabTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/GridLayoutTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/MessageTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/ImageTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/ActionTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/BaseHandlerTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts.jar(org/apache/struts/taglib/html/BaseHandlerTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/TextFieldTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/AbstractFieldTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/AbstractLayoutFieldTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/AbstractModeFieldTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/EmptyTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/CheckboxTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/SelectTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/OptionsTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/ColumnTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/LinkTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts.jar(org/apache/struts/taglib/bean/MessageTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/CellTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/rt/core/IfTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jstl.jar(javax/servlet/jsp/jstl/core/ConditionalTagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/common/core/ChooseTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/rt/core/WhenTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/common/core/WhenTagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/common/core/OtherwiseTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/RowTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/SubmitTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/TextareaFieldTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/BodyTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/JspTag.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/Serializable.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Boolean.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar(oracle/jsp/jml/JmlFPNumber.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar(oracle/jsp/jml/JmlNumber.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/SkipPageException.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspException.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/System.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/PrintStream.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/FilterOutputStream.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/OutputStream.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/UnsupportedEncodingException.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/InstantiationException.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/IllegalAccessException.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/el/ELException.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspTagException.class)]
    D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java:9941: code too large for try statement
    catch (Throwable e) {
    ^
    D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java:9946: code too large for try statement
    catch (Exception clearException) {
    ^
    D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java:40: code too large for try statement
    try {
    ^
    D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java:18: code too large
    public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException {
    ^
    [total 9424ms]
    4 errors

  • How to access via javascript with Oracle Maps to a external Geometry Cache

    If i've defined CTR_10000 as a Web map cache in mapviewer 10.1.3, what is Oracle Maps javascript code to access that
    Layer?
    I've tried:
    vat ctr10kLayer = new MVThemeBasedFOI('ctr10kLayer','CTR_10000');
    ctr10kLayer.enableAutoWholeImage(true);
    ctr10kLayer.setVisible(false);
    mapview.addThemeBasedFOI(ctr10kLayer);
    but dowsn't works,
    Any Suggestion?

    Here's an example (on 10133P5) using demis.nl's wms reference demo site.
    You will have to change the adapter class if you're using 10.1.3
    and use a proxy if necessary and set the tile_storage path
    for your environment
    map tile layer definition
    SQL> select name, is_internal, definition, base_map from user_sdo_cached_maps where name='DEMIS_
    NAME IS_I
    DEFINITION
    BASE_MAP
    DEMIS_WMS NO
    <map_tile_layer name="DEMIS_WMS" image_format="PNG" http_header_expires="168.0"
    concurrent_fetching_threads="3">
    <external_map_source url="http://www2.demis.nl/mapserver/wms.asp" request_met
    hod="GET" timeout="15000" adapter_class="mcsadapter.WMSAdapter" transparent="tru
    e" clipping_buffer="0">
    <properties>
    <property name="service" value="WMS"/>
    <property name="srs" value="EPSG:4326"/>
    <property name="format" value="image/png"/>
    <property name="layers" value="Countries,Borders,Coastlines"/>
    <property name="transparent" value="true"/>
    </properties>
    </external_map_source>
    <tile_storage root_path="/tilecache/"/>
    <coordinate_system srid="8307" minX="-180.0" minY="-90.0" maxX="180.0" maxY="
    90.0"/>
    <tile_image width="256" height="256"/>
    <zoom_levels levels="10" min_scale="5000.0" max_scale="5.0E7" min_tile_width=
    "0.003057205631621593" min_tile_height="30.572056316215935">
    <zoom_level level="0" name="" description="" scale="5.0E7" tile_width="30.
    572056316215935" tile_height="30.572056316215935"/>
    <zoom_level level="1" name="" description="" scale="1.7969068E7" tile_widt
    h="10.98702717691827" tile_height="10.98702717691827"/>
    <zoom_level level="2" name="" description="" scale="6457748.0" tile_width=
    "3.948532710638615" tile_height="3.948532710638615"/>
    <zoom_level level="3" name="" description="" scale="2320794.0" tile_width=
    "1.4190288973267207" tile_height="1.4190288973267207"/>
    <zoom_level level="4" name="" description="" scale="834050.0" tile_width="
    0.5099724714107979" tile_height="0.5099724714107979"/>
    <zoom_level level="5" name="" description="" scale="299742.0" tile_width="
    0.1832745860867039" tile_height="0.1832745860867039"/>
    <zoom_level level="6" name="" description="" scale="107721.0" tile_width="
    0.06586504956878192" tile_height="0.06586504956878192"/>
    <zoom_level level="7" name="" description="" scale="38713.0" tile_width="0
    .023670720323393343" tile_height="0.023670720323393343"/>
    <zoom_level level="8" name="" description="" scale="13912.0" tile_width="0
    .00850636894942392" tile_height="0.00850636894942392"/>
    <zoom_level level="9" name="" description="" scale="5000.0" tile_width="0.
    003057205631621593" tile_height="0.003057205631621593"/>
    </zoom_levels>
    </map_tile_layer>
    SQL>
    Html code to use it. Modify it for your installation and MV version
    <html>
    <head>
    <script language=javascript src="/mapviewer/fsmc/jslib/oraclemaps.js"></script>
    <script language=javascript>
    var mapview;
    function showMap()
    var baseURL = "http://localhost:8888/mapviewer";
    mapview = new MVMapView(document.getElementById("map"), baseURL);
    mapview.addMapTileLayer(new MVMapTileLayer("mvdemo.demis_wms"));
    var mapCenterLon = -100.45;
    var mapCenterLat = 39.6706;
    var mapZoom = 0;
    var mpoint = MVSdoGeometry.createPoint(mapCenterLon,mapCenterLat,8307);
    mapview.setCenter(mpoint);
    mapview.setZoomLevel(mapZoom);
    mapview.addNavigationPanel("EAST");
    var markerFOI = new MVFOI('markerfoi', mpoint, 'mvdemo.m.star',null,15,15);
    mapview.addFOI(markerFOI);
    mapview.display();
    </script>
    </head>
    <body onload="javascript:showMap();">
    <h2>WMS map tile example</h2>
    <div id="map" style="width: 100%; height: 70%"></div>
    </body>
    </html>

  • Map Viewer SRS Parameter (WMS service)

    Hello,
    In MapViewer WMS documentation it is mentioned, that two SRS parameter values are supported: SDO:8307 and EPSG:4326. We try to access WMS server using MapInfo Professional as client, but it reports that SDO:8307 projection is not supported by MapInfo (EPSG:4326 is supported).
    So, is it possible to configure MapViewer in such way, that it will return EPSG:4326, not SDO:8307?
    Thanks,
    Andrejus Baranovskis

    Hello,
    Coordinate system used with our datasource we have declared in table MDSYS.CS_SRS. It is analog of EPSG:2600, but it is not included in Oracle Spatial standard coordinate systems list.
    Response from Oracle WMS:
    <Layer queryable="1" opaque="0" noSubsets="0">
    <Name>DATA_R</Name>
    <Title>DATA_R</Title>
    <SRS>SDO:1000002</SRS>
    <BoundingBox SRS="SDO:1000002" minx="100000.0" miny="5700000.0" maxx="800000.0" maxy="6700000.0" resx="0.01" resy="0.01" />
    <ScaleHint min="10000.0" max="1.0" />
    </Layer>
    May be we can define SDO:1000002 equivalent in EPSG in Oracle Spatial DB?
    MapViewer version: 10.1.2.0.2
    Thanks,
    Andrejus

  • Select nested WMS layers with specific SRS value using XQuery

    A WMS getcapabilities document contains a nested list of Layers. I need to get a list of layers for which is true: - It is queryable and - It has an SRS value of EPSG:28992 or any of it's parent layers (or parents parents etc) has an SRS value of EPSG:28992.
    I came up with this query which I'm not very happy with because it only allows for three nested Layers.
    select t.*
            from xmltable(xmlnamespaces('http://www.w3.org/1999/xlink' as "xlink")
                          ,'for $d in /WMT_MS_Capabilities/Capability/Layer[SRS="EPSG:28992"]
                            where $d/@queryable="1"  return $d'
                          passing p_xml columns name varchar2(100) path 'Name'
                          ,title varchar2(100) path 'Title'
                          ,url varchar2(4000) path 'Style[1]/LegendURL/OnlineResource/@xlink:href'
                          ,style xmltype path 'Style') as t
          union all
                select t.*
                     from xmltable(xmlnamespaces('http://www.w3.org/1999/xlink' as "xlink")
                                ,'for $d in /WMT_MS_Capabilities/Capability/Layer/Layer
                                  where $d/@queryable="1"
                                    and (/WMT_MS_Capabilities/Capability/Layer/SRS="EPSG:28992"
                                         or /WMT_MS_Capabilities/Capability/Layer/Layer/SRS="EPSG:28992") return $d'
                                passing p_xml columns name varchar2(100) path 'Name'
                                ,title varchar2(100) path 'Title'
                                ,url varchar2(4000) path 'Style[1]/LegendURL/OnlineResource/@xlink:href'
                                ,style xmltype path 'Style') as t
          union all
                   select t.*
                      from xmltable(xmlnamespaces('http://www.w3.org/1999/xlink' as "xlink")
                                ,'for $d in /WMT_MS_Capabilities/Capability/Layer/Layer/Layer
                                  where $d/@queryable="1"
                                    and (/WMT_MS_Capabilities/Capability/Layer/SRS="EPSG:28992"
                                         or /WMT_MS_Capabilities/Capability/Layer/Layer/SRS="EPSG:28992"
                                         or /WMT_MS_Capabilities/Capability/Layer/Layer/Layer/SRS="EPSG:28992") return $d'
                                passing p_xml columns name varchar2(100) path 'Name'
                                ,title varchar2(100) path 'Title'
                                ,url varchar2(4000) path 'Style[1]/LegendURL/OnlineResource/@xlink:href'
                                ,style xmltype path 'Style') as t;I'm wondering if there is a better approach using Oracle 10.2.05.

    A couple of options (both quite slow unfortunately) :
    XQuery recursive function :
    select x.*
    from tmp_xml t
       , xmltable(
           xmlnamespaces('http://www.w3.org/1999/xlink' as "xlink")
         , 'declare function local:getLayer($e as element(Layer)*) as element(Layer)*
              for $i in $e
              where $i/SRS = "EPSG:4269"
              return $e[@queryable="1"] | local:getLayer($i/Layer)
            local:getLayer( /WMT_MS_Capabilities/Capability/Layer[SRS="EPSG:4269"] )'
           passing t.object_value
           columns name  varchar2(100)  path 'Name'
                 , title varchar2(100)  path 'Title'
                 , url   varchar2(4000) path 'Style[1]/LegendURL/OnlineResource/@xlink:href'
                 , style xmltype        path 'Style'
         ) x
    Ancestor axis :
    select x.*
    from tmp_xml t
       , xmltable(
           xmlnamespaces('http://www.w3.org/1999/xlink' as "xlink")
         , 'for $i in /WMT_MS_Capabilities/Capability/descendant::Layer
            where $i/@queryable = "1"
            and exists($i/ancestor-or-self::Layer[SRS="EPSG:4269"])
            return $i'
           passing t.object_value
           columns name  varchar2(100)  path 'Name'
                 , title varchar2(100)  path 'Title'
                 , url   varchar2(4000) path 'Style[1]/LegendURL/OnlineResource/@xlink:href'
                 , style xmltype        path 'Style'
         ) x
    ;Tested on a modified version of this document (stored in an XMLType table) :
    http://wms.ess-ws.nrcan.gc.ca/wms/toporama_en?VERSION=1.1.1&request=GetCapabilities&service=wms

  • Mapviewer 11EA & WMS

    Hi!,
    I've tested the terramap server us:
    String[] layers2 = {"USGS Digital Ortho-Quadrangles"};
    String[] styles2 = null;
    mvHandle.addWMSMapTheme("wms_theme2","http://terraserver.microsoft.com/ogccapabilities.ashx",layers2,styles2,null);
    I know, the WMS url should be the base url for the GetCapabilities request.
    But! MapViewer seems to take the url for a map request.
    --> http://terraserver.microsoft.com/ogccapabilities.ashx?VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326& BBOX=-122,37,-122,37&WIDTH=600&HEIGHT=400&FORMAT=image/png&BGCOLOR=0xffffff&TRANSPARENT=TRUE&LAYERS=USGS+Digital+Ortho-Quadrangles &EXCEPTIONS=application/vnd.ogc.se_inimage
    This is not correct while the GetMap request MUST be taken from within the GetMap tag!
    <Capability>
    <Request>
    <GetCapabilities>
    <GetMap>
    For that case it would be:
    <Get>
    <!-- The URL here for invoking GetMap using HTTP GET
    is only a prefix to which a query string is appended. -->
    <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
    xlink:type="simple"
    xlink:href="http://terraservice.net/ogcmap.ashx" />
    </Get>
    So I'm wondering about the capability of MapViewer. Does anyone has similar experiences or/and suggestions?
    regards, Andreas
    Message was edited by:
    Andreas.Brodkorb

    Hi jpaiva,
    Yes, i know that.
    I said
    mvHandle.addWMSMapTheme("wms_theme2","http://terraserver.microsoft.com/ogccapabilities.ashx",layers2,styles2,null);
    where http://terraserver.microsoft.com/ogccapabilities.ashx is the capabilities URL.
    The getMap URL is different! from that. Regarding the ogc specification it is the way, that mapviewer should read the GetMap URL from within the GetCapabiltites response! It does not. I know this and use for that way not
    http://terraserver.microsoft.com/ogccapabilities.ashx but
    http://terraservice.net/ogcmap.ashx
    I wanted to remark, that this way may be a bit complicated, because many OGC-Services are known over their Capabilities URL. If mapviewer would read the capabilities document and would generate the map request with the URL given with that capabilities document i would be more than happy ;)
    regards, Andreas
    btw: so i must read the capabilities document...

  • Mapviewer and WMS

    Hi,
    I am trying to make the WMS servlet filter work, without success. I got my own datasource with styles/themes etc, and I am able to genereate previews using mapclient.jsp. GetCapabilities seems correct to me:
    <Layer>
    <Name>WMS</Name>
    <Title>Oracle WebMapServer-lag etter datakilde.</Title>
    <SRS>SDO:8307</SRS>
    <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
    <Layer>
    <Name>GMIVA_SDO</Name>
    <Title>Datasource GMIVA_SDO</Title>
    <Layer>
    <Name>VALINES</Name>
    <Title>Basemap VALINES</Title>
    <SRS>SDO:0</SRS>
    <LatLonBoundingBox minx="-180.0" miny="-90.0" maxx="180.0" maxy="90.0"/>
    </Layer>
    </Layer>
    </Layer>
    When making a GetMap request, I get the following exception (Norwegian is translated in bold):
    <ServiceExceptionReport version="1.1.1">
    <ServiceException>
    <![CDATA[<oms_error>Message:[oms] kilden for kartdataene ble ikke funnet.( datasource not found)
    Thu Apr 20 10:22:23 CEST 2006
    Severity: 0
    Description:
         at oracle.lbs.mapserver.oms.doPost(oms.java:334)
         at oracle.lbs.mapserver.oms.doGet(oms.java:235)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.lbs.webmapserver.WMSServletFilter.doFilter(WMSServletFilter.java:212)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Unknown Source)
    </oms_error>]]>
    </ServiceException>
    </ServiceExceptionReport>
    What am I doing wrong here ? Any suggestion is welcome !

    With MapViewer 11g EA1 (early access release 1), you can supply a custom SDO-EPSG srid map file; when present, this file tells MapViewer to automatically convert between equivalent SDO and EPSG srids. This is set in the mapViewerConfig.xml file, for instance:
    <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>the format of the file (which must have .properties as file extension) is very simple. Each line contains one map from a SDO srid to an EPSG srid:
    <sdo_srid>=<epsg_srid>
    for instance a simple file may contain:
       81922=20248
       8307=4326
      ...Once you restart MapViewer it should recognize incoing wms req with EPSG srid, and also use EPSG srids when generating the capabilities response.
    on a somewhat related note, if you havn't tried the MapViewer 11g EA1, it has a great feature called Oracle Maps, which gives your map a Google-maps look and feel. This Oracle Maps can be hooked up with any existing WMS services, and essentially turns any WMS served map layer into high-performant draggable web map. For details check out my blog here http://www.giscape.com/oraclemaps.
    thanks

  • WMS and MapViewer

    Hi,
    I write my master thesis and in this context I would like to use the WMS tool of the MapViewers.
    My data are in the database set as SDO: 82027.
    This corresponds to EPSG: 31467.
    The first Layer in the Capabilities always shows an SRS SDO: 8307 and a LatLonBoundingBox of -180 ,-90 , 180, 90.
    My questions are now:
    - Can I show in the Capabilities instead of SRS=SDO ... also SRS = EPSG ... (I think the WMS Specifikation requires an EPSG as SRS).
    - Can I use in the first (outermost) Layer a different SRS as SDO: 8307 or can I use more and different SRS in this Layer?
    - Can I amend the values of the LatLonBoundingBox so that only the concerned area is shown?
    - Is there a more detailed documentation existing than the Oracle Application server MapViewer User's Guide in the appendix D?
    - Exists an example in the web where the WMS Specifikation of the MapViewers is used?
    Many thanks in advance
    Tina

    Tina,
    This release of MapViewer's WMS interafce supports EPSG:4326 and all the Spatial SRIDs (e.g. 82027, 8307, 41052, ...).
    The GetCapabilities simply reads the extents from user_sdo_geom_metadata.
    The LatLonBoundingBox is always (-180,-90, 180, 90) as stated in Appendix D.
    Other EPSG ids will be supported in a future release.
    Customizing the GetCapbilities response documnet will be feasible in a future release.
    Is your question about documentation detail related to modifying the GetCapabilities response?
    Or is it about making a GetMap request?
    The supported parameters are listed in the doc. So a GetMap request using the supported parameters and a SRS specification of EPSG:4326 or one of the SDO srid values will work.
    Jayant

  • [Amixer] Invalid Argument - Sound but not levels

    \o/
    I recently bought a USB Headset. I'm using ALSA without Pulseaudio. The sound is working fine, but I have a problem setting levels etc.
    When I open amixer and the default card is set to the headset, the mixer fails to load with
    amixer: Mixer default load error: Invalid argument
    I have read the whole internets about this. The usb-snd kernel module is loaded properly.
    Some intel users have fixed their issue with using mode=generic. But if i'm correct this will disable 7.1 playback ability.
    This is the output from
    $ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Headset [SteelSeries SC2 USB Headset], device 0: USB Audio [USB Audio]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    And here is my ALSA Information script output:
    upload=true&script=true&cardinfo=
    !!ALSA Information Script v 0.4.63
    !!Script ran on: Fri May 9 09:08:07 UTC 2014
    !!Linux Distribution
    Arch Linux \r (\l) NAME="Arch Linux" ID=arch PRETTY_NAME="Arch Linux" HOME_URL="https://www.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://bugs.archlinux.org/"
    !!DMI Information
    Manufacturer: Acer
    Product Name: Aspire 5755
    Product Version: V1.18
    Firmware Version: V1.18
    !!Kernel Information
    Kernel release: 3.14.1-1-ARCH
    Operating System: GNU/Linux
    Architecture: x86_64
    Processor: unknown
    SMP Enabled: Yes
    !!ALSA Version
    Driver version: k3.14.1-1-ARCH
    Library version: 1.0.27.2
    Utilities version: 1.0.27.2
    !!Loaded ALSA modules
    snd_hda_intel
    snd_usb_audio
    !!Sound Servers on this system
    Jack:
    Installed - Yes (/usr/bin/jackd)
    Running - No
    !!Soundcards recognised by ALSA
    0 [PCH ]: HDA-Intel - HDA Intel PCH
    HDA Intel PCH at 0xc0700000 irq 47
    1 [Headset ]: USB-Audio - SteelSeries SC2 USB Headset
    SteelSeries SteelSeries SC2 USB Headset at usb-0000:00:1d.0-1.2, full speed
    !!PCI Soundcards installed in the system
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
    !!Advanced information - PCI Vendor/Device/Subsystem ID's
    00:1b.0 0403: 8086:1c20 (rev 04)
    Subsystem: 1025:0504
    !!Loaded sound module options
    !!Module: snd_hda_intel
    align_buffer_size : -1
    bdl_pos_adj : 1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    beep_mode : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
    enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
    enable_msi : -1
    id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    jackpoll_ms : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    model : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    position_fix : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    power_save : 0
    power_save_controller : Y
    probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    single_cmd : N
    snoop : Y
    !!Module: snd_usb_audio
    autoclock : Y
    device_setup : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
    id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    ignore_ctl_error : N
    index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    pid : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    vid : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    !!HDA-Intel Codec information
    --startcollapse--
    Codec: Realtek ALC269VB
    Address: 0
    AFG Function Id: 0x1 (unsol 1)
    Vendor Id: 0x10ec0269
    Subsystem Id: 0x10250504
    Revision Id: 0x100100
    No Modem Function Group found
    Default PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    State of AFG node 0x01:
    Power states: D0 D1 D2 D3 CLKSTOP EPSS
    Power: setting=D0, actual=D0
    GPIO: io=2, o=0, i=0, unsolicited=1, wake=0
    IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    Node 0x02 [Audio Output] wcaps 0x1d: Stereo Amp-Out
    Control: name="Headphone Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Device: name="ALC269VB Analog", type="Audio", device=0
    Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
    Amp-Out vals: [0x00 0x00]
    Converter: stream=0, channel=0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Node 0x03 [Audio Output] wcaps 0x1d: Stereo Amp-Out
    Control: name="Speaker Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
    Amp-Out vals: [0x00 0x00]
    Converter: stream=0, channel=0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Node 0x04 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x05 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x06 [Audio Output] wcaps 0x211: Stereo Digital
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    IEC Coding Type: 0x0
    PCM:
    rates [0x5e0]: 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Node 0x07 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x08 [Audio Input] wcaps 0x10011b: Stereo Amp-In
    Control: name="Capture Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Control: name="Capture Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Device: name="ALC269VB Analog", type="Audio", device=0
    Amp-In caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
    Amp-In vals: [0x13 0x13]
    Converter: stream=0, channel=0
    SDI-Select: 0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Connection: 1
    0x23
    Node 0x09 [Audio Input] wcaps 0x10011b: Stereo Amp-In
    Amp-In caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
    Amp-In vals: [0x8b 0x8b]
    Converter: stream=0, channel=0
    SDI-Select: 0
    PCM:
    rates [0x560]: 44100 48000 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Connection: 1
    0x22
    Node 0x0a [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x0b [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
    Control: name="Internal Mic Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=3, ofs=0
    Control: name="Internal Mic Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=3, ofs=0
    Control: name="Mic Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Control: name="Mic Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Control: name="Beep Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=4, ofs=0
    Control: name="Beep Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=4, ofs=0
    Amp-In caps: ofs=0x17, nsteps=0x1f, stepsize=0x05, mute=1
    Amp-In vals: [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
    Connection: 5
    0x18 0x19 0x1a 0x1b 0x1d
    Node 0x0c [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-In vals: [0x00 0x00] [0x00 0x00]
    Connection: 2
    0x02 0x0b
    Node 0x0d [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-In vals: [0x00 0x00] [0x00 0x00]
    Connection: 2
    0x03 0x0b
    Node 0x0e [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x0f [Audio Mixer] wcaps 0x20010a: Mono Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-In vals: [0x00] [0x80]
    Connection: 2
    0x02 0x0b
    Node 0x10 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x11 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x12 [Pin Complex] wcaps 0x40000b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
    Amp-In vals: [0x00 0x00]
    Pincap 0x00000020: IN
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x00:
    Node 0x13 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x14 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
    Control: name="Speaker Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Control: name="Speaker Phantom Jack", index=0, device=0
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x00]
    Pincap 0x00010014: OUT EAPD Detect
    EAPD 0x2: EAPD
    Pin Default 0x99130110: [Fixed] Speaker at Int ATAPI
    Conn = ATAPI, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 2
    0x0c 0x0d*
    Node 0x15 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x16 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x17 [Pin Complex] wcaps 0x40010c: Mono Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80]
    Pincap 0x00000010: OUT
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x00:
    Connection: 1
    0x0f
    Node 0x18 [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out
    Control: name="Mic Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Control: name="Mic Jack", index=0, device=0
    Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
    Amp-In vals: [0x00 0x00]
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x00001734: IN OUT Detect
    Vref caps: HIZ 50 GRD 80
    Pin Default 0x03a19820: [Jack] Mic at Ext Left
    Conn = 1/8, Color = Pink
    DefAssociation = 0x2, Sequence = 0x0
    Pin-ctls: 0x24: IN VREF_80
    Unsolicited: tag=02, enabled=1
    Connection: 1
    0x0d
    Node 0x19 [Pin Complex] wcaps 0x40008b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
    Amp-In vals: [0x00 0x00]
    Pincap 0x00001724: IN Detect
    Vref caps: HIZ 50 GRD 80
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x20: IN VREF_HIZ
    Unsolicited: tag=00, enabled=0
    Node 0x1a [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out
    Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
    Amp-In vals: [0x00 0x00]
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x0000003c: IN OUT HP Detect
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x20: IN
    Unsolicited: tag=00, enabled=0
    Connection: 2
    0x0c* 0x0d
    Node 0x1b [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out
    Control: name="Internal Mic Boost Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Control: name="Internal Mic Phantom Jack", index=0, device=0
    Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x2f, mute=0
    Amp-In vals: [0x00 0x00]
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x80 0x80]
    Pincap 0x00000034: IN OUT Detect
    Pin Default 0x99a30930: [Fixed] Mic at Int ATAPI
    Conn = ATAPI, Color = Unknown
    DefAssociation = 0x3, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x20: IN
    Unsolicited: tag=00, enabled=0
    Connection: 2
    0x0c* 0x0d
    Node 0x1c [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x1d [Pin Complex] wcaps 0x400000: Mono
    Pincap 0x00000020: IN
    Pin Default 0x598301f0: [N/A] Line In at Int ATAPI
    Conn = ATAPI, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x20: IN
    Node 0x1e [Pin Complex] wcaps 0x400381: Stereo Digital
    Pincap 0x00000014: OUT Detect
    Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
    Conn = 1/8, Color = Black
    DefAssociation = 0xf, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Connection: 1
    0x06
    Node 0x1f [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x20 [Vendor Defined Widget] wcaps 0xf00040: Mono
    Processing caps: benign=0, ncoeff=25
    Node 0x21 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
    Control: name="Headphone Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Control: name="Headphone Jack", index=0, device=0
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x00]
    Pincap 0x0000001c: OUT HP Detect
    Pin Default 0x0321101f: [Jack] HP Out at Ext Left
    Conn = 1/8, Color = Black
    DefAssociation = 0x1, Sequence = 0xf
    Pin-ctls: 0xc0: OUT HP
    Unsolicited: tag=01, enabled=1
    Connection: 2
    0x0c* 0x0d
    Node 0x22 [Audio Selector] wcaps 0x30010b: Stereo Amp-In
    Amp-In caps: N/A
    Amp-In vals: [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00] [0x00 0x00]
    Connection: 7
    0x18* 0x19 0x1a 0x1b 0x1d 0x0b 0x12
    Node 0x23 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
    Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-In vals: [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x00 0x00] [0x80 0x80] [0x80 0x80]
    Connection: 6
    0x18 0x19 0x1a 0x1b 0x1d 0x0b
    Codec: Intel CougarPoint HDMI
    Address: 3
    AFG Function Id: 0x1 (unsol 0)
    Vendor Id: 0x80862805
    Subsystem Id: 0x80860101
    Revision Id: 0x100000
    No Modem Function Group found
    Default PCM:
    rates [0x0]:
    bits [0x0]:
    formats [0x0]:
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    State of AFG node 0x01:
    Power states: D0 D3 CLKSTOP EPSS
    Power: setting=D0, actual=D0, Clock-stop-OK
    GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
    Node 0x02 [Audio Output] wcaps 0x6611: 8-Channels Digital
    Converter: stream=0, channel=0
    Digital: Enabled
    Digital category: 0x0
    IEC Coding Type: 0x0
    PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0x1e]: 16 20 24 32
    formats [0x5]: PCM AC3
    Power states: D0 D3 EPSS
    Power: setting=D0, actual=D0
    Node 0x03 [Audio Output] wcaps 0x6611: 8-Channels Digital
    Converter: stream=0, channel=0
    Digital: Enabled
    Digital category: 0x0
    IEC Coding Type: 0x0
    PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0x1e]: 16 20 24 32
    formats [0x5]: PCM AC3
    Power states: D0 D3 EPSS
    Power: setting=D0, actual=D0
    Node 0x04 [Audio Output] wcaps 0x6611: 8-Channels Digital
    Converter: stream=0, channel=0
    Digital: Enabled
    Digital category: 0x0
    IEC Coding Type: 0x0
    PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0x1e]: 16 20 24 32
    formats [0x5]: PCM AC3
    Power states: D0 D3 EPSS
    Power: setting=D0, actual=D0
    Node 0x05 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
    Control: name="HDMI/DP,pcm=3 Jack", index=0, device=0
    Control: name="IEC958 Playback Con Mask", index=0, device=0
    Control: name="IEC958 Playback Pro Mask", index=0, device=0
    Control: name="IEC958 Playback Default", index=0, device=0
    Control: name="IEC958 Playback Switch", index=0, device=0
    Control: name="ELD", index=0, device=3
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x00]
    Pincap 0x09000094: OUT Detect HBR HDMI DP
    Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=01, enabled=1
    Power states: D0 D3 EPSS
    Power: setting=D0, actual=D0
    Connection: 1
    0x02
    Node 0x06 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x80]
    Pincap 0x09000094: OUT Detect HBR HDMI DP
    Pin Default 0x58560020: [N/A] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x2, Sequence = 0x0
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Power states: D0 D3 EPSS
    Power: setting=D0, actual=D0
    Connection: 1
    0x03
    Node 0x07 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x80]
    Pincap 0x09000094: OUT Detect HBR HDMI DP
    Pin Default 0x58560030: [N/A] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x3, Sequence = 0x0
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=00, enabled=0
    Power states: D0 D3 EPSS
    Power: setting=D0, actual=D0
    Connection: 1
    0x04
    Node 0x08 [Vendor Defined Widget] wcaps 0xf00000: Mono
    --endcollapse--
    !!USB Mixer information
    --startcollapse--
    USB Mixer: usb_id=0x10381216, ctrlif=0, ctlerr=0
    Card: SteelSeries SteelSeries SC2 USB Headset at usb-0000:00:1d.0-1.2, full speed
    Unit: 2
    Control: name="Headphone Playback Volume", index=0
    Info: id=2, control=2, cmask=0xff, channels=8, type="S16"
    Volume: min=-18944, max=0, dBmin=-7400, dBmax=0
    Unit: 2
    Control: name="Headphone Playback Switch", index=0
    Info: id=2, control=1, cmask=0x0, channels=1, type="INV_BOOLEAN"
    Volume: min=0, max=1, dBmin=0, dBmax=0
    Unit: 6
    Control: name="Mic Capture Volume", index=0
    Info: id=6, control=2, cmask=0x3, channels=2, type="S16"
    Volume: min=-18944, max=0, dBmin=-7400, dBmax=0
    Unit: 6
    Control: name="Mic Capture Switch", index=0
    Info: id=6, control=1, cmask=0x0, channels=1, type="INV_BOOLEAN"
    Volume: min=0, max=1, dBmin=0, dBmax=0
    Unit: 9
    Control: name="Sidetone Playback Volume", index=0
    Info: id=9, control=2, cmask=0x0, channels=1, type="S16"
    Volume: min=-18944, max=-4608, dBmin=-7400, dBmax=-1800
    Unit: 9
    Control: name="Sidetone Playback Switch", index=0
    Info: id=9, control=1, cmask=0x0, channels=1, type="INV_BOOLEAN"
    Volume: min=0, max=1, dBmin=0, dBmax=0
    Unit: 10
    Control: name="PCM Volume", index=4
    Info: id=10, control=9, cmask=0x40, channels=1, type="S16"
    Volume: min=0, max=1, dBmin=0, dBmax=0
    Unit: 10
    Control: name="PCM Volume", index=3
    Info: id=10, control=8, cmask=0x80, channels=1, type="S16"
    Volume: min=0, max=1, dBmin=0, dBmax=0
    Unit: 10
    Control: name="PCM Volume", index=2
    Info: id=10, control=5, cmask=0x80, channels=1, type="S16"
    Volume: min=0, max=1, dBmin=0, dBmax=0
    Unit: 10
    Control: name="PCM Volume", index=1
    Info: id=10, control=4, cmask=0x20, channels=1, type="S16"
    Volume: min=0, max=1, dBmin=0, dBmax=0
    Unit: 10
    Control: name="PCM Volume", index=0
    Info: id=10, control=3, cmask=0x90, channels=2, type="S16"
    Volume: min=0, max=1, dBmin=0, dBmax=0
    --endcollapse--
    !!ALSA Device nodes
    crw-rw----+ 1 root audio 116, 7 May 8 10:30 /dev/snd/controlC0
    crw-rw----+ 1 root audio 116, 10 May 9 07:29 /dev/snd/controlC1
    crw-rw----+ 1 root audio 116, 6 May 8 10:30 /dev/snd/hwC0D0
    crw-rw----+ 1 root audio 116, 5 May 8 10:30 /dev/snd/hwC0D3
    crw-rw----+ 1 root audio 116, 4 May 8 10:30 /dev/snd/pcmC0D0c
    crw-rw----+ 1 root audio 116, 3 May 8 10:46 /dev/snd/pcmC0D0p
    crw-rw----+ 1 root audio 116, 2 May 8 10:30 /dev/snd/pcmC0D3p
    crw-rw----+ 1 root audio 116, 9 May 9 07:29 /dev/snd/pcmC1D0c
    crw-rw----+ 1 root audio 116, 8 May 9 08:45 /dev/snd/pcmC1D0p
    crw-rw----+ 1 root audio 116, 1 May 8 10:30 /dev/snd/seq
    crw-rw----+ 1 root audio 116, 33 May 8 10:30 /dev/snd/timer
    /dev/snd/by-id:
    total 0
    drwxr-xr-x 2 root root 60 May 9 07:29 .
    drwxr-xr-x 4 root root 300 May 9 07:29 ..
    lrwxrwxrwx 1 root root 12 May 9 07:29 usb-SteelSeries_SteelSeries_SC2_USB_Headset_000000000000-00 -> ../controlC1
    /dev/snd/by-path:
    total 0
    drwxr-xr-x 2 root root 80 May 9 07:29 .
    drwxr-xr-x 4 root root 300 May 9 07:29 ..
    lrwxrwxrwx 1 root root 12 May 8 10:30 pci-0000:00:1b.0 -> ../controlC0
    lrwxrwxrwx 1 root root 12 May 9 07:29 pci-0000:00:1d.0-usb-0:1.2:1.0 -> ../controlC1
    !!ALSA configuration files
    !!User specific config file (~/.asoundrc)
    # ALSA library configuration file
    # Include settings that are under the control of asoundconf(1).
    # (To disable these settings, comment out this line.)
    </home/mastermind/.asoundrc.asoundconf>
    pcm.!default {
    type hw
    card 1
    ctl.!default {
    type hw
    card 1
    !!asoundconf-generated config file
    # ALSA library configuration file managed by asoundconf(1).
    # MANUAL CHANGES TO THIS FILE WILL BE OVERWRITTEN!
    # Manual changes to the ALSA library configuration should be implemented
    # by editing the ~/.asoundrc file, not by editing this file.
    !defaults.pcm.card Headset
    defaults.ctl.card Headset
    defaults.pcm.device 0
    defaults.pcm.subdevice -1
    defaults.pcm.nonblock 1
    defaults.pcm.compat 0
    defaults.pcm.minperiodtime 5000
    defaults.pcm.ipc_key 5678293
    defaults.pcm.ipc_gid audio
    defaults.pcm.ipc_perm 0660
    defaults.pcm.dmix.max_periods 0
    defaults.pcm.dmix.rate 48000
    defaults.pcm.dmix.format "unchanged"
    defaults.pcm.dmix.card defaults.pcm.card
    defaults.pcm.dmix.device defaults.pcm.device
    defaults.pcm.dsnoop.card defaults.pcm.card
    defaults.pcm.dsnoop.device defaults.pcm.device
    defaults.pcm.front.card defaults.pcm.card
    defaults.pcm.front.device defaults.pcm.device
    defaults.pcm.rear.card defaults.pcm.card
    defaults.pcm.rear.device defaults.pcm.device
    defaults.pcm.center_lfe.card defaults.pcm.card
    defaults.pcm.center_lfe.device defaults.pcm.device
    defaults.pcm.side.card defaults.pcm.card
    defaults.pcm.side.device defaults.pcm.device
    defaults.pcm.surround40.card defaults.pcm.card
    defaults.pcm.surround40.device defaults.pcm.device
    defaults.pcm.surround41.card defaults.pcm.card
    defaults.pcm.surround41.device defaults.pcm.device
    defaults.pcm.surround50.card defaults.pcm.card
    defaults.pcm.surround50.device defaults.pcm.device
    defaults.pcm.surround51.card defaults.pcm.card
    defaults.pcm.surround51.device defaults.pcm.device
    defaults.pcm.surround71.card defaults.pcm.card
    defaults.pcm.surround71.device defaults.pcm.device
    defaults.pcm.iec958.card defaults.pcm.card
    defaults.pcm.iec958.device defaults.pcm.device
    defaults.pcm.modem.card defaults.pcm.card
    defaults.pcm.modem.device defaults.pcm.device
    defaults.pcm.file_format "raw"
    defaults.pcm.file_truncate true
    defaults.rawmidi.card 0
    defaults.rawmidi.device 0
    defaults.rawmidi.subdevice -1
    defaults.hwdep.card 0
    defaults.hwdep.device 0
    defaults.timer.class 2
    defaults.timer.sclass 0
    defaults.timer.card 0
    defaults.timer.device 0
    defaults.timer.subdevice 0
    defaults.namehint.showall off
    defaults.namehint.basic on
    defaults.namehint.extended off
    !!Aplay/Arecord output
    APLAY
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Headset [SteelSeries SC2 USB Headset], device 0: USB Audio [USB Audio]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    ARECORD
    **** List of CAPTURE Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Headset [SteelSeries SC2 USB Headset], device 0: USB Audio [USB Audio]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    !!Amixer output
    !!-------Mixer controls for card 0 [PCH]
    Card hw:0 'PCH'/'HDA Intel PCH at 0xc0700000 irq 47'
    Mixer name : 'Intel CougarPoint HDMI'
    Components : 'HDA:10ec0269,10250504,00100100 HDA:80862805,80860101,00100000'
    Controls : 32
    Simple ctrls : 13
    Simple mixer control 'Master',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined
    Playback channels: Mono
    Limits: Playback 0 - 87
    Mono: Playback 0 [0%] [-65.25dB] [on]
    Simple mixer control 'Headphone',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 87
    Mono:
    Front Left: Playback 87 [100%] [0.00dB] [on]
    Front Right: Playback 87 [100%] [0.00dB] [on]
    Simple mixer control 'Speaker',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 87
    Mono:
    Front Left: Playback 87 [100%] [0.00dB] [on]
    Front Right: Playback 87 [100%] [0.00dB] [on]
    Simple mixer control 'PCM',0
    Capabilities: pvolume
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 255
    Mono:
    Front Left: Playback 250 [98%] [-1.00dB]
    Front Right: Playback 250 [98%] [-1.00dB]
    Simple mixer control 'Mic',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 0 [0%] [-34.50dB] [off]
    Front Right: Playback 0 [0%] [-34.50dB] [off]
    Simple mixer control 'Mic Boost',0
    Capabilities: volume
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 0 [0%] [0.00dB]
    Front Right: 0 [0%] [0.00dB]
    Simple mixer control 'IEC958',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'Beep',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 0 [0%] [-34.50dB] [off]
    Front Right: Playback 0 [0%] [-34.50dB] [off]
    Simple mixer control 'Capture',0
    Capabilities: cvolume cswitch
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 31
    Front Left: Capture 19 [61%] [12.00dB] [on]
    Front Right: Capture 19 [61%] [12.00dB] [on]
    Simple mixer control 'Auto-Mute Mode',0
    Capabilities: enum
    Items: 'Disabled' 'Enabled'
    Item0: 'Enabled'
    Simple mixer control 'Digital',0
    Capabilities: cvolume
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 120
    Front Left: Capture 60 [50%] [0.00dB]
    Front Right: Capture 60 [50%] [0.00dB]
    Simple mixer control 'Internal Mic',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 0 [0%] [-34.50dB] [off]
    Front Right: Playback 0 [0%] [-34.50dB] [off]
    Simple mixer control 'Internal Mic Boost',0
    Capabilities: volume
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 0 [0%] [0.00dB]
    Front Right: 0 [0%] [0.00dB]
    !!-------Mixer controls for card 1 [Headset]
    amixer: Mixer load hw:1 error: Invalid argument
    Card hw:1 'Headset'/'SteelSeries SteelSeries SC2 USB Headset at usb-0000:00:1d.0-1.2, full speed'
    Mixer name : 'USB Mixer'
    Components : 'USB1038:1216'
    Controls : 13
    amixer: Mixer hw:1 load error: Invalid argument
    !!Alsactl output
    --startcollapse--
    --endcollapse--
    !!All Loaded Modules
    Module
    fuse
    hid_generic
    snd_usb_audio
    usbhid
    snd_usbmidi_lib
    hid
    snd_rawmidi
    snd_seq_device
    ctr
    ccm
    mousedev
    arc4
    ath9k
    ath9k_common
    ath9k_hw
    ath
    mac80211
    cfg80211
    tg3
    ptp
    pps_core
    libphy
    snd_hda_codec_hdmi
    snd_hda_codec_realtek
    snd_hda_codec_generic
    iTCO_wdt
    iTCO_vendor_support
    joydev
    acer_wmi
    sparse_keymap
    rfkill
    uvcvideo
    videobuf2_vmalloc
    videobuf2_memops
    videobuf2_core
    videodev
    media
    intel_rapl
    x86_pkg_temp_thermal
    intel_powerclamp
    kvm_intel
    kvm
    crct10dif_pclmul
    crc32_pclmul
    crc32c_intel
    ghash_clmulni_intel
    aesni_intel
    aes_x86_64
    lrw
    gf128mul
    glue_helper
    ablk_helper
    cryptd
    microcode
    psmouse
    snd_hda_intel
    i915
    snd_hda_codec
    snd_hwdep
    snd_pcm
    evdev
    mac_hid
    snd_timer
    coretemp
    drm_kms_helper
    snd
    hwmon
    pcspkr
    serio_raw
    drm
    i2c_i801
    shpchp
    soundcore
    intel_gtt
    mei_me
    lpc_ich
    i2c_algo_bit
    mei
    i2c_core
    battery
    ac
    wmi
    button
    video
    processor
    vboxnetflt
    vboxnetadp
    vboxdrv
    ext4
    crc16
    mbcache
    jbd2
    sd_mod
    sr_mod
    crc_t10dif
    cdrom
    crct10dif_common
    atkbd
    libps2
    ahci
    libahci
    libata
    scsi_mod
    xhci_hcd
    ehci_pci
    sdhci_pci
    ehci_hcd
    sdhci
    led_class
    mmc_core
    usbcore
    usb_common
    i8042
    serio
    !!Sysfs Files
    /sys/class/sound/hwC0D0/init_pin_configs:
    0x12 0x411111f0
    0x14 0x99130110
    0x17 0x411111f0
    0x18 0x03a19820
    0x19 0x411111f0
    0x1a 0x411111f0
    0x1b 0x99a30930
    0x1d 0x598301f0
    0x1e 0x411111f0
    0x21 0x0321101f
    /sys/class/sound/hwC0D0/driver_pin_configs:
    /sys/class/sound/hwC0D0/user_pin_configs:
    /sys/class/sound/hwC0D0/init_verbs:
    /sys/class/sound/hwC0D0/hints:
    /sys/class/sound/hwC0D3/init_pin_configs:
    0x05 0x18560010
    0x06 0x58560020
    0x07 0x58560030
    /sys/class/sound/hwC0D3/driver_pin_configs:
    /sys/class/sound/hwC0D3/user_pin_configs:
    /sys/class/sound/hwC0D3/init_verbs:
    /sys/class/sound/hwC0D3/hints:
    !!ALSA/HDA dmesg
    [ 2.804467] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.804893] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
    [ 2.809383] [drm] Memory usable by graphics device = 2048M
    [ 2.809500] Console: switching to colour dummy device 80x25
    [ 2.822857] hda_codec: ALC269VB: SKU not ready 0x598301f0
    [ 2.825609] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input11
    [ 2.837175] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    [ 2.837341] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 2.837432] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 2.875879] i915 0000:00:02.0: irq 48 for MSI/MSI-X
    [ 12.378034] 3:2:3: cannot get freq at ep 0x1
    [ 12.415236] usbcore: registered new interface driver snd-usb-audio
    [ 12.574045] usb 4-1.4.1: new full-speed USB device number 5 using ehci-pci
    [21894.981516] tg3 0000:02:00.0: System wakeup disabled by ACPI
    [21894.981666] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
    [21894.982611] ath: phy0: ASPM enabled: 0x42
    A frickload of kudos to anybody that will either be able to recommend an alternative mixer (without having to install OSS/Pulse) or be able to link or recommend a fix.
    Kind regards,
    Mastermind

    So I just spent another couple of hours battling with alsa.
    I went from sound but no mixer, to no sound at all. And then back to having sound again after 4 hours of command mashing. All that after just a weekend in suspend/standby.
    The only difference I could detect was that the subdevice on the card changed, but simply defining (and alsa restoring) that one in the ~/.asoundrc did not do the trick.
    I also came across a more detailed error with the crashing alsamixer.
    /usr/share/alsa/init/default:171: value write error: Invalid argument
    /usr/share/alsa/init/default:185: value write error: Invalid argument
    Commenting these lines did not fix the error.
    Some more outputs:
    [root@Blitz mastermind]# alsactl restore
    No state is present for card Headset
    Found hardware: "USB-Audio" "USB Mixer" "USB1038:1216" "" ""
    Hardware is initialized using a generic method
    /usr/share/alsa/init/default:171: value write error: Invalid argument
    /usr/share/alsa/init/default:185: value write error: Invalid argument
    No state is present for card Headset
    systemctl -l status alsa-restore.service
    alsa-restore.service - Restore Sound Card State
    Loaded: loaded (/usr/lib/systemd/system/alsa-restore.service; static)
    Active: inactive (dead) since Thu 2014-05-08 10:30:47 UTC; 3 days ago
    Process: 192 ExecStart=/usr/bin/alsactl restore (code=exited, status=19)
    Main PID: 192 (code=exited, status=19)
    May 08 10:30:47 Blitz alsactl[192]: /usr/bin/alsactl: load_state:1729: No soundcards found...
    $ aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    sysdefault:CARD=PCH
    HDA Intel PCH, ALC269VB Analog
    Default Audio Device
    front:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VB Analog
    Front speakers
    surround40:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VB Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VB Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VB Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VB Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VB Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    hdmi:CARD=PCH,DEV=0
    HDA Intel PCH, HDMI 0
    HDMI Audio Output
    sysdefault:CARD=Headset
    SteelSeries SC2 USB Headset, USB Audio
    Default Audio Device
    front:CARD=Headset,DEV=0
    SteelSeries SC2 USB Headset, USB Audio
    Front speakers
    surround40:CARD=Headset,DEV=0
    SteelSeries SC2 USB Headset, USB Audio
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=Headset,DEV=0
    SteelSeries SC2 USB Headset, USB Audio
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=Headset,DEV=0
    SteelSeries SC2 USB Headset, USB Audio
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=Headset,DEV=0
    SteelSeries SC2 USB Headset, USB Audio
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=Headset,DEV=0
    SteelSeries SC2 USB Headset, USB Audio
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=Headset,DEV=0
    SteelSeries SC2 USB Headset, USB Audio
    IEC958 (S/PDIF) Digital Audio Output
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Headset [SteelSeries SC2 USB Headset], device 0: USB Audio [USB Audio]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    This is what I have in /etc/modprobe.d/alsa.conf :
    options snd-hda-intel model=generic
    options snd-usb-audio model=generic
    .asoundrc for root
    # ALSA library configuration file
    # Include settings that are under the control of asoundconf(1).
    # (To disable these settings, comment out this line.)
    </root/.asoundrc.asoundconf>
    audio_output {
    type "alsa"
    name "My ALSA Device"
    card 1
    # device "hw:1,1" # optional
    mixer_control "mpd" # optional
    pcm.!default {
    type hw
    card 1
    ctl.!default {
    type hw
    card 1
    for my user:
    # ALSA library configuration file
    # Include settings that are under the control of asoundconf(1).
    # (To disable these settings, comment out this line.)
    </home/mastermind/.asoundrc.asoundconf>
    pcm.!default {
    type hw
    card 1
    ctl.!default {
    type hw
    card 1
    More:
    ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 60 May 12 10:25 by-id
    drwxr-xr-x 2 root root 80 May 12 10:25 by-path
    crw-rw----+ 1 root audio 116, 7 May 8 10:30 controlC0
    crw-rw----+ 1 root audio 116, 10 May 12 10:25 controlC1
    crw-rw----+ 1 root audio 116, 6 May 8 10:30 hwC0D0
    crw-rw----+ 1 root audio 116, 5 May 8 10:30 hwC0D3
    crw-rw----+ 1 root audio 116, 4 May 8 10:30 pcmC0D0c
    crw-rw----+ 1 root audio 116, 3 May 8 10:46 pcmC0D0p
    crw-rw----+ 1 root audio 116, 2 May 8 10:30 pcmC0D3p
    crw-rw----+ 1 root audio 116, 9 May 12 10:25 pcmC1D0c
    crw-rw----+ 1 root audio 116, 8 May 12 10:25 pcmC1D0p
    crw-rw----+ 1 root audio 116, 1 May 8 10:30 seq
    crw-rw----+ 1 root audio 116, 33 May 8 10:30 timer
    lsmod | grep '^snd' | column -t
    snd_usb_audio 118323 2
    snd_usbmidi_lib 19756 1 snd_usb_audio
    snd_rawmidi 18742 1 snd_usbmidi_lib
    snd_seq_device 5180 1 snd_rawmidi
    snd_hda_codec_hdmi 36588 1
    snd_hda_codec_realtek 46566 1
    snd_hda_codec_generic 53211 1 snd_hda_codec_realtek
    snd_hda_intel 37704 0
    snd_hda_codec 99871 4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
    snd_hwdep 6332 2 snd_usb_audio,snd_hda_codec
    snd_pcm 79815 5 snd_usb_audio,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_timer 18718 1 snd_pcm
    snd 59286 17 snd_hda_codec_realtek,snd_usb_audio,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_rawmidi,snd_hda_codec_generic,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device
    restore alsa:
    alsactl restore
    No state is present for card Headset
    Found hardware: "USB-Audio" "USB Mixer" "USB1038:1216" "" ""
    Hardware is initialized using a generic method
    /usr/share/alsa/init/default:171: value write error: Invalid argument
    /usr/share/alsa/init/default:185: value write error: Invalid argument
    No state is present for card Headset
    # cat /proc/asound/cards
    0 [PCH ]: HDA-Intel - HDA Intel PCH
    HDA Intel PCH at 0xc0700000 irq 47
    1 [Headset ]: USB-Audio - SteelSeries SC2 USB Headset
    SteelSeries SteelSeries SC2 USB Headset at usb-0000:00:1d.0-1.2, full speed
    # cat /proc/asound/modules
    0 snd_hda_intel
    1 snd_usb_audio
    Let me know if I can provide any more information.
    Last edited by Mastermind (2014-05-12 09:54:11)

  • Invalid identifier error in executing a ref cursr

    I am getting ORA00904: "MARKETING": invalid identifier ... and it's driving me crazy!!
    here's my sql code...
    StrTitle varchar2(500);
    TYPE RefCurCusts IS REF CURSOR;
    rec_ref_custs RefCurCusts;
    strCusts varchar2(500);
    StrTitle := 'MARKETING';
    OPEN rec_ref_custs FOR
    'Select distinct b.account_number, b.marketing_rep_name, c.customer_name, a.meter, a.mappole, a.feeder, b.last_or_corp_name, b.house_number, b.street_direction, b.street_name, b.street_suffix, max(odate) over (partition by b.account_number) last_called, n.message_type, c.list_name     
    From srs.current_outage_calls o, tlm.customer_electric b, srs.notification_list n, SRS.NOTIFIABLE_CUSTOMERS_VW c, srs.est_customer_outages a
    Where c.SERVICE_ADDR_NUMBER = b.SERVICE_ADDR_NUMBER And substr(b.meter_number, 2, 6) = a.meter and b.service_point_end_date is null and o.meter(+)=a.meter and n.list_name=c.list_name and c.list_name = '||StrTitle;
                   LOOP
                        FETCH rec_ref_custs INTO strCusts;
                        EXIT WHEN rec_ref_custs%NOTFOUND;
                             StrBodyHTML:= StrBodyHTML || ', ' || strCusts;
                   END LOOP;
    CLOSE rec_ref_custs;     
    please help!
    Thanks

    Fuse_5a wrote:
    I am taking the value of StrTitle (I changed the name of it to strList in the below code) from a different select statement ... therefore, strList will be changing based on the results of the first query.
    this code is for an automailer that will run every minute!!
    here's more of my code to better explain it ...
    Any suggestions?
    OPEN rec_ref_list FOR
    'Select
    distinct c.list_name     
    From
    srs.current_outage_calls o,
    tlm.customer_electric  b,
    srs.notification_list n,
    SRS.NOTIFIABLE_CUSTOMERS_VW c,
    srs.est_customer_outages a
    Where
    c.SERVICE_ADDR_NUMBER = b.SERVICE_ADDR_NUMBER
    And substr(b.meter_number, 2, 6) = a.meter
    and b.service_point_end_date is null
    and o.meter(+)=a.meter
    and n.list_name=c.list_name';
    LOOP
    FETCH rec_ref_list INTO *strList*;
    EXIT WHEN rec_ref_list%NOTFOUND;
         OPEN rec_ref_custs FOR
    'Select
    b.account_number,
    b.marketing_rep_name,
    c.customer_name, a.meter,
    a.mappole, a.feeder,
    b.last_or_corp_name,
    b.house_number,
    b.street_direction,
    b.street_name,
    b.street_suffix,
    max(odate) over (partition by b.account_number) last_called,
    n.message_type,
    c.list_name     
    From
    srs.current_outage_calls o,
    tlm.customer_electric  b,
    srs.notification_list n,
    SRS.NOTIFIABLE_CUSTOMERS_VW c,
    srs.est_customer_outages a
    Where
    c.SERVICE_ADDR_NUMBER = b.SERVICE_ADDR_NUMBER
    And substr(b.meter_number, 2, 6) = a.mete
    and b.service_point_end_date is null
    and o.meter(+)=a.meter
    and n.list_name=c.list_name
    and c.list_name = :1' using *strList*;
           LOOP
               FETCH rec_ref_custs INTO strCusts;
               EXIT WHEN rec_ref_custs%NOTFOUND;
                   StrBodyHTML:= StrBodyHTML || ', ' || strList || ', ' || strCusts;
           END LOOP;
    CLOSE rec_ref_custs;     
    END LOOP;
    CLOSE rec_ref_list;     
    You have a variable, nothing more. You DO NOT need dynamic SQL here, just trust me (then go read about it and learn why ... it will serve your career well to do some reading).
    You don't need 2 cursors here, for lack of not wanting to try to decipher this in it's entirety i took a simple hack and utilized an IN clause.
    for loop_var in
       Select
          b.account_number,
          b.marketing_rep_name,
          c.customer_name, a.meter,
          a.mappole, a.feeder,
          b.last_or_corp_name,
          b.house_number,
           b.street_direction,
          b.street_name,
          b.street_suffix,
          max(odate) over (partition by b.account_number) last_called,
          n.message_type,
          c.list_name     
       From
          srs.current_outage_calls o,
          tlm.customer_electric  b,
          srs.notification_list n,
          SRS.NOTIFIABLE_CUSTOMERS_VW c,
          srs.est_customer_outages a
       Where
        c.SERVICE_ADDR_NUMBER = b.SERVICE_ADDR_NUMBER
       And substr(b.meter_number, 2, 6) = a.mete
       and b.service_point_end_date is null
       and o.meter(+)=a.meter
       and n.list_name=c.list_name
       and c.list_name in
          Select
             c.list_name     
          From
          srs.current_outage_calls o,
          tlm.customer_electric  b,
          srs.notification_list n,
          SRS.NOTIFIABLE_CUSTOMERS_VW c,
          srs.est_customer_outages a
          Where
          c.SERVICE_ADDR_NUMBER = b.SERVICE_ADDR_NUMBER
          And substr(b.meter_number, 2, 6) = a.meter
          and b.service_point_end_date is null
          and o.meter(+)=a.meter
          and n.list_name=c.list_name
    LOOP
       StrBodyHTML:= StrBodyHTML || ', ' || loop_var.<pick_a_column_from_select_list_above>;
    END LOOP;No ref cursors, less complex and 1 single SQL query ... much cleaner and efficient.

  • Case Issue in Mapviewer WMS GetMap request

    I've been working with Mapviewer 10.1.2.0.2 for a couple weeks now and have used the wms_getmap_request using the XML API to get layers from various WMS servers including USGS. I am interested in getting images specifically from wms.jpl.nasa.gov as they seem to have better global coverage than USGS which is primarily interested in the US. I believe that the wms.jpl.nasa.gov is a non compliant WMS server because the REQUEST=GETMAP name pair in the url created by Mapviewer using the wms_getmap_request fails while using REQUEST=GetMap works.
    Here's and easy test: The URL in Example 1 fails while the Example 2 URL returns an image.
    Short of asking Nasa's Jet Propulsion Laboratory to get a new wms image server, is there a workaround for this that would force the url request to use the mixed case version of the value instead of the all upper case? From what I can tell they are a leading source of this kind of information.
    Example 1:
    http://wms.jpl.nasa.gov/wms.cgi?VERSION=1.1.1&REQUEST=GETMAP&SRS=EPSG:4326&BBOX=-123.3865,367766,-121.1365,38.2766&WIDTH=600&HEIGHT=400&FORMAT=image/jpeg&BGCOLOR=0xffffff&TRANSPARENT=true&LAYERS=global_mosaic&STYLES=pseudo_bright&EXCEPTIONS=application/vnd.ogc.se_inimage
    Example 2:
    http://wms.jpl.nasa.gov/wms.cgi?VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326&BBOX=-123.3865,36.7766,-121.1365,38.2766&WIDTH=600&HEIGHT=400&FORMAT=image/jpeg&BGCOLOR=0xffffff&TRANSPARENT=TRUE&LAYERS=global_mosaic&STYLES=pseudo_bright&EXCEPTIONS=application/vnd.ogc.se_inimage
    Thanks,
    Ken

    Hi,
    Since MapViewer is a component of Oracle App Server, any MapViewer patch will have to be part of an App Server-wide patch, which is out of the control of the Mapviewer team (schedule wise).
    We are however preparing for an early access release of MapViewer 11g, which will be available for download on OTN late Janurary 2006. That version will fix this issue (and also provides a ton of exciting new features).
    In the mean time, if you contact me directly we can probably help you on this issue now. [email protected] please replace _ with . for the correct email adderess.
    thanks

  • Problem in creating Saved Result Set (SRS) in OBIEE 10.1.3.4

    Hi,
    We have migrated Siebel Analytincs 7.8.5 to OBIEE 10.1.3.4, and we are now unable to create any SRS from OBIEE though we can create Segment and marketing cache for the segment.
    We did the following steps -
    1. Unisntall Siebel Analytincs 7.8.5
    2. Install OBIEE 10.1.3.4
    3. Use MIGRATE tool (sawmigrate) to migrate RPD & WEBCAT
    4. We have ALTERed the SRS tables - M_SR_HEADER, M_SR_ACCOUNT (as in OBIEE version there are many new columns have been added)
    5. We passed GLOBAL CONSISTENCY in the RPD
    6. We followed the steps in the document *"Oracle®Marketing Segmentation Guide Version 10.1.3.4 July 2008"*
    7. We created a Saved Result Set Format as instructed in the document - here we are very confused to select the list of columns - we don't know what should be the excat source / format
    8. Then we click the SRS create button
    9. We got the below error -
    Error Codes: QS2QOLYY:GDL67CY9:IHVF6OM7:OPR4ONWY:U9IM8TAC
    Error in getting cursor for WorkNode (Id:0)
    Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    *State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused. [nQSError: 43001] Authentication failed for Administrator in repository Star: invalid user/password. (08004)*
    Can anyone help us to resolve the issue ?
    A quick response is much much appreciated.
    Many Thanks,
    Prasanta

    Hi,
    It seems like you didnt setup the Administrator user for Saved Result Sets as it mentioned in the Marketing Segmentation Guide.
    Here is an extract from the guide:
    Setting Up the Web Administrator for Managing Cache and Saved Result Sets
    Some queries issued by the segmentation engine require the use of the Execute Physical stored
    procedure. These queries include delete statements on the cache, delete statements on the saved
    result sets, and insert statements for the cache and saved result set. The Execute Physical stored
    procedure must be run by a user with administrator privileges. The administrator user is set up in
    the instanceconfig.xml file.
    NOTE: The BI Administrator password and login parameters are case sensitive.
    To set up the administrative user in the instanceconfig.xml file
    1 Open a command shell and navigate to the <OracleBI>/web/bin, where <OracleBI> represents
    the root directory of the installation.
    2 Execute the following command:
    cryptotools credstore -add -infile <OracleBIData>/web/config/credentialstore.xml
    3 When prompted, enter the following values:
    Credential Alias: admin
    Username: Administrator
    Password: <enter Admin password here>
    Do you want to encrypt the password? y
    Passphrase for encryption: <password >
    Do you want to write the passphrase to the xml? n
    File "<OracleBIData>/web/config/credentialstore.xml" exists. Do you want to overwrite it? y
    4 Open the credentialstore.xml file and verify that the following section has been created:
    <sawcs:credential type="usernamePassword" alias=“admin">
    <sawcs:username> Administrator </sawcs:username>
    <sawcs:password>
    <xenc:EncryptedData>

  • Invalid record count - grey screen- Target Mode Cures

    Hi there,
    I have a common problem: I was doing nothing particular that I remember: No fancy file uploads, doanloads, creation, erasing - nothing special:
    Anyway after a customary week, or few days of leaving the macbook permanently on, I think "let's give it a rest".
    Then switch back on:
    - Grey screen, spinning grey progress wheel fine.
    - Takes a while. Strange. After say a minute - it just switches off wordlessly.
    - Reset PRAM: No solution. Take a look with single-user startup in console: Files are all there, OK. Disk not dead.
    - Start up from OS X 10.5 disk:
    Permissions repair fine. Good.
    Verify disk: FAIL! +*Invalid Record Count.Volume check failed.*+
    Next: *Try target disk mode to back up essentials* - that works fine: I now have Time Machine AND a smaller important essentials backup.
    But finally, here's the surprise: Just for kicks, I *shut the macbook down, try a reboot - and it works!*
    But I note that root system files are unchanged since the problem occurred: ".hotfiles.btree" for example (I don't know what that is but suspect it's relevant).
    Then: I tried restarting again - and back to square one, it won't boot.
    Do the "Target disk" firewire mode trick again, and browse a few folders: And it boots (slowly).
    If I just leave the Macbook on permanently - everything seems fine. Not even sluggish.
    So:
    - Why can connecting a disk with an incorrect file system in target disk make the system forget about these problems when booting?
    - Why does the problem return on a successive reboot?
    - Is it related to some system files being ignored if booting straight after a target mode session?
    - What is ".hotfiles.btree", and should it not exist ?
    And the big one:
    - +Can extended Applecare, wot cost me loads of money, help me?+

    Hi Cornelius:
    Having been a faithful Apple-groupie for a while, and despite some problems over the years (hard drive failing, screen going, etc.) this is the first time I'm disappointed with them, because theor Micromat Applecare deal is a ripoff:
    You fork out for Applecare extension: All you get is something that say "Yep, you've got a problem. Now go and buy techtoolpro".
    That is, the TechTool Deluxe is practically useless. Argh.
    Worse: They keep that rather quiet. If you run TechTool deluxe, and it fails: It points you to the Techtool site to
    "download the TechTool Deluxe software with diagnostic and repair capabilities".
    You think "Aha, right, I need an update, or a DMG rather than just the executable".
    Download another 1.25Gb.
    So you try again: Same thing.
    The chiselling little crooks, to quote Ken Livingstone, won't even come out and say "Buy TechTool Pro to fix it". The website as reported above is wrong.
    Result: I'm not happy with them. And I'll never buy anything off Micromat.
    In the meantime, I've got a bootable backup thanks to CC-Cloner (excellent, I'll send him some money), and I'm waiting until I don't have any critical deadlines to allow myself time to restore a daily bootable backup.
    The dodgy files seem to be the Sun Developper Java suite according to CC Cloner.

Maybe you are looking for

  • Commision agent Payment.

    Sir(s) please help me in bellow issue My client is  selling few of their finish products through agents and paying commission to them. This commission calculations and payment is handled manually as of now. We have to handle this through system by us

  • OS X Server 10.3.9 can't handle very big HDDs as RAID miror?

    I really searched hard on this one, but couldn't find definitive answer. In our office, we have OS X Server 10.3.9 running on a G5 (dual 2GHz, 3GB RAM). OS X itself is installed on a 80GB hard drive. there is also another internal SATA HDD of 400GB f

  • How to restrict GR before Shcedule date in Scheduling Agreement

    Dear All, Please tell me the message or Message number which actually doesn't allow GR befiore schedule line date. I am not able to see such error in our system. Regards, Sandeep

  • Business Catalyst vs Drupal Comparison

    Have a client with 3 sites on Business Catalyst and they have been using BC for over 5 years. They are the Australian subsidiary of a multi-national organisation and head office is looking to standardise worldwide on Drupal. The Australian CEO has as

  • OPU5 settings and Capacity planning-CM01

    Hi All, I have a confusion while configuring the settings for scheduling for planned orders in REM environment PE order type, when i select the scheduling and capacity requirements in DS section system shows me capacity requirements in CM01,CM50 repo