Forums : Technical Issue Help

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.blackduck.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at info@openhub.net

GWT Problem with JavaScript

Hi,
I am using GWT as a view in my application, Spring and xfire
webservice. My GWT code is throwing an exception.
Actually the request and response are getting processed correctly.But,
at view i am getting the exception

Exception in Handling
Response:com.google.gwt.core.client.JavaScriptException: JavaScript
TypeError exception: 'tTh' is null or not an object
.

i tried to debug my application through Javascript Debugger (Firefox).
I could get some point. It is pointing to C:\Program Files\Apache
Software Foundation\Tomcat 5.5\webapps\central
\3DAE7461AE7C106EF71E374BD11E11A5.cache
File which is a html file. In
the viewsource option, i could find the function where it is throwing
the exception. But now my problem is this file is generated after
compilation. The Content present is dynamically generated in it,
including the function name. so i could not map this to the original
Java/Js file in my Source Code.

Any Ideas/ Suggestions is most appreciated.

Thank you,
Kishore.

kishorebabu almost 17 years ago