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

KB43237: "Unable to load MAInst: java.lang. UnsatisfiedLinkError: no MAInst in java.library.path" error message is seen in the install.log when installing MicroStrategy 9.x on Solaris


Community Admin

• Strategy


This article describes a potential root cause of the error message "Unable to load MAInst: java.lang. UnsatisfiedLinkError: no MAInst in java.library.path" seen in the install.log when installing MicroStrategy 9.x on Solaris.

SYMPTOM:
"Unable to load MAInst: java.lang. UnsatisfiedLinkError: no MAInst in java.library.path" error message is seen in the install.log when installing Strategy 9.x on Solaris.
 
CAUSE:
One possible reason for this error message is that that the variable LD_LIBRARY_PATH was not updated. This variable is set in the setup.sh script before the installer is launched.
 
ACTION:
To confirm that the variable is set, the setup.sh file can be modified by adding the following line ("echo $LD_LIBRARY_PATH) in the addTempLibPath() function under "export LD_LIBRARY_PATH" as shown below.
 


mkdir $LIB_DIR
mstr_prepend_path LD_LIBRARY_PATH $LIB_DIR
export LD_LIBRARY_PATH
echo $LD_LIBRARY_PATH


Comment

0 comments

Details

Knowledge Article

Published:

April 14, 2017

Last Updated:

April 14, 2017