SOLVED: Ubuntu 18.04 java - Error - trustAnchors parameter must be non-empty

Support for Ubuntu and other Desktop Linux distributions
Post Reply
skinsvpn
Posts: 13
Joined: 26 Sep 2014, 11:46

SOLVED: Ubuntu 18.04 java - Error - trustAnchors parameter must be non-empty

Post by skinsvpn »

After updating to Ubuntu 18.04 I was seeing this error when running most filebot commands:

Code: Select all

javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Because of this I couldn't get anything to work. Some googling led me to this bug report. Installing Oracle JRE 8 and removing /etc/ssl/certs/java/cacerts then running

Code: Select all

update-ca-certificates -f
fixed the problem entirely. Sorry if this is old news or maybe there is a better way but I just wanted to let people know about what worked for me.
matheubroom
Posts: 1
Joined: 11 Jun 2018, 09:01

Re: SOLVED: Ubuntu 18.04 java - Error - trustAnchors parameter must be non-empty

Post by matheubroom »

YOUR AMAZING!!,

I just spent most my evening trying to get filebot to work on new Ubuntu server and you fixed it.

THANK YOU :D
soulinferno
Posts: 11
Joined: 18 Jun 2018, 09:47

Re: SOLVED: Ubuntu 18.04 java - Error - trustAnchors parameter must be non-empty

Post by soulinferno »

Also fixed it on my Linux Mint 19 machine!

Thank you very much!!!
yathishkbg
Posts: 1
Joined: 14 May 2019, 09:23

Re: SOLVED: Ubuntu 18.04 java - Error - trustAnchors parameter must be non-empty

Post by yathishkbg »

How do i run this 'update-ca-certificates -f'
What changes does this make.
Post Reply