Thursday, April 23, 2015

ILOM Java problem: "No appropriate protocol (protocol is disabled or cipher suites are inappropriate)"

ILOM Java problem: "No appropriate protocol (protocol is disabled or cipher suites are inappropriate)"



  Usually above 3 steps are enough, but if the problem persists, then try change Java Security:

























and set the "Exception Site List":



Pay the attention to "Exception Site List". I use the rules:
- not put the port number (allow all ports for applications)
- try add the hostname and IP address of your host. The resolving problems may take place here.

Be lucky !




Some days ago the new 1.8-51 Java was issued.
It works with the Exadata ILOM too (ILOM version 3.1.2.20.e):



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Does DEALLOCATE UNUSED or SHRINK SPACE will free space occupied by LOB segment?

Lets check how it works. My env is DB 19.20@Linux-x64 1) I created the table with 4 LOB columns of 4 different LOB types: BASICFILE BLOB, BA...