Page 1 of 1

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

Posted: 12 May 2018, 20:39
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.

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

Posted: 11 Jun 2018, 09:04
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

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

Posted: 18 Jun 2018, 09:50
by soulinferno
Also fixed it on my Linux Mint 19 machine!

Thank you very much!!!

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

Posted: 14 May 2019, 09:25
by yathishkbg
How do i run this 'update-ca-certificates -f'
What changes does this make.