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.
The ignored error was
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.
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
Code:
kav_vkList.this is undefined chrome://ffvkbd/content/ikavvklistener.js Line 89
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.
Comment