Wednesday, January 20, 2016

Re: Migrating to Super-dev mode?

@Thomas,
Thanks for the input, the insight helps to understand better what is going on.

I started from the start, cleaned the war dir, started the Codeserver with the following argument:
    -launcherDir "../plus-gwt/target/war" com.company.GwtPlusDevEd

Starting with the following url that is processed by the Apache webserver and has the war dir as web location: 
   http://localhost/bv-host/plusRoot/plus/?Bac=0 (the argument is for the dev version to mock the backend)

It's compiling, see the output below, the screen is created and shown, but then nothing works on the site, clicking anything clickable item like button will do nothing, no logging in the console, just nothing. It's like the web page contains an overlay, but I can't find it.
The browser console doesn't contain any error. I tried both Firefox and Chrome.
Neither the CodeServer or Apache log files contains any error.

Any idea where to look?
I notice a warning in the compiler output, but not sure what to do with it, and what it could be (it contains old deprecated code). (If I enable debug the message gets lost in the mass output)
- Ed


=================== Compiler output

14:19:38.183 [main]  INFO  o.e.jetty.server.AbstractConnector - Started SelectChannelConnector@127.0.0.1:9876

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

GET /recompile/plus

   Job com.company.GwtPlusDevEd_1_0

      starting job: com.company.GwtPlusDevEd_1_0

      binding: gwt.os=desktop

      binding: history.pushStateSupported=yes

      binding: user.agent=gecko1_8

      Compiling module com.company.GwtPlusDevEd

         Ignored 23 units with compilation errors in first pass.

Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.

         Adding '1' new generated units

            Warnings in '/var/folders/6s/_9g0r5f121bd7w67f4w6s6mr0000gn/T/gwt-codeserver-920260599043672628.tmp/com.company.GwtPlusDevEd/compile-2/gen/com/company/button/resources/old/ButtonsResourcesOld_nl_InlineClientBundleGenerat

or.java'

               See snapshot: /var/folders/6s/_9g0r5f121bd7w67f4w6s6mr0000gn/T/com.bv.gwt.plus.widget.button.resources.old.ButtonsR

esourcesOld_nl_InlineClientBundleGenerator3719871566149866120.java

            Ignored 1 unit with compilation errors in first pass.

Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.

         Unification traversed 90470 fields and methods and 8659 types. 8625 are considered part of the current module and 8625 ha

d all of their fields and methods traversed.

         Compiling 1 permutation

            Compiling permutation 0...

            Linking per-type JS with 8609 new types.

               prelink JS size = 27491976

               prelink sourcemap = 27491976 bytes and 627594 lines

               postlink JS size = 27283513

               postlink sourcemap = 27283513 bytes and 622796 lines

            Source Maps Enabled

         Compile of permutations succeeded

         Compilation succeeded -- 41,675s

      Linking into /var/folders/6s/_9g0r5f121bd7w67f4w6s6mr0000gn/T/gwt-codeserver-920260599043672628.tmp/com.company

.GwtPlusDevEd/compile-2/war/plus; Writing extras to /var/folders/6s/_9g0r5f121bd7w67f4w6s6mr0000gn/T/gwt-codeserver-9202605990

43672628.tmp/com.company.GwtPlusDevEd/compile-2/extras/plus

         Link succeeded

         Linking succeeded -- 1,503s

      43,784s total -- Compile completed

GET /recompile/plus

   Job com.company.GwtPlusDevEd_1_1

      starting job: com.company.GwtPlusDevEd_1_1

      binding: gwt.os=desktop

      binding: history.pushStateSupported=yes

      binding: user.agent=gecko1_8

      skipped compile because no input files have changed

      0,528s total -- Compile completed

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment