Announcement

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

    smartgwt-6.0p\helloworld-2.0 failed to run after building with GWT 2.7 or 2.8

    I just downloaded today LGPL version of smartclient. Compiled helloworld-2.0 version with GWT 2.7 and 2.8 with eclipse as well as ANT command line. After starting in hosted mode, i am only getting blank screen displayed. Appreciate your support

    Super Dev Mode starting up
    workDir: C:\Users\FOLDER~1\AppData\Local\Temp\gwt-codeserver-5076559600335626758.tmp
    Loading Java files in com.mycompany.HelloWorld.
    Invoking Linker SmartGwtScriptInjector
    Creating loadScriptTagFiles.js to manually load the following script tags:
    sc/modules/ISC_Core.js
    sc/modules/ISC_Foundation.js
    sc/modules/ISC_Containers.js
    sc/modules/ISC_Grids.js
    sc/modules/ISC_Forms.js
    sc/modules/ISC_RichTextEditor.js
    sc/modules/ISC_Calendar.js
    sc/modules/ISC_DataBinding.js
    sc/skins/Enterprise/load_skin.js
    Module setup completed in 19228 ms

    The code server is ready at http://127.0.0.1:9876/
    GET /recompile/helloworld
    Job com.mycompany.HelloWorld_1_0
    starting job: com.mycompany.HelloWorld_1_0
    binding: user.agent=gecko1_8
    Compiling module com.mycompany.HelloWorld
    Unification traversed 47142 fields and methods and 3227 types. 3196 are considered part of the current module and 3196 had all of their fields and methods traversed.
    Compiling 1 permutation
    Compiling permutation 0...
    Linking per-type JS with 3180 new types.
    prelink JS size = 10340737
    prelink sourcemap = 10340737 bytes and 271369 lines
    postlink JS size = 10226430
    postlink sourcemap = 10226430 bytes and 268314 lines
    Source Maps Enabled
    Compile of permutations succeeded
    Compilation succeeded -- 16.533s
    Linking into C:\Users\FOLDER~1\AppData\Local\Temp\gwt-codeserver-5076559600335626758.tmp\com.mycompany.HelloWorld\compile-2\war\helloworld; Writing extras to C:\Users\FOLDER~1\AppData\Local\Temp\gwt-codeserver-5076559600335626758.tmp\com.mycompany.HelloWorld\compile-2\extras\helloworld
    Invoking Linker Cross-Site-Iframe
    Ignoring the following script tags in the gwt.xml file
    sc/modules/ISC_Core.js
    sc/modules/ISC_Foundation.js
    sc/modules/ISC_Containers.js
    sc/modules/ISC_Grids.js
    sc/modules/ISC_Forms.js
    sc/modules/ISC_RichTextEditor.js
    sc/modules/ISC_Calendar.js
    sc/modules/ISC_DataBinding.js
    sc/skins/Enterprise/load_skin.js

    Invoking Linker SmartGwtScriptInjector
    Creating loadScriptTagFiles.js to manually load the following script tags:
    sc/modules/ISC_Core.js
    sc/modules/ISC_Foundation.js
    sc/modules/ISC_Containers.js
    sc/modules/ISC_Grids.js
    sc/modules/ISC_Forms.js
    sc/modules/ISC_RichTextEditor.js
    sc/modules/ISC_Calendar.js
    sc/modules/ISC_DataBinding.js
    sc/skins/Enterprise/load_skin.js
    Link succeeded
    Linking succeeded -- 3.710s
    21.042s total -- Compile completed
    GET /recompile/helloworld
    Job com.mycompany.HelloWorld_1_1
    starting job: com.mycompany.HelloWorld_1_1
    binding: user.agent=gecko1_8
    skipped compile because no input files have changed
    0.113s total -- Compile completed

    #2
    Hi ramganeshk. Welcome to the forums.

    If you haven't done so, it's time to take a look at chapter 2 of the Quick Start Guide, and in particular, this linked article. Also, although you are working with Ant and not Maven, this might be worth reading.

    Finally, if you already know all that, please pay special attention to the guidelines Isomorphic gives when you start creating a new post here in the forums, as they contain all information that they and us (the community) need to help you out:


    Be sure your post includes:
    1. The *complete* SmartGWT or SmartClient version from the lower left-hand corner of the Developer Console (see FAQ for how to open Developer Console), for example, "v10.0p_2015-06-18/PowerEdition Deployment"
    2. Browser(s) and version(s) involved
    3. For a server-side problem, the *complete* logs generated during processing of the failing request (do *not* trim to just the error message)
    4. For any problem processing a server response, the actual response as shown in the RPC tab in the Developer Console
    5. If there is a JavaScript error, please post a stack trace.
    6. Sample code if applicable
    7. If you think you have found a bug, post a standalone test case.
    Posts with incomplete information are much more likely to be ignored.
    To maximize efficiency, responses from Support will be short and to-the-point. Thx for understanding.

    Need more help? Get commercial support.
    Last edited by carlossierra; 19 Sep 2016, 06:30.

    Comment


      #3
      So the claim that the SGWT LGPL sample app works in compiled ("web") mode, but not in SuperDevMode? (Note that "hosted mode" traditionally refers to Classic Dev Mode rather than SuperDevMode.) Are there any messages displayed in the browser error console?

      Comment

      Working...
      X