Page 1 of 1

503 and TLS SSLContext not available errors

PostPosted: Wed Mar 07, 2018 3:10 pm
by dookie
I am getting 503 errors after a system upgrade on a fedora 25 system. I have removed the database files and restarted everything. still no luck. In subsonic.log, I get the following:

Code: Select all
[2018-03-07 09:50:01,178] INFO HsqlDaoHelper - Checking database schema.       
[2018-03-07 09:50:01,468] INFO HsqlDaoHelper - Done checking database schema.   
[2018-03-07 09:50:01,570] INFO SettingsService - Java: 1.8.0_151, OS: Linux     
[2018-03-07 09:50:01,613] INFO VersionService - Resolved local Subsonic version
to: 6.1.3                                                                       
[2018-03-07 09:50:01,673] WARN SettingsService - Failed to validate license.   
org.apache.http.ssl.SSLInitializationException: TLS SSLContext not available   
        at org.apache.http.ssl.SSLContexts.createDefault(SSLContexts.java:55)   
        at org.apache.http.impl.client.HttpClientBuilder.build(HttpClientBuilder
.java:966)                                                                     
        at net.sourceforge.subsonic.util.HttpUtil.client(HttpUtil.java:50)     
        at net.sourceforge.subsonic.util.HttpUtil.httpRequest(HttpUtil.java:37)
        at net.sourceforge.subsonic.util.HttpUtil.httpGet(HttpUtil.java:25)     
        at net.sourceforge.subsonic.util.HttpUtil.httpGet(HttpUtil.java:20)     
        at net.sourceforge.subsonic.service.SettingsService.validateLicense(Sett
        at net.sourceforge.subsonic.service.SettingsService.validateLicense(Sett
ingsService.java:1408)                                                         
        at net.sourceforge.subsonic.service.SettingsService.access$000(SettingsS
ervice.java:52)                                                                 
        at net.sourceforge.subsonic.service.SettingsService$1.run(SettingsServic
e.java:1431)                                                                   
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:51
1)
  at net.sourceforge.subsonic.service.SettingsService.validateLicense(Sett
ingsService.java:1408)                                                         
        at net.sourceforge.subsonic.service.SettingsService.access$000(SettingsS
ervice.java:52)

        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(ScheduledThreadPoolExecutor.java:180)                               
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(ScheduledThreadPoolExecutor.java:294)                                       
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1149)                                                                     
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:624)                                                                     
        at java.lang.Thread.run(Thread.java:748)                               
Caused by: java.security.NoSuchAlgorithmException: TLS SSLContext not available
        at sun.security.jca.GetInstance.getInstance(GetInstance.java:159)       
        at javax.net.ssl.SSLContext.getInstance(SSLContext.java:156)           
        at org.apache.http.ssl.SSLContexts.createDefault(SSLContexts.java:51)   
        ... 15 more   


I have tried a few things including changing the port.

open JDK is up to date at version 8 and only one process is running for subsonic.

I have set selinux to permissive and turned the firewall off momentarily, no luck there either. The computer can access the internet for everything else.

any suggestions? I guess i could completely remove and re-install :/

Re: 503 and TLS SSLContext not available errors

PostPosted: Wed Mar 07, 2018 6:52 pm
by dookie
I just updated to fedora 26. no change. then updated to 27. no change.

I've also tried reverting to older versions. no change.

Re: 503 and TLS SSLContext not available errors

PostPosted: Wed Mar 07, 2018 11:24 pm
by G8DHE
To me the final error report suggests that the SSL licence isn't being validated! Nothing to do with Subsonic itself.
"Failed to validate license.
org.apache.http.ssl.SSLInitializationException: TLS SSLContext not available"

Re: 503 and TLS SSLContext not available errors

PostPosted: Thu Mar 08, 2018 12:10 am
by dookie
G8DHE wrote:To me the final error report suggests that the SSL licence isn't being validated! Nothing to do with Subsonic itself.
"Failed to validate license.
org.apache.http.ssl.SSLInitializationException: TLS SSLContext not available"



i can buy that, but why?

I have an updated java package installed. I didn't have this problem previously...

Re: 503 and TLS SSLContext not available errors

PostPosted: Thu Mar 08, 2018 8:07 am
by alphawave7
Many have reported better results with the Oracle implementation.

Re: 503 and TLS SSLContext not available errors

PostPosted: Thu Mar 08, 2018 8:42 am
by dookie
alphawave7 wrote:Many have reported better results with the Oracle implementation.


oracle's dominance might be changing. we just switched our java development at work to openJDK now that redhat no longer packages oracle java rpms. I'm guessing that will help drive the community.


That said, I found my problem. java-1.8.0-openjdk-headless.x86_64 needed re-installed. I had only tried reinstalling java-1.8.0-openjdk.x86_64

all seems well... :/

Re: 503 and TLS SSLContext not available errors

PostPosted: Thu Mar 08, 2018 10:54 am
by G8DHE
dookie wrote:
G8DHE wrote:To me the final error report suggests that the SSL licence isn't being validated! Nothing to do with Subsonic itself.
"Failed to validate license.
org.apache.http.ssl.SSLInitializationException: TLS SSLContext not available"



i can buy that, but why?

I have an updated java package installed. I didn't have this problem previously...

Probably better to ask such a question in the support group for the OS your using, it doesn't appear to have anything to do with Subsonic, so people here aren't going to be able to give you answers!