I've been using source maps for the last few months without trouble.

Yesterday everything worked fine.  Today the java sourcemaps won't appear.

I've attached an image to show that the codeserver is running correctly on 
port 9876 it just isn't serving the java source.

I'm launching from maven, the problem occurs with gwt:run & gwt:debug.

Incremental compilation still works correctly.

My Console log below:

z:\ws1\watchwords>mvn gwt:debug
[INFO] Scanning for projects...
[INFO]
[INFO] 
------------------------------------------------------------------------
[INFO] Building Wave 1.0
[INFO] 
------------------------------------------------------------------------
[INFO]
[INFO] >>> gwt-maven-plugin:2.7.0:debug (default-cli) > process-classes @ 
wave >>>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ wave 
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
z:\ws1\watchwords\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ wave ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< gwt-maven-plugin:2.7.0:debug (default-cli) < process-classes @ 
wave <<<
[INFO]
[INFO] --- gwt-maven-plugin:2.7.0:debug (default-cli) @ wave ---
[INFO] starting debugger on port 8000 in suspend mode
[INFO] create exploded Jetty webapp in z:\ws1\watchwords\target\wave-1.0
[INFO] Listening for transport dt_socket at address: 8000
[ERROR] Dec 10, 2014 10:32:17 AM java.util.prefs.WindowsPreferences <init>
[ERROR] WARNING: Could not open/create prefs root node 
Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) 
returned error code 5.
[INFO] Super Dev Mode starting up
[INFO]    workDir: a:\temp\gwt-codeserver-2579418874325485548.tmp
[INFO]    Loading Java files in com.wallissoftware.wave.WaveWithLogging.
[ERROR] Dec 10, 2014 10:32:20 AM 
com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
[ERROR] INFO: Successfully processed 
z:\ws1\watchwords\target\wave-1.0\WEB-INF/appengine-web.xml
[ERROR] Dec 10, 2014 10:32:20 AM 
com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
[ERROR] INFO: Successfully processed 
z:\ws1\watchwords\target\wave-1.0\WEB-INF/web.xml
[ERROR] Dec 10, 2014 10:32:20 AM 
com.google.appengine.tools.development.SystemPropertiesManager 
setSystemProperties
[ERROR] INFO: Overwriting system property key 
'java.util.logging.config.file', value 
'C:\Users\Richard\.m2\repository\com\google\appengine\appengine-java-sdk\1.9.17\appengine-java-sdk\appengine-java-sdk-1.9.17\config\sdk\logging.properties'
 
with value 'WEB-INF/logging.properties' from 
'z:\ws1\watchwords\target\wave-1.0\WEB-INF\appengine-web.xml'
[ERROR] Dec 10, 2014 10:32:20 AM 
com.google.apphosting.utils.jetty.JettyLogger info
[ERROR] INFO: Logging to JettyLogger(null) via 
com.google.apphosting.utils.jetty.JettyLogger
[ERROR] Dec 10, 2014 10:32:20 AM 
com.google.appengine.tools.development.IsolatedAppClassLoader 
checkWorkingDirectory
[ERROR] WARNING: Your working directory, (z:\ws1\watchwords) is not equal 
to your
[ERROR] web application root (Z:\ws1\watchwords\target\wave-1.0)
[ERROR] You will not be able to access files from your working directory on 
the production server.
[ERROR]
[ERROR] Dec 10, 2014 10:32:21 AM 
com.google.apphosting.utils.jetty.JettyLogger info
[ERROR] INFO: jetty-6.1.x
[INFO]    Module setup completed in 5044 ms
[ERROR] 2014-12-10 10:32:22.345:INFO:oejs.Server:jetty-8.y.z-SNAPSHOT
[ERROR] 2014-12-10 10:32:22.396:INFO:oejs.AbstractConnector:Started 
SelectChannelConnector@127.0.0.1:9876
[INFO]
[INFO] The code server is ready at http://127.0.0.1:9876/
[ERROR] Dec 10, 2014 10:32:22 AM 
com.google.apphosting.utils.jetty.JettyLogger info
[ERROR] INFO: Started SelectChannelConnector@0.0.0.0:8888
[ERROR] Dec 10, 2014 10:32:22 AM 
com.google.appengine.tools.development.AbstractModule startup
[ERROR] INFO: Module instance default is running at http://localhost:8888/
[ERROR] Dec 10, 2014 10:32:22 AM 
com.google.appengine.tools.development.AbstractModule startup
[ERROR] INFO: The admin console is running at 
http://localhost:8888/_ah/admin
[ERROR] Dec 10, 2014 10:32:22 AM 
com.google.appengine.tools.development.DevAppServerImpl doStart
[ERROR] INFO: Dev App Server is now running
[INFO] GET /recompile/wave
[INFO]    Job com.wallissoftware.wave.WaveWithLogging_1_0
[INFO]       starting job: com.wallissoftware.wave.WaveWithLogging_1_0
[INFO]       binding: codec.base64Supported=yes
[INFO]       Compiling module com.wallissoftware.wave.WaveWithLogging
[INFO]          Computing all possible rebind results for 
'com.google.gwt.logging.shared.RemoteLoggingService'
[INFO]             Rebinding 
com.google.gwt.logging.shared.RemoteLoggingService
[INFO]                Invoking generator 
com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator
[INFO]                   Generating client proxy for remote service 
interface 'com.google.gwt.logging.shared.RemoteLoggingService'
[INFO]                      Analyzing 
'com.google.gwt.logging.shared.RemoteLoggingService' for serializable types
[INFO]                         Analyzing methods:
[INFO]                            public abstract java.lang.String 
logOnServer(java.util.logging.LogRecord record)
[INFO]                               Parameter: java.util.logging.LogRecord 
record
[INFO]                                  java.util.logging.LogRecord
[INFO]                                     Verifying instantiability
[INFO]                                        java.util.logging.LogRecord
[INFO]                                           Analyzing the fields of 
type 'java.util.logging.LogRecord' that qualify for serialization
[INFO]                                              private 
java.lang.Throwable thrown
[INFO]                                                 java.lang.Throwable
[INFO]                                                    Verifying 
instantiability
[INFO]                                                       
com.gwtplatform.dispatch.client.interceptor.InterceptorMismatchException
[INFO]                                                          Analyzing 
the fields of type 
'com.gwtplatform.dispatch.client.interceptor.InterceptorMismatchException' 
that qualify for serialization
[INFO]                                                             [WARN] 
Field 'private final java.lang.Class<?> requestedActionType' will not be 
serialized because it is final
[INFO]                                                             [WARN] 
Field 'private final java.lang.Class<?> supportedActionType' will not be 
serialized because it is final
[INFO]          Computing all possible rebind results for 
'com.gwtplatform.mvp.client.DesktopGinjector'
[INFO]             Rebinding com.gwtplatform.mvp.client.DesktopGinjector
[INFO]                Invoking generator 
com.google.gwt.inject.rebind.GinjectorGenerator
[INFO]                   [WARN] Class 
com.googlecode.objectify.condition.IfNotDefault is used in Gin, but not 
available in GWT client code.
[INFO]                   [WARN] Class 
com.googlecode.objectify.condition.IfNotNull is used in Gin, but not 
available in GWT client code.
[INFO]          Computing all possible rebind results for 
'com.seanchenxi.gwt.storage.client.serializer.StorageTypeSerializer'
[INFO]             Rebinding 
com.seanchenxi.gwt.storage.client.serializer.StorageTypeSerializer
[INFO]                Invoking generator 
com.seanchenxi.gwt.storage.rebind.StorageTypeSerializerGenerator
[INFO]                   java.util.logging.LogRecord
[INFO]                      Verifying instantiability
[INFO]                         java.util.logging.LogRecord
[INFO]                            Analyzing the fields of type 
'java.util.logging.LogRecord' that qualify for serialization
[INFO]                               private java.lang.Throwable thrown
[INFO]                                  java.lang.Throwable
[INFO]                                     Verifying instantiability
[INFO]                                        
com.gwtplatform.dispatch.client.interceptor.InterceptorMismatchException
[INFO]                                           Analyzing the fields of 
type 
'com.gwtplatform.dispatch.client.interceptor.InterceptorMismatchException' 
that qualify for serialization
[INFO]                                              [WARN] Field 'private 
final java.lang.Class<?> requestedActionType' will not be serialized 
because it is final
[INFO]                                              [WARN] Field 'private 
final java.lang.Class<?> supportedActionType' will not be serialized 
because it is final
[INFO]          Unification traversed 65646 fields and methods and 6041 
types. 5999 are considered part of the current module and 5999 had all of 
their fields and methods traversed.
[INFO]          Compiling 1 permutation
[INFO]             Compiling permutation 0...
[INFO]             Linking per-type JS with 5983 new types.
[INFO]                prelink JS size = 11179682
[INFO]                prelink sourcemap = 11179682 bytes and 275405 lines
[INFO]                postlink JS size = 11042054
[INFO]                postlink sourcemap = 11042054 bytes and 272033 lines
[INFO]             Source Maps Enabled
[INFO]          Compile of permutations succeeded
[INFO]          Compilation succeeded -- 27.287s
[INFO]       Linking into 
a:\temp\gwt-codeserver-2579418874325485548.tmp\com.wallissoftware.wave.WaveWithLogging\compile-2\war\wave;
 
Writing extras to 
a:\temp\gwt-codeserver-2579418874325485548.tmp\com.wallissoftware.wave.WaveWithLogging\compile-2\extras\wave
[INFO]          Link succeeded
[INFO]          Linking succeeded -- 1.689s
[INFO]       29.957s total -- Compile completed
[

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

Reply via email to