Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    visual builder "Run" is missing ISC_Analytics

    I'm playing with Visual Builder with v11.1p_2018-06-26/Pro Development Only

    I created a DataSource and then did "Run now" from the combo box in the upper right corner. The page that opens at this URL:

    http://localhost:8080/tools/visualBu...reen=amos_test

    failed to load and I find this in the console:


    Code:
    ISC_Analytics.js:1 Failed to load resource: the server responded with a status of 404 ()
    ISC_Core.js?isc_version=v11.1p_2018-06-26.js:1201 *11:05:46.541:INFO:Log:initialized
    isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-06-26.js:1201
    ISC_Analytics.js:1 Failed to load resource: the server responded with a status of 404 ()
    ISC_Core.js?isc_version=v11.1p_2018-06-26.js:1201 *11:05:46.871:INFO:Log:isc.Page is loaded
    isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-06-26.js:1201
    load (async)
    isc_c_EventHandler_captureEvents @ ISC_Core.js?isc_version=v11.1p_2018-06-26.js:2149
    (anonymous) @ ISC_Core.js?isc_version=v11.1p_2018-06-26.js:2260
    ISC_Core.js?isc_version=v11.1p_2018-06-26.js:1201 *11:05:46.903:XRP0:WARN:drawing:isc_DataView_0:draw() called on widget with current drawn state: complete, use redraw() instead.
        Canvas.readyToDraw() on [DataView ID:isc_DataView_0] @ ISC_Core.js:2513:707
        Canvas.draw(_1=>undef) on [DataView ID:isc_DataView_0] @ ISC_Core.js:2525:94
        <anonymous>(screen=>Array[1]) @ projectRunner.jsp:33:12
        [c]Class.fireCallback(_1=>anonymous(), _2=>"data,rpcResponse", _3=>Array[2], _4=>undef, _5=>undef) on [Class RPCManager] @ ISC_Core.js:308:104
        <anonymous>(_12=>Array[0], _13=>undef) @ ISC_DataBinding.js:1359:4
        [c]Class.fireCallback(<no args: recursion>)  on [Class Class] @ ISC_Core.js:308:104
        [c]Class.endGlobalsCapture(_1=>undef, _2=>undef, _3=>undef) on [Class Class] @ ISC_Core.js:327:184
        [c]Class.globalEvalWithCapture(_1=>"{\n\r  screens: [\n\r       { screenName:"am..."[243], _2=>callback(), _3=>null, _4=>false) on [Class Class] @ ISC_Core.js:321:13
        _3.callback(_9=>Obj, _10=>"{\n\r  screens: [\n\r       { screenName:"am..."[243], _11=>Obj) on [RPCManager ID:builtinApplication] @ ISC_DataBinding.js:1356:184
        [c]Class.fireCallback(<no args: recursion>)  on [Class RPCManager] @ ISC_Core.js:308:104
        Class.fireCallback(_1=>callback(), _2=>"rpcResponse,data,rpcRequest", _3=>Array[3], _4=>undef) on [RPCManager ID:builtinApplication] @ ISC_Core.js:378:302
        [c]RPCManager.fireReplyCallback(_1=>callback(), _2=>Obj, _3=>Obj, _4=>"{\n\r  screens: [\n\r       { screenName:"am..."[243]) on [Class RPCManager] @ ISC_DataBinding.js:1328:233
        [c]RPCManager.fireReplyCallbacks(_1=>Obj, _2=>Obj) on [Class RPCManager] @ ISC_DataBinding.js:1331:120
        [c]RPCManager.performOperationReply(_1=>Obj, _2=>Obj) on [Class RPCManager] @ ISC_DataBinding.js:1328:13
        RPCManager._performTransactionReply(_1=>0) on [Class RPCManager] @ ISC_DataBinding.js:1318:6
        [c]RPCManager.performTransactionReply(_1=>0, _2=>"{\n\r  screens: [\n\r       { screenName:"am..."[243], _3=>undef) on [Class RPCManager] @ ISC_DataBinding.js:1276:20
        eval(transactionNum=>0, results=>[object XMLHttpRequest], wd=>undef) @ [no file]:3:16
        [c]Class.fireCallback(<no args: recursion>)  on [Class Comm] @ ISC_Core.js:308:104
        [c]Comm.performXmlTransactionReply(_1=>0, _2=>[object XMLHttpRequest]) on [Class Comm] @ ISC_Core.js:1720:27
        eval(xmlHttpRequest=>[object XMLHttpRequest]) @ [no file]:3:10
        [c]Class.fireCallback(<no args: recursion>)  on [Class Class] @ ISC_Core.js:308:104
        Comm._fireXMLCallback(_1=>[object XMLHttpRequest], _2=>"isc.Comm.performXmlTransactionReply(0, x..."[54], _3=>undef) on [Class Comm] @ ISC_Core.js:1699:440
        XMLHttpRequest._15() @ ISC_Core.js:1707:367
    
    isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-06-26.js:1201
    XMLHttpRequest.send (async)
    isc_c_Comm_sendXmlHttpRequest @ ISC_Core.js?isc_version=v11.1p_2018-06-26.js:1715
    isc_c_RPCManager__sendQueue @ ISC_DataBinding.js?isc_version=v11.1p_2018-06-26.js:1253
    isc_c_RPCManager_sendQueue @ ISC_DataBinding.js?isc_version=v11.1p_2018-06-26.js:1225
    isc_c_RPCManager_sendRequest @ ISC_DataBinding.js?isc_version=v11.1p_2018-06-26.js:1171
    isc_c_RPCManager_cacheScreens @ ISC_DataBinding.js?isc_version=v11.1p_2018-06-26.js:1359
    (anonymous) @ projectRunner.jsp?type=project&project=amos_test_project&currentScreen=amos_test:31


    Maybe ISC_Analytics.js is not included in Pro? I don't see it in my distribution.

    If I remove "Analytics" from this line in projectRunner.jsp:
    Code:
    <isomorphic:loadISC includeModules="SalesForce,Drawing,Charts" skin="<%=skin%>"/>
    then the page loads ok (the warning in what I've pasted seems unimportant)

    #2
    Analytics is an optional add-on for Power, so this is another instance where we need to remove something for Pro. Your fix is correct. Thanks for pointing this out.

    Comment

    Working...
    X