In my server.log, I find a lot of WARN:
anonymous wrote : 2005-07-18 00:32:02,156 WARN  
[org.jboss.ejb.plugins.AbstractInstanceCache] Unable to passivate due to ctx 
lock

who can tell me why and help me to resolv this problem, thx!

My standardjboss.xml, it is default:

anonymous wrote :    <container-configurations>
  | 
  |       <container-configuration>
  |          <container-name>Standard CMP 2.x EntityBean</container-name>
  |          <call-logging>false</call-logging>
  |          
<invoker-proxy-binding-name>entity-rmi-invoker</invoker-proxy-binding-name>
  |          <sync-on-commit-only>false</sync-on-commit-only>
  |          <container-interceptors>
  |             org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor
  |             org.jboss.ejb.plugins.LogInterceptor
  |             org.jboss.ejb.plugins.SecurityInterceptor
  |             org.jboss.ejb.plugins.TxInterceptorCMT
  |             org.jboss.ejb.plugins.MetricsInterceptor
  |             org.jboss.ejb.plugins.EntityCreationInterceptor
  |             org.jboss.ejb.plugins.EntityLockInterceptor
  |             org.jboss.ejb.plugins.EntityInstanceInterceptor
  |             org.jboss.ejb.plugins.EntityReentranceInterceptor
  |             org.jboss.resource.connectionmanager.CachedConnectionInterceptor
  |             org.jboss.ejb.plugins.EntitySynchronizationInterceptor
  |             org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor
  |          </container-interceptors>
  |          
<instance-pool>org.jboss.ejb.plugins.EntityInstancePool</instance-pool>
  |          
<instance-cache>org.jboss.ejb.plugins.InvalidableEntityInstanceCache</instance-cache>
  |          
<persistence-manager>org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager</persistence-manager>
  |          
<locking-policy>org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock</locking-policy>
  |          <container-cache-conf>
  |             
<cache-policy>org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy</cache-policy>
  |             <cache-policy-conf>
  |                <min-capacity>50</min-capacity>
  |                <max-capacity>1000000</max-capacity>
  |                <overager-period>300</overager-period>
  |                <max-bean-age>600</max-bean-age>
  |                <resizer-period>400</resizer-period>
  |                <max-cache-miss-period>60</max-cache-miss-period>
  |                <min-cache-miss-period>1</min-cache-miss-period>
  |                <cache-load-factor>0.75</cache-load-factor>
  |             </cache-policy-conf>
  |          </container-cache-conf>
  |          <container-pool-conf>
  |             100
  |          </container-pool-conf>
  |          <commit-option>B</commit-option>
  |       </container-configuration>

OS: Win2000 sp4
RAM: 2G
JBOSS 3.2.1 with jetty

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886053#3886053

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886053


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to