Getting error "Cannot read property 'tooltip' of undefined"

Hi,
I have Predictive Analysis 1.18. In preferences I have checked Esri ArcGIS online and Entered credentials.
Also I have reopened the document. But not able to create Geo Map. Getting error as "Cannot read property 'tooltip' of undefined".
I have attached the screenshot of the same.
Can anyone please provide the solution?
Thanks and Regards,
Bhagyashri

The new runtime has an internal variable called 'data' in the Symbol class. The code in this composition is also using .data to store some user values which is modifying the internal state of the symbol in runtime and is resulting into js errors. If you change the variable name from data to say _data, this should work. I have already done that in the actions.js file and am attaching the updated copy here. Please do a double check once, as it is used in many places and I might have missed something as I do not understand the domain logic in this code much.
-Dharmendra

Similar Messages

  • Upgrade v5.0 Error: Cannot read property 'timeline' of undefined

    Hi, I have this Error Uncaught TypeError: Cannot read property 'timeline' of undefined after upgrade to version 5.0 the older version of project works fine, any idea how to fix it?

    The new runtime has an internal variable called 'data' in the Symbol class. The code in this composition is also using .data to store some user values which is modifying the internal state of the symbol in runtime and is resulting into js errors. If you change the variable name from data to say _data, this should work. I have already done that in the actions.js file and am attaching the updated copy here. Please do a double check once, as it is used in many places and I might have missed something as I do not understand the domain logic in this code much.
    -Dharmendra

  • Why do I keep getting error: Cannot read property 'FindTypeNodeFromPath' of null ??

    Hi guys,
    I'm using visual sap.ui.vbm.VBI.
    I'm just trying to visualize a train on a map:
    config.json file:
       "SAPVB": {
          "version": "2.0",
          "Config": {
             "Set": {
                "P": [{
                   "name": "traceAllowed",
                   "value": ""
                   "name": "language",
                   "value": "EN"
          "Windows": {
             "Set": {
                "Window": {
                   "id": "Main",
                   "caption": "MainWindow",
                   "type": "geo",
                   "refParent": "",
                   "refScene": "MainScene",
                   "modal": "true"
          "Scenes": {
             "Set": {
                "SceneGeo": {
                   "id": "MainScene",
                   "refMapLayerStack": "DEFAULT",
                   "initialZoom": "7.5",
                   "initialStartPosition": "144.542248;-20.332721;0",
                   "VO": [{
                      "id": "Spot",
                      "type": "{00100000-2012-0004-B001-64592B8DB964}",
                      "datasource": "Spots",
                      "pos.bind": "Spots.GeoPosition"
          "MapLayerStacks": {
             "Set": {
                "MapLayerStack": {
                   "name": "DEFAULT",
                   "MapLayer": {
                      "name": "MAPQUEST",
                      "refMapProvider": "MAPQUEST",
                      "opacity": "1.0E0",
                      "colBkgnd": "RGB(255,255,255)"
          "MapProviders": {
             "Set": {
                "MapProvider": {
                   "name": "MAPQUEST",
                   "tileX": "256",
                   "tileY": "256",
                   "maxLOD": "19",
                   "copyright": "Tiles Courtesy of MapQuest © OpenStreetMap under ODbL v1.0 ",
                   "Source": [{
                      "id": "s1",
                      "url": "http://services.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer/tile/{LOD}/{Y}/{X}"
          "DataTypes:": {
             "Set": {
                "N": [{
                   "name": "Spots",
                   "key": "Key",
                   "A": [{
                      "changeable": "true",
                      "name": "Key",
                      "alias": "K",
                      "type": "string"
                      "changeable": "true",
                      "name": "GeoPosition",
                      "alias": "P",
                      "type": "vector"
          "Data": {
             "Set": {
                "N": [{
                   "name": "Spots",
                   "E": [{
                      "VB:c": "true",
                      "P": "146.828570;-19.260971;0",
                      "K": "t1=="
    my controller:
    onInit: function() {
    var that = this;
    this.map = sap.ui.getCore().byId('map');
    $.getJSON("model/config.json", function(conf) {
    that.map.load(conf);
    I don't know what's going wrong. Can anyone help?

    Hello Aaron,
    I checked your code, and found out, that there is a small typo in line 71:
    "DataTypes:": { 
    The double collon within the string has to be removed, then your example worked. At least I was able to see a map in our test environment.
    I guess there is room for improvement in respect to the error messages, which were hardly useful in this case. We may take a look.
    Best regards, Juergen

  • Edge.4.js Cannot read property 'symbolData' of undefined

    Hi
    Some times when open my project in the browser I get error: Cannot read property 'symbolData' of undefined   ...../edge_includes/edge.4.0.0.min.js:184
    I found a mention similar in the forum Error playing movie on slow connection
    but I have not a slow connection.
    help, some idea how to fix?
    my files are:
    project.html               3 kb
    project_edge.js          669 kb
    project_edgeActions.js    16 kb
    project_edgePreload.js    15 kb
    thanks,
    Paul

    Hi Paul ,
    We figured out that in some cases this issue comes up if you have empty symbols in your project? Can you check and if you have empty symbols can you delete them from the composition?
    If possible, share the composition with us so that we can investigate the issue better?
    Thanks and Regards,
    Sudeshna Sarkar

  • Uncaught TypeError: Cannot read property 'touches' of undefined. (js-error)

    Hi, I'm trying to make a kind of interactive graphic novel, but keep getting this error when trying to bind swipe left: Uncaught TypeError: Cannot read property 'touches' of undefined. (js-error)

    Hi  Aditya,
    Tried $.sap.require('sap.ui.core.IconPool'); now I am not getting the error message but the icon is not getting loaded, meaning I am not getting the URI when I call methd sap.ui.core.IconPool.getIconURI('begin').
    For now I am using workaround of directly entering the URI - but I am afraid what other modules have not been loaded.
    Regards,
    Chidan

  • MuseJSAssert: Error calling selector function:TypeError: Cannot read property 'msie' of undefined. Please help me in this.

    MuseJSAssert: Error calling selector function:TypeError: Cannot read property 'msie' of undefined. Please help me in this.

    Hi
    Please check the following thread,
    Re: MuseJSAssert: Error Calling Selector Function:[Object Error]
    Do let me know if you have any question.

  • Uncaught TypeError: Cannot read property 'getIconURI' of undefined

    Hi,
    I am getting error "uncaught TypeError: Cannot read property 'getIconURI' of undefined" at statement
    icon: sap.ui.core.IconPool.getIconURI('begin')
    In spite of loading required libraries (data-sap-ui-libs="sap.m,sap.ui.commons,sap.ui.table").
    In the console I can check that sap.ui.core.Icon is loaded but not sap.ui.core.IconPool.
    What is going wrong here.
    Regards,
    Chidan

    Hi  Aditya,
    Tried $.sap.require('sap.ui.core.IconPool'); now I am not getting the error message but the icon is not getting loaded, meaning I am not getting the URI when I call methd sap.ui.core.IconPool.getIconURI('begin').
    For now I am using workaround of directly entering the URI - but I am afraid what other modules have not been loaded.
    Regards,
    Chidan

  • Muse Craziness and Error: Cannot read property 'parent node' of undefined

    I have finished my site and exported as HTML, when you open the index file you see a quick preview of the site then the page goes white.
    If I preview the site in a browser from Muse menu selection, I get this error and the content in my light boxes is all moved and some items not showing. Even pulled my footer items into the light box.
    Note that all of this only happens when previewed or exported as HTML. Everything works as it should in the design mode. When I hit the preview tab, the browser fill shows then Muse is not responsive for 15-25 min.
    I have no "added" Java Scripts, only used the available widgets within muse, I do have widgets nested inside of widgets which I believe may be the problem?
    Error Im getting from the browsers (all of them)
    "MuseJSAssert: Error calling selector function:TypeError: Cannot read property 'parent node' of undefined"
    I have began building my site in DW as this is becoming the usuall trip with Muse, as in every tiny change creates a ton of problems after export. The initial release was great and after the first update things just seem to be going downhill with every new update.

    Hi JKurtBrown,
    You seem to have some invalid HTML in a few of your custom HTML fields that is causing issues with the rest of the page. In many of the places where you have tables, you seem to have copy/pasted from a different source, but you are missing closing </div> tags for some of your code. Cleaning these up and closing these divs should allow your page to work without issue. If you need help narrowing down where the issues are, you can use the W3C Validator and it should be able to tell you where your issues are. The ones that say "No Closing Tag" are the ones you'll want to go through and fix first, as often times those can cause a lot of other issues.
    Hope that helps,
    Andrew

  • Uncaught TypeError: Cannot read property 'Button' of undefined

    Hello,
    I'm trying to build "Hello world" app using the following tutorial:
    SAP HANA Cloud Platform
    When I try to run this app on the local server, I get this error:
    I did everything strictly as the tutorial says.
    Can someone help me out with this issue?
    Thanks,
    Yuri.

    I have found the root of the problem. When I created the project, I've selected sap.m library instead of sap.ui.commons. I created new project, selected the required library and that solved my problem.

  • Cannot read property 'odata' undefined

    Hello, I need to get employee details from my backend NW service that i created YHK_EMP_SRV. However, i am getting an error "Uncaught TypeError: Cannot read property 'odata' of undefined". I have my code in the controller page "empdetails.controller.js" as below. onInit : function() { var sServiceUrl = "http://someserver.com:8000/sap/opu/odata/sap/YHK_EMP_SRV"; var oModel = new sap.ui.Model.odata.ODataModel( sServiceUrl, true); var oJsonModel = new sap.ui.model.json.JSONModel(); debugging; oModel.read("/EmployeeSet?", null, null, true, function(oData, response) { oJsonModel.setData(oData); }); sap.ui.getCore().setModel(oJsonModel); }, Can someone suggest me where am i doing wrong?

    sap.ui.model.odata
    not
    sap.ui.Model.odata

  • Error: cannot read HelloworldApp.java

    Hello
    When I compile the HelloWorldApp.java program. I have this problem:
    I get: error: cannot read HelloworldApp.java. What can I do?
    In addition, How do I use the options? For example:
    javac -g HelloworldApp.java
    I get an error saying that I did not use well the flag g. Is the command bad written?.

    You post has different capitalization of the program name:
    ". . .compile the HelloWorldApp.java program. I have this problem:
    I get: error: cannot read HelloworldApp.java.
    Java is case-sensitive, make sure to capitalize correctly.
    Open a cmd/command window in the directory that contains your .java file and do a "dir helloworldapp.java" command to verify the file exists with the correct name.
    Read the documentation for the javac command to learn how to use the command options.

  • Error : MustJSAssert: Error calling selector function: TypeError: Cannot read property

    Im getting an error : MustJSAssert: Error calling selector function: TypeError: Cannot read property 'style' of null'
    - with each  page selection on the nav bar
    here is the link
    http://http-shipleybusinesscatalystcom.businesscatalyst.com/index.html

    I'm unable to reproduce the error message at your site (on any of the pages) as tested in multiple browsers on a Windows machine. What browser (with version)/OS/Muse version are you using?
    However, the most likely cause of the error message is the pinned menu at your site. Refer to a similar thread here - http://forums.adobe.com/thread/1117058
    If the problem persists at your end, please try clearing your browser's cache/history/cookies and re-try. Also try a different browser in order to isolate the issue to a specific browser (version).
    Thanks,
    Vinayak

  • Cannot set property 'readyState' of undefined?

    Cannot set property 'readyState' of undefined este es mi error cuando utilizo Websocket de coldfusion! Alguna solucion?

    I had the same issue. The problem turned out to be the default port used by websockets (8575) wasn't open by default. Once this was opened, the readystate error disappeared.

  • Getting error "cannot open" when playing Videos purchased on itunes.

    I'm trying to stream videos from my PC to my iPad 2 using the "Videos" app and i keep getting error "cannot open" on any video that I try to play that I purchased through iTunes. Other videos I added that werent purshased through itunes play fine however. Can anyone help with a solution? My iPad is on 5.0.1 if that helps.

    I'm getting this error suddenly. I used to be able to stream purchased movies just fine, and now it simply says, "Cannot open." With movies I ripped from my DVDs, they will play just fine, but movies purchased from iTunes give the error every time.
    I know I don't have any odd characters in my name like mikesoderstrom had and I haven't changed any account details since the last time it was working a few weeks ago. The only major change I can think of is upgrading to iTunes 11.
    My iTunes account says that both my Mac and my Phone are still authorized. Maybe I should try deauthorizing all anyway, but I'd rather not deal with the hassle of re-authorizing, especially if it didn't work for someone who tried it already.
    I have no problems with downloading/updating apps, just with Home Sharing purchased movies.

  • Error: cannot read: {My applet name}

    I write the little program in Notepad and save it in C:\JDK1.3.1_02\bin\. Then I go to Command Prompt and
    type: javac {My applet name}. I then get the error: ERROR: CANNOT READ: {MY APPLET NAME}

    This {My applet name} have the same name of your class? The Java don't compiles if your class name has different of the files name . Another Error that can be possible that you files it's read only in their properties. What you can make is enable your file for full access.

Maybe you are looking for