Hi,
Everything was working properly until this morning. I didn't update my application.
It seems that the logging mechanism has been broken since when I call Logger.getLogger().info() I get the following stacktrace :
java.lang.NullPointerException
at com.google.apphosting.api.source.SourcePb$SourceLocation.setFile(SourcePb.java:139)
at com.google.apphosting.runtime.AppLogsWriter.getSourceLocationProto(AppLogsWriter.java:380)
at com.google.apphosting.runtime.AppLogsWriter.addLogRecordAndMaybeFlush(AppLogsWriter.java:183)
at com.google.apphosting.runtime.ApiProxyImpl$EnvironmentImpl.addLogRecord(ApiProxyImpl.java:993)
at com.google.apphosting.runtime.ApiProxyImpl.log(ApiProxyImpl.java:660)
at com.google.apphosting.runtime.ApiProxyImpl.log(ApiProxyImpl.java:73)
at com.google.apphosting.api.ApiProxy.log(ApiProxy.java:208)
at com.google.apphosting.runtime.security.shared.intercept.java.util.logging.DefaultHandler.publish(DefaultHandler.java:51)
at java.util.logging.Logger.log(Logger.java:616)
at java.util.logging.Logger.doLog(Logger.java:641)
at java.util.logging.Logger.log(Logger.java:664)
at java.util.logging.Logger.info(Logger.java:1182)
Am I the only one having this issue? So far, I disabled the traces from the application, and it seems everything else is working.
Thank you for your help