You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/06/22 02:14:09 UTC

[GitHub] [dubbo] AlbumenJ opened a new issue, #10191: ExtensionLoader cannot be resumed after interruption

AlbumenJ opened a new issue, #10191:
URL: https://github.com/apache/dubbo/issues/10191

   <!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy -->
   
   ExtensionLoader cannot be resumed after interruption.
   
   ```
   java.lang.InterruptedException
     at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1302)
     at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:231)
     at org.apache.dubbo.common.utils.ClassLoaderResourceLoader.loadResources(ClassLoaderResourceLoader.java:55)
     at org.apache.dubbo.common.extension.ExtensionLoader.loadDirectory(ExtensionLoader.java:1005)
     at org.apache.dubbo.common.extension.ExtensionLoader.loadDirectory(ExtensionLoader.java:943)
     at org.apache.dubbo.common.extension.ExtensionLoader.loadExtensionClasses(ExtensionLoader.java:931)
     at org.apache.dubbo.common.extension.ExtensionLoader.getExtensionClasses(ExtensionLoader.java:913)
     at org.apache.dubbo.common.extension.ExtensionLoader.createExtension(ExtensionLoader.java:752)
     at org.apache.dubbo.common.extension.ExtensionLoader.getExtension(ExtensionLoader.java:548)
     at org.apache.dubbo.common.extension.ExtensionLoader.getExtension(ExtensionLoader.java:523)
     at org.apache.dubbo.rpc.protocol.injvm.InjvmInvoker.<init>(InjvmInvoker.java:74)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ closed issue #10191: ExtensionLoader cannot be resumed after interruption

Posted by GitBox <gi...@apache.org>.
AlbumenJ closed issue #10191: ExtensionLoader cannot be resumed after interruption
URL: https://github.com/apache/dubbo/issues/10191


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org