-
Notifications
You must be signed in to change notification settings - Fork 291
Description
首先,感谢作者无私的共享,为社区提供的服务
部署的版本是:9.2.1
硬件配置还是比较高的,日志一直报错详见如下:
user: lius] (id=[288]) has been active for [306,622] milliseconds (since [4/18/25, 10:43 AM]) to serve the same requ
est for url and may be stuck (configured threshol
d for this StuckThreadDetectionValve is [300] seconds). There is/are [1] thread(s) in total that are monitored by this Valve and may be stuck.
java.lang.Throwable
at java.base@17.0.2/jdk.internal.misc.Unsafe.park(Native Method)
at java.base@17.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:715)
at java.base@17.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireShared(AbstractQueuedSynchronizer.java:1027)
at java.base@17.0.2/java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock(ReentrantReadWriteLock.java:738)
at net.sf.ehcache.concurrent.ReadWriteLockSync.lock(ReadWriteLockSync.java:50)
at com.atlassian.cache.ehcache.LoadingCache.acquireReadLockOnKey(LoadingCache.java:63)
at com.atlassian.cache.ehcache.DelegatingCachedReference.getIfPresent(DelegatingCachedReference.java:121)
at com.atlassian.cache.impl.metrics.InstrumentedCachedReference.getIfPresent(InstrumentedCachedReference.java:78)
at com.atlassian.confluence.cache.DeferredCachedReference.getIfPresent(DeferredCachedReference.java:98)
at com.atlassian.confluence.cache.TransactionalCacheFactory$TransactionAwareCachedReference.getIfPresent(TransactionalCacheFactory.java:417)