<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/573724#M16732</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this thread is an old old, but I am having a similar issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running the code below results in the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options set=TKJNI_OPT_TRACE="y";&lt;BR /&gt;%put JAVA_HOME is: %sysget(JAVA_HOME);&lt;BR /&gt;%put CLASSPATH is: %sysget(CLASSPATH);&lt;BR /&gt;%put PATH is: %sysget(PATH);&lt;BR /&gt;%put SHLIB_PATH is: %sysget(SHLIB_PATH);&lt;BR /&gt;proc javainfo; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 The SAS System 02:20 Tuesday, July 16, 2019&lt;/P&gt;&lt;P&gt;1 ;*';*";*/;quit;run;&lt;BR /&gt;2 OPTIONS PAGENO=MIN;&lt;BR /&gt;3 %LET _CLIENTTASKLABEL='Program';&lt;BR /&gt;4 %LET _CLIENTPROCESSFLOWNAME='Process Flow';&lt;BR /&gt;5 %LET _CLIENTPROJECTPATH='';&lt;BR /&gt;6 %LET _CLIENTPROJECTPATHHOST='';&lt;BR /&gt;7 %LET _CLIENTPROJECTNAME='';&lt;BR /&gt;8 %LET _SASPROGRAMFILE='';&lt;BR /&gt;9 %LET _SASPROGRAMFILEHOST='';&lt;BR /&gt;10&lt;BR /&gt;11 ODS _ALL_ CLOSE;&lt;BR /&gt;12 OPTIONS DEV=PNG;&lt;BR /&gt;13 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;BR /&gt;14 FILENAME EGSR TEMP;&lt;BR /&gt;15 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR&lt;BR /&gt;16 STYLE=HtmlBlue&lt;BR /&gt;17 STYLESHEET=(URL="file:///C:/Program%20Files%20(x86)/SASHome/x86/SASEnterpriseGuide/7.1/Styles/HtmlBlue.css")&lt;BR /&gt;18 NOGTITLE&lt;BR /&gt;19 NOGFOOTNOTE&lt;BR /&gt;20 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;21 ENCODING=UTF8&lt;BR /&gt;22 options(rolap="on")&lt;BR /&gt;23 ;&lt;BR /&gt;NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR&lt;BR /&gt;24&lt;BR /&gt;25 GOPTIONS ACCESSIBLE;&lt;BR /&gt;26 options set=TKJNI_OPT_TRACE="y";&lt;BR /&gt;27 %put JAVA_HOME is: %sysget(JAVA_HOME);&lt;BR /&gt;JAVA_HOME is: /opt/sas/sashome/SASPrivateJavaRuntimeEnvironment/9.4/jre&lt;BR /&gt;28 %put CLASSPATH is: %sysget(CLASSPATH);&lt;BR /&gt;WARNING: The argument to macro function %SYSGET is not defined as a system variable.&lt;BR /&gt;CLASSPATH is:&lt;BR /&gt;29 %put PATH is: %sysget(PATH);&lt;BR /&gt;PATH is: /sbin:/bin:/usr/sbin:/usr/bin:/opt/mssql-tools/bin&lt;BR /&gt;30 %put SHLIB_PATH is: %sysget(SHLIB_PATH);&lt;BR /&gt;WARNING: The argument to macro function %SYSGET is not defined as a system variable.&lt;BR /&gt;SHLIB_PATH is:&lt;BR /&gt;NOTE: PROCEDURE JAVAINFO used (Total process time):&lt;BR /&gt;real time 1.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: Proc javainfo did not run correctly.&lt;/STRONG&gt;&lt;BR /&gt;31 proc javainfo; run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;32 proc options option=jreoptions; run;&lt;/P&gt;&lt;P&gt;SAS (r) Proprietary Software Release 9.4 TS1M6&lt;/P&gt;&lt;P&gt;JREOPTIONS=( -DPFS_TEMPLATE=/opt/sas/sashome/SASFoundation/9.4/misc/tkjava/qrpfstpt.xml&lt;BR /&gt;-Djava.class.path=/opt/sas/sashome/SASVersionedJarRepository/eclipse/plugins/sas.launcher.jar&lt;BR /&gt;-Djava.security.auth.login.config=/opt/sas/sashome/SASFoundation/9.4/misc/tkjava/sas.login.config&lt;BR /&gt;-Djava.security.policy=/opt/sas/sashome/SASFoundation/9.4/misc/tkjava/sas.policy&lt;BR /&gt;-Djava.system.class.loader=com.sas.app.AppClassLoader&lt;BR /&gt;-Dlog4j.configuration=file:/opt/sas/sashome/SASFoundation/9.4/misc/tkjava/sas.log4j.properties&lt;BR /&gt;-Dsas.app.class.path=/opt/sas/sashome/SASVersionedJarRepository/eclipse/plugins/tkjava.jar&lt;BR /&gt;-Dsas.ext.config=/opt/sas/sashome/SASFoundation/9.4/misc/tkjava/sas.java.ext.config&lt;BR /&gt;-Dtkj.app.launch.config=/opt/sas/sashome/SASVersionedJarRepository/picklist )&lt;BR /&gt;2 The SAS System 02:20 Tuesday, July 16, 2019&lt;/P&gt;&lt;P&gt;Specifies the Java Runtime Environment options for SAS.&lt;BR /&gt;NOTE: PROCEDURE OPTIONS used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;33&lt;BR /&gt;34 GOPTIONS NOACCESSIBLE;&lt;BR /&gt;35 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;36 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;37 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;38 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;39 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;40 %LET _SASPROGRAMFILE=;&lt;BR /&gt;41 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;42&lt;BR /&gt;43 ;*';*";*/;quit;run;&lt;BR /&gt;44 ODS _ALL_ CLOSE;&lt;BR /&gt;45&lt;BR /&gt;46&lt;BR /&gt;47 QUIT; RUN;&lt;BR /&gt;48&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc options option=jreoptions; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is the content of the sasenv_local file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# This file is sourced by the sasenv script in !SASROOT/bin&lt;BR /&gt;############################################################################&lt;BR /&gt;export ODBCHOME=/opt/microsoft/msodbcsql17&lt;BR /&gt;export ODBCSYSINI=/etc/&lt;BR /&gt;export ODBCINI=/etc/odbc.ini&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;export LD_LIBRARY_PATH=/usr/lib64/:/opt/sas/sashome/SASODBCDriversfortheWebInfrastructurePlatformDataServer/9.4/Driver/:$ODBCHOME/lib:/opt/sas/sashome/SASFoundation/9.4/sasexe&lt;/P&gt;&lt;P&gt;############################################################################&lt;BR /&gt;# End of sasenv_local&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2019 02:25:50 GMT</pubDate>
    <dc:creator>aarcad3100</dc:creator>
    <dc:date>2019-07-16T02:25:50Z</dc:date>
    <item>
      <title>SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387588#M10031</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've just finish to install SAS 9.4 on my HP-UX server without any error. When executing the folloing example of SGPLOT on SAS EG 7.1, appears this error:&lt;EM&gt;&amp;nbsp;&lt;FONT color="#FF0000"&gt;ERROR: Unable to load the Java Virtual Machine&lt;/FONT&gt;.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Example execute:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;proc format;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;value agefmt&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;20-30 = "20 (*ESC*){unicode '2264'x} 30"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;31-40 = "31 (*ESC*){unicode '2264'x} 40"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;41-50 = "41 (*ESC*){unicode '2264'x} 50"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;51-60 = "51 (*ESC*){unicode '2264'x} 60"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;61-70 = "61 (*ESC*){unicode '2264'x} 70"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;proc sgplot data=sashelp.heart noautolegend;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;title1 "Cholesterol Level by Age Range";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;styleattrs datacolors=(red green purple orange cyan) backcolor=vpav wallcolor=pwh;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;vbox cholesterol / category=AgeAtStart group=AgeAtStart;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;format AgeAtStart agefmt.;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 21:29:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387588#M10031</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2017-08-12T21:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387589#M10032</link>
      <description>&lt;P&gt;Try running:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc javainfo; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Assuming that fails, you might need to configure your JRE options to point to the correct location. That's an install/admin task, so talk to your admin or reach out to SAS tech support.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 21:34:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387589#M10032</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-08-12T21:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387590#M10033</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've just run "proc options option=jreoptions; run;" (because javainfo give me the following error:&amp;nbsp;ERROR: Proc javainfo did not run correctly).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JREOPTIONS=( -DPFS_TEMPLATE=/sas9/software/SASFoundation/9.4/misc/tkjava/qrpfstpt.xml&lt;BR /&gt;-Djava.class.path=/sas9/software/SASVersionedJarRepository/eclipse/plugins/sas.launcher.jar&lt;BR /&gt;-Djava.security.auth.login.config=/sas9/software/SASFoundation/9.4/misc/tkjava/sas.login.config&lt;BR /&gt;-Djava.security.policy=/sas9/software/SASFoundation/9.4/misc/tkjava/sas.policy&lt;BR /&gt;-Djava.system.class.loader=com.sas.app.AppClassLoader&lt;BR /&gt;-Dlog4j.configuration=file:/sas9/software/SASFoundation/9.4/misc/tkjava/sas.log4j.properties&lt;BR /&gt;-Dsas.app.class.path=/sas9/software/SASVersionedJarRepository/eclipse/plugins/tkjava.jar&lt;BR /&gt;-Dsas.ext.config=/sas9/software/SASFoundation/9.4/misc/tkjava/sas.java.ext.config&lt;BR /&gt;-Dtkj.app.launch.config=/sas9/software/SASVersionedJarRepository/picklist -Xmx256m -Xms128m )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hd installed SASPrivateJavaRuntimeEnvironment. Where can I define the correct JRE location? On "sasenv_local"?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 21:46:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387590#M10033</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2017-08-12T21:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387592#M10035</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please run the following SAS program and show me the log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options set=TKJNI_OPT_TRACE="y";
