Announcement

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

    reference to undefined property window.isc_useSimpleNames

    I downloaded and tested with a new SmartClient Version: SmartClient_SC_SNAPSHOT-2012-03-05_v82p/Pro Development Only (built 2012-03-05). I am still running Mozilla Firefox 3.6.18 with Firebug using Windows XP Pro 32 bit.

    I started it and it stopped at the breakpoint I set. The start stack, start Net tab and start console tab images are attached. I note that the console tab had an error that did not stop processing.

    When I continued SmartClient (not VB yet) it stopped on an error "reference to undefined property window.isc_useSimpleNames" (Line 40). The error stack and error Net tab images are attached. The console tab still showed the earlier error. The new error had no message on the firebug console tab.

    The server console showed SmartClient had just started.
    Code:
    === 2012-03-05 15:06:17,171 [main] INFO  PreCache - Isomorphic PreCache complete (3984ms)
    === 2012-03-05 15:06:17,734 [main] INFO  Http11BaseProtocol - Initializing Coyote HTTP/1.1 on http-8080
    === 2012-03-05 15:06:17,796 [main] INFO  Http11BaseProtocol - Starting Coyote HTTP/1.1 on http-8080
    === 2012-03-05 15:07:59,000 [sor4] INFO  RequestContext - URL: '/index.html', User-Agent: 'Mozilla/5.0 (Windows; U; Windows
    NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18': Moz (Gecko) with Accept-Encoding header
    === 2012-03-05 15:07:59,046 [sor4] INFO  JSSyntaxScannerFilter - /index.html: scanning <script> tags in html output
    === 2012-03-05 15:08:09,921 [sor4] INFO  RequestContext - URL: '/favicon.ico', User-Agent: 'Mozilla/5.0 (Windows; U; Windows
     NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18': Moz (Gecko) with Accept-Encoding header
    === 2012-03-05 15:08:11,578 [sor3] INFO  RequestContext - URL: '/docs/resources/explorer.html', User-Agent: 'Mozilla/5.0 (Wi
    ndows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18': Moz (Gecko) with Accept-Encoding header
    === 2012-03-05 15:08:11,593 [sor3] INFO  JSSyntaxScannerFilter - /docs/resources/explorer.html: scanning <script> tags in ht
    ml output
    === 2012-03-05 15:12:34,953 [sor2] INFO  RequestContext - URL: '/isomorphic/system/modules/ISC_Core.js', User-Agent: 'Mozill
    a/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18': Moz (Gecko) with Accept-Encoding head
    er
    === 2012-03-05 15:12:35,218 [sor2] INFO  Download - Using gzipped form of request file: D:/My Websites/PP_Client/isomorphic/
    system/modules/ISC_Core.js
    === 2012-03-05 15:12:35,562 [sor2] INFO  Download - done streaming: D:/My Websites/PP_Client/isomorphic/system/modules/ISC_C
    ore.js
    The ignored error was
    Code:
    kav_vkList.this is undefined
    chrome://ffvkbd/content/ikavvklistener.js
    Line 89
    This test was on a brand new version of SmartClient. There were no previous files onto which it was copied. It was installed into a new space, right next to an earlier installation with my files inside it. CVS was told to ignore the new folder.

    Please let me know what to do now. Is there some more debugging I can do? The original problem I was trying to solve is now over two weeks old. From there it graduated to where VB would not start. Now, SmartClient itself will not start.

    I cannot give up on your product. What you have created is very good and very ambitious, and would be very good for me to have working.
    Attached Files

    #2
    As far as we can tell, you've configured Firebug to stop execution if a property on "window" is accessed which is not defined. This would break most websites. Revert this setting. If you don't know how you turned it on, revert all Firebug settings to defaults.

    Comment


      #3
      Good call. The Firebug documentation does not mention how to interpret this one little button. With some experimentation I was able to get SmartClient to load and start VisualBuilder. This time it did not hang.....

      I started the process of moving my saved database, datasources and application files to the new folder. I am looking forward to tomorrow.

      Thanks for the help.

      Rick

      Comment


        #4
        This issue has been resolved for me. The more recent version of SC seems to be working better. I can open Visual Builder and it does not hang.

        The insight that Firebug was oversensitive to errors seemed to contribute. How this option got set is not a surprise. It is just a button. The hover text does not help know its status and the Firebug documentation gives no clues.

        Thanks to all that contributed.

        Now I will have to find a new way to screw things up...

        Comment

        Working...
        X