Announcement

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

    Issue with bringing up Developer Console in IE11

    Hi Isomorphic,

    please see this sample (v11.1p_2018-04-16) and try to open the Developer Console via click in IE11/Win10.

    This is what happens for me (afterwards, the console does come up and is working):
    Click image for larger version

Name:	DevConsole error.png
Views:	205
Size:	69.1 KB
ID:	252802

    Detailed IE11 Version:
    Click image for larger version

Name:	IE11_Version.PNG
Views:	132
Size:	18.3 KB
ID:	252803

    Best regards
    Blama

    #2
    We were not able to reproduce this error in W10 using IE11 (v11.192.16299.0), and apparently this is the only version of IE11 available in W10. So, perhaps you performed additional steps in order to have IE11 (v11.371.16299.0) in your system, and if so, please let us know about such steps so that we can try again.

    Regards
    Isomorphic Software

    Comment


      #3
      Hi Isomorphic,

      no, nothing special was done here. I have a Lenovo All-in-One Computer that came with Windows 10 Home 64. All Windows Updates are applied, nothing special in addition.
      Do you have the "KB4092946" that is mentioned in the screenshot? If you google this, it leads to this page, perhaps this is related?

      Best regards
      Blama

      Comment


        #4
        We can't install the service pack and so can't replicate the error, but you could probably use a JS debugger to see the contents of the string that is being eval()'d causing the crash - if so we might be able to apply a speculative fix that you could test out.

        Regards
        Isomorphic Software

        Comment


          #5
          Hi Isomorphic,

          the content of "_3" in the screenshot of #1 is:
          Code:
          <!doctype html><html lang=\"en\"><head><title>HTTP Status 404 – Not Found</title><style type=\"text/css\">h1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} h2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} h3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} body {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} b {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} p {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;} a {color:black;} a.name {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 404 – Not Found</h1><hr class=\"line\" /><p><b>Type</b> Status Report</p><p><b>Message</b> &#47;tools&#47;adminConsoleOperations.jsp</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class=\"line\" /><h3>Apache Tomcat/8.5.30</h3></body></html>
          so a HTTP 404 to adminConsoleOperations.jsp? Does that look like a possible reason?

          Best regards
          Blama

          Comment


            #6
            It's normal for the Developer Console to try to access adminConsoleOperations.jsp - this is checking whether these JSPs are deployed and accessible, since if they are, the Developer Console offers administrative features (see Tools Deployment).

            In the process of checking for these files, we eval() some content that may be a 404 response, causing an expected and harmless error which we normally catch and discard. It looks like you've simply enabled a debugger that breaks on any error, so you should just ignore this.

            Comment


              #7
              OK, thank you.

              I'll do so.

              Best regards
              Blama

              Comment


                #8
                We've also done another pass over the code and made the logic a bit smarter so we don't throw these errors needlessly and report the failure to load better in the Developer Console. Fix will appear in the April 24 2018 build.

                Comment


                  #9
                  Hi Isomorphic,

                  I believe this broke something. Using this sample (v11.1p_2018-04-24) in GC65 and FF26, it shows only an empty window if you click the button to open the Developer Console.

                  Best regards
                  Blama

                  Comment


                    #10
                    I'm getting a "works for me" on this. Can you share any JS errors that you see in the Chrome or FF native developer log?

                    Comment


                      #11
                      Yes, of course. GC 65.0.3325.181 error log (unreadable) and screenshot of v11.1p_2018-04-25:

                      Click image for larger version