%put JAVA_HOME is: %sysget(JAVA_HOME);
%put CLASSPATH is: %sysget(CLASSPATH);
%put PATH is: %sysget(PATH);
%put SHLIB_PATH is: %sysget(SHLIB_PATH);
proc javainfo; run;
proc options option=jreoptions; run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 12 Aug 2017 22:16:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387592#M10035</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-08-12T22:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387593#M10036</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;. Following the results. As mentioned previous,&amp;nbsp;proc&amp;nbsp;&lt;SPAN&gt;javainfo return and error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;25 GOPTIONS ACCESSIBLE;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;26 options set=TKJNI_OPT_TRACE="y";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;27 %put JAVA_HOME is: %sysget(JAVA_HOME);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;JAVA_HOME is: /sas9/software/SASPrivateJavaRuntimeEnvironment/9.4/jre&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;28 %put CLASSPATH is: %sysget(CLASSPATH);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;WARNING: The argument to macro function %SYSGET is not defined as a system variable.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;CLASSPATH is:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;29 %put PATH is: %sysget(PATH);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PATH is: &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/gvsd/bin:/opt/ipf/bin:/opt/nettladm/bin:/opt/fcms/bin:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/opt/wbem/bin:/opt/wbem/sbin:/opt/sas/bin:/opt/graphics/common/bin:/opt/atok/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/sec_mgmt/bas&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;tille/bin:/opt/caliper/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/resmon/bin:/opt/firefox:/opt/gnome/bin:/opt/ignite/bin:/op&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;t/propplus/bin:/usr/contrib/kwdb/bin:/opt/perl_32/bin:/opt/perl_64/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/opt/ssh/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/sentinel/bin:/opt/langtools/bin:/opt/gwlm/bin:/oracle/app/oracle/prod&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;uct/11.1.0/client_1/bin:/opt/networker/bin:.:/home/sas/bin&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;30 %put SHLIB_PATH is: %sysget(SHLIB_PATH);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SHLIB_PATH is: &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/oracle/app/oracle/product/11.1.0/client_1/lib:/opt/IBM/db2/V9.1/lib64:/sas9/software/AccessClients/9.4/SQLServer/lib:/sas9/software&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;/SASPrivateJavaRuntimeEnvironment/9.4/jre/bin&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;NOTE: PROCEDURE JAVAINFO used (Total process time):&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;real time 1.04 seconds&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;cpu time 0.01 seconds&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;ERROR: Proc javainfo did not run correctly.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;31 proc javainfo; run;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;32 proc options option=jreoptions; run;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SAS (r) Proprietary Software Release 9.4 TS1M4&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;JREOPTIONS=( -DPFS_TEMPLATE=/sas9/software/SASFoundation/9.4/misc/tkjava/qrpfstpt.xml &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-Djava.class.path=/sas9/software/SASVersionedJarRepository/eclipse/plugins/sas.launcher.jar &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;2 The SAS System 18:01 Saturday, August 12, 2017&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;-Djava.security.auth.login.config=/sas9/software/SASFoundation/9.4/misc/tkjava/sas.login.config &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-Djava.security.policy=/sas9/software/SASFoundation/9.4/misc/tkjava/sas.policy &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-Djava.system.class.loader=com.sas.app.AppClassLoader &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-Dlog4j.configuration=file:/sas9/software/SASFoundation/9.4/misc/tkjava/sas.log4j.properties &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-Dsas.app.class.path=/sas9/software/SASVersionedJarRepository/eclipse/plugins/tkjava.jar &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-Dsas.ext.config=/sas9/software/SASFoundation/9.4/misc/tkjava/sas.java.ext.config &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-Dtkj.app.launch.config=/sas9/software/SASVersionedJarRepository/picklist -Xmx256m -Xms128m )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 22:21:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387593#M10036</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2017-08-12T22:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387596#M10039</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your response.&amp;nbsp;Please show me the contents of the following file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/sas9/software/SASFoundation/9.4/bin/sasenv_local&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 23:03:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387596#M10039</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-08-12T23:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387597#M10040</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;. Follows the contents requested:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ORACLE_HOME=/oracle/app/oracle/product/11.1.0/client_1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;export ORACLE_HOME&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ODBCHOME=/sas9/software/AccessClients/9.4/SQLServer&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;export ODBCHOME&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ODBCINI=$ODBCHOME/odbc.ini&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;export ODBCINI&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SHLIB_PATH=/oracle/app/oracle/product/11.1.0/client_1/lib:/opt/IBM/db2/V9.1/lib64:$ODBCHOME/lib:/sas9/software/SASPrivateJavaRuntimeEnvironment/9.4/jre/bin&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;export SHLIB_PATH&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NLS_LANG=american_america.WE8ISO8859P1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;export NLS_LANG&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;if [ "$LD_LIBRARY_PATH" != "" ] ; then&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LD_LIBRARY_PATH=${SHLIB_PATH}:$LD_LIBRARY_PATH&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;else&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LD_LIBRARY_PATH=$SHLIB_PATH&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;fi&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;export LD_LIBRARY_PATH&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 23:05:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387597#M10040</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2017-08-12T23:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387598#M10041</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please change the following line in /sas9/software/SASFoundation/9.4/bin/sasenv_local:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;SHLIB_PATH=/oracle/app/oracle/product/11.1.0/client_1/lib:/opt/IBM/db2/V9.1/lib64:$ODBCHOME/lib:/sas9/software/SASPrivateJavaRuntimeEnvironment/9.4/jre/bin
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;SHLIB_PATH=/oracle/app/oracle/product/11.1.0/client_1/lib:/opt/IBM/db2/V9.1/lib64:$ODBCHOME/lib:$SHLIB_PATH&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Save the file and try to run proc javainfo once again.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2017 23:14:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387598#M10041</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-08-12T23:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387634#M10042</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;@alexx.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After applying the change suggested, the proc sgplot run perfectly. Thanks again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Aug 2017 14:12:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/387634#M10042</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2017-08-13T14:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/426855#M11865</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same problem (Unable to load the JVM), and after doing what you wrote, nothing happened: I try to run a similar &amp;nbsp;What am I doing wrong? Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the content of&amp;nbsp;my sasenv_local:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ORACLE_HOME=/OraApp/Oracle/Products/Client/121020&lt;BR /&gt;LD_LIBRARY_PATH=/OraApp/Oracle/Products/Client/121020/lib&lt;BR /&gt;TNS_ADMIN=/sas94/thirdparty/instantclient_11_2&lt;BR /&gt;NLS_LANG=HUNGARIAN_HUNGARY.AL32UTF8&lt;/P&gt;&lt;P&gt;SHLIB_PATH=/OraApp/Oracle/Products/Client/121020/lib:$SHLIB_PATH&lt;/P&gt;&lt;P&gt;if [ "$LD_LIBRARY_PATH" != "" ] ; then&lt;BR /&gt;LD_LIBRARY_PATH=${SHLIB_PATH}:$LD_LIBRARY_PATH&lt;BR /&gt;else&lt;BR /&gt;LD_LIBRARY_PATH=$SHLIB_PATH&lt;BR /&gt;fi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;export ORACLE_HOME LD_LIBRARY_PATH TNS_ADMIN NLS_LANG&lt;/P&gt;&lt;P&gt;PATH=$PATH:$ORACLE_HOME/bin&lt;BR /&gt;export PATH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run the following code:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;options&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; set=TKJNI_OPT_TRACE=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"y"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; OS: &amp;amp;SYSSCP &amp;amp;SYSSCPL ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; SAS Mode: &amp;amp;SYSPROCESSNAME ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; SAS Version: &amp;amp;sysvlong ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; User: &amp;amp;SYSUSERID ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; SASROOT: &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%sysget&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(SASROOT) ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; JAVA_HOME is: &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%sysget&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(JAVA_HOME) ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; CLASSPATH is: &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%sysget&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(CLASSPATH) ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; PATH is: &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%sysget&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(PATH) ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; LD_LIBRARY_PATH is: &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%sysget&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(LD_LIBRARY_PATH) ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;javainfo&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;options&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;option&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=jreoptions ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the log is as seen below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OS: LIN X64 Linux&lt;/P&gt;&lt;P&gt;17 %put SAS Mode: &amp;amp;SYSPROCESSNAME ;&lt;/P&gt;&lt;P&gt;SAS Mode: Object Server&lt;/P&gt;&lt;P&gt;18 %put SAS Version: &amp;amp;sysvlong ;&lt;/P&gt;&lt;P&gt;SAS Version: 9.04.01M2P072314&lt;/P&gt;&lt;P&gt;19 %put User: &amp;amp;SYSUSERID ;&lt;/P&gt;&lt;P&gt;User: sasegrcins&lt;/P&gt;&lt;P&gt;20 %put SASROOT: %sysget(SASROOT) ;&lt;/P&gt;&lt;P&gt;SASROOT: /sas94/SAS/SASFoundation/9.4&lt;/P&gt;&lt;P&gt;21 %put JAVA_HOME is: %sysget(JAVA_HOME) ;&lt;/P&gt;&lt;P&gt;JAVA_HOME is: /sas94/SAS/SASPrivateJavaRuntimeEnvironment/9.4/jre&lt;/P&gt;&lt;P&gt;22 %put CLASSPATH is: %sysget(CLASSPATH) ;&lt;/P&gt;&lt;P&gt;WARNING: The argument to macro function %SYSGET is not defined as a system variable.&lt;/P&gt;&lt;P&gt;CLASSPATH is:&lt;/P&gt;&lt;P&gt;23 %put PATH is: %sysget(PATH) ;&lt;/P&gt;&lt;P&gt;PATH is:&lt;/P&gt;&lt;P&gt;/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/dell/srvadmin/bin:/home/sasegrcins/.local/bin:/home/sasegrcins/bin:/sas94/SAS&lt;/P&gt;&lt;P&gt;/SASPrivateJavaRuntimeEnvironment/9.4/jre/bin:/OraApp/Oracle/Products/Client/121020/bin:/OraApp/Oracle/Products/Client/121020/bin&lt;/P&gt;&lt;P&gt;24 %put LD_LIBRARY_PATH is: %sysget(LD_LIBRARY_PATH) ;&lt;/P&gt;&lt;P&gt;LD_LIBRARY_PATH is:&lt;/P&gt;&lt;P&gt;/OraApp/Oracle/Products/Client/121020/lib:/OraApp/Oracle/Products/Client/121020/lib:/opt/dell/srvadmin/lib64::/OraApp/Oracle/Product&lt;/P&gt;&lt;P&gt;s/Client/121020/lib&lt;/P&gt;&lt;P&gt;25&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE JAVAINFO used (Total process time):&lt;/P&gt;&lt;P&gt;real time 1.00 seconds&lt;/P&gt;&lt;P&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Proc javainfo did not run correctly.&lt;/P&gt;&lt;P&gt;26 proc javainfo ;&lt;/P&gt;&lt;P&gt;27 run ;&lt;/P&gt;&lt;P&gt;28&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;29 proc options option=jreoptions ;&lt;/P&gt;&lt;P&gt;30 run ;&lt;/P&gt;&lt;P&gt;SAS (r) Proprietary Software Release 9.4 TS1M2&lt;/P&gt;&lt;P&gt;JREOPTIONS=( -DPFS_TEMPLATE=/sas94/SAS/SASFoundation/9.4/misc/tkjava/qrpfstpt.xml&lt;/P&gt;&lt;P&gt;The SAS System&lt;/P&gt;&lt;P&gt;-Djava.class.path=/sas94/SAS/SASVersionedJarRepository/eclipse/plugins/sas.launcher.jar&lt;/P&gt;&lt;P&gt;-Djava.security.auth.login.config=/sas94/SAS/SASFoundation/9.4/misc/tkjava/sas.login.config&lt;/P&gt;&lt;P&gt;-Djava.security.policy=/sas94/SAS/SASFoundation/9.4/misc/tkjava/sas.policy&lt;/P&gt;&lt;P&gt;-Djava.system.class.loader=com.sas.app.AppClassLoader -Djdk.lang.Process.allowAmbigousCommands=true&lt;/P&gt;&lt;P&gt;-Dlog4j.configuration=file:/sas94/SAS/SASFoundation/9.4/misc/tkjava/sas.log4j.properties&lt;/P&gt;&lt;P&gt;-Dsas.app.class.path=/sas94/SAS/SASVersionedJarRepository/eclipse/plugins/tkjava.jar&lt;/P&gt;&lt;P&gt;-Dsas.ext.config=/sas94/SAS/SASFoundation/9.4/misc/tkjava/sas.java.ext.config&lt;/P&gt;&lt;P&gt;-Dtkj.app.launch.config=/sas94/SAS/SASVersionedJarRepository/picklist )&lt;/P&gt;&lt;P&gt;Specifies the Java Runtime Environment options for SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Barnabas&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 13:02:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/426855#M11865</guid>
      <dc:creator>dsdsdssss</dc:creator>
      <dc:date>2018-01-11T13:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/426857#M11866</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/160841"&gt;@dsdsdssss&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change line number two from:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LD_LIBRARY_PATH=/OraApp/Oracle/Products/Client/121020/lib&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/OraApp/Oracle/Products/Client/121020/lib&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you do not need these lines, remove them:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;SHLIB_PATH=/OraApp/Oracle/Products/Client/121020/lib:$SHLIB_PATH
