We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A lot of users are facing the below issue. What is the problem?? Please help.
Exception java.lang.RuntimeException: Fatal error while executing protocol 'ReceivingSearch': org.fourthline.cling.transport.RouterException: Router wasn't available exclusively after waiting 15000ms, lock failed: ReadLock org.fourthline.cling.protocol.ReceivingAsync.run (ReceivingAsync.java) java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1162) java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:636) java.lang.Thread.run (Thread.java:764) Caused by org.fourthline.cling.transport.RouterException: Router wasn't available exclusively after waiting 15000ms, lock failed: ReadLock org.fourthline.cling.transport.RouterImpl.lock (RouterImpl.java) org.fourthline.cling.transport.RouterImpl.lock (RouterImpl.java) org.fourthline.cling.transport.RouterImpl.getActiveStreamServers (RouterImpl.java) org.fourthline.cling.protocol.async.ReceivingSearch.execute (ReceivingSearch.java) org.fourthline.cling.protocol.ReceivingAsync.run (ReceivingAsync.java) java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1162) java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:636) java.lang.Thread.run (Thread.java:764)
The text was updated successfully, but these errors were encountered:
I got the same problem....
Sorry, something went wrong.
No branches or pull requests
A lot of users are facing the below issue.
What is the problem??
Please help.
Exception java.lang.RuntimeException: Fatal error while executing protocol 'ReceivingSearch': org.fourthline.cling.transport.RouterException: Router wasn't available exclusively after waiting 15000ms, lock failed: ReadLock
org.fourthline.cling.protocol.ReceivingAsync.run (ReceivingAsync.java)
java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1162)
java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:636)
java.lang.Thread.run (Thread.java:764)
Caused by org.fourthline.cling.transport.RouterException: Router wasn't available exclusively after waiting 15000ms, lock failed: ReadLock
org.fourthline.cling.transport.RouterImpl.lock (RouterImpl.java)
org.fourthline.cling.transport.RouterImpl.lock (RouterImpl.java)
org.fourthline.cling.transport.RouterImpl.getActiveStreamServers (RouterImpl.java)
org.fourthline.cling.protocol.async.ReceivingSearch.execute (ReceivingSearch.java)
org.fourthline.cling.protocol.ReceivingAsync.run (ReceivingAsync.java)
java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1162)
java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:636)
java.lang.Thread.run (Thread.java:764)
The text was updated successfully, but these errors were encountered: