- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Zeppelin SSl: Service cannot bind to port 9995
- Labels:
-
Apache Zeppelin
Created ‎12-09-2016 05:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to setup Zeppelin SSl however service cannot start as it cannot bind to port 9995.
There is no fw and iptables is disabled.
Have gone through the ssl setting passowrds are correct and am able to list keystores.
Seeing the following in the error logs:
WARN [2016-12-09 15:01:52,636] ({main} AbstractLifeCycle.java[setFailed]:212) - FAILED org.eclipse.jetty.server.Server@349403b0: java.security.UnrecoverableKeyException: Cannot recover key java.security.UnrecoverableKeyException: Cannot recover key
Created ‎12-21-2016 02:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The issue was the password where in different password was set for for keystore and key password. Keeping both same resolved the issue of starting zeppelin service.
Created ‎12-10-2016 07:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @ddharam,
This error can have many reasons but a common one is that the password to open SSL keystore is incorrect. Can you please show us the SSL configuration part in Zeppelin? Also please share the keytool command used to list the keystore. Don't forget to hide the vital parts from the output !
Another option is to run Zeppelin in SSL debug mode to get more descriptive log. You can add "-Djavax.net.debug=ssl" in the Zeppelin command line & restart Zeppelin service. Please share the debug log here.
Thanks.
Created ‎12-21-2016 02:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The issue was the password where in different password was set for for keystore and key password. Keeping both same resolved the issue of starting zeppelin service.
