Announcement

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

    Cant Enable the Super dev mode for Sample SmartGWT Application

    Developed a sample smartGwt application in eclipse IDE, and tried to launch that on local in super dev mode.


    Environment details

    1. Java 1.8.0_201
    2. SmartGWT 6.0p
    3. Eclipse Version: Oxygen.2 Release (4.7.2)


    Below is the log generated on console

    Turning off precompile in incremental mode.
    Super Dev Mode starting up
    workDir: C:\Users\echhsha\AppData\Local\Temp\gwt-codeserver-4084661584839429364.tmp
    Loading Java files in com.first.smartgwt.client.SmartGWTIntroProject.
    Ignored 2 units with compilation errors in first pass.
    Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
    Module setup completed in 184211 ms
    2019-05-13 14:36:10.563:INFO:oejs.Server:jetty-8.y.z-SNAPSHOT
    2019-05-13 14:36:10.751:INFO:oejs.AbstractConnector:Started SelectChannelConnector@127.0.0.1:9876

    The code server is ready at http://localhost:9876/



    When launching the URL http://localhost:9876/, and after adding the bookmark dev mode on, and clicking on it, getting Can't find any GWT Modules on this page.
    Not sure how this can be resolved. Can anyone please suggest some pointers.

    #2
    Hi chandra99,

    did you see this link with the special instructions for GWT 2.6? What GWT version are you using?

    Best regards
    Blama

    Comment


      #3
      This is the 6.0 version of the link above.

      Comment


        #4
        Sorry for the delayed revert, I am using gwt.version=2.7.0 with SmartGWT 6.0p

        Comment

        Working...
        X