Announcement

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

    Help to get the admin Console

    Hi there,

    I am trying to run the admin console but i click on the admin button a blank brwoser opens without anything in it. what am i missing.i have looked at the FAQs and the forum but still could not solve the issue. i have the server.properties file and i have added the sqlserver.jar to the lib

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <module rename-to='mysgwt'>
    	<!-- Inherit the core Web Toolkit stuff. -->
    	<inherits name='com.google.gwt.user.User' />
    	<inherits name="com.smartgwt.tools.SmartGwtTools" />
    	<inherits name="com.smartgwtpower.SmartGwtPower" />
    	<inherits name="com.smartgwtpower.tools.Tools" />
    
    	<!-- Specify the app entry point class. -->
    	<entry-point class='org.kai.client.MySGWT' />
    
    	<!-- Specify the paths for translatable code -->
    	<source path='client' />
    	<source path='shared' />
    
    </module>

    Code:
    package org.kai.client;
    
    import com.google.gwt.core.client.EntryPoint;
    import com.google.gwt.core.client.GWT;
    import com.smartgwt.client.core.KeyIdentifier;
    import com.smartgwt.client.util.KeyCallback;
    import com.smartgwt.client.util.Page;
    import com.smartgwt.client.util.SC;
    import com.smartgwt.client.widgets.IButton;
    import com.smartgwt.client.widgets.events.ClickEvent;
    import com.smartgwt.client.widgets.events.ClickHandler;
    import com.smartgwt.client.widgets.layout.HLayout;
    
    /**
     * Entry point classes define <code>onModuleLoad()</code>.
     */
    public class MySGWT implements EntryPoint {
    
    	private HLayout	hLayout;
    
    	public void onModuleLoad() {
    
    		if (!GWT.isScript()) {
    			KeyIdentifier debugKey = new KeyIdentifier();
    			debugKey.setCtrlKey(true);
    			debugKey.setKeyName("D");
    			Page.registerKey(debugKey, new KeyCallback() {
    				public void execute(String keyName) {
    					SC.showConsole();
    				}
    			});
    		}
    
    		GWT.log("init OnLoadModule()...", null);
    
    		hLayout = new HLayout();
    
    		IButton adminButton = new IButton("Admin Console");
    		adminButton.addClickHandler(new ClickHandler() {
    			public void onClick(ClickEvent event) {
    				com.smartgwtpower.tools.client.SCPOWER.openDataSourceConsole();
    
    			}
    		});
    
    		IButton visualButton = new IButton("Visual Console");
    		visualButton.addClickHandler(new ClickHandler() {
    			public void onClick(ClickEvent event) {
    				com.smartgwtpower.tools.client.SCPOWER.openVisualBuilder();
    			}
    		});
    
    		hLayout.setMembersMargin(20);
    		hLayout.addMember(adminButton);
    		hLayout.addMember(visualButton);
    		
    		hLayout.draw();
    	}
    }
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    
    <html>
      <head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    
        <link type="text/css" rel="stylesheet" href="MySGWT.css">
    
        <title>MySGWT Project</title>
        
        <script> var isomorphicDir = "mySGWT/sc/"; </script>
       
        <script type="text/javascript" language="javascript" src="mysgwt/mysgwt.nocache.js"></script>
      </head>
    
      <body>
    
        <!-- OPTIONAL: include this if you want history support -->
        <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
        
        <!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
        <noscript>
          <div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
            Your web browser must have JavaScript enabled
            in order for this application to display correctly.
          </div>
        </noscript>
    
    
      </body>
    </html>
    this is the eclipse logging

    log4j:WARN No appenders could be found for logger (org.apache.jasper.compiler.JspRuntimeContext).
    log4j:WARN Please initialize the log4j system properly.
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/skins/Enterprise/images/button/button_Over_stretch.png==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/skins/Enterprise/images/button/button_Over_stretch.png
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/skins/Enterprise/images/button/button_Over_stretch.png==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/skins/Enterprise/images/button/button_Over_stretch.png
    [WARN] 404 - GET /mySGWT/sc/skins/Enterprise/images/button/button_Over_stretch.png (127.0.0.1) 1450 bytes
    Request headers
    Accept: */*
    Referer: http://127.0.0.1:8888/MySGWT.html?gw...127.0.0.1:9997
    Accept-Language: en-US
    User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Zune 4.7; MASP)
    Accept-Encoding: gzip, deflate
    Host: 127.0.0.1:8888
    Connection: Keep-Alive
    Cookie: GLog=%7B%0D%20%20%20%20left%3A956%2C%20%0D%20%20%20%20top%3A197%2C%20%0D%20%20%20%20width%3A804%2C%20%0D%20%20%20%20height%3A608%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; isc_cState=ready; JSESSIONID=ps2msg3ilbuu
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1450
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/skins/Enterprise/skin_styles.css==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/skins/Enterprise/skin_styles.css
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/skins/Enterprise/skin_styles.css==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/skins/Enterprise/skin_styles.css
    [WARN] 404 - GET /mySGWT/sc/skins/Enterprise/skin_styles.css (127.0.0.1) 1428 bytes
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: text/css,*/*;q=0.1
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/MySGWT.html?gw...127.0.0.1:9997
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1428
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/skins/Enterprise/skin_styles.css==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/skins/Enterprise/skin_styles.css
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/skins/Enterprise/skin_styles.css==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/skins/Enterprise/skin_styles.css
    [WARN] 404 - GET /mySGWT/sc/skins/Enterprise/skin_styles.css (127.0.0.1) 1428 bytes
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: text/css,*/*;q=0.1
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/MySGWT.html?gw...127.0.0.1:9997
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1428
    [WARN] Server class 'com.isomorphic.taglib.LoadISCTag' could not be found in the web app, but was found on the system classpath
    [WARN] Adding classpath entry 'file:/D:/Downloads/smartgwtpower-3.1d/smartgwtpower-3.1d/lib/isomorphic_core_rpc.jar' to the web app classpath for this session
    For additional info see: file:/D:/Downloads/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201205091048-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
    ISC: Configuring log4j from: file:/C:/myworkspace/mySGWT/war/WEB-INF/classes/log4j.isc.config.xml
    [WARN] Server class 'org.apache.commons.collections.map.LinkedMap' could not be found in the web app, but was found on the system classpath
    [WARN] Adding classpath entry 'file:/D:/Downloads/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201205091048-rel-r37/gwt-2.4.0/gwt-dev.jar' to the web app classpath for this session
    For additional info see: file:/D:/Downloads/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201205091048-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
    === 2012-09-16 11:28:39,111 [l0-2] INFO ISCInit - Isomorphic SmartClient/SmartGWT Framework initialization called from com.isomorphic.base.Init
    === 2012-09-16 11:28:39,111 [l0-2] INFO ISCInit - Isomorphic SmartClient/SmartGWT Framework - Initializing
    === 2012-09-16 11:28:39,111 [l0-2] INFO ConfigLoader - Attempting to load framework.properties from CLASSPATH
    [WARN] Server class 'isc.org.apache.oro.text.perl.Perl5Util' could not be found in the web app, but was found on the system classpath
    [WARN] Adding classpath entry 'file:/D:/Downloads/smartgwtpower-3.1d/smartgwtpower-3.1d/lib/isc-jakarta-oro-2.0.6.jar' to the web app classpath for this session
    For additional info see: file:/D:/Downloads/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201205091048-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
    === 2012-09-16 11:28:39,151 [l0-2] INFO ConfigLoader - Successfully loaded framework.properties from CLASSPATH at location: jar:file:/D:/Downloads/smartgwtpower-3.1d/smartgwtpower-3.1d/lib/isomorphic_core_rpc.jar!/framework.properties
    === 2012-09-16 11:28:39,151 [l0-2] INFO ConfigLoader - Attempting to load project.properties from CLASSPATH
    === 2012-09-16 11:28:39,151 [l0-2] INFO ConfigLoader - Unable to locate project.properties in CLASSPATH
    === 2012-09-16 11:28:39,151 [l0-2] INFO ConfigLoader - Successfully loaded isc_interfaces.properties from CLASSPATH at location: jar:file:/D:/Downloads/smartgwtpower-3.1d/smartgwtpower-3.1d/lib/isomorphic_core_rpc.jar!/isc_interfaces.properties
    === 2012-09-16 11:28:39,151 [l0-2] INFO ConfigLoader - Attempting to load server.properties from CLASSPATH
    === 2012-09-16 11:28:39,151 [l0-2] INFO ConfigLoader - Successfully loaded server.properties from CLASSPATH at location: file:/C:/myworkspace/mySGWT/war/WEB-INF/classes/server.properties
    === 2012-09-16 11:28:39,161 [l0-2] INFO Logger - Logging system started.
    === 2012-09-16 11:28:39,161 [l0-2] INFO ISCInit - Isomorphic SmartClient/SmartGWT Framework (SNAPSHOT_v8.3d_2012-05-08/PowerEdition Deployment 2012-05-08) - Initialization Complete
    === 2012-09-16 11:28:39,161 [l0-2] INFO ISCInit - Auto-detected webRoot - using: C:\myworkspace\mySGWT\war
    === 2012-09-16 11:28:39,161 [l0-2] INFO ISCInit - Isomorphic SmartClient/SmartGWT Framework initialization called from com.isomorphic.base.Base
    === 2012-09-16 11:28:39,161 [l0-2] INFO ISCInit - Isomorphic SmartClient/SmartGWT Framework is already initialized
    === 2012-09-16 11:28:39,161 [l0-2] DEBUG LoadISCTag - isomorphicURI not specified in tag, defaulting to: ../../mySGWT/sc/
    === 2012-09-16 11:28:39,171 [l0-2] WARN LoadISCTag - isc.moduleLoadOrder does not include user-selected modules: [DBConsole] - placing these modules last in the load order.
    === 2012-09-16 11:28:39,171 [l0-2] INFO ISCInit - Isomorphic SmartClient/SmartGWT Framework initialization called from com.isomorphic.base.Init
    === 2012-09-16 11:28:39,171 [l0-2] INFO ISCInit - Isomorphic SmartClient/SmartGWT Framework is already initialized
    [WARN] Server class 'org.apache.commons.fileupload.FileItemFactory' could not be found in the web app, but was found on the system classpath
    [WARN] Adding classpath entry 'file:/D:/Downloads/smartgwtpower-3.1d/smartgwtpower-3.1d/lib/commons-fileupload-1.2.1.jar' to the web app classpath for this session
    For additional info see: file:/D:/Downloads/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201205091048-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
    === 2012-09-16 11:28:39,181 [l0-2] INFO RequestContext - URL: '/mysgwt/tools/adminConsole.jsp', User-Agent: 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0': Moz (Gecko) with Accept-Encoding header
    [WARN] Server class 'org.apache.commons.pool.impl.GenericKeyedObjectPool' could not be found in the web app, but was found on the system classpath
    [WARN] Adding classpath entry 'file:/D:/Downloads/smartgwtpower-3.1d/smartgwtpower-3.1d/lib/commons-pool-1.4.jar' to the web app classpath for this session
    For additional info see: file:/D:/Downloads/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201205091048-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
    === 2012-09-16 11:28:39,191 [l0-2] INFO PoolManager - SmartClient pooling disabled for 'Filesystem' objects
    [WARN] Server class 'org.apache.commons.jxpath.AbstractFactory' could not be found in the web app, but was found on the system classpath
    [WARN] Adding classpath entry 'file:/D:/Downloads/smartgwtpower-3.1d/smartgwtpower-3.1d/lib/commons-jxpath-1.3.jar' to the web app classpath for this session
    For additional info see: file:/D:/Downloads/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201205091048-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
    === 2012-09-16 11:28:39,211 [l0-2] DEBUG XML - Parsed XML from C:\myworkspace\mySGWT\war\mysgwt\sc\system\schema\builtinTypes.xml: 10ms
    === 2012-09-16 11:28:39,241 [l0-2] DEBUG XML - Parsed XML from C:\myworkspace\mySGWT\war\mysgwt\sc\system\schema\Filesystem.ds.xml: 0ms
    === 2012-09-16 11:28:39,241 [l0-2] DEBUG XML - Parsed XML from C:\myworkspace\mySGWT\war\mysgwt\sc\system\schema\DataSource.ds.xml: 0ms
    [WARN] Server class 'org.apache.velocity.context.Context' could not be found in the web app, but was found on the system classpath
    [WARN] Adding classpath entry 'file:/D:/Downloads/smartgwtpower-3.1d/smartgwtpower-3.1d/lib/velocity-1.6.1.jar' to the web app classpath for this session
    For additional info see: file:/D:/Downloads/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201205091048-rel-r37/gwt-2.4.0/doc/helpInfo/webAppClassPath.html
    === 2012-09-16 11:28:39,271 [l0-2] DEBUG XML - Parsed XML from C:\myworkspace\mySGWT\war\mysgwt\sc\system\schema\DataSourceField.ds.xml: 0ms
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Core.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Core.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Core.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Core.js
    [WARN] 404 - GET /mySGWT/sc/system/development/ISC_Core.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1426 bytes
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1426
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Containers.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Containers.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Containers.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Containers.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Forms.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Forms.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_DataBinding.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_DataBinding.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Forms.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Forms.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_DataBinding.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_DataBinding.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Foundation.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Foundation.js
    [WARN] 404 - GET /mySGWT/sc/system/development/ISC_DataBinding.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1433 bytes
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    [WARN] 404 - GET /mySGWT/sc/system/development/ISC_Forms.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1427 bytes
    Accept: */*
    Request headers
    Accept-Language: en-us,en;q=0.5
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    [ WARNConnection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1427
    ] 404 - GET /mySGWT/sc/system/development/ISC_Containers.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1432 bytes
    Request headers
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Foundation.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Foundation.js
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1433
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1432
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_DBConsole.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_DBConsole.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_DBConsole.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_DBConsole.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/skins/Enterprise/load_skin.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/skins/Enterprise/load_skin.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/skins/Enterprise/load_skin.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/skins/Enterprise/load_skin.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Grids.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Grids.js
    [WARN] 404 - GET /mySGWT/sc/system/development/ISC_DBConsole.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1431 bytes
    Request headers
    Host: 127.0.0.1:8888
    [ WARNUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    ] 404 - GET /mySGWT/sc/system/development/ISC_Foundation.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1432 bytes
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1431
    [WARN] 404 - GET /mySGWT/sc/skins/Enterprise/load_skin.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1425 bytes
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1425
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1432
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Grids.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Grids.js
    [WARN] 404 - GET /mySGWT/sc/system/development/ISC_Drawing.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1429 bytes
    [WARN] 404 - GET /mySGWT/sc/system/development/ISC_Grids.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1427 bytes
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1427
    Request headers
    [Host: 127.0.0.1:8888
    WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Tools.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Tools.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Tools.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Tools.js
    [WARN] 404 - GET /mySGWT/sc/system/development/ISC_Tools.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1427 bytes
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1427
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1429
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Containers.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Containers.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Containers.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Containers.js
    [WARN] 404 - GET /mySGWT/sc/system/development/ISC_Containers.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1432 bytes
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1432
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Grids.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Grids.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Grids.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Grids.js
    [WARN] 404 - GET /mySGWT/sc/system/development/ISC_Grids.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1427 bytes
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1427
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Forms.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Forms.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Forms.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Forms.js
    [WARN] 404 - GET /mySGWT/sc/system/development/ISC_Forms.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1427 bytes
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1427
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_DataBinding.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_DataBinding.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_DataBinding.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_DataBinding.js
    [WARN] 404 - GET /mySGWT/sc/system/development/ISC_DataBinding.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1433 bytes
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1433
    [WARN] 404 - GET /mySGWT/sc/system/development/ISC_Drawing.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1429 bytes
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1429
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Tools.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Tools.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_Tools.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_Tools.js
    [WARN] 404 - GET /mySGWT/sc/system/development/ISC_Tools.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1427 bytes
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1427
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_DBConsole.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_DBConsole.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/system/development/ISC_DBConsole.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/system/development/ISC_DBConsole.js
    [WARN] 404 - GET /mySGWT/sc/system/development/ISC_DBConsole.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1431 bytes
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1431
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/skins/Enterprise/load_skin.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/skins/Enterprise/load_skin.js
    [WARN] Aliased resource: file:/C:/myworkspace/mySGWT/war/mySGWT/sc/skins/Enterprise/load_skin.js==file:/C:/myworkspace/mySGWT/war/mysgwt/sc/skins/Enterprise/load_skin.js
    [WARN] 404 - GET /mySGWT/sc/skins/Enterprise/load_skin.js?isc_version=SNAPSHOT_v8.3d_2012-05-08.js (127.0.0.1) 1425 bytes
    Request headers
    Host: 127.0.0.1:8888
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
    Accept: */*
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    Referer: http://127.0.0.1:8888/mysgwt/tools/adminConsole.jsp
    Cookie: JSESSIONID=8b654czyvccb
    Response headers
    Content-Type: text/html; charset=iso-8859-1
    Content-Length: 1425
    Last edited by zaj; 15 Sep 2012, 23:35.

    #2
    somebody please help

    Comment


      #3
      Here's a step in the right direction:

      http://www.smartclient.com/smartgwtee-latest/javadoc/com/smartgwt/client/docs/DebugModules.html

      Comment

      Working...
      X