Re: Appstats RecordingFuture classcast exception

2013-02-03 Thread Niels
Hi,

Thanks for your kind reply, however I did not work on the app engine since
I posted this question (and I never use this e-mailaddress). I do not
remember how we fixed this, I do not even remember the problem exactly. So
I'm sorry I can't help you any further.

Good luck!,
Niels Baloe

On Tue, Jan 29, 2013 at 11:13 PM, ingo ingo.jaec...@gmail.com wrote:

 Hi,

 I have the exact same issue. Did you ever get around this problem?

 Thanks,
 Ingo

 On Friday, April 22, 2011 9:58:17 AM UTC-4, Baloe wrote:

 Hi all,

 We're using the appstats for extra logging. Works fine as far as I've
 looked at it, but not we get a classcast exception for most requests.
 Looks like a java version conflict to me, but we only included the
 library, so there is no point in fixing anything.


 The error:

 Reason:
 precom.google.appengine.tools.**appstats.RecordingFuture cannot be
 cast to com.google.appengine.tools.**appstats.RecordingFuture/pre**/
 ph3Caused by:/h3prejava.lang.**ClassCastException:
 com.google.appengine.tools.**appstats.RecordingFuture cannot be cast to
 com.google.appengine.tools.**appstats.RecordingFuture



 The only thing we did was add it to the web.xml:

  filter
 filter-nameappstats/filter-**name
 filter-
 classcom.google.appengine.**tools.appstats.AppstatsFilter**/filter-
 class
 init-param
 param-namelogMessage/param-**name
 param-valueAppstats available: /appstats/details?
 time={ID}/param-value
 /init-param
 /filter
 filter-mapping
 filter-nameappstats/filter-**name
 url-pattern/ourstuff/*/url-**pattern
 /filter-mapping


  servlet
 servlet-nameappstats/**servlet-name
 servlet-
 classcom.google.appengine.**tools.appstats.**AppstatsServlet/servlet-
 class
 /servlet
 servlet-mapping
 servlet-nameappstats/**servlet-name
 url-pattern/appstats/*/url-**pattern
 /servlet-mapping

 Thanks,
 Niels

  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Appstats RecordingFuture classcast exception

2013-01-30 Thread ingo
FYI: I updated this issue with my findings: 
http://code.google.com/p/googleappengine/issues/detail?id=7052. I found 
another issue which is Google says is closed, 
see http://code.google.com/p/googleappengine/issues/detail?id=6071. However 
in my application I am still seeing this behaviour with GAE 1.7.3.

Thanks,
Ingo 

On Tuesday, January 29, 2013 5:13:33 PM UTC-5, ingo wrote:

 Hi,

 I have the exact same issue. Did you ever get around this problem?

 Thanks,
 Ingo

 On Friday, April 22, 2011 9:58:17 AM UTC-4, Baloe wrote:

 Hi all, 

 We're using the appstats for extra logging. Works fine as far as I've 
 looked at it, but not we get a classcast exception for most requests. 
 Looks like a java version conflict to me, but we only included the 
 library, so there is no point in fixing anything. 


 The error: 

 Reason: 
 precom.google.appengine.tools.appstats.RecordingFuture cannot be 
 cast to com.google.appengine.tools.appstats.RecordingFuture/pre/ 
 ph3Caused by:/h3prejava.lang.ClassCastException: 
 com.google.appengine.tools.appstats.RecordingFuture cannot be cast to 
 com.google.appengine.tools.appstats.RecordingFuture 



 The only thing we did was add it to the web.xml: 

  filter 
 filter-nameappstats/filter-name 
 filter- 
 classcom.google.appengine.tools.appstats.AppstatsFilter/filter- 
 class 
 init-param 
 param-namelogMessage/param-name 
 param-valueAppstats available: /appstats/details? 
 time={ID}/param-value 
 /init-param 
 /filter 
 filter-mapping 
 filter-nameappstats/filter-name 
 url-pattern/ourstuff/*/url-pattern 
 /filter-mapping 


  servlet 
 servlet-nameappstats/servlet-name 
 servlet- 
 classcom.google.appengine.tools.appstats.AppstatsServlet/servlet- 
 class 
 /servlet 
 servlet-mapping 
 servlet-nameappstats/servlet-name 
 url-pattern/appstats/*/url-pattern 
 /servlet-mapping 

 Thanks, 
 Niels 



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Appstats RecordingFuture classcast exception

2013-01-29 Thread ingo
Hi,

I have the exact same issue. Did you ever get around this problem?

Thanks,
Ingo

On Friday, April 22, 2011 9:58:17 AM UTC-4, Baloe wrote:

 Hi all, 

 We're using the appstats for extra logging. Works fine as far as I've 
 looked at it, but not we get a classcast exception for most requests. 
 Looks like a java version conflict to me, but we only included the 
 library, so there is no point in fixing anything. 


 The error: 

 Reason: 
 precom.google.appengine.tools.appstats.RecordingFuture cannot be 
 cast to com.google.appengine.tools.appstats.RecordingFuture/pre/ 
 ph3Caused by:/h3prejava.lang.ClassCastException: 
 com.google.appengine.tools.appstats.RecordingFuture cannot be cast to 
 com.google.appengine.tools.appstats.RecordingFuture 



 The only thing we did was add it to the web.xml: 

  filter 
 filter-nameappstats/filter-name 
 filter- 
 classcom.google.appengine.tools.appstats.AppstatsFilter/filter- 
 class 
 init-param 
 param-namelogMessage/param-name 
 param-valueAppstats available: /appstats/details? 
 time={ID}/param-value 
 /init-param 
 /filter 
 filter-mapping 
 filter-nameappstats/filter-name 
 url-pattern/ourstuff/*/url-pattern 
 /filter-mapping 


  servlet 
 servlet-nameappstats/servlet-name 
 servlet- 
 classcom.google.appengine.tools.appstats.AppstatsServlet/servlet- 
 class 
 /servlet 
 servlet-mapping 
 servlet-nameappstats/servlet-name 
 url-pattern/appstats/*/url-pattern 
 /servlet-mapping 

 Thanks, 
 Niels 


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.