xiaodududu / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

Starting guice on GAE causes java.security.AccessControlException #656

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have problem with guice when starting on GAE. Problem was discussed here: 
http://code.google.com/p/google-guice/issues/detail?id=488, but it was closed 
as invalid because it is only info message. 
Well this info message causes that application with guice has about 3 seconds 
longer startup than application without guice (because exception is thrown). 
I think the solution for this would be turn of starting 
FinalizableReferenceQueue with some configuration parameter, because on GAE it 
does not work anyway.

Original issue reported on code.google.com by pohorele...@gmail.com on 27 Sep 2011 at 10:58