Search This Blog

Tuesday, June 17, 2014

Start Oracle BI startNodeManager.sh has error "Unsupported cypher suite: TLS_RSA_EXPORT_WITH_RC4_40_MD5"

Hi all,

Today after I have installed Oracle BI, I restart BI application server. To start BI Application server we have to perform 2 step as below:
1) source Environment variable:
. /u01/app/bihome/wlserver_10.3/common/bin/commEnv.sh
. /u01/app/bihome/user_projects/domains/bifoundation_domain/bin/setDomainEnv.sh
. /u01/app/bihome/user_projects/domains/bifoundation_domain/bin/setOBIDomainEnv.sh

2) start BI server:
  i> nohup sh ${DOMAIN_HOME}/bin/startWebLogic.sh -Dweblogic.management.username=weblogic -Dweblogic.management.password=123456 > log_WL.out &
  ii> nohup sh ${WL_HOME}/server/bin/startNodeManager.sh > log_NOD.out &
  iii> nohup sh ${DOMAIN_HOME}/bin/startManagedWebLogic.sh bi_server1 t3://biapp.mylab.com:7001 > log_MWL.out &
  iv> ${MW_HOME}/instances/instance1/opmnctl startall

But I have the error as below at  startNodeManager.sh :

Jun 17, 2014 6:01:32 PM weblogic.nodemanager.server.AbstractServerManager log
INFO: Startup configuration properties loaded from "/u01/app/bihome/user_projects/domains/bifoundation_domain/servers/bi_server1/data/nodemanager/startup.properties"

java.io.IOException: Unsupported cypher suite: TLS_RSA_EXPORT_WITH_RC4_40_MD5
        at weblogic.nodemanager.server.SSLListener.init(SSLListener.java:82)
        at weblogic.nodemanager.server.NMServer.start(NMServer.java:206)
        at weblogic.nodemanager.server.NMServer.main(NMServer.java:377)
        at weblogic.NodeManager.main(NodeManager.java:31)

Jun 17, 2014 6:01:33 PM weblogic.nodemanager.server.NMServer main
SEVERE: Fatal error in node manager server
java.io.IOException: Unsupported cypher suite: TLS_RSA_EXPORT_WITH_RC4_40_MD5
        at weblogic.nodemanager.server.SSLListener.init(SSLListener.java:82)
        at weblogic.nodemanager.server.NMServer.start(NMServer.java:206)
        at weblogic.nodemanager.server.NMServer.main(NMServer.java:377)
        at weblogic.NodeManager.main(NodeManager.java:31)







To fix this
Add a new line to file /u01/app/bihome/wlserver_10.3/common/nodemanager/nodemanager.properties as below:

CipherSuite=SSL_RSA_EXPORT_WITH_RC4_40_MD5

Read more:

Metalink: WebLogic Server 10.3.x: Getting "Unsupported Cipher" Exceptions When Starting Node Manager(Doc ID 1307325.1)
http://docs.oracle.com/cd/E13222_01/wls/docs100/nodemgr/java_nodemgr.html


 

No comments:

Post a Comment

leave your message if you need help ...

Related Posts with Thumbnails