zillo32 / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 0 forks source link

HardDeadlineExceededError due to PluginClassLoader #513

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

I am unsure about the steps to reproduce.  The self registration plugin is 
causing errors.

I installed the self registration plugin and it worked correctly for two weeks, 
however now I am getting the following errors for any admin activity I try in 
the admin console.  E.g., this error occurs when looking at the Content section 
of the admin console.

It seems that the PluginClassLoader continues to try and create the 'register' 
class loader but eventually hits the GAE hard deadline exception.  Any help 
would be greatly appreciate.  I am unable to uninstall the register plugin 
because I can't open the list of plugins in the admin console.  Other plugins 
such as the Atom RSS plugin do load correctly.

2011-08-24 11:18:01.125  [s~outdoorschronicle/1.352777271463379255].<stderr>: 
[INFO] PluginClassLoader - -creating class loader register

W 2011-08-24 11:18:01.277  [s~outdoorschronicle/1.352777271463379255].<stderr>: 
[INFO] PluginClassLoader - -creating class loader register

W 2011-08-24 11:18:01.419 [s~outdoorschronicle/1.352777271463379255].<stderr>: 
[INFO] PluginClassLoader - -creating class loader register

Error for /i18n.js
com.google.apphosting.runtime.HardDeadlineExceededError: This request 
(ae73de227a3a8cc5) started at 2011/08/24 15:18:01.093 UTC and was still 
executing at 2011/08/24 15:18:31.189 UTC.

Original issue reported on code.google.com by goog...@gmail.com on 24 Aug 2011 at 3:25

GoogleCodeExporter commented 8 years ago
UPDATE:  I cleared the cache by going to URL /_ah/reset_cache and now the 
PluginClassLoader is working correctly and the error is not occurring any more.

Original comment by goog...@gmail.com on 24 Aug 2011 at 5:12