I have been successfully using gwt-log and stack deobfuscation for a long time but it recently stopped working and I get
com.allen_sauer.gwt.log.server.ServerLogImplJDK14 log: Failed to deobfuscate stack trace for permutation 65EA13183F23F5F8EC3B08A6B2F2F6CC. Verify that the corresponding symbolMap is available.
I don't know if upgrading to 2.5, experimenting with Super Dev Mode (I may have followed some instructions for generating Symbol maps for debugging in Chrome), or something else is causing the problem. But I can see the files in WEB-INF/deploy/Model/symbolMaps/
I use the Eclipse plugin to deploy. And I use the Google App Engine.
Any suggestions?