Revision: 14776
          http://gate.svn.sourceforge.net/gate/?rev=14776&view=rev
Author:   valyt
Date:     2011-12-15 15:19:51 +0000 (Thu, 15 Dec 2011)
Log Message:
-----------
Log exceptions on the server side.

Modified Paths:
--------------
    
mimir/trunk/mimir-web/grails-app/services/gate/mimir/web/server/GwtRpcService.groovy

Modified: 
mimir/trunk/mimir-web/grails-app/services/gate/mimir/web/server/GwtRpcService.groovy
===================================================================
--- 
mimir/trunk/mimir-web/grails-app/services/gate/mimir/web/server/GwtRpcService.groovy
        2011-12-15 15:19:24 UTC (rev 14775)
+++ 
mimir/trunk/mimir-web/grails-app/services/gate/mimir/web/server/GwtRpcService.groovy
        2011-12-15 15:19:51 UTC (rev 14776)
@@ -175,6 +175,7 @@
       } catch (Exception e) {
         // we had a problem accessing the data inside the query runner. We'll 
         // just assume the runner is not valid any more
+        log.error("Internal error", e)
         throw new 
MimirSearchException(MimirSearchException.INTERNAL_SERVER_ERROR,
             "Error extracting data from the query runner - " +
             "your session may have expired.");

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to