EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB289695: Could not initialize class javax.crypto.JceSecurity error when using Windows Authentication in MicroStrategy Web 10.x


Community Admin

• Strategy


SYMPTOM
When setting up Strategy Web with Windows Authentication, below error occurs:


Could not initialize class javax.crypto.JceSecurity

 
Checking web log, java.io.FileNotFoundException following a path to jar file error can be found, like below

<exception>java.lang.InternalError
	
at sun.misc.URLClassPath$JarLoader.getResource(Unknown Source)
	
at sun.misc.URLClassPath.getResource(Unknown Source)
	
at sun.misc.URLClassPath.getResource(Unknown Source)
	
at java.lang.ClassLoader.getBootstrapResource(Unknown Source)
	
at java.lang.ClassLoader.getResource(Unknown Source)
	
at java.lang.ClassLoader.getResource(Unknown Source)
	
...
Caused by: java.io.FileNotFoundException: \C:\Common Files\MicroStrategy\JRE\170_51\Win64\lib\rt.jar
	
at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
	
... 26 more
</exception>

 
When check this folder, the path was correct.
 
 
CAUSE
One of the cause is that user account do not have Read access to some of the jar files listed above.
Strategy application is doing ASP.Net impersonation hence it is verifying users's access permission during the compilation rather than the service account credentials.
 
ACTION
Grant Everyone, or User(User Group) full control to Strategy Common files folder mentioned in the error message above.
 
 
 


Comment

0 comments

Details

Knowledge Article

Published:

June 13, 2017

Last Updated:

June 13, 2017