Name:	Console.PNG
Views:	240
Size:	273.0 KB
ID:	252987

                      Code:
                      inject.preload.js:413 GET blob:https://www-demos.smartclient.com/342a49e4-cdda-4d8c-992a-cf0b15709882 net::ERR_ABORTED
                      (anonymous) @ inject.preload.js:413
                      __webpack_require__ @ bootstrap fe137a7bd772bbffcb6d:19
                      splitSelector.splitSelector @ common.js:103
                      __webpack_require__ @ bootstrap fe137a7bd772bbffcb6d:19
                      exports.textToRegExp @ bootstrap fe137a7bd772bbffcb6d:62
                      (anonymous) @ bootstrap fe137a7bd772bbffcb6d:62
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:52.765:INFO:Log:initialized
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logInfo @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      (anonymous) @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1241
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.122:WARN:Log:New Class ID: 'DrawPane' collides with ID of existing Class object '[DataSource ID:DrawPane]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:186
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.123:WARN:Log:New Class ID: 'DrawItem' collides with ID of existing Class object '[DataSource ID:DrawItem]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:354
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.124:WARN:Log:New Class ID: 'DrawGroup' collides with ID of existing Class object '[DataSource ID:DrawGroup]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:681
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.125:WARN:Log:New Class ID: 'DrawLine' collides with ID of existing Class object '[DataSource ID:DrawLine]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:714
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.125:WARN:Log:New Class ID: 'DrawRect' collides with ID of existing Class object '[DataSource ID:DrawRect]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:748
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.125:WARN:Log:New Class ID: 'DrawOval' collides with ID of existing Class object '[DataSource ID:DrawOval]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:777
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.126:WARN:Log:New Class ID: 'DrawSector' collides with ID of existing Class object '[DataSource ID:DrawSector]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:790
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.126:WARN:Log:New Class ID: 'DrawLabel' collides with ID of existing Class object '[DataSource ID:DrawLabel]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:808
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.127:WARN:Log:New Class ID: 'DrawImage' collides with ID of existing Class object '[DataSource ID:DrawImage]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:864
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.127:WARN:Log:New Class ID: 'DrawCurve' collides with ID of existing Class object '[DataSource ID:DrawCurve]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:878
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.127:WARN:Log:New Class ID: 'DrawBlockConnector' collides with ID of existing Class object '[DataSource ID:DrawBlockConnector]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:1002
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.128:WARN:Log:New Class ID: 'DrawPath' collides with ID of existing Class object '[DataSource ID:DrawPath]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:1002
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.128:WARN:Log:New Class ID: 'DrawPolygon' collides with ID of existing Class object '[DataSource ID:DrawPolygon]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:1045
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.128:WARN:Log:New Class ID: 'DrawTriangle' collides with ID of existing Class object '[DataSource ID:DrawTriangle]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:1076
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.128:WARN:Log:New Class ID: 'DrawDiamond' collides with ID of existing Class object '[DataSource ID:DrawDiamond]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:1076
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.128:WARN:Log:New Class ID: 'DrawLinePath' collides with ID of existing Class object '[DataSource ID:DrawLinePath]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:1083
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.128:WARN:Log:New Class ID: 'DrawShape' collides with ID of existing Class object '[DataSource ID:DrawShape]'.  Existing object will be replaced.
                      This conflict would be avoided by disabling ISC Simple Names mode.  See documentation for further information.
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_ClassFactory__defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:182
                      isc_ClassFactory__defineNonRootClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:177
                      isc_ClassFactory_defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:176
                      isc.defineClass @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:231
                      (anonymous) @ ISC_Drawing.js?isc_version=v11.1p_2018-04-25.js:1101
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.178:INFO:Log:isc.Page is loaded
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logInfo @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc_c_Page_finishedLoading @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1640
                      isc_c_Page_handleEvent @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1773
                      isc_c_EventHandler_handleLoad @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1803
                      load (async)
                      isc_c_EventHandler_captureEvents @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:2145
                      (anonymous) @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:2256
                      ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:87 GET https://www-demos.smartclient.com/smartclient-11.1/tools/adminConsoleOperations.jsp?checkPresent=true 404 ()
                      get @ ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:87
                      $41e @ ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:114
                      $41b @ ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:113
                      (anonymous) @ ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:134
                      setTimeout (async)
                      $41o @ ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:134
                      fireSimpleCallback @ ISC_History.js?isc_version=v11.1p_2018-04-25.js:80
                      $o @ ISC_History.js?isc_version=v11.1p_2018-04-25.js:81
                      (anonymous) @ ISC_History.js?isc_version=v11.1p_2018-04-25.js:81
                      load (async)
                      onLoad @ ISC_History.js?isc_version=v11.1p_2018-04-25.js:81
                      (anonymous) @ ISC_History.js?isc_version=v11.1p_2018-04-25.js:82
                      ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202 *15:24:53.325:WARN:Log:TypeError: isc.logDebug is not a function
                      Stack from error.stack:
                          fileLoaded(<no args: exited>) @ ISC_FileLoader.js:121:442
                          fireSimpleCallback(<no args: exited>) @ ISC_FileLoader.js:82:92
                          $402(<no args: exited>) @ ISC_FileLoader.js:85:333
                          XMLHttpRequest.onreadystatechange(<no args: exited>) @ ISC_FileLoader.js:86:203
                      
                      isc.B.push.isc.A.addToMasterLog @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1202
                      isc_c_Log_addLogMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1201
                      isc_c_Log_log @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1194
                      logMessage @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      logWarn @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1183
                      isc__debug__reportJSErrorStack @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1156
                      isc__debug__reportJSError @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1156
                      window.onerror @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1242
                      error (async)
                      (anonymous) @ ISC_Core.js?isc_version=v11.1p_2018-04-25.js:1242
                      ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:121 Uncaught TypeError: isc.logDebug is not a function
                          at Object.fileLoaded (ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:121)
                          at Object.fireSimpleCallback (ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:82)
                          at Object.$402 (ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:85)
                          at XMLHttpRequest._3.onreadystatechange (ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:86)
                      fileLoaded @ ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:121
                      fireSimpleCallback @ ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:82
                      $402 @ ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:85
                      _3.onreadystatechange @ ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:86
                      XMLHttpRequest.send (async)
                      get @ ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:87
                      $41e @ ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:114
                      $41b @ ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:113
                      (anonymous) @ ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:134
                      setTimeout (async)
                      $41o @ ISC_FileLoader.js?isc_version=v11.1p_2018-04-25.js:134
                      fireSimpleCallback @ ISC_History.js?isc_version=v11.1p_2018-04-25.js:80
                      $o @ ISC_History.js?isc_version=v11.1p_2018-04-25.js:81
                      (anonymous) @ ISC_History.js?isc_version=v11.1p_2018-04-25.js:81
                      load (async)
                      onLoad @ ISC_History.js?isc_version=v11.1p_2018-04-25.js:81
                      (anonymous) @ ISC_History.js?isc_version=v11.1p_2018-04-25.js:82
                      Best regards
                      Blama

                      Comment


                        #12
                        Thanks - this should be fixed as of today's (May 2) build.

                        Comment


                          #13
                          Hi Isomorphic,

                          using v11.1p_2018-05-03 online sample, this is still open in all browsers (GC65, FF26,, IE)!
                          Also the same with v12.0p_2018-05-03 and GC65.

                          Best regards
                          Blama

                          Comment


                            #14
                            Actually the last error in the log is gone, but the console still does not come up. Also cleared cache, just to be sure.
                            Click image for larger version

Name:	Dev Console.PNG
Views:	155
Size:	233.7 KB
ID:	253110
                            Best regards
                            Blama

                            Comment


                              #15
                              Ok, reproduced and fixed this further regression - sorry about that. Look for a fix in tomorrow's (May 5) build.

                              Comment

                              Working...
                              X