Thursday, September 7, 2017

divide by zero error from com.google.gwt.logging.client.LogConfiguration.

I am getting an error that is probably recursive.  

ConsoleLogHandler.java:69 Thu Sep 07 09:58:39 GMT-400 2017 com.google.gwt.logging.client.LogConfiguration
SEVERE: divide by zerojava.lang.ArithmeticException: divide by zero
at Unknown.fillInStackTrace_0_g$(gisinventory-0.js@3:8443)
at Unknown.Throwable_2_g$(gisinventory-0.js@8:8389)
at Unknown.Exception_2_g$(gisinventory-0.js@18:8535)
at Unknown.RuntimeException_2_g$(gisinventory-0.js@18:8576)
at Unknown.new ArithmeticException_2_g$(gisinventory-0.js@25:104767)
at Unknown.divMod_0_g$(gisinventory-0.js@11:42345)
at Unknown.div_1_g$(gisinventory-0.js@10:42825)
at Unknown.setProgress_0_g$(gisinventory-0.js@38:89886)
at Unknown.addToQueue_0_g$(gisinventory-0.js@26:82801)
at Unknown.run_11_g$(gisinventory-0.js@23:102875)
at Unknown.fire_0_g$(gisinventory-0.js@8:2481)
at Unknown.anonymous(gisinventory-0.js@16:2438)
at Unknown.apply_0_g$(gisinventory-0.js@28:10845)
at Unknown.entry0_0_g$(gisinventory-0.js@16:10901)
at Unknown.anonymous(gisinventory-0.js@14:10881)

This even happens when the application is just sitting there, or upon load.   It hits a breakpoint I set at google/gwt/core/client/impl/Impl.java, but I cannot go any further back in the callstack, because it is anonymous.  

Any thoughts?


--
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