We're seeing the vm blocking forever on a call to Client.put that
worked fine on an earlier release of 2.0-SNAPSHOT:

Thread [main] (Suspended)
            Unsafe.park(boolean, long) line: not available [native method]
            LockSupport.park(Object) line: 158
            
CountDownLatch$Sync(AbstractQueuedSynchronizer).parkAndCheckInterrupt()
line: 747 [local variables unavailable]
            
CountDownLatch$Sync(AbstractQueuedSynchronizer).doAcquireSharedInterruptibly(int)
line: 905
            
CountDownLatch$Sync(AbstractQueuedSynchronizer).acquireSharedInterruptibly(int)
line: 1217
            CountDownLatch.await() line: 207 [local variables unavailable]
            HttpClientHelper(BaseClientHelper).handle(Request,
Response) line: 490
            Client.handle(Request, Response) line: 268
            Client.handle(Request) line: 259
            Client.put(Reference, Representation) line: 508

Any ideas? Has anyone else seen this behavior?

-jeff

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2442913

Reply via email to