Skip to content
New issue

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

NullPointerException in DnsRequestWorker #9

Closed
ameshkov opened this issue Jul 27, 2016 · 1 comment
Closed

NullPointerException in DnsRequestWorker #9

ameshkov opened this issue Jul 27, 2016 · 1 comment
Assignees
Labels

Comments

@ameshkov
Copy link
Member

ameshkov commented Jul 27, 2016

2016-07-26 12:25:14,389 ERROR server.DnsRequestWorker Error while processing DNS request
java.lang.NullPointerException  at 
java.util.concurrent.ConcurrentHashMap.hash(ConcurrentHashMap.java:333)      at 
java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:988)       at 
com.adguard.commons.concurrent.LockManager.getOrCreateObjectLock(LockManager.java:23)        
at com.adguard.commons.concurrent.LockManager.acquireExclusiveLock(LockManager.java:69) 
at com.adguard.filter.filters.SafebrowsingFilter.lookupDomain(SafebrowsingFilter.java:113)      at 
com.adguard.filter.filters.SafebrowsingFilter.filterHttpRequest(SafebrowsingFilter.java:82)  at 
com.adguard.dns.server.DnsFilter.isMalware(DnsFilter.java:137)       at 
com.adguard.dns.server.DnsFilter.filter(DnsFilter.java:92)   at 
com.adguard.dns.server.DnsRequestWorker.run(DnsRequestWorker.java:55)        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)      at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)      at 
java.lang.Thread.run(Thread.java:745)
@nkartyshov
Copy link
Contributor

fix

hmage pushed a commit that referenced this issue Sep 7, 2018
* commit '31893410892bd047c9f6ea8f602717e6996c9491':
  web interface -- Make refresh buttons reload all data, not just counters
  web interface -- change text from 'general counters' to 'general statistics'
  Fixup of previous commit -- errand keystroke crept in
  API /stats_top -- sort top entries by value
  API /stats_top -- show only top entries for last 3 minutes
@packet1 packet1 mentioned this issue Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants