Get Map As XML/Server Image returns blank image on server and errors out on local

In Server, map.getMapAsXML and map.getMapAsServerImage both return blank images though they return a valid url
In local, executing map.getMapAsXML reports the following error:
Uncaught SecurityError: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported. oraclemapsv2.js:2171(anonymous function) oraclemapsv2.js:2171(anonymous function) oraclemapsv2.js:2137f

You may be using Windows with limited functionality as the previous version expired. Did you re-format the drive/partition before you did the "fresh" install if not Windows probably kept the old install information so knew that it was expired previously. Either activate Windows (try typing slui.exe and filling in the product key and activate - then restart the machine) or re-format the drive/partition that Windows is on and re-install Windows again.

Similar Messages

  • [Forum FAQ] How to get SSIS packages XML definition which are stored in SQL Server Integration Services instance

    Introduction
    Integration Services gives you the ability to import and export packages, and by doing this change the storage format and location of packages. But after import packages into package store, how can we get the package XML definition?
    Solution
    As we know, SSIS packages are stored in msdb using existing SSIS storage table([msdb].[dbo].[sysssispackages]). The “packagedata” column store the actual SSIS package with Image data type. In order to get the package XML definition, we need to convert “packagedata”
    column through Varbinary to XML. You can refer to the following steps:
    Using the following query to get package GUID:
    SELECT [name],
                [id]
      FROM [msdb].[dbo].[sysssispackages]
    Using the following query to convert packagedata column to XML: SELECT id, CAST(CAST(packagedata AS VARBINARY(MAX)) AS XML) PackageDataXML
    FROM      [msdb].[dbo].[sysssispackages]
    WHERE id= 'ABB264CC-A082-40D6-AEC4-DBF17FA057B2'
    More Information
    sysssispackages (Transact-SQL):
    http://msdn.microsoft.com/en-us/library/ms181582.aspx
    Applies to
    SQL Server 2005
    SQL Server 2008
    SQL Server 2008R2
    SQL Server 2012
    SQL Server 2014
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Hi Ketak. Thank you for replying. I already followed your instructions - specifically -
    You do not see the SQL Server Reporting Services  service in SharePoint Central Administration after installing SQL Server 2012 SSRS in SharePoint mode
    I get the following error when I run rssharepoint.msi on the APP sever (where Central Admin is installed). I have to run this other wise
    Install-SPRSService and Install-SPRSServiceProxy 
    are not recognized as commands on that server.
    Failed to call GetTypes on assembly Microsoft.AnalysisServices.SPAddin, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91. Could not load file or assembly Microsoft.AnalysisServices.SPClient, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
    or one of its dependencies. The system cannot find the file specified.
    macrel

  • How to get count of records inserted and errored out in an email

    Hi
    I have following question
    I want to send report statics of scenario i.e Number of rows inserted during the scenario and
    Number of rows in error in the scenario in an email.Here in my scenario I am trying to insert data into Essbase database and when i try to use getNbInserts() and getNbErrors functions of ODI in an email body,its giving zero value even though there 140 records inserted and 10 errored out.Can any one let me know how we get this number of records inserted and number of records errored in email.
    Thanks in advance
    Regards
    Baji

    Hi
    I have following question
    I want to send report statics of scenario i.e Number of rows inserted during the scenario and
    Number of rows in error in the scenario in an email.Here in my scenario I am trying to insert data into Essbase database and when i try to use getNbInserts() and getNbErrors functions of ODI in an email body,its giving zero value even though there 140 records inserted and 10 errored out.Can any one let me know how we get this number of records inserted and number of records errored in email.
    Thanks in advance
    Regards
    Baji

  • Apex Listener return blank pages with no configuration errors!

    - I set up an Apex Listener "Version:1.1.3.243.11.40" at "10.0.114.11" in standalone mode.
    - I configured Apex Listener via http://10.0.114.11:8585/apex/listenerConfigure and return with no errors.
    - I get http://10.0.114.11:8585/apex/listenerStatus, it returned this:
    Current Time:     Tue Dec 13 17:06:32 ICT 2011
    Server Uptime:     0 Days 01:10:14.101
    Total Accesses:     38.0
    Total Traffic:     161.34K
    Total Errors:     0
    Total File Downloads:     0
    Total Processing Time:     0 Days 00:00:09.354
    Processing Time in milliseconds:     Minimum: 20 Average: 246 Median: 64 Maximum: 3062
    Database Time in milliseconds:     Minimum: 14 Average: 61 Median: 50 Maximum: 204
    Active Requests:     0
    Connections in the pool apex:
    Active: 0 Available: 1
    But when I go to "http://10.0.114.11:8585/apex" or "http://10.0.114.11:8585/apex/apex_admin", I got blank pages.
    The page displays "Application Express Login" or "Application Express Administration Services" in the tab at the top of IE, but nothing else. Anyone have any ideas what could be happening here ?
    thanks so much,

    Hi Udo!
    I run apex_listener with this below command and the output is that:
    java -Dapex.home=/tmp/apex -Dapex.images=/tmp/apex/apex/images -Dapex.port=8585 -Dapex.erase -jar /source_install/apex_listener.1.1.3.243.11.40/apex.war
    INFO: Starting: /source_install/apex_listener.1.1.3.243.11.40/apex.war
    See: 'java -jar apex.war --help' for full range of configuration options
    INFO: Extracting to: /tmp/apex
    INFO: Using classpath: file:/tmp/apex/apex/____embedded/start.jar:file:/tmp/apex/apex/WEB-INF/lib/poi-3.6-20091214.jar:file:/tmp/apex/apex/WEB-INF/lib/commons-fileupload-1.2.1.jar:file:/tmp/apex/apex/WEB-INF/lib/je-4.0.103.jar:file:/tmp/apex/apex/WEB-INF/lib/apex.jar:file:/tmp/apex/apex/WEB-INF/lib/ojmisc.jar:file:/tmp/apex/apex/WEB-INF/lib/ucp.jar:file:/tmp/apex/apex/WEB-INF/lib/xdb-11.2.0.jar:file:/tmp/apex/apex/WEB-INF/lib/xmlparserv2-11.2.0.jar:file:/tmp/apex/apex/WEB-INF/lib/ojdbc6.jar:
    INFO: Starting Embedded Web Container in: /tmp/apex
    Dec 13, 2011 6:40:22 PM ____bootstrap.Deployer deploy
    INFO: Will deploy application path=/tmp/apex/apex/WEB-INF/web.xml
    Dec 13, 2011 6:40:22 PM ____bootstrap.Deployer deploy
    INFO: deployed application path=/tmp/apex/apex/WEB-INF/web.xml
    Using config file: /tmp/apex/apex-config.xml
    -- listing properties --
    PropertyCheckInterval=60
    ValidateConnection=true
    MinLimit=1
    MaxLimit=10
    InitialLimit=3
    AbandonedConnectionTimeout=900
    MaxStatementsLimit=10
    InactivityTimeout=1800
    MaxConnectionReuseCount=1000
    APEX Listener version : 1.1.3.243.11.40
    APEX Listener server info: Grizzly/1.9.18-o
    Dec 13, 2011 6:40:23 PM com.sun.grizzly.Controller logVersion
    INFO: Starting Grizzly Framework 1.9.18-o - Tue Dec 13 18:40:23 ICT 2011
    INFO: http://localhost:8585/apex started.
    Using JDBC driver: Oracle JDBC driver version: 11.2.0.2.0
    I don't know how to "could you please check if you configured the directory for the static contents ("images") correctly"
    because the Installation Guide of Oracle about Install Apex in standalone mode do not tell me to configure images any more. I just run apex listener with above command "java -Dapex.home=/tmp/apex -Dapex.images=/tmp/apex/apex/images -Dapex.port=8585 -Dapex.erase -jar /source_install/apex_listener.1.1.3.243.11.40/apex.war".
    Thank you for your reply,Udo!

  • Runtime xml has & and errors out.

    Some of the published models in configurator repository have & ,
    forexample> Planning & Support Model , and others are just without &
    I have this line in my xml string which I am passing from CO to jsp
    "<param name='ma_modelname'>"+modelName2+"</param>"
    How do I escape this character and runtime ?
    Thank You

    ok I did as you said :
    Question 1 : Is there a problem if I createURL() in PFR ? , because I get a few values on picking LOVs . So for now I have put this code in PFR.
    String configURL = webAgent + "/OA_HTML/maConfigFrames.jsp?XMLmsg="+ initMsg +"&configPath="+configPath+"&webAgent="+webAgent+"&modelName1="+modelName1 ;
    System.out.println("configURL = " + configURL);------------------prints ok in jserv.log
    configURL = new OAUrl(configURL).createURL(pageContext);
    System.out.println("configURL after encoding = " + configURL);-----------------prints ok in jserv.log
    pageContext.setForwardURL(configURL,null, OAWebBeanConstants.KEEP_MENU_CONTEXT, null, null , true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO,OAWebBeanConstants.IGNORE_MESSAGES);
    when I click the button and go to jsp , error : page not found comes and url has the following :
    http://xxxxxxxxxx:8000/OA_HTML/maConfigFrames.jsp?XMLmsg=<initialize><param%20name='database_id'>ssss_mach</param><param%20name='icx_session_ticket'>822E8DE0B7EF06EAB179688022654AFC</param><param%20name='calling_application_id'>601</param><param%20name='responsibility_id'>24742</param><param%20name='ui_def_id'>3800</param><param%20name='ui_type'>JRAD</param><param%20name='return_url'>http://xxxxxxxxxxxx/OA_HTML/maConfiguratorHandler.jsp</param><param%20name='ma_webagent'>http://xxxxxxxxxxxx</param>
    <param%20name='ma_modelname'>830-10E%20PLANNING%20&%20MODEL%20BILL(101%20342005)</param> ------& should have been encoded
    <param%20name='terminate_msg_behavior'>full</param></initialize>
    &configPath=/OA_HTML/CZInitialize.jsp?
    &webAgent=http://xxxxxxxxx:8000
    &modelName1=830-10E%20PLANNING%20&%20MODEL%20BILL(101%20342005) --not ok
    ------------------------- i entered blank lines for readability
    as you can see & doesnt get encoded in last line as well as the xml I passed.

  • SRM Fiori  showing blank My SHopping Cart and error in Approve Shopping Cart

    Hi Experts
    We are implementing SAPUI5 MyShoppingCart Services embedded deployment with:
    -ehp 3 for sap srm 7.0 sp07
    -netweaver 7.4 sp07
    -gateway 2.0
    we implemented three apps - Tracking SC, Approve and My SC
    we're getting good display in Tracking SC,
    however, we have blank screen for both  My Shopping Cart and Approve SC (even though there are items for approval in SRM)
    see below screenshots
    Tracking SC Screen
    Approve SC Screen
    My Shopping Cart
    is there a table in backend SRM that will verify the products that should be diplayed in My SC screen?
    we only have product master data  imported as of now using tcode /SRMNXP/CAT01.
    should there be buttons already available in the My SC screen even if there's no available products?
    Also what configs could be missing for Approve app?
    thanks in advance.

    Is anybody able to resolve this problem? We are having similar issues where nothing is displayed on My Shopping Cart, Track Shopping Cart and Approve Shopping Cart. We have been struggling for more than a week now. If you were able to solve then problem could you please share with us-
    1. Are there any backend settings that need to be done?
    2. We do not have any external catalog hence we have not installed MDM or TREX. We would like to just search our internal Material/Services Master catalog in the shopping cart. Are there any special settings to achieve this.
    3. We are not even able to see any navigation tabs on UI5 screens. For the basic shopping cart to display are there any settings anywhere or any notes to be installed?

  • HT4623 I still have 3.2 on my iPad. I want to get it updated. I have reset the iPad to original and wiped out everything.  What do I need to do?

    Need help updating the software on my iPad. Still has 3.2.2.

    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.1.3. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
    Tip 2 - If you're updating via wifi, place your iPad close to your router to preclude getting a corrupted download.
     Cheers, Tom

  • Would you mind to implement that when websites attempts to access image data on a canvas, blank image data can be returned?

    Issue: privacy (protection)
    Additional to cookies and so on, canvas imagedata is used to discover information about computers. Then Tor Browser Bundle (TBB) - Firefox ESR 24.7.0 automatically returns blank image data and shows option to switch it of and else.
    Would be nice to have this in Standard Firefox.
    Contained in TBB 3.6.3 en-us for Windows from torproject.org

    Thanks, someone else raised this issue a few weeks ago: [https://support.mozilla.org/questions/1011864 Why is FireFox allowing "Canvas Fingerprinting" to track me?]
    Since this forum focuses on the Firefox available today, a better place to make suggestions for changes to Firefox is the Feedback site: https://input.mozilla.org/feedback
    Also, a formal request for enhancement (bug) was filed in July: [https://bugzilla.mozilla.org/show_bug.cgi?id=1041818 Bug #1041818 – take steps to mitigate canvas fingerprinting].
    It's generally not helpful to add "me too" or "hurry up" comments to bugs, but you can register on the Bugzilla site and "vote" for them to be fixed. See:
    * [https://bugzilla.mozilla.org/page.cgi?id=etiquette.html Bugzilla Etiquette]
    * [https://bugzilla.mozilla.org/page.cgi?id=voting.html Voting]

  • Since upgrading to Yosemite I am getting frequently "safari can't open the page (blank) because the server unexpectedly dropped the connection this sometimes occurs when the server is busy. wait and then try again"

    Since upgrading to Yosemite on my iMac I am frequently getting "safari can't open the page (blank) because the server unexpectedly dropped the connection this sometimes occurs when the server is busy. wait and then try again". This is with both a WiFi and Ethernet connection. The server is working fine from other devices using WiFi onto it such as iPhones, iPads, MacBook (which is also on Yosemite) so don't believe its an issue with the server.
    I am also noticing page load very slowly when this problem is not occurring.

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Can't get Maps to work in Calendar

    Can't get Maps to work in Calendar.
    Add a new appointment and put in an address in 'location' but I never get the option to see a map in the event.  Further, the 'travel time' is not calculating, nor is weather imbedded in the event.
    Any thoughts?
    neil

    Just realized that you cannot do this pasting in an address.  You have to type it in and then it will pull up the map.
    Further if the even is mailed to you as an event it doesn't appear to pick up the address either.  Only if you type it in.
    half way there!

  • Need to find the root cause of the XML Publisher report erroring out.

    Hello All,
    After I ran for a Particular Invoice, to have output in XML Publisher Report for Invoice Priting. It got errored out with the below details which i got from the OPP Log file.
    From the below information, how do I get exact root cause. Please do the needful.
    =======================================================================
    [8/6/09 11:16:32 AM] [774712:RT14922832] Executing post-processing actions for request 14922832.
    [8/6/09 11:16:32 AM] [774712:RT14922832] Starting XML Publisher post-processing action.
    [8/6/09 11:16:32 AM] [774712:RT14922832]
    Template code: XXBIORAXINV_PHY
    Template app: BIO_AR
    Language: en
    Territory: 00
    Output type: PDF
    [8/6/09 11:16:33 AM] [UNEXPECTED] [774712:RT14922832] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:517)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:224)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:177)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:229)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
    Caused by: oracle.xdo.parser.v2.XMLParseException: Unexpected EOF.
         at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:324)
         at oracle.xdo.parser.v2.XMLReader.popXMLReader(XMLReader.java:526)
         at oracle.xdo.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1287)
         at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:314)
         at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:281)
         at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:266)
         ... 17 more
    [8/6/09 11:16:33 AM] [774712:RT14922832] Completed post-processing actions for request 14922832.
    =======================================================================
    Please do the needful. Suggest the steps to get rid of this critical - issue.
    Thanks,
    Abdul

    Please check if Output Post Processor concurrent manager is down/ inactive.
    Restart the manager/ get it restarted and test the issue.
    System Admin >> Concurrent >> Manager >> Administer

  • DBUA errors out after collecting server information

    Hi,
    We are in the process of upgrading Oracle Database from 9i to 11g on AIX 6.1. After installing the Oracle Software 11g (11.2.0.1) we try to run the DBUA but after showing the screen collecting server information a blank page appears (with no error code) after which the DBUA stops.
    Please any hints or any comments.
    Thanks.

    There are a few oracle notes which may help :
    DBUA Fails With a Screen Showing 'Null' [ID 1285052.1]
    Complete Checklist for Manual Upgrades to 11gR2 [ID 837570.1]
    11.2.0.1 Catupgrd.sql Hangs While Running Procedure POPULATE_DBID_AUDIT [ID 1062993.1]
    Best Regards
    mseberg
    Edited by: mseberg on Aug 10, 2011 8:02 AM

  • 1142 errors out while downloading image

    I have a 4402 controller just recently upgraded to code 5.2.178. I have a new 1142 out of the box and I am trying to get it up and running. It finds the controller and starts the image download but then stops with the following error:
    capwap_image_proc: problem extracting tar file
    It then tries to reconnect to the controller, it finds it and errors out again.
    Figured I'd ask for some ideas here before I went to TAC.
    Thanks

    Hmm not much to go on here... You know I collect Martin Guitars (to digress here a bit) and at these Bluegrass festivals I like to attend once in a great while they have a bumper sticker that's pretty popular.. it says... "It takes a village to tune a banjo"... at risk of sounding like the village idiot when you have a problem like that... you simply got to take it apart... meaning you can't tune a guitar or banjo without another one (or tuner etc) so you threw an 1142 out there and it's whining.. ok.. I'm thinking this...
    1. Does another 1140 do the same thing (where's the other banjo)
    If no, you have a bad AP. If YES then..
    2. Have you tried to download a new version of controller code and flash the controller again? Maybe during the process the code it pushes to the AP got corrupt? If so that's why the AP rejects it remember the controller holds that image for the AP.
    If you flash it and it still won't talk to the AP.. then what's your network look like.. maybe the image is getting hosed across the network or through something in the network.. break the network down into something easy see if it still fails.. (if it works that's the answer) if it doesn't... time to find another controller.. From the problem description there just isn't enough stuff here to rule out what is broke...
    TAC is a good village to help you tune that Banjo but I don't think you need them for this... ..

  • MapViewer Demo Returns Blank Maps

    I am installing the MapViewer for the first time. I imported mvdemo.dmp after creating the mvdemo user with:
    SQL> grant connect, resource to mvdemo identified by mvdemo;
    Then import from command line with:
    imp mvdemo/mvdemo file=mvdemo.dmp full=y ignore=y
    no errors
    Then executing sql as mvdemo with :
    SQL> @mvdemo.sql
    The mapviewer runs the demo and connect to the db as it should. There are base maps, themes, styles etc viewable from the submits.
    The image returned however is just a blue tile.
    Any ideas where I missed a step?
    Thanks

    Here is the console output
    E:\j2sdk1.4.2_10\bin\javaw.exe -jar E:\JDeveloper1012\j2ee\home\admin.jar ormi://150.125.27.238:23891 admin **** -updateConfig
    05/12/08 19:02:55 ApplicationServer: appName = bc4j
    05/12/08 19:02:55 ApplicationServer: appName = current-workspace-app
    Ready message received from Oc4jNotifier.
    05/12/08 19:02:55 Auto-deploying file:/E:/JDeveloper1012/jdev/mywork/WebMap/ViewController/public_html/ (New server version detected)...
    Embedded OC4J startup time: 1512 ms.
    Target URL -- http://150.125.27.238:8988/WebMap-ViewController-context-root/webmap.jsp
    Dec 8, 2005 7:02:57 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
    Dec 8, 2005 7:02:57 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
    Dec 8, 2005 7:02:57 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='view.ApplicationResources', returnNull=true
    05/12/08 19:02:57 created a new MapViewer handle.
    from the embedded oc4j in jdeveloper. The is the Map Image generated in the browser is just a Blue tile with the title, no base map. The JSP is below:
    <%@ taglib uri="http://xmlns.oracle.com/j2ee/jsp/tld/spatial/mvtaglib.tld" prefix="mapviewer"%>
    <%@ page contentType="text/html;charset=windows-1252"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>untitled</title>
    </head>
    <body>
    <DIV align="center">
    <P>My Web Map</P>
    <P>
    <mapviewer:init url="http://vciwnorclmt.cipcpub.local/mapviewer/omserver" datasource="mvdemo" id="mvHandle"/>
    </P>
    </DIV>
    <mapviewer:setParam antialiasing="true" basemap="demo_map" centerX="-122.4" centerY="37.8" height="450" size="10" title="My Web Map" width="600"/>
    <mapviewer:run/>
    <DIV align="center">
    <img src="<mapviewer:getMapURL />"/>
    </DIV>
    </body>
    </html>

  • Ovi Maps v3.01 satellite images goes blank!

    i have N95, and i downloaded the new Ovi Maps a few days ago. i like to report a few bugs I'm experiencing!
    I deleted the entire Cities folder before installing the new Ovi Maps, so it was a clean install.
    anyway,
    when i updated my maps for my country by nokia map loader, i use my wifi to download satellite images.
    when i use ovi maps, sat. mode the screen goes blank at some parts ( i don't see sat images) just street maps.
     but i know i downloaded the images. so i use wifi again to download. same thing happens, screen flikers and goes blank.
    One other thing happens often, Ovi Maps just quits, when i pan around for a while!

    but i heard other people having a similar problem, thier maps are not saved! or get corupted after a while!
    anyway, overall, great new features, and the bookmark sync, is great. 
    Ovi maps is almost perfect! can't wait for the updated version, i just wish they could integrate Nokia friends view with ovi maps.... just imagine if u can navigate to u'er friend when they are on the move

Maybe you are looking for