Announcement

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

    Upgrade from 2.5 to 3.1 ListGrid Javascript Errors

    Hello,

    We just upgraded from SmartGWT v2.5 to the latest nightly build of 3.1 (SmartClient Version: v8.3p_2012-12-20/PowerEdition Deployment (built 2012-12-20))

    By saying we upgraded, we copied all the new jar files from the zip's lib folder over our current ones, cleared the gwt-unitCache, the browser caches (IE 9 and latest FireFox) and recompiled the application.

    As the application is very complex, my simple question is: Is there a guide, other than the sgwtee javadoc, which defines the changes required for a version upgrade? We've searched the release notes and have not seen any new jars added and it looks like the last supported version of gwt is 2.3 which we are currently using. If it helps, the current javascript error we get from the browser is:

    Uncaught exception escaped : com.google.gwt.core.client.JavaScriptException
    (TypeError): _8 is null
    See the Development console log for details.
    Register a GWT.setUncaughtExceptionHandler(..) for custom uncaught exception handling.

    The eclipse log is:
    com.google.gwt.core.client.JavaScriptException: (TypeError): _8 is null
    at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:248)
    at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136)
    at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561)
    at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:269)
    at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
    at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
    at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:213)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
    at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
    at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172)
    at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:292)
    at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:546)
    at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363)
    at java.lang.Thread.run(Unknown Source)


    We traced that down after much effort to the first time we call setFields on a ListGrid. Also after much experimentation, forms appear to be working fine but ListGrids, unless created and used directly on the initial application canvas always throw javascript errors in hosted mode. When running in apache, the application just displays nothing, no message is displayed by the browser, but the server log is the same as above.

    We have quite a few application to update so hopefully we're missing something pretty basic.

    Thanks in advance for the help,
    Rich

    #2
    There's nothing you should have to change in this upgrade.

    Use the instructions in the FAQ to obtain a stack trace for the JavaScript error. Do this whenever you hit a JavaScript error.

    Comment


      #3
      Thanks for the quick reply - This is why we keep sending fellow developers you way!

      From eclipse Console tab:
      Code:
      23:31:27.756 [ERROR] [wnykidsadmin] Uncaught exception escaped
      com.google.gwt.core.client.JavaScriptException: (TypeError): Unable to get value of the property 'property': object is null or undefined
          at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:237)
          at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:132)
          at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561)
          at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:269)
          at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
          at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
          at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:214)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
          at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
          at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:167)
          at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:281)
          at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:531)
          at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
          at java.lang.Thread.run(Unknown Source)
      From the Results tab:
      Code:
      23:31:03.325:INFO:Log:initialized
      23:31:04.435:WARN:Log:Error:
      	'Expected ':''
      	in http://127.0.0.1:8888/index.html?gwt.codesvr=127.0.0.1:9997
      	at line 12
      23:31:04.475:INFO:Log:isc.Page is loaded
      From the Server Logs tab:
      Code:
      === 2012-12-20 23:27:28,699 [main] INFO  ISCInit - Isomorphic SmartClient/SmartGWT Framework initialization called from com.isomorphic.base.InitListener
      === 2012-12-20 23:27:28,699 [main] INFO  ISCInit - Isomorphic SmartClient/SmartGWT Framework - Initializing
      === 2012-12-20 23:27:28,699 [main] INFO  ConfigLoader - Attempting to load framework.properties from CLASSPATH
      === 2012-12-20 23:27:28,746 [main] INFO  ConfigLoader - Successfully loaded framework.properties from CLASSPATH at location: jar:file:/C:/apps/wnykids/src/WNYKidsAdmin/war/WEB-INF/lib/isomorphic_core_rpc.jar!/framework.properties
      === 2012-12-20 23:27:28,746 [main] INFO  ConfigLoader - Attempting to load project.properties from CLASSPATH
      === 2012-12-20 23:27:28,746 [main] INFO  ConfigLoader - Unable to locate project.properties in CLASSPATH
      === 2012-12-20 23:27:28,746 [main] INFO  ConfigLoader - Successfully loaded isc_interfaces.properties from CLASSPATH at location: jar:file:/C:/apps/wnykids/src/WNYKidsAdmin/war/WEB-INF/lib/isomorphic_core_rpc.jar!/isc_interfaces.properties
      === 2012-12-20 23:27:28,746 [main] INFO  ConfigLoader - Attempting to load server.properties from CLASSPATH
      === 2012-12-20 23:27:28,746 [main] INFO  ConfigLoader - Successfully loaded server.properties from CLASSPATH at location: file:/C:/apps/wnykids/src/WNYKidsAdmin/war/WEB-INF/classes/server.properties
      === 2012-12-20 23:27:28,746 [main] INFO  Logger - Logging system started.
      === 2012-12-20 23:27:28,746 [main] INFO  ISCInit - Isomorphic SmartClient/SmartGWT Framework (v8.3p_2012-12-20/PowerEdition Deployment 2012-12-20) - Initialization Complete
      === 2012-12-20 23:27:28,746 [main] INFO  ISCInit - Auto-detected webRoot - using: C:\apps\wnykids\src\WNYKidsAdmin\war
      === 2012-12-20 23:27:28,839 [main] INFO  ISCInit - Isomorphic SmartClient/SmartGWT Framework initialization called from com.isomorphic.base.Base
      === 2012-12-20 23:27:28,839 [main] INFO  ISCInit - Isomorphic SmartClient/SmartGWT Framework is already initialized
      === 2012-12-20 23:27:28,948 [main] INFO  ISCInit - Isomorphic SmartClient/SmartGWT Framework initialization called from com.isomorphic.base.Init
      === 2012-12-20 23:27:28,948 [main] INFO  ISCInit - Isomorphic SmartClient/SmartGWT Framework is already initialized
      === 2012-12-20 23:27:36,547 [l0-2] INFO  Compression - /index.html: 1346 -> 731 bytes
      === 2012-12-20 23:27:36,547 [l0-2] DEBUG ServletTools - setting cookie 'isc_cState' to: 'ready'
      === 2012-12-20 23:27:36,562 [l0-3] INFO  RequestContext - URL: '/wnykidsadmin/sc/DataSourceLoader', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:27:36,578 [l0-4] INFO  Compression - /wnykidsadmin/wnykidsadmin.nocache.js: 8211 -> 3176 bytes
      === 2012-12-20 23:27:36,579 [l0-2] INFO  Compression - /wnykidsadmin/wnykidsadmin.nocache.js: 8211 -> 3176 bytes
      === 2012-12-20 23:27:36,704 [l0-4] INFO  Compression - /wnykidsadmin/sc/modules/ISC_Core.js: 784654 -> 205549 bytes
      === 2012-12-20 23:27:36,719 [l0-2] INFO  Compression - /wnykidsadmin/sc/modules/ISC_Foundation.js: 245507 -> 58307 bytes
      === 2012-12-20 23:27:36,719 [l0-0] INFO  Compression - /wnykidsadmin/sc/modules/ISC_Containers.js: 135398 -> 32185 bytes
      === 2012-12-20 23:27:36,750 [l0-3] INFO  PoolManager - SmartClient pooling disabled for 'rt_user' objects
      === 2012-12-20 23:27:36,766 [l0-3] DEBUG XML - Parsed XML from C:\apps\wnykids\src\WNYKidsAdmin\war\wnykidsadmin\sc\system\schema\builtinTypes.xml: 0ms
      === 2012-12-20 23:27:36,797 [l0-3] DEBUG XML - Parsed XML from C:\apps\wnykids\src\WNYKidsAdmin\war\ds\rt_user.ds.xml: 0ms
      === 2012-12-20 23:27:36,797 [l0-3] DEBUG XML - Parsed XML from C:\apps\wnykids\src\WNYKidsAdmin\war\wnykidsadmin\sc\system\schema\DataSource.ds.xml: 0ms
      === 2012-12-20 23:27:36,828 [l0-4] INFO  Compression - /wnykidsadmin/sc/modules/ISC_Grids.js: 855449 -> 214910 bytes
      === 2012-12-20 23:27:36,828 [l0-3] DEBUG XML - Parsed XML from C:\apps\wnykids\src\WNYKidsAdmin\war\wnykidsadmin\sc\system\schema\DataSourceField.ds.xml: 0ms
      === 2012-12-20 23:27:36,844 [l0-3] DEBUG XML - Parsed XML from C:\apps\wnykids\src\WNYKidsAdmin\war\wnykidsadmin\sc\system\schema\Validator.ds.xml: 0ms
      === 2012-12-20 23:27:36,844 [l0-4] INFO  Compression - /wnykidsadmin/sc/modules/ISC_RichTextEditor.js: 40327 -> 11327 bytes
      === 2012-12-20 23:27:36,860 [l0-3] DEBUG XML - Parsed XML from C:\apps\wnykids\src\WNYKidsAdmin\war\wnykidsadmin\sc\system\schema\ValueMap.ds.xml: 0ms
      === 2012-12-20 23:27:36,875 [l0-4] INFO  Compression - /wnykidsadmin/sc/modules/ISC_Calendar.js: 117392 -> 28872 bytes
      === 2012-12-20 23:27:36,875 [l0-2] INFO  Compression - /wnykidsadmin/sc/modules/ISC_Forms.js: 697515 -> 169415 bytes
      === 2012-12-20 23:27:36,891 [l0-3] DEBUG XML - Parsed XML from C:\apps\wnykids\src\WNYKidsAdmin\war\ds\wny_workshop.ds.xml: 0ms
      === 2012-12-20 23:27:36,906 [l0-3] DEBUG XML - Parsed XML from C:\apps\wnykids\src\WNYKidsAdmin\war\ds\wny_school.ds.xml: 0ms
      === 2012-12-20 23:27:36,938 [l0-2] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/load_skin.js
      === 2012-12-20 23:27:36,938 [l0-2] INFO  Compression - /wnykidsadmin/sc/skins/Enterprise/load_skin.js: 55685 -> 9553 bytes
      === 2012-12-20 23:27:36,969 [l0-3] INFO  Compression - /wnykidsadmin/sc/modules/ISC_DataBinding.js: 630178 -> 155350 bytes
      === 2012-12-20 23:27:38,388 [l0-3] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/skin_styles.css
      === 2012-12-20 23:27:38,388 [l0-3] INFO  Compression - /wnykidsadmin/sc/skins/Enterprise/skin_styles.css: 212529 -> 17070 bytes
      === 2012-12-20 23:27:56,725 [l0-3] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/blank.gif
      === 2012-12-20 23:27:56,798 [l0-3] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/opacity.png
      === 2012-12-20 23:27:57,856 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/button/button_end.png
      === 2012-12-20 23:27:57,856 [l0-3] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/button/button_start.png
      === 2012-12-20 23:27:57,858 [l0-2] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/button/button_stretch.png
      === 2012-12-20 23:27:57,982 [l0-3] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Window/window_TR.png
      === 2012-12-20 23:27:57,982 [l0-2] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Window/window_TL.png
      === 2012-12-20 23:27:57,982 [l0-0] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Window/window_L.png
      === 2012-12-20 23:27:57,984 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Window/window_T.png
      === 2012-12-20 23:27:57,987 [l0-0] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Window/window_R.png
      === 2012-12-20 23:27:57,987 [l0-2] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Window/window_BL.png
      === 2012-12-20 23:27:57,987 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Window/window_BR.png
      === 2012-12-20 23:27:57,989 [l0-5] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Window/window_B.png
      === 2012-12-20 23:28:02,149 [l0-5] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/button/button_Over_start.png
      === 2012-12-20 23:28:02,151 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/button/button_Over_stretch.png
      === 2012-12-20 23:28:02,151 [l0-2] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/button/button_Over_end.png
      === 2012-12-20 23:28:02,411 [l0-2] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/button/button_Down_start.png
      === 2012-12-20 23:28:02,411 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/button/button_Down_stretch.png
      === 2012-12-20 23:28:02,411 [l0-5] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/button/button_Down_end.png
      === 2012-12-20 23:28:02,474 [l0-5] INFO  RequestContext - URL: '/wnykidsadmin/loginrpc', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,370 [l0-5] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/helpers/Log.html', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,370 [l0-5] INFO  Compression - /wnykidsadmin/sc/system/helpers/Log.html: 2866 -> 843 bytes
      === 2012-12-20 23:28:09,386 [l0-5] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_FileLoader.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,386 [l0-0] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_Forms.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,386 [l0-3] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_Grids.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,386 [l0-6] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_Core.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,386 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_Containers.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,386 [l0-2] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_Foundation.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,386 [l0-5] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_FileLoader.js
      === 2012-12-20 23:28:09,386 [l0-2] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_Foundation.js
      === 2012-12-20 23:28:09,386 [l0-5] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_FileLoader.js: 30525 -> 8830 bytes
      === 2012-12-20 23:28:09,386 [l0-0] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_Forms.js
      === 2012-12-20 23:28:09,402 [l0-3] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_Grids.js
      === 2012-12-20 23:28:09,402 [l0-2] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_Foundation.js: 246671 -> 58532 bytes
      === 2012-12-20 23:28:09,402 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_Containers.js
      === 2012-12-20 23:28:09,402 [l0-6] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_Core.js
      === 2012-12-20 23:28:09,418 [l0-4] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_Containers.js: 135810 -> 32259 bytes
      === 2012-12-20 23:28:09,444 [l0-7] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_FileLoader.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,444 [l0-7] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_FileLoader.js
      === 2012-12-20 23:28:09,449 [l0-7] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_FileLoader.js: 30525 -> 8830 bytes
      === 2012-12-20 23:28:09,451 [l0-0] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_Forms.js: 726150 -> 176141 bytes
      === 2012-12-20 23:28:09,451 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_Forms.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,451 [l0-5] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_Core.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,451 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_Forms.js
      === 2012-12-20 23:28:09,454 [l0-5] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_Core.js
      === 2012-12-20 23:28:09,454 [l0-6] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_Core.js: 788596 -> 206357 bytes
      === 2012-12-20 23:28:09,454 [l0-2] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_Grids.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,454 [l0-8] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_Containers.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,454 [l0-8] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_Containers.js
      === 2012-12-20 23:28:09,454 [l0-2] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_Grids.js
      === 2012-12-20 23:28:09,469 [l0-8] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_Containers.js: 135810 -> 32259 bytes
      === 2012-12-20 23:28:09,485 [l0-3] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_Grids.js: 858632 -> 215577 bytes
      === 2012-12-20 23:28:09,485 [0-11] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_Foundation.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,485 [0-11] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_Foundation.js
      === 2012-12-20 23:28:09,500 [l0-5] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_Core.js: 788596 -> 206357 bytes
      === 2012-12-20 23:28:09,500 [l0-4] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_Forms.js: 726150 -> 176141 bytes
      === 2012-12-20 23:28:09,500 [0-11] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_Foundation.js: 246671 -> 58532 bytes
      === 2012-12-20 23:28:09,518 [l0-2] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_Grids.js: 858632 -> 215577 bytes
      === 2012-12-20 23:28:09,581 [l0-0] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_DataBinding.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,581 [l0-8] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_Tools.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,581 [l0-8] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_Tools.js
      === 2012-12-20 23:28:09,596 [l0-8] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_Tools.js: 87203 -> 22938 bytes
      === 2012-12-20 23:28:09,596 [0-11] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/load_skin.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,596 [l0-0] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_DataBinding.js
      === 2012-12-20 23:28:09,596 [0-11] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/load_skin.js
      === 2012-12-20 23:28:09,596 [0-11] INFO  Compression - /wnykidsadmin/sc/skins/Enterprise/load_skin.js: 55685 -> 9553 bytes
      === 2012-12-20 23:28:09,612 [l0-8] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_DeveloperConsole.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:09,612 [l0-8] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_DeveloperConsole.js
      === 2012-12-20 23:28:09,612 [l0-8] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_DeveloperConsole.js: 71448 -> 20596 bytes
      === 2012-12-20 23:28:09,643 [l0-0] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_DataBinding.js: 630590 -> 155425 bytes
      === 2012-12-20 23:28:12,056 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_end.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:12,056 [l0-0] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_start.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:12,056 [l0-8] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_stretch.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:12,056 [l0-0] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_start.png
      === 2012-12-20 23:28:12,056 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_end.png
      === 2012-12-20 23:28:12,071 [l0-8] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_stretch.png
      === 2012-12-20 23:28:12,197 [l0-0] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Selected_start.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:12,197 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Selected_end.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:12,197 [l0-8] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Selected_stretch.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:12,197 [l0-0] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Selected_start.png
      === 2012-12-20 23:28:12,197 [l0-8] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Selected_stretch.png
      === 2012-12-20 23:28:12,197 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Selected_end.png
      === 2012-12-20 23:28:13,861 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Disabled_start.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:13,861 [l0-8] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Disabled_stretch.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:13,861 [l0-0] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Disabled_end.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:13,861 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Disabled_start.png
      === 2012-12-20 23:28:13,861 [l0-8] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Disabled_stretch.png
      === 2012-12-20 23:28:13,864 [l0-0] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Disabled_end.png
      === 2012-12-20 23:28:13,870 [l0-0] INFO  RequestContext - URL: '/wnykidsadmin/sc/IDACall', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:13,872 [l0-0] DEBUG IDACall - Header Name:Value pair: Accept:*/*
      === 2012-12-20 23:28:13,872 [l0-0] DEBUG IDACall - Header Name:Value pair: Referer:http://127.0.0.1:8888/wnykidsadmin/sc/system/helpers/Log.html
      === 2012-12-20 23:28:13,872 [l0-0] DEBUG IDACall - Header Name:Value pair: Accept-Language:en-us
      === 2012-12-20 23:28:13,872 [l0-0] DEBUG IDACall - Header Name:Value pair: User-Agent:Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
      === 2012-12-20 23:28:13,872 [l0-0] DEBUG IDACall - Header Name:Value pair: Accept-Encoding:gzip, deflate
      === 2012-12-20 23:28:13,872 [l0-0] DEBUG IDACall - Header Name:Value pair: Host:127.0.0.1:8888
      === 2012-12-20 23:28:13,872 [l0-0] DEBUG IDACall - Header Name:Value pair: Connection:Keep-Alive
      === 2012-12-20 23:28:13,872 [l0-0] DEBUG IDACall - Header Name:Value pair: Cookie:isc_cState=ready; skin_name_2_2=ui_skin
      === 2012-12-20 23:28:13,872 [l0-0] DEBUG IDACall - Header Name:Value pair: Content-Type:application/x-www-form-urlencoded; charset=UTF-8
      === 2012-12-20 23:28:13,872 [l0-0] DEBUG IDACall - Header Name:Value pair: Content-Length:677
      === 2012-12-20 23:28:13,872 [l0-0] DEBUG IDACall - Header Name:Value pair: Cache-Control:no-cache
      === 2012-12-20 23:28:13,872 [l0-0] DEBUG IDACall - session exists: null
      === 2012-12-20 23:28:13,872 [l0-0] DEBUG IDACall - remote user: null
      === 2012-12-20 23:28:13,885 [l0-0] DEBUG XML - Parsed XML from (in memory stream): 3ms
      === 2012-12-20 23:28:13,885 [l0-0] DEBUG XML - Parsed XML from C:\apps\wnykids\src\WNYKidsAdmin\war\wnykidsadmin\sc\system\schema\List.ds.xml: 0ms
      === 2012-12-20 23:28:13,887 [l0-0] DEBUG RPCManager - Processing 1 requests.
      === 2012-12-20 23:28:13,887 [l0-0] DEBUG RPCManager - Request #1 (RPCRequest) data: {
          appID:"isc_builtin",
          className:"builtin",
          methodName:"getAvailableScriptEngines",
          arguments:[
          ],
          is_ISC_RPC_DMI:true
      }
      === 2012-12-20 23:28:13,890 [l0-0] INFO  IDACall - Performing 1 operation(s)
      === 2012-12-20 23:28:13,895 [l0-0] DEBUG XML - Parsed XML from jar:file:/C:/apps/wnykids/src/WNYKidsAdmin/war/WEB-INF/lib/isomorphic_core_rpc.jar!/isc_builtin.app.xml: 0ms
      === 2012-12-20 23:28:13,897 [l0-0] DEBUG XML - Parsed XML from C:\apps\wnykids\src\WNYKidsAdmin\war\wnykidsadmin\sc\system\schema\Application.ds.xml: 2ms
      === 2012-12-20 23:28:13,900 [l0-0] DEBUG XML - Parsed XML from C:\apps\wnykids\src\WNYKidsAdmin\war\wnykidsadmin\sc\system\schema\ServerObject.ds.xml: 3ms
      === 2012-12-20 23:28:13,902 [l0-0] DEBUG XML - Parsed XML from C:\apps\wnykids\src\WNYKidsAdmin\war\wnykidsadmin\sc\system\schema\Method.ds.xml: 2ms
      === 2012-12-20 23:28:13,905 [l0-0] DEBUG RPCDMI - appConfig: isc.Application.create({
          rpcBindings:[
              {
                  ID:"builtin",
                  className:"com.isomorphic.rpc.BuiltinRPC",
                  visibleMethods:[
                      {
                          name:"downloadWSDL"
                      },
                      {
                          name:"downloadClientContent"
                      },
                      {
                          name:"downloadClientExport"
                      },
                      {
                          name:"xmlToJS"
                      },
                      {
                          name:"uploadProgressCheck"
                      },
                      {
                          name:"saveFile"
                      },
                      {
                          name:"appendToFile"
                      },
                      {
                          name:"loadFile"
                      },
                      {
                          name:"deleteFile"
                      },
                      {
                          name:"loadSharedXML"
                      },
                      {
                          name:"saveSharedXML"
                      },
                      {
                          name:"getAvailableScriptEngines"
                      },
                      {
                          name:"devConsoleEvalServerScript"
                      },
                      {
                          name:"evalJava"
                      },
                      {
                          name:"getLogNames"
                      },
                      {
                          name:"getLogEntries"
                      },
                      {
                          name:"getLogThresholds"
                      },
                      {
                          name:"setLogThreshold"
                      },
                      {
                          name:"getPdfObject"
                      }
                  ]
              },
              {
                  ID:"builtin_tools",
                  className:"com.isomorphic.tools.BuiltinRPC",
                  visibleMethods:[
                      {
                          name:"getDataSourceFromTable"
                      },
                      {
                          name:"getDataSourceJSONFromTable"
                      },
                      {
                          name:"getDataSourceFromHibernateMapping"
                      },
                      {
                          name:"getDataSourceJSONFromHibernateMapping"
                      },
                      {
                          name:"getTables"
                      },
                      {
                          name:"getFieldsFromTable"
                      },
                      {
                          name:"getBeanFields"
                      },
                      {
                          name:"getHibernateBeans"
                      },
                      {
                          name:"getDatabaseProductNameAndVersion"
                      },
                      {
                          name:"getDatabaseTableTypes"
                      },
                      {
                          name:"setAttributes"
                      },
                      {
                          name:"clearAttributes"
                      },
                      {
                          name:"getAttributes"
                      },
                      {
                          name:"getAttribute"
                      },
                      {
                          name:"getDataSourceConfigFromJavaClass"
                      },
                      {
                          args:"cName",
                          language:"groovy",
                          name:"getJavaSource",
                          script:"\n                    if (!com.isomorphic.auth.DevModeAuthFilter.devModeAuthorized(request)) throw new Exception(\"Not Authorized\");                    \n                    //import org.apache.bcel.Repository;\n\n                    try {\n                        return org.apache.bcel.Repository.lookupClass(cName).toString();\n                    } catch (Throwable e) {\n                        return \"Unable to reverse engineer class \"+cName+\": \"+e.getMessage();\n                    }\n                "
                      },
                      {
                          name:"loadDataSource"
                      },
                      {
                          name:"dsFromXML"
                      },
                      {
                          name:"dsConfigFromXML"
                      },
                      {
                          name:"getDefinedDataSources"
                      }
                  ]
              },
              {
                  ID:"builtin_adminconsole",
                  className:"com.isomorphic.tools.AdminConsole",
                  visibleMethods:[
                      {
                          name:"getDefinedDatabases"
                      },
                      {
                          name:"testDB"
                      },
                      {
                          name:"saveDBConfig"
                      },
                      {
                          name:"setDefaultDB"
                      },
                      {
                          name:"importDataSources"
                      },
                      {
                          name:"discoverJNDIDatabases"
                      }
                  ]
              }
          ]
      })
      
      === 2012-12-20 23:28:13,910 [l0-0] DEBUG RPCDMI - rpc returned data
      === 2012-12-20 23:28:13,910 [l0-0] DEBUG RPCManager - Content type for RPC transaction: text/plain; charset=UTF-8
      === 2012-12-20 23:28:13,910 [l0-0] INFO  Compression - /wnykidsadmin/sc/IDACall: 80 -> 86 bytes
      === 2012-12-20 23:28:13,970 [l0-0] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Menu/menu_button.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:13,972 [l0-0] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Menu/menu_button.png
      === 2012-12-20 23:28:14,585 [l0-0] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/opener_opened.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:14,585 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/header_opened_start.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:14,585 [0-11] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/header_opened_end.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:14,585 [l0-8] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/header_opened_stretch.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:14,587 [l0-8] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/header_opened_stretch.png
      === 2012-12-20 23:28:14,587 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/header_opened_start.png
      === 2012-12-20 23:28:14,587 [l0-0] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/opener_opened.png
      === 2012-12-20 23:28:14,587 [0-11] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/header_opened_end.png
      === 2012-12-20 23:28:14,647 [0-11] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/opener_closed.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:14,647 [l0-0] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/actions/help.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:14,650 [0-11] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/opener_closed.png
      === 2012-12-20 23:28:14,650 [l0-0] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/actions/help.png
      === 2012-12-20 23:28:14,650 [l0-0] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/header_closed_stretch.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:14,650 [0-11] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/header_closed_start.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:14,652 [l0-0] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/header_closed_stretch.png
      === 2012-12-20 23:28:14,652 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/header_closed_end.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:14,652 [0-11] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/header_closed_start.png
      === 2012-12-20 23:28:14,652 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/SectionHeader/header_closed_end.png
      === 2012-12-20 23:28:14,990 [0-11] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Over_end.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:14,990 [l0-0] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Over_stretch.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:14,990 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Over_start.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:14,992 [l0-0] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Over_stretch.png
      === 2012-12-20 23:28:14,992 [0-11] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Over_end.png
      === 2012-12-20 23:28:14,992 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Over_start.png
      === 2012-12-20 23:28:32,061 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Selected_Over_start.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:32,061 [0-11] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Selected_Over_stretch.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:32,061 [l0-0] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Selected_Over_end.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:32,061 [0-11] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Selected_Over_stretch.png
      === 2012-12-20 23:28:32,061 [l0-0] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Selected_Over_end.png
      === 2012-12-20 23:28:32,061 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Tab/top/tab_Selected_Over_start.png
      === 2012-12-20 23:28:32,708 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/DynamicForm/unchecked.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:32,710 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/DynamicForm/unchecked.png
      === 2012-12-20 23:28:32,730 [0-11] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/button/button_Disabled_end.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:32,730 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/button/button_Disabled_start.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:32,730 [l0-0] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/button/button_Disabled_stretch.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:32,733 [l0-0] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/button/button_Disabled_stretch.png
      === 2012-12-20 23:28:32,733 [0-11] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/button/button_Disabled_end.png
      === 2012-12-20 23:28:32,733 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/button/button_Disabled_start.png
      === 2012-12-20 23:28:33,265 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/ListGrid/header.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:33,265 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/ListGrid/header.png
      === 2012-12-20 23:28:33,281 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/ListGrid/sort_ascending.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:33,281 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/ListGrid/sort_ascending.png
      === 2012-12-20 23:28:33,846 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/TreeGrid/opener_opened.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:33,846 [0-11] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/TreeGrid/file.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:33,846 [l0-0] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/TreeGrid/folder_open.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:33,849 [l0-0] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/TreeGrid/folder_open.png
      === 2012-12-20 23:28:33,849 [0-11] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/TreeGrid/file.png
      === 2012-12-20 23:28:33,849 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/TreeGrid/opener_opened.png
      === 2012-12-20 23:28:33,906 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/ListGrid/header_Selected.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:33,906 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/ListGrid/header_Selected.png
      === 2012-12-20 23:28:35,134 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/DynamicForm/checked.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:35,134 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/DynamicForm/checked.png
      === 2012-12-20 23:28:37,145 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/system/development/ISC_ServerLogViewer.js', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:37,148 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/system/development/ISC_ServerLogViewer.js
      === 2012-12-20 23:28:37,148 [l0-4] INFO  Compression - /wnykidsadmin/sc/system/development/ISC_ServerLogViewer.js: 8875 -> 3048 bytes
      === 2012-12-20 23:28:37,369 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/pickers/comboBoxPicker.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:37,369 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/pickers/comboBoxPicker.png
      === 2012-12-20 23:28:37,456 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/IDACall', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:37,461 [l0-4] INFO  Compression - /wnykidsadmin/sc/IDACall: 81 -> 86 bytes
      === 2012-12-20 23:28:37,559 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/IDACall', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:28:37,571 [l0-4] INFO  Compression - /wnykidsadmin/sc/IDACall: 51688 -> 4491 bytes
      === 2012-12-20 23:29:00,388 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/IDACall', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:29:00,388 [l0-4] DEBUG IDACall - Header Name:Value pair: Accept:*/*
      === 2012-12-20 23:29:00,388 [l0-4] DEBUG IDACall - Header Name:Value pair: Referer:http://127.0.0.1:8888/wnykidsadmin/sc/system/helpers/Log.html
      === 2012-12-20 23:29:00,388 [l0-4] DEBUG IDACall - Header Name:Value pair: Accept-Language:en-us
      === 2012-12-20 23:29:00,388 [l0-4] DEBUG IDACall - Header Name:Value pair: User-Agent:Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
      === 2012-12-20 23:29:00,388 [l0-4] DEBUG IDACall - Header Name:Value pair: Accept-Encoding:gzip, deflate
      === 2012-12-20 23:29:00,403 [l0-4] DEBUG IDACall - Header Name:Value pair: Host:127.0.0.1:8888
      === 2012-12-20 23:29:00,403 [l0-4] DEBUG IDACall - Header Name:Value pair: Connection:Keep-Alive
      === 2012-12-20 23:29:00,403 [l0-4] DEBUG IDACall - Header Name:Value pair: Cookie:isc_cState=ready; skin_name_2_2=ui_skin; JSESSIONID=i34nft10s7oj; GLog=%7B%0D%20%20%20%20left%3A18%2C%20%0D%20%20%20%20top%3A234%2C%20%0D%20%20%20%20width%3A1254%2C%20%0D%20%20%20%20height%3A480%2C%20%0D%20%20%20%20priorityDefaults%3A%7B%0D%20%20%20%20%20%20%20%20Log%3A4%0D%20%20%20%20%7D%2C%20%0D%20%20%20%20defaultPriority%3A3%2C%20%0D%20%20%20%20trackRPC%3Anull%0D%7D
      === 2012-12-20 23:29:00,403 [l0-4] DEBUG IDACall - Header Name:Value pair: Content-Type:application/x-www-form-urlencoded; charset=UTF-8
      === 2012-12-20 23:29:00,403 [l0-4] DEBUG IDACall - Header Name:Value pair: Content-Length:668
      === 2012-12-20 23:29:00,403 [l0-4] DEBUG IDACall - Header Name:Value pair: Cache-Control:no-cache
      === 2012-12-20 23:29:00,403 [l0-4] DEBUG IDACall - session exists: i34nft10s7oj
      === 2012-12-20 23:29:00,403 [l0-4] DEBUG IDACall - remote user: null
      === 2012-12-20 23:29:00,403 [l0-4] DEBUG XML - Parsed XML from (in memory stream): 0ms
      === 2012-12-20 23:29:00,403 [l0-4] DEBUG RPCManager - Processing 1 requests.
      === 2012-12-20 23:29:00,403 [l0-4] DEBUG RPCManager - Request #1 (RPCRequest) data: {
          appID:"isc_builtin",
          className:"builtin",
          methodName:"getLogThresholds",
          arguments:[
          ],
          is_ISC_RPC_DMI:true
      }
      === 2012-12-20 23:29:00,403 [l0-4] INFO  IDACall - Performing 1 operation(s)
      === 2012-12-20 23:29:00,403 [l0-4] DEBUG RPCDMI - appConfig: isc.Application.create({
          rpcBindings:[
              {
                  ID:"builtin",
                  className:"com.isomorphic.rpc.BuiltinRPC",
                  visibleMethods:[
                      {
                          name:"downloadWSDL"
                      },
                      {
                          name:"downloadClientContent"
                      },
                      {
                          name:"downloadClientExport"
                      },
                      {
                          name:"xmlToJS"
                      },
                      {
                          name:"uploadProgressCheck"
                      },
                      {
                          name:"saveFile"
                      },
                      {
                          name:"appendToFile"
                      },
                      {
                          name:"loadFile"
                      },
                      {
                          name:"deleteFile"
                      },
                      {
                          name:"loadSharedXML"
                      },
                      {
                          name:"saveSharedXML"
                      },
                      {
                          name:"getAvailableScriptEngines"
                      },
                      {
                          name:"devConsoleEvalServerScript"
                      },
                      {
                          name:"evalJava"
                      },
                      {
                          name:"getLogNames"
                      },
                      {
                          name:"getLogEntries"
                      },
                      {
                          name:"getLogThresholds"
                      },
                      {
                          name:"setLogThreshold"
                      },
                      {
                          name:"getPdfObject"
                      }
                  ]
              },
              {
                  ID:"builtin_tools",
                  className:"com.isomorphic.tools.BuiltinRPC",
                  visibleMethods:[
                      {
                          name:"getDataSourceFromTable"
                      },
                      {
                          name:"getDataSourceJSONFromTable"
                      },
                      {
                          name:"getDataSourceFromHibernateMapping"
                      },
                      {
                          name:"getDataSourceJSONFromHibernateMapping"
                      },
                      {
                          name:"getTables"
                      },
                      {
                          name:"getFieldsFromTable"
                      },
                      {
                          name:"getBeanFields"
                      },
                      {
                          name:"getHibernateBeans"
                      },
                      {
                          name:"getDatabaseProductNameAndVersion"
                      },
                      {
                          name:"getDatabaseTableTypes"
                      },
                      {
                          name:"setAttributes"
                      },
                      {
                          name:"clearAttributes"
                      },
                      {
                          name:"getAttributes"
                      },
                      {
                          name:"getAttribute"
                      },
                      {
                          name:"getDataSourceConfigFromJavaClass"
                      },
                      {
                          args:"cName",
                          language:"groovy",
                          name:"getJavaSource",
                          script:"\n                    if (!com.isomorphic.auth.DevModeAuthFilter.devModeAuthorized(request)) throw new Exception(\"Not Authorized\");                    \n                    //import org.apache.bcel.Repository;\n\n                    try {\n                        return org.apache.bcel.Repository.lookupClass(cName).toString();\n                    } catch (Throwable e) {\n                        return \"Unable to reverse engineer class \"+cName+\": \"+e.getMessage();\n                    }\n                "
                      },
                      {
                          name:"loadDataSource"
                      },
                      {
                          name:"dsFromXML"
                      },
                      {
                          name:"dsConfigFromXML"
                      },
                      {
                          name:"getDefinedDataSources"
                      }
                  ]
              },
              {
                  ID:"builtin_adminconsole",
                  className:"com.isomorphic.tools.AdminConsole",
                  visibleMethods:[
                      {
                          name:"getDefinedDatabases"
                      },
                      {
                          name:"testDB"
                      },
                      {
                          name:"saveDBConfig"
                      },
                      {
                          name:"setDefaultDB"
                      },
                      {
                          name:"importDataSources"
                      },
                      {
                          name:"discoverJNDIDatabases"
                      }
                  ]
              }
          ]
      })
      
      === 2012-12-20 23:29:00,403 [l0-4] DEBUG RPCDMI - rpc returned data
      === 2012-12-20 23:29:00,403 [l0-4] DEBUG RPCManager - Content type for RPC transaction: text/plain; charset=UTF-8
      === 2012-12-20 23:29:00,403 [l0-4] INFO  Compression - /wnykidsadmin/sc/IDACall: 1739 -> 443 bytes
      === 2012-12-20 23:29:16,522 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/IDACall', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:29:16,540 [l0-4] INFO  Compression - /wnykidsadmin/sc/IDACall: 81 -> 86 bytes
      === 2012-12-20 23:29:16,799 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/IDACall', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:29:16,806 [l0-4] INFO  Compression - /wnykidsadmin/sc/IDACall: 61054 -> 4908 bytes
      === 2012-12-20 23:29:23,173 [l0-4] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/pickers/comboBoxPicker_Over.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:29:23,175 [l0-4] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/pickers/comboBoxPicker_Over.png
      === 2012-12-20 23:29:25,271 [l0-0] INFO  RequestContext - URL: '/wnykidsadmin/sc/DataSourceLoader', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:29:25,287 [l0-4] INFO  Download - Returning 304: Not modified on conditional get of: C:\apps\wnykids\src\WNYKidsAdmin\war\wnykidsadmin\sc\skins\Enterprise\load_skin.js
      === 2012-12-20 23:29:25,335 [l0-8] INFO  Compression - /wnykidsadmin/sc/modules/ISC_Core.js: 784654 -> 205549 bytes
      === 2012-12-20 23:29:26,692 [l0-8] INFO  Download - Returning 304: Not modified on conditional get of: C:\apps\wnykids\src\WNYKidsAdmin\war\wnykidsadmin\sc\skins\Enterprise\skin_styles.css
      === 2012-12-20 23:30:00,282 [l0-8] INFO  RequestContext - URL: '/wnykidsadmin/loginrpc', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:30:20,586 [l0-8] INFO  RequestContext - URL: '/wnykidsadmin/sc/IDACall', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:30:20,608 [l0-8] INFO  Compression - /wnykidsadmin/sc/IDACall: 81 -> 86 bytes
      === 2012-12-20 23:30:20,680 [l0-8] INFO  RequestContext - URL: '/wnykidsadmin/sc/IDACall', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:30:20,690 [l0-8] INFO  Compression - /wnykidsadmin/sc/IDACall: 63521 -> 5135 bytes
      === 2012-12-20 23:30:42,858 [l0-8] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Menu/submenu.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:30:42,858 [l0-8] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Menu/submenu.png
      === 2012-12-20 23:30:43,046 [l0-8] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Menu/menu_background.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:30:43,046 [l0-8] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Menu/menu_background.png
      === 2012-12-20 23:30:43,512 [l0-8] INFO  RequestContext - URL: '/wnykidsadmin/sc/skins/Enterprise/images/Menu/check.png', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:30:43,512 [l0-8] INFO  Download - done streaming: C:/apps/wnykids/src/WNYKidsAdmin/war/wnykidsadmin/sc/skins/Enterprise/images/Menu/check.png
      === 2012-12-20 23:30:54,158 [l0-8] INFO  RequestContext - URL: '/wnykidsadmin/sc/IDACall', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:30:54,164 [l0-8] INFO  Compression - /wnykidsadmin/sc/IDACall: 81 -> 86 bytes
      === 2012-12-20 23:30:54,241 [l0-8] INFO  RequestContext - URL: '/wnykidsadmin/sc/IDACall', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:30:54,249 [l0-8] INFO  Compression - /wnykidsadmin/sc/IDACall: 65810 -> 5255 bytes
      === 2012-12-20 23:31:02,974 [l0-5] INFO  RequestContext - URL: '/wnykidsadmin/sc/DataSourceLoader', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:31:02,989 [l0-0] INFO  Download - Returning 304: Not modified on conditional get of: C:\apps\wnykids\src\WNYKidsAdmin\war\wnykidsadmin\sc\skins\Enterprise\load_skin.js
      === 2012-12-20 23:31:03,021 [0-11] INFO  Compression - /wnykidsadmin/sc/modules/ISC_Core.js: 784654 -> 205549 bytes
      === 2012-12-20 23:31:04,394 [0-11] INFO  Download - Returning 304: Not modified on conditional get of: C:\apps\wnykids\src\WNYKidsAdmin\war\wnykidsadmin\sc\skins\Enterprise\skin_styles.css
      === 2012-12-20 23:31:17,052 [0-11] INFO  RequestContext - URL: '/wnykidsadmin/sc/IDACall', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:31:17,060 [0-11] INFO  Compression - /wnykidsadmin/sc/IDACall: 81 -> 86 bytes
      === 2012-12-20 23:31:17,140 [0-11] INFO  RequestContext - URL: '/wnykidsadmin/sc/IDACall', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:31:17,145 [0-11] INFO  Compression - /wnykidsadmin/sc/IDACall: 67488 -> 5351 bytes
      === 2012-12-20 23:31:25,442 [0-11] INFO  RequestContext - URL: '/wnykidsadmin/loginrpc', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:35:09,811 [0-11] INFO  RequestContext - URL: '/wnykidsadmin/sc/IDACall', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS
      === 2012-12-20 23:35:09,820 [0-11] INFO  Compression - /wnykidsadmin/sc/IDACall: 81 -> 86 bytes
      === 2012-12-20 23:35:09,892 [0-11] INFO  RequestContext - URL: '/wnykidsadmin/sc/IDACall', User-Agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)': MSIE with Accept-Encoding header, ready for compressed JS

      Comment


        #4
        Thanks again for you help - problem solved!

        In the most unlikely of places, we decided to strip down the app to it's smallest possible parts and to make a long story short, this was caused by:

        SortSpecifier ss[] = new SortSpecifier[4];
        ss[0] = new SortSpecifier("sch_name", SortDirection.ASCENDING);
        gData.setSort(ss);

        Not being:

        SortSpecifier ss[] = new SortSpecifier[1];...

        Thanks,
        Rich

        Comment


          #5
          Thanks. Even though it's bad usage, we'll most likely change setSort() so it handles trailing nulls in the array, since it used to.

          Comment


            #6
            We've gone ahead and made the code ignore trailing nulls in the Array. Next nightlies will have this change.

            Comment


              #7
              Thanks so much. happy holidays!

              Comment

              Working...
              X