if [ "$LD_LIBRARY_PATH" != "" ] ; then
LD_LIBRARY_PATH=${SHLIB_PATH}:$LD_LIBRARY_PATH
else
LD_LIBRARY_PATH=$SHLIB_PATH
fi&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Jan 2018 13:11:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/426857#M11866</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-01-11T13:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/426858#M11867</link>
      <description>&lt;P&gt;Wow, many many thanks to you, alexal, it works fine! (I've tried plenty of variations in the past few hours without success)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 13:15:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/426858#M11867</guid>
      <dc:creator>dsdsdssss</dc:creator>
      <dc:date>2018-01-11T13:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/426859#M11868</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/160841"&gt;@dsdsdssss&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are welcome.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 13:16:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/426859#M11868</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-01-11T13:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/573724#M16732</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this thread is an old old, but I am having a similar issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running the code below results in the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options set=TKJNI_OPT_TRACE="y";&lt;BR /&gt;%put JAVA_HOME is: %sysget(JAVA_HOME);&lt;BR /&gt;%put CLASSPATH is: %sysget(CLASSPATH);&lt;BR /&gt;%put PATH is: %sysget(PATH);&lt;BR /&gt;%put SHLIB_PATH is: %sysget(SHLIB_PATH);&lt;BR /&gt;proc javainfo; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 The SAS System 02:20 Tuesday, July 16, 2019&lt;/P&gt;&lt;P&gt;1 ;*';*";*/;quit;run;&lt;BR /&gt;2 OPTIONS PAGENO=MIN;&lt;BR /&gt;3 %LET _CLIENTTASKLABEL='Program';&lt;BR /&gt;4 %LET _CLIENTPROCESSFLOWNAME='Process Flow';&lt;BR /&gt;5 %LET _CLIENTPROJECTPATH='';&lt;BR /&gt;6 %LET _CLIENTPROJECTPATHHOST='';&lt;BR /&gt;7 %LET _CLIENTPROJECTNAME='';&lt;BR /&gt;8 %LET _SASPROGRAMFILE='';&lt;BR /&gt;9 %LET _SASPROGRAMFILEHOST='';&lt;BR /&gt;10&lt;BR /&gt;11 ODS _ALL_ CLOSE;&lt;BR /&gt;12 OPTIONS DEV=PNG;&lt;BR /&gt;13 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;BR /&gt;14 FILENAME EGSR TEMP;&lt;BR /&gt;15 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR&lt;BR /&gt;16 STYLE=HtmlBlue&lt;BR /&gt;17 STYLESHEET=(URL="file:///C:/Program%20Files%20(x86)/SASHome/x86/SASEnterpriseGuide/7.1/Styles/HtmlBlue.css")&lt;BR /&gt;18 NOGTITLE&lt;BR /&gt;19 NOGFOOTNOTE&lt;BR /&gt;20 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;21 ENCODING=UTF8&lt;BR /&gt;22 options(rolap="on")&lt;BR /&gt;23 ;&lt;BR /&gt;NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR&lt;BR /&gt;24&lt;BR /&gt;25 GOPTIONS ACCESSIBLE;&lt;BR /&gt;26 options set=TKJNI_OPT_TRACE="y";&lt;BR /&gt;27 %put JAVA_HOME is: %sysget(JAVA_HOME);&lt;BR /&gt;JAVA_HOME is: /opt/sas/sashome/SASPrivateJavaRuntimeEnvironment/9.4/jre&lt;BR /&gt;28 %put CLASSPATH is: %sysget(CLASSPATH);&lt;BR /&gt;WARNING: The argument to macro function %SYSGET is not defined as a system variable.&lt;BR /&gt;CLASSPATH is:&lt;BR /&gt;29 %put PATH is: %sysget(PATH);&lt;BR /&gt;PATH is: /sbin:/bin:/usr/sbin:/usr/bin:/opt/mssql-tools/bin&lt;BR /&gt;30 %put SHLIB_PATH is: %sysget(SHLIB_PATH);&lt;BR /&gt;WARNING: The argument to macro function %SYSGET is not defined as a system variable.&lt;BR /&gt;SHLIB_PATH is:&lt;BR /&gt;NOTE: PROCEDURE JAVAINFO used (Total process time):&lt;BR /&gt;real time 1.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: Proc javainfo did not run correctly.&lt;/STRONG&gt;&lt;BR /&gt;31 proc javainfo; run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;32 proc options option=jreoptions; run;&lt;/P&gt;&lt;P&gt;SAS (r) Proprietary Software Release 9.4 TS1M6&lt;/P&gt;&lt;P&gt;JREOPTIONS=( -DPFS_TEMPLATE=/opt/sas/sashome/SASFoundation/9.4/misc/tkjava/qrpfstpt.xml&lt;BR /&gt;-Djava.class.path=/opt/sas/sashome/SASVersionedJarRepository/eclipse/plugins/sas.launcher.jar&lt;BR /&gt;-Djava.security.auth.login.config=/opt/sas/sashome/SASFoundation/9.4/misc/tkjava/sas.login.config&lt;BR /&gt;-Djava.security.policy=/opt/sas/sashome/SASFoundation/9.4/misc/tkjava/sas.policy&lt;BR /&gt;-Djava.system.class.loader=com.sas.app.AppClassLoader&lt;BR /&gt;-Dlog4j.configuration=file:/opt/sas/sashome/SASFoundation/9.4/misc/tkjava/sas.log4j.properties&lt;BR /&gt;-Dsas.app.class.path=/opt/sas/sashome/SASVersionedJarRepository/eclipse/plugins/tkjava.jar&lt;BR /&gt;-Dsas.ext.config=/opt/sas/sashome/SASFoundation/9.4/misc/tkjava/sas.java.ext.config&lt;BR /&gt;-Dtkj.app.launch.config=/opt/sas/sashome/SASVersionedJarRepository/picklist )&lt;BR /&gt;2 The SAS System 02:20 Tuesday, July 16, 2019&lt;/P&gt;&lt;P&gt;Specifies the Java Runtime Environment options for SAS.&lt;BR /&gt;NOTE: PROCEDURE OPTIONS used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;33&lt;BR /&gt;34 GOPTIONS NOACCESSIBLE;&lt;BR /&gt;35 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;36 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;37 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;38 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;39 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;40 %LET _SASPROGRAMFILE=;&lt;BR /&gt;41 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;42&lt;BR /&gt;43 ;*';*";*/;quit;run;&lt;BR /&gt;44 ODS _ALL_ CLOSE;&lt;BR /&gt;45&lt;BR /&gt;46&lt;BR /&gt;47 QUIT; RUN;&lt;BR /&gt;48&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc options option=jreoptions; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is the content of the sasenv_local file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# This file is sourced by the sasenv script in !SASROOT/bin&lt;BR /&gt;############################################################################&lt;BR /&gt;export ODBCHOME=/opt/microsoft/msodbcsql17&lt;BR /&gt;export ODBCSYSINI=/etc/&lt;BR /&gt;export ODBCINI=/etc/odbc.ini&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;export LD_LIBRARY_PATH=/usr/lib64/:/opt/sas/sashome/SASODBCDriversfortheWebInfrastructurePlatformDataServer/9.4/Driver/:$ODBCHOME/lib:/opt/sas/sashome/SASFoundation/9.4/sasexe&lt;/P&gt;&lt;P&gt;############################################################################&lt;BR /&gt;# End of sasenv_local&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 02:25:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/573724#M16732</guid>
      <dc:creator>aarcad3100</dc:creator>
      <dc:date>2019-07-16T02:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/573792#M16733</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/281660"&gt;@aarcad3100&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please change&amp;nbsp;&lt;CODE class=" language-sas"&gt;LD_LIBRARY_PATH and try again:&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib64/:$ODBCHOME/lib&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Jul 2019 10:38:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/573792#M16733</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2019-07-16T10:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/573835#M16736</link>
      <description>Thank you so much &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;.&lt;BR /&gt;That fixed it.&lt;BR /&gt;Do you know if that will impact the ability to connect to SQL Server?&lt;BR /&gt;Thanks again for your help.</description>
      <pubDate>Tue, 16 Jul 2019 13:34:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/573835#M16736</guid>
      <dc:creator>aarcad3100</dc:creator>
      <dc:date>2019-07-16T13:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/573838#M16737</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/281660"&gt;@aarcad3100&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, you should be able to connect.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 13:50:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/573838#M16737</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2019-07-16T13:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/578941#M16894</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks again for your help with fixing the JVE issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We lost the ability to connect to SQL server after modifying the sasenv file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;we are getting the error below in EG when attempting to connect. We were able to connect prior to modifying the file using the same statement. Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;ERROR: CLI error trying to establish connection: [unixODBC][Driver Manager]Data source name not found and no default driver&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;specified&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;ERROR: Error in the LIBNAME statement.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Aug 2019 22:55:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/578941#M16894</guid>
      <dc:creator>aarcad3100</dc:creator>
      <dc:date>2019-08-03T22:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/579090#M16905</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/281660"&gt;@aarcad3100&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This has nothing to do with LD_LIBRARY_PATH. Something is wrong with your library statement and/or your driver configuration.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 10:35:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/579090#M16905</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2019-08-05T10:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 - Proc SGPLOT: Unable to load the Java Virtual Machine</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/579281#M16918</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/281660"&gt;@aarcad3100&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks again for your help with fixing the JVE issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We lost the ability to connect to SQL server after modifying the sasenv file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we are getting the error below in EG when attempting to connect. We were able to connect prior to modifying the file using the same statement. Thanks in advance for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;ERROR: CLI error trying to establish connection: [unixODBC][Driver Manager]Data source name not found and no default driver&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;specified&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;ERROR: Error in the LIBNAME statement.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Looks like you overwrote some existing configuration when you made your change. Get the previous version from your backup and compare it.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 06:23:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-9-4-Proc-SGPLOT-Unable-to-load-the-Java-Virtual-Machine/m-p/579281#M16918</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-08-06T06:23:17Z</dc:date>
    </item>
  </channel>
</rss>

