Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

No freetype in java.library.path error

User_V5FADMay 6 2021

Hi!

I am trying to run SAS's Deployment Management software, but it keeps crashing. I checked the software's logs and I found an error message claiming: "ExeProc::ReadFromPipe=Standard output Exception in thread "main" java.lang.UnsatisfiedLinkError: no freetype in java.library.path".

I copied the entire log below. Thanks for your help!

Full Log:
"
Thu May 06 12:10:51 2021
Launcher started....
path= C:\Users\Andres Silva C\AppData\Local\SAS\SASDeploymentWizard
logfile= C:\Users\Andres Silva C\AppData\Local\SAS\SASDeploymentWizard\sasdm_2021-5-6-12.10.51.log
Thu May 06 12:10:51 2021
INFO: LRun::start::templocation=
Thu May 06 12:10:51 2021
INFO: LRun::start::USERHOME=C:\Users\Andres Silva C\AppData\Local\SAS\SASDeploymentWizard
Thu May 06 12:10:51 2021
INFO: EnvCalls::isWow64=true
Thu May 06 12:10:51 2021
INFO: DataControl::GetProperties::masterProperty=C:\Program Files\SASHome\sassw.config
Thu May 06 12:10:51 2021
INFO: LRun::start::param=
Thu May 06 12:10:51 2021
INFO: Launcher::Run::start::inifile=C:\Program Files\SASHome\SASDeploymentManager\9.4\sasdm.ini
Thu May 06 12:10:51 2021
INFO: Launcher::Run::start::platform=wx6
Thu May 06 12:10:51 2021
INFO: Launcher::Run::start::startdir(launchhome)=C:\Program Files\SASHome\SASDeploymentManager\9.4
Thu May 06 12:10:51 2021
INFO: Launcher::Run::start::launchercmd=C:\Program Files\SASHome\SASDeploymentManager\9.4\products\privatejre__99477__wx6__xx__sp0__1\bin\java.exe
Thu May 06 12:10:51 2021
INFO: Launcher::Run::start::launcherargs=-Xmx1024M -jar "C:\Program Files\SASHome\SASDeploymentManager\9.4\products\deploywiz__94390__prt__xx__sp0__1\deploywiz\setup.jar" -startuplocation "C:\Program Files\SASHome\SASDeploymentManager\9.4" -configure
Thu May 06 12:10:51 2021
INFO: Launcher::Run::start::Run with stdout="C:\Program Files\SASHome\SASDeploymentManager\9.4\products\privatejre__99477__wx6__xx__sp0__1\bin\java.exe" -Xmx1024M -jar "C:\Program Files\SASHome\SASDeploymentManager\9.4\products\deploywiz__94390__prt__xx__sp0__1\deploywiz\setup.jar" -startuplocation "C:\Program Files\SASHome\SASDeploymentManager\9.4" -configure
Thu May 06 12:10:51 2021
ERROR: ExeProc::ExeandDisplay::GetStdHandle::NULL=0
Thu May 06 12:10:51 2021
INFO: ExeProc::ReadFromPipe=Standard output
Exception in thread "main" java.lang.UnsatisfiedLinkError: no freetype in java.library.path

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)

at java.lang.Runtime.loadLibrary0(Runtime.java:849)

at java.lang.System.loadLibrary(System.java:1088)

at sun.font.FontManagerNativeLibrary$1.run(FontManagerNativeLibrary.java:59)

at java.security.AccessController.doPrivileged(Native Method)

at sun.font.FontManagerNativeLibrary.<clinit>(FontManagerNativeLibrary.java:32)

at sun.font.SunFontManager$1.run(SunFontManager.java:339)

at java.security.AccessController.doPrivileged(Native Method)

at sun.font.SunFontManager.<clinit>(SunFontManager.java:335)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:274)

at sun.font.FontManagerFactory$1.run(FontManagerFactory.java:82)

at java.security.AccessController.doPrivileged(Native Method)

at sun.font.FontManagerFactory.getInstance(FontManagerFactory.java:74)

at java.awt.Font.getFont2D(Font.java:490)

at java.awt.Font.access$000(Font.java:224)

at java.awt.Font$FontAccessImpl.getFont2D(Font.java:228)

at sun.font.FontUtilities.getFont2D(FontUtilities.java:180)

at sun.font.FontUtilities.fontSupportsDefaultEncoding(FontUtilities.java:338)

at com.sun.java.swing.plaf.windows.WindowsLookAndFeel$WindowsFontProperty.configureValue(WindowsLookAndFeel.java:2294)

at com.sun.java.swing.plaf.windows.DesktopProperty.createValue(DesktopProperty.java:154)

at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:233)

at javax.swing.UIDefaults.get(UIDefaults.java:163)

at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:64)

at javax.swing.UIManager.get(UIManager.java:952)

at com.sas.ssn.Kit.<init>(Kit.java:147)

at com.sas.ssn.Kit.main(Kit.java:1904)

Thu May 06 12:10:53 2021
INFO: ExeProc::ExeandDisplay::GetExitCodeProcess=1
Thu May 06 12:10:53 2021
INFO: CWinlauncherApp::InitInstance=1
Thu May 06 12:10:53 2021
INFO: CWinlauncherApp::CleanupScript does not exist=
Thu May 06 12:10:53 2021
INFO: CWinlauncherApp::ExitInstance=1
"

Comments
Post Details
Added on May 6 2021
0 comments
537 views