On 07/15/2011 05:37 AM, Steve Francis wrote:
I made a change to my resin.xml file ( Resin Pro 4.0.18 ) and allowed the server to automatically pick up the change, and the following occurred.

Shutdown Resin reason: MODIFIED

java.lang.IllegalStateException: store Table[stat_data_hmiqa:0] is closing.
at com.caucho.db.block.BlockStore.validateBlockId(BlockStore.java:747)
at com.caucho.db.block.Block.<init>(Block.java:81)

Resin Professional 4.0.18 (built Thu, 12 May 2011 01:39:03 PDT)
Copyright(c) 1998-2010 Caucho Technology.  All rights reserved.

  1013654.license -- 128 Resin servers Intercontinental Hotel Groups (IHG)
  1012731.license -- 128 Resin servers Intercontinental Hotel Groups (IHG)

Starting Resin Professional on Fri, 15 Jul 2011 08:26:57 -0400 (EDT)

OpenSSL support compiled for OpenSSL 0.9.8a 11 Oct 2005


As you can see it restarted, but why the error thrown?

It's a timing issue on shutdown. The server is shutting down, but some threads are running, so it's possible they start an operation while the server is still up, but get to a validation check which notices it's stopping.

That specific spot has been changed to avoid the error (by detecting the server close earlier.)

-- Scott


Steve Francis
Technical Adviser -- Application Technologies
IHG
Office:  770-442-7157
Cell:     770-906-3122
IM:  francisihg


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to