Mapviewer as WMS *Client*

Hi forum
A partner of ours has asked me to examine, whether it's possible to include WMS data in Mapviewer requests. I have found, that Mapviewer can act as a WMS server, but can it also act as a WMS client to other WMS servers?
I'd like to integrate a WMS layer from another server than my own Mapviewer into my request using the Mapviewer Java client lib (mvclient.jar). Is this possible - and if not, does anyone know, if there's any free 100% WMS 1.1.1-compliant Java client libraries out there to integrate in the client application? All talk in the documentation is about how to use Mapviewer as a WMS server itself, and this is not what I'm looking for in this case.
Regards,
Jacob

See the doc (appndx D) on adding a WMS Theme.
D.3 Adding a WMS Map Theme
You can add a WMS map theme to the current map request. The WMS map theme is
the result of a GetMap request, and it becomes an image layer in the set of layers
(themes) rendered by OracleAS MapViewer.
To add a WMS map theme, use the WMS-specific features of either the XML API (see
Section D.3.1) or the JavaBean-based API (see Section D.3.2).

Similar Messages

  • Openstreetmap in mapviewer using wms

    Hi,
    I am trying to integrate openstreetmap with Map vieweer using a wms.
    After followring the post in Oracle Maps (SPATIAL/Mapviewer): Oracle Maps uses "Openstreetmap" as WMS I have been able to integrate it
    But the wms used here is only for Europe map.
    So can any one please let me know which wms url I should be using for World map of Openstreetmap ?
    and what will be the parameter values when creating the tile layer in Map viewer?
    Thanks

    Was addressed in the SR. It required the correct SRID in one case and the right request parameters in the other.

  • 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

  • Mapviewer / GeoRaster / WMS tie?

    I am unable to determine from the white papers if it is possible to server up a GeoRaster image via WMS through the Mapviewer?
    Thank you.
    Peter

    Hi Peter,
    if you have not looked yet, at the end of MapViewer's documentation there is a section on WMS.You can use the GeoRaster as a WMS theme. The following is a map request example with a GeoRaster WMS theme.
    <?xml version="1.0" standalone="yes"?>
    <map_request
      title="tilsmq311: WMS GeoRaster Theme"
      datasource="mvdemo"
      srid="0"
      width="500"
      height="375"
      bgcolor="#a6caf0"
      antialiase="true"
      mapfilename="wmsgeoraster"
      format="PNG_URL">
      <center size="185340.0">
        <geoFeature>
          <geometricProperty typeName="center">
            <Point>
              <coordinates>596082.0,8881079.0</coordinates>
            </Point>
          </geometricProperty>
        </geoFeature>
      </center>
      <themes>
        <theme name="WMS_GEORASTER" user_clickable="false"  >
            <wms_getmap_request isBackgroundTheme="true">
               <service_url> http://localhost:7777/mapviewer/wms </service_url>
               <layers> GEORASTERTHEME </layers>
               <srs> SDO:82279 </srs>
               <format> image/png </format>
               <bgcolor> 0xa6caf0 </bgcolor>
               <transparent> true </transparent>
               <vendor_specific_parameters>
                 <vsp>
                    <name> datasource </name>
                    <value> mvdemo </value>
                 </vsp>
               </vendor_specific_parameters>
            </wms_getmap_request>
        </theme>
      </themes>
    </map_request>You can use Mapviewer's Java API to add a WMS theme to you request.
    Joao

  • Mapviewer WMS and GetCapabilities

    Hi,
    We have a Mapviewer WMS server running well, but have noticed that when we use a WMS client to query the data (e.g. Quantum GIS, NASA WW) the WMS service returns the entire extent, not the extent of the data. This is really annoying and is an important part of WMS.
    All the georasters we have are built correctly etc. (i.e. tested system known to work).
    How do provide extents for just the data in the GetCapabilities?
    Thanks,

    I cannot find the user_sdo_view_metadata view. I do have:
    user_sdo_geom_metadata
    user_sdo_geor_sysdata
    Yes, I would not expect the GetCapabilities spatial extent for all the images in the table, not just 1 image.
    I used this query to check the spatial extents of each image and they are all there:
    SELECT t.image.spatialextent FROM oblique t
    Looking at the view in user_sdo_geom_metadata shows:
    3 | oblique | image.spatialextent | <points showing diminfo> | 41103
    which all looks good.
    I noticed though for the user_sdo_geor_sysdata view, there is an entry for each image, for example:
    9 | oblique | image | (null) | oblique_rdt | 1 | (null)
    which means that for the meta_data_column_name it is set to null. Is that bad?

  • Mapviewer WMS servered from tilecache instance?

    It seems that GetCapabilities only returns my maps and none of my cached maps are available. Is there anyway to have mapviewer server WMS requests out of a tile cache?

    Hi,
    This is not supported currently. We could probably modify our WMS implementation so that if a base map already has a tile layer created for it, then it will try to reuse its existing map tiles when generating the response map. The problem is however map tiles are by nature of fixed map scales (zoom level), whereas a WMS request can be for an arbitrary map scale that often falls between two adjacent tile-layer zoom levels. In such case the tiles can't really be re-used without distortion.
    Thanks
    LJ

  • 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

  • Help!! wms and java api

    hi!, i`m newie on oracle, and i`m using mapviewer with java api but i have problems with the addWMSMapTheme function:
    Object vsp = new Object[]{new String[]{"DATASOURCE", "example"}, new String[]{"antialiasing", "true"}};
    mv.addWMSMapTheme("wmstheme","http://onearth.jpl.nasa.gov/wms.cgi?","false","1.1.1","BMNG","default","EPSG:4326","image/jpeg","false","0xFFFFFF","application/vnd.ogc.se_inimage", vsp);
    it return a exception (that the object vsp is not define).
    does i have to use the xml request?? how can do it??

    Hi,
    you can use the API which will generate and send the map request to MapViewer. Your vsp parameter looks strange. The following is a sample code that use the MVDEMO data set, just to give you an idea of the definition for vsp parameter.
        mapViewer.setImageFormat(MapViewer.FORMAT_PNG_URL);
        mapViewer.setDataSourceName("mvdemo");
        mapViewer.setCenterAndSize(-70.,44.,20.);
        mapViewer.setMapTitle("WMS");
        mapViewer.deleteAllThemes();
         Object []vsp = new Object[]{new String[]{"DATASOURCE", "mvdemo"}  };
         mapViewer.addWMSMapTheme("wms_theme", "http://localhost:7001/mapviewer/wms",
                                  new String[] {"THEME_DEMO_STATES"}, new String[] { "asdf"},
                                  "SDO:8265", "image/png","0xffffff", vsp);             
         System.out.println("Current request: " + mapViewer.getMapRequestString());    
         boolean response = mapViewer.run();
         if (response)
              double[] mbr = mapViewer.getMapMBR();
              System.out.println("mbr="+mbr[0]+","+mbr[1]+" "+mbr[2]+","+mbr[3]);
              System.out.println("URL: " + mapViewer.getGeneratedMapImageURL());
          }For you case, make sure the WMS server at http://onearth.jpl.nasa.gov/wms.cgi? is running and accepting requests. I tried a GetCapabilities request to this server, and got an exception message that the system was overloaded and not processing requests.
    Joao

  • Export PDF, JPG or PNG images from the mapviewer

    hi,
    I need to export PDF, JPG or PNG images from the mapviewer (Oracle Map client).
    How Can I do it?
    Any Ideas?
    Thanks.

    What I do with xml after calling getMapAsXML function
    Any example?There is a request page in the mapviever configuration webpages, there you can send it to the server and get the image in return.
    or you can write your own programm to send it to the mapviewer servlet using post and progress the response by yourself. Have a look at the mapviewer documentation pdf, there are some examples on the different possible different xml requests.

  • New MapViewer 11.1.1.7, BI, Apps Training at DC User Group -- May 21-22

    New MapViewer 11.1.1.7, BI, Apps technical training will be offered at the user conference in DC! See below. LJ Qian, Jayant Sharma, and the dev team will personally lead these sessions.
    In-person and webcast options are both available. Hope to see you there!
    Register for Oracle Spatial and Graph Training & Location Intelligence: http://www.locationintelligence.net/dc/registration/
    Oracle Spatial and Graph New Product Training
    It’s All About What’s New With Oracle’s Spatial Products and Technologies
    * Choose from over 25 hours of introductory, expert and hands on practitioner training
    * Meet with executives from Oracle Spatial, BI And Utilities team
    * Hear what your peers from government and industry are doing and leverage SIG/user group resources
    At this year’s technology training event - directly from the developers – learn about the latest new products:
    * The most recent developments in Oracle Spatial and Graph – the world’s most popular enterprise spatial database
    o Hyperfast performance gains
    o Advances in raster data management
    o Realworld network data modeling
    o Features for engineered systems
    * The new HTML5 version of Oracle Fusion Middleware MapViewer
    o Rich client interactivity
    o Web-based editing
    o Access to 100’s of popular spatial formats
    * New spatially enabled business and cloud applications from Oracle
    o Tax, healthcare, project management and retail analytics
    o Utility applications for the cloud
    o HCM, CRM sales, incentive compensation cloud apps
    * Dozens of ready-to-use spatial examples for Oracle Business Intelligence
    o Demographic analysis
    o Network analysis
    o Drive-time analysis
    View full agenda with training/technology topics & speakers: http://www.locationintelligence.net/dc/agenda/#oracle
    Learn about the IOUG Spatial & Graph SIG: http://www.ioug.org/p/cm/ld/fid=148&gid=439
    Edited by: jihm on May 1, 2013 1:07 PM

    Have you tried to delete the  Tomcat work directory. Based on the error log, it is trying to reload a serialized session  (*.ser file) that might have been created from a previous version of MapViewer.
    SEVERE: Exception loading sessions from persistent storage

  • Performance test solution dedicated to MapViewer

    Hi MapViewer users,
    Recently, i've made a testing tool available dedicated to Oracle MapViewer (incl WMS).
    Check out the site and try it: http://www.testnext.com
    Thanks,
    Jeroen

    The message means that the MapViewer service did not response at the end point (URL) you provided. Make sure that MapViewer is running. To verify this, open a browser and paste your end point. This should bring you to the MapViewer web console. If the web console shows up, please set the support log option, test the end point again, and send the log file in the output directory to [email protected]
    Thanks in advance,
    Jeroen
    ps. Please post your questions to support@testnext instead of the forum...

  • Mobile Broadband does not work on HP mini 110

    This is the my device:
    $ lsusb | grep Gobi
    Bus 001 Device 077: ID 03f0:1f1d Hewlett-Packard un2400 Gobi Wireless Modem
    sometimes another result:
    $ lsusb | grep Gobi
    Bus 001 Device 020: ID 03f0:201d Hewlett-Packard un2400 Gobi Wireless Modem (QDL mode)
    I have installed in my netbook with these steps:
    1. Install network manager: networkmanager, network-manager-applet. Then systemctl enable, start NetworkManager.service
    Run "sudo NetworkManager".
    2. Install BCM4312 and Hp un2400 gobi firmwares: b43-fwcutter. And  b43-firmware, gobi-loader, gobi-firmware from AUR
    Here is my /lib/udev/rules.d/60-gobi.rules, i have added the red line:
    # udev rules for firmware loading on qualcomm gobi devices
    ACTION=="add", SUBSYSTEM=="tty" KERNEL=="ttyUSB*" GOTO="gobi_rules"
    GOTO="gobi_rules_end"
    LABEL="gobi_rules"
    ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9211", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="201d", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="1f1d", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="04da", ATTRS{idProduct}=="250c", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="413c", ATTRS{idProduct}=="8171", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="1410", ATTRS{idProduct}=="a008", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="0b05", ATTRS{idProduct}=="1774", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="fff2", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="1557", ATTRS{idProduct}=="0a80", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9008", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9201", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9221", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9231", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="1f45", ATTRS{idProduct}=="0001", RUN+="gobi_loader $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="16d8", ATTRS{idProduct}=="8001", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="1199", ATTRS{idProduct}=="9000", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="241d", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9204", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9214", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9224", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9234", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9244", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9264", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9274", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
    ATTRS{idVendor}=="413c", ATTRS{idProduct}=="8185", RUN+="gobi_loader -2000 $env{DEVNAME} /usr/lib/firmware/gobi"
    LABEL="gobi_rules_end"
    3. Install wireless: wpa_supplicant, wireless_tools, gnome-keyring.
    Then systemctl enable and start wpa_supplicant.service
    4. Install modem manager: usbutils, usb_modeswitch, modemmanager, mobile-broadband-provider-info
    Then systemctl enable and start ModemManager
    After reboot, i get this log keep being repeat forever:
    $ dmesg | grep ttyUSB
    [    8.783499] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB0
    [   13.924825] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   13.925166] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   13.925490] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   13.925813] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   13.926887] qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
    [   15.560838] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB0
    [   15.562758] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB1
    [   17.869672] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   17.869883] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   17.870123] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   17.870366] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   17.872845] qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   17.873762] qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
    [   17.874305] qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   17.874560] qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   17.874813] qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   17.875605] qcserial ttyUSB1: Qualcomm USB modem converter now disconnected from ttyUSB1
    [   18.845277] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB0
    [   22.616332] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   22.616698] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   22.617055] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   22.617385] qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    [   22.618447] qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
    [   23.560845] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB0
    [   23.562771] usb 1-6: Qualcomm USB modem converter now attached to ttyUSB1
    Am i missing any configuration or installation?
    Last edited by princenguyen (2014-06-19 06:30:17)

    Hello,
    Did you find a solution because I am having the same issue with my Sony Vaio SA. It has a Gobi 2000 and works perfectly on Ubuntu 14.04 and all other distributions I have tried so i know the hardware is fine.
    I dont get the message repeating although I can get it like that by using the firmware from the AUR. If I use the firmware I got from my previous Windows installation then the error only occurs when turning the device on. This is so annoying
    I get the following:
    NetworkManager[1787]: <info> (wwp0s26u1u4): DHCPv4 state changed nbi -> preinit
    Jul 08 23:40:11 Raspberry dhcpcd[5345]: wwp0s26u1u4: soliciting an IPv6 router
    Jul 08 23:40:12 Raspberry dhcpcd[5345]: wwp0s26u1u4: soliciting a DHCP lease
    Jul 08 23:40:12 Raspberry kernel: qmi_wwan 1-1.4:1.0: nonzero urb status received: -71
    Jul 08 23:40:12 Raspberry kernel: qmi_wwan 1-1.4:1.0: wdm_int_callback - 0 bytes
    Jul 08 23:40:12 Raspberry kernel: usb 1-1.4: USB disconnect, device number 9
    Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    Jul 08 23:40:12 Raspberry dhcpcd[3049]: if_managelink: No such device or address
    Jul 08 23:40:12 Raspberry dhcpcd[5345]: wwp0s26u1u4: dhcp if_readrawpacket: Network is down
    Jul 08 23:40:12 Raspberry kernel: qmi_wwan 1-1.4:1.0 wwp0s26u1u4: unregister 'qmi_wwan' usb-0000:00:1a.0-1.4, WWAN/QMI device
    Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    Jul 08 23:40:12 Raspberry ModemManager[1785]: <info> (net/wwp0s26u1u4): released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
    Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    Jul 08 23:40:12 Raspberry dhcpcd[5345]: if_managelink: No such device or address
    Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB0: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB1: usb_wwan_indat_callback: resubmit read urb failed. (-19)
    Jul 08 23:40:12 Raspberry ModemManager[1785]: <info> (usbmisc/cdc-wdm1): released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
    Jul 08 23:40:12 Raspberry ModemManager[1785]: <info> (tty/ttyUSB1): released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
    Jul 08 23:40:12 Raspberry ModemManager[1785]: <info> (tty/ttyUSB2): released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
    Jul 08 23:40:12 Raspberry ModemManager[1785]: <info> (tty/ttyUSB0): released by modem /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
    Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Releasing 'wds' client with flags 'release-cid'...
    Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Unregistered 'wds' client with ID '1'
    Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Releasing 'pds' client with flags 'release-cid'...
    Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Unregistered 'pds' client with ID '1'
    Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Releasing 'wms' client with flags 'release-cid'...
    Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Unregistered 'wms' client with ID '1'
    Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Releasing 'nas' client with flags 'release-cid'...
    Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Unregistered 'nas' client with ID '1'
    Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Releasing 'dms' client with flags 'release-cid'...
    Jul 08 23:40:12 Raspberry ModemManager[1785]: [/dev/cdc-wdm1] Unregistered 'dms' client with ID '1'
    Jul 08 23:40:12 Raspberry NetworkManager[1787]: <info> (cdc-wdm1): device state change: ip-config -> unmanaged (reason 'removed') [70 10 36]
    Jul 08 23:40:12 Raspberry NetworkManager[1787]: <info> (cdc-wdm1): deactivating device (reason 'removed') [36]
    Jul 08 23:40:12 Raspberry dhcpcd[5345]: received signal TERM from PID 1787, stopping
    Jul 08 23:40:12 Raspberry dhcpcd[5345]: wwp0s26u1u4: removing interface
    Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
    Jul 08 23:40:12 Raspberry kernel: qcserial 1-1.4:1.1: device disconnected
    Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB1: Qualcomm USB modem converter now disconnected from ttyUSB1
    Jul 08 23:40:12 Raspberry kernel: qcserial 1-1.4:1.2: device disconnected
    Jul 08 23:40:12 Raspberry kernel: qcserial ttyUSB2: Qualcomm USB modem converter now disconnected from ttyUSB2
    Jul 08 23:40:12 Raspberry kernel: qcserial 1-1.4:1.3: device disconnected
    Jul 08 23:40:13 Raspberry dhcpcd[5345]: exited

  • GetFeatureInfo - Errors

    If I use MapViewer as WMS data source and issue GetFetureInfo with info_format=text/xml for GeoRaster theme I get following output
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!DOCTYPE ServiceExceptionReport SYSTEM "http://schemas.opengis.net/wms/1.1.1/WMS_exception_1_1_1.dtd">
    <ServiceExceptionReport version="1.1.1">
    <ServiceException>
    <![CDATA[<oms_error>
    <![CDATA[
    OMS: oracle.sdovis.theme.GeoRasterThemeDefinition
    ]]>
    </oms_error>]]>
    </ServiceException>
    </ServiceExceptionReport>
    Looked on server output in console I get this
    java.lang.ClassCastException: oracle.sdovis.theme.GeoRasterThemeDefinition
    at oracle.lbs.mapserver.core.InfoWorker.findTablenColumn(InfoWorker.java:794)
    at oracle.lbs.mapserver.core.InfoWorker.processAdvancedInfoRequest(InfoWorker.java:478)
    at oracle.lbs.mapserver.core.InfoWorker.process(InfoWorker.java:214)
    at oracle.lbs.mapserver.core.FeatureInfoWorker.process(FeatureInfoWorker.java:438)
    at oracle.lbs.mapserver.oms.processWMSGetFeatureInfoRequest(oms.java:3016)
    at oracle.lbs.mapserver.oms.doPost(oms.java:601)
    at oracle.lbs.mapserver.oms.doGet(oms.java:414)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.lbs.webmapserver.WMSServletFilter.doFilter(WMSServletFilter.java:254)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    I know that documentation states
    "All layers are currently considered to be opaque and queryable. That is, all layers are
    assumed to be vector layers, and not GeoRaster, logical network, or image layers."
    But at least server should return empty response, not one with errors.
    Also if I query Geometry Layer with info_format=text/xml, that has defined info columns that have data containing non-english character(in my case I use data that have Windows-1250 encoding (č,ć,ž,š,đ)) all XML parsers that I tried are complaining (XML Parsing Error: not well-formed, An Invalid character was found in text content). So my assumption is returned data isn't encoded in UTF-8 but send as plain data.
    That are two errors that I noticed while working with MapViewer as WMS server.

    Hi,
    I have a similar problem with getFeatureInfo encoding. We are working with data that contain spanish character(á, é, í, ñ, ...) and XML encoded like UTF-8 doesn't fit at this data.
    Reading MapViewer User’s Guide (Release 10.1.3.1, the version we are working with) we can't find in mapViewerConfig.xml any option for changing the encoding neither as a parameter in url request.
    Is there any way to get what we are trying to do?
    Any help is appreciated.
    Thanks

  • MapVewer Behind NAT

    Hi,
    I'm using MapViewer and I integrated it with my ADF application. I've generally no problem. I deployed both of them on weblogic server, and they work great. But when I want to have access to my app server (weblogic) from another place behind NAT, MapViewer doesn't work any longer!
    My application page (ADF/JSP) works, but the map object (dvt:map) on my page, doesn't render! I think it causes by IP difference. Everything is the same, but just the IP changes behind the NAT.
    Because of network back bone, we forced to have another Server IP in client side for Weblogic Server, instead of real Server IP. (e.g. real server IP is 172.18.10.1 but the client machine behind the NAT can see the server by 172.16.2.3)
    I want to emphasize that all pages and all other features in my web applications works, and I can see and have access to MapViewer Server from client (behind the NAT) too. But my Map object (dvt:map) on my pages, doesn't render and just show a blank area without any error!
    I know, I don't have any problem in accessing to MapViewer server, because I have access to my MapViewer server control panel from client side (behind the NAT) and MapViewer is installed on Weblogic which my Application is installed on. So, my question is if I can work with my application behind the NAT, why I can't see my map on it!

    The key is that the NAT-enabled router is the one that will require port mapping/forwarding to be configured. In addition, you don't necessarily need for the Internet router to have a static IP address, but it MUST be a Public IP address. If your HOA controls this router, then most likely, they will NOT be willing to configure it to allow port mapping to your IP camera.

Maybe you are looking for

  • Twitter & Tumblr not rendering text correctly.

    Image here: http://i.imgur.com/FtK6K.jpg Have tried the usual trouble shooting. When changing the page style to 'No Style' - the text displays. Manually disabling all addons and plugins doesn't fix the issue however when using Firefox in safemode, th

  • Why does the iPod 4g freeze every 5 min ?

    Why does the iPod 4g freeze every 5 min ? This is really annoying. I will choose Samsung next time if apple continue like this. Samsung is much better. I'm on iOS 6.1.5 (last update). Does apple do a bad a updat to force people de buy a new idevice.

  • Where is your heart!??

    my daughter, had open heart surgery on June 5. the evening of June 4 I received a text message that my payment failed and to call and make arrangements. ugh, too much going on and I didn't realize I deposited my paycheck into my husband account inste

  • How to inform my warranty extend  to apple

    Reason  for  contact  apple support express  lane.is mentioned  below. i  have    purchasd  a  i pod  touch  and  my  guarantee  will expire on 22 april 2012..I purchased  an  apple care protectoin  on 8 april  2012  for  further  period  of  one  ye

  • Crop with F-keys? Snow Leopard

    Thru searching I found a way to crop a photo quickly using the F-keys on my 13" mbpro without having to load iphoto. Now I cannot find the link and need how to do it. It was quick and a great tool. Can someone help?