Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

cdh6.3.2版本的yarn的resourcemanager启动失败

avatar
New Contributor

yarn的resourcemanager启动失败,报告文件找不到?这个问题需要怎么分析去解决?

Error starting ResourceManager
java.lang.NoSuchFieldError: id_tc26_gost_3410_12_256
	at org.bouncycastle.operator.DefaultSignatureAlgorithmIdentifierFinder.<clinit>(Unknown Source)
	at org.apache.hadoop.yarn.server.webproxy.ProxyCA.<clinit>(ProxyCA.java:99)
	at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager$RMActiveServices.serviceInit(ResourceManager.java:745)
	at org.apache.hadoop.service.AbstractService.init(AbstractService.java:164)
	at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.createAndInitActiveServices(ResourceManager.java:1149)
	at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.serviceInit(ResourceManager.java:306)
	at org.apache.hadoop.service.AbstractService.init(AbstractService.java:164)
	at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.main(ResourceManager.java:1436)

 

3 REPLIES 3

avatar
New Contributor

cdh6.3.2版本的yarn的resourcemanager启动失败失败,其他实例正常运行?大家知道问题原因吗?

 

uygg_0-1635384429101.png

 

avatar
Community Manager

Translation: 

 

Title: The resourcemanager of yarn of cdh6.3.2 failed to start

 

Description: 

Post 1: The resourcemanager of yarn failed to start and the report file could not be found? How to analyze and solve this problem?

Post 2: The resourcemanager of yarn of cdh6.3.2 fails to start, and other instances are running normally? Do you know the cause of the problem?

 

For error message, refer to the first post. 

 

 



Regards,

Vidya Sargur,
Community Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:

avatar
Master Collaborator

Hi @uygg,

Please check if 3rd party jars like Bouncy castle jars are added. If that is the cause please remove them then restart RM.

 

Thanks,

Will