theotherp / nzbhydra2

Usenet meta search
Other
1.27k stars 76 forks source link

Java Runtime Exception #213

Closed imadunatic closed 6 years ago

imadunatic commented 6 years ago

Java update may have thrown a wrench in the system, version is v1.5.1:

2018-07-06 21:37:59.281 ERROR --- [0.0-5076-exec-3] o.n.indexers.capscheck.NewznabChecker    : [Search: 768018, IP: 127.0.0.1] Error while accessing indexer: Error while communicating with indexer DogNZB. Server returned: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
2018-07-06 21:37:59.281  INFO --- [0.0-5076-exec-3] o.n.indexers.capscheck.NewznabChecker    : [Search: 768018, IP: 127.0.0.1] Indexer DogNZB didn't provide a backend type. Will use newznab.
2018-07-06 21:38:49.858  INFO --- [0.0-5076-exec-4] org.nzbhydra.api.ExternalApi             : [Search: 114057, IP: 127.0.0.1] Received external API call: NewznabParameters{t=TVSEARCH, cat=[5030, 5040, 5050, 5080], offset=0, limit=100, raw=false, extended=true}
2018-07-06 21:38:49.858  INFO --- [0.0-5076-exec-4] org.nzbhydra.api.ExternalApi             : [Search: 37776, IP: 127.0.0.1] Executing new search
2018-07-06 21:38:49.859  INFO --- [0.0-5076-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 37776, IP: 127.0.0.1] Not using NZBGeek because it's disabled until 2018-07-07T02:07:55.392Z due to a previous error 
2018-07-06 21:38:49.859  INFO --- [0.0-5076-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 37776, IP: 127.0.0.1] Not using Drunken Slug because the search source is API but the indexer is only enabled for INTERNAL searches
2018-07-06 21:38:49.859  INFO --- [0.0-5076-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 37776, IP: 127.0.0.1] Not using NZB.CAT because it's disabled until 2018-07-07T02:07:54.772Z due to a previous error 
2018-07-06 21:38:49.860  INFO --- [0.0-5076-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 37776, IP: 127.0.0.1] Not using PFMonkey because it's disabled until 2018-07-07T02:07:54.765Z due to a previous error 
2018-07-06 21:38:49.860  INFO --- [0.0-5076-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 37776, IP: 127.0.0.1] Not using 6box because it's disabled until 2018-07-07T02:07:54.823Z due to a previous error 
2018-07-06 21:38:49.860  INFO --- [0.0-5076-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 37776, IP: 127.0.0.1] Not using Althub because it's disabled until 2018-07-07T02:07:55.308Z due to a previous error 
2018-07-06 21:38:49.860  INFO --- [0.0-5076-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 37776, IP: 127.0.0.1] Not using DogNZB because it's disabled until 2018-07-07T02:07:55.891Z due to a previous error 
2018-07-06 21:38:49.860  WARN --- [0.0-5076-exec-4] o.n.searching.IndexerForSearchSelector   : [Search: 37776, IP: 127.0.0.1] No indexers were selected for this search. You probably don't have any indexers configured which support the provided ID type or all of your indexers which do are currently disabled. You can enable query generation to work around this.
2018-07-06 21:38:49.860  INFO --- [0.0-5076-exec-4] org.nzbhydra.api.ExternalApi             : [Search: 37776, IP: 127.0.0.1] Search took 2ms. Returning 0 results
2018-07-06 21:40:24.821  INFO --- [0.0-5076-exec-2] o.n.debuginfos.DebugInfosProvider        : [Search: 112784, IP: 127.0.0.1] Creating debug infos
2018-07-06 21:40:24.821  INFO --- [0.0-5076-exec-2] o.n.debuginfos.DebugInfosProvider        : [Search: 112784, IP: 127.0.0.1] NZBHydra2 version: null
2018-07-06 21:40:24.821  INFO --- [0.0-5076-exec-2] o.n.debuginfos.DebugInfosProvider        : [Search: 112784, IP: 127.0.0.1] Java command line: G:\Github\nzbhydra2-1.5.1-windows\lib\core-1.5.1-exec.jar --datafolder G:\Github\nzbhydra2-1.5.1-windows\data
2018-07-06 21:40:24.821  INFO --- [0.0-5076-exec-2] o.n.debuginfos.DebugInfosProvider        : [Search: 112784, IP: 127.0.0.1] Java runtime name: Java(TM) SE Runtime Environment
2018-07-06 21:40:24.821  INFO --- [0.0-5076-exec-2] o.n.debuginfos.DebugInfosProvider        : [Search: 112784, IP: 127.0.0.1] Java runtime version: 1.8.0_161-b12
2018-07-06 21:40:24.821  INFO --- [0.0-5076-exec-2] o.n.debuginfos.DebugInfosProvider        : [Search: 112784, IP: 127.0.0.1] OS name: Windows 10
2018-07-06 21:40:24.821  INFO --- [0.0-5076-exec-2] o.n.debuginfos.DebugInfosProvider        : [Search: 112784, IP: 127.0.0.1] OS architecture: amd64
2018-07-06 21:40:24.821  INFO --- [0.0-5076-exec-2] o.n.debuginfos.DebugInfosProvider        : [Search: 112784, IP: 127.0.0.1] User country: US
2018-07-06 21:40:24.821  INFO --- [0.0-5076-exec-2] o.n.debuginfos.DebugInfosProvider        : [Search: 112784, IP: 127.0.0.1] File encoding: Cp1252

It won't search on any indexers, just returns the java exception error.... any ideas where to start?

imadunatic commented 6 years ago

Reboot fixed it. Issue popped up when java was updated (but system was not rebooted at that time). Working now.