I use the GWT deobfuscators (class: StackTraceDeobfuscator), on the server 
side to deobfuscate the received stacktrace (GWT version 2.7.0).

However, I noticed that it can't deobfuscate a received exception (in web 
mode). I know it worked in the past, but can't find a cause why it doesn't 
work now/anymore.

The symbol maps files are copied from the extra output directory and put on 
the server.
The permutation name is "A0A15F28658DBD26FB97FC50FD5BC29C" and the file 
A0A15F28658DBD26FB97FC50FD5BC29C.symbolMap is present and readable by the 
tomcat server (tomcat is the owner of the symbolMap files).

First I thought it can't read/find the file, but I don't think that is the 
case (should work as well, as that code hasn't changed in a long time)
I notice that the received client stacktrace contains a class with name 
"S1376", but when I look in the symbolMap, I can't find it :( (I see 
symbols like Fd, Fi)... I don't understand this symbol "S1376", it looks 
very "large" when noticing that most symbols in the symbolMap file are 2 
characters long.
What is going wrong here ? I don't use the sourceMap files, should I?, 
Maybe that's why the characters start with an "S"... (I never used the 
sourceMap files)...

Any idea ?
- Ed

-- 
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 [email protected].
To post to this group, send email to [email protected].
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