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

Similar Messages

  • 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

  • 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

  • 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

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

  • RH 8: Error: Cannot Read RHFrameStyleMappings.apj

    We recently upgraded from RH7 to RH8. One of our project files (.xpj) would not open. After clicking Okay to Upgrade to RH8 I got a message "Error: Cannot Read RHFrameStyleMappings.apj". I decided to try copying RHFrameStyleMappings.apj from another project folder into the project folder of the project file that would not open.  Then when trying to open the project file again I received this message "Error: Cannot Read RHFrameDoc.apj"  and once again I copied it over from another file.  I tried opening it again and it worked.  I also tried generating the project to make sure it worked and it appears to work as normal. My question is if there is any reason my copying the two .apj files over could cause problems with the project file or if I should consider the problem fixed.  Thanks!

    Is that not the same problem as running in this thread?
    http://forums.adobe.com/message/2311195#2311195
    See www.grainge.org for RoboHelp and Authoring tips

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

  • Error: cannot read: C:\Documents; and Settings\JR\Desktop\logrand.java

    Thats the problem.
    Bug started happening all the sudden.
    Double click a java file on the desktop that just two second before was built fine. Go to build it and it says that.
    "error: cannot read: C:\Documents; and Settings\JR\Desktop\logrand.java"
    Now note this is a file in the IDE.
    copy/paste/change file name/brand new file/turn off the computer. Everything on the desktop path says that same error message. Then i noted the semicolon in the middle of the path after documents. The compilier has misspelled the path name. Its open the file in the IDE but somehow the build step gets a path with a semicolon in the middle.
    What do i do?

    dont bother.
    it felt like some sort of corruption so i just reinstalled netbeans and that did the trick.
    I was still using 3.5 any way =)

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

Maybe you are looking for

  • Basics of FI Presentations, screenshots & documents related to FI config

    Hi FI Gurus, I'm new in SAP. I want to know basics of FI. Can anyone send me Presentations, screenshots & documents related to FI config. to My id : [email protected] Appreciate your information and will definitely reward points. Mohammed

  • Messageid in subject of mail in mail-adapter

    hi, we want to send ORDER-documents to our supplier via eMail. As subject in these mails we have to set the messageid of the document. Is it possible to set the subject of a mail in a j2ee-module? I didn't find any information about that in the XI- o

  • Initialization tasks in a cluster?

    Hello!           Do you know of a way to initialize ressources (like an external           scheduler or some initial database calls) in an application deployed in           a cluster?           My current approach (which fails for clustered deploymen

  • Skype phone numbers and how they work?

    ok so here is what I know. With skype you can choose the country of the phone number you want your phone number to originate from. So if I choose my number to be an Australian number any person calling me from Australia will be charged at a local rat

  • Should I uninstall the Old CS5.5?

    I installed upgrade of CS6 Web Premium, but still have dreamweaver CS5.5 and other programs present.  Should I uninstall the old programs??