<?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 Failed to initialize JVM in SAS EG when running Proc Groovy in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/567279#M16524</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing the below mentioned issue when running&amp;nbsp; the code from SAS EG &amp;amp; Foundation. Could you please help. Java is installed on the linux machines &amp;amp; RDP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc groovy classpath="/sas/sashome/SASVersionedJarRepository/eclipse/plugins/groovy_2.4.6_2.4.6.0_SAS_20180801105132/groovy-all.jar";&lt;/P&gt;&lt;P&gt;ERROR: Failed to start the JVM.&lt;BR /&gt;ERROR: Failed to initialize the JVM.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2019 13:55:38 GMT</pubDate>
    <dc:creator>keerthi78890976</dc:creator>
    <dc:date>2019-06-19T13:55:38Z</dc:date>
    <item>
      <title>Failed to initialize JVM in SAS EG when running Proc Groovy</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/567279#M16524</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing the below mentioned issue when running&amp;nbsp; the code from SAS EG &amp;amp; Foundation. Could you please help. Java is installed on the linux machines &amp;amp; RDP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc groovy classpath="/sas/sashome/SASVersionedJarRepository/eclipse/plugins/groovy_2.4.6_2.4.6.0_SAS_20180801105132/groovy-all.jar";&lt;/P&gt;&lt;P&gt;ERROR: Failed to start the JVM.&lt;BR /&gt;ERROR: Failed to initialize the JVM.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 13:55:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/567279#M16524</guid>
      <dc:creator>keerthi78890976</dc:creator>
      <dc:date>2019-06-19T13:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to initialize JVM in SAS EG when running Proc Groovy</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/567284#M16525</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/219748"&gt;@keerthi78890976&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please run the code from the "Full Code" tab on the SAS Note at &lt;A href="http://support.sas.com/kb/42/575.html" target="_self"&gt;http://support.sas.com/kb/42/575.html&lt;/A&gt; and reply with the entire SAS log attached.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 14:02:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/567284#M16525</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2019-06-19T14:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to initialize JVM in SAS EG when running Proc Groovy</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/568667#M16592</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 ;*';*";*/;quit;run;&lt;BR /&gt;2 OPTIONS PAGENO=MIN;&lt;BR /&gt;3 %LET _CLIENTTASKLABEL='Program (3)';&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/SASHome/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 /*** BEGIN ***/&lt;BR /&gt;27 %macro getpaths ;&lt;BR /&gt;28 options set=TKJNI_OPT_TRACE="y" ;&lt;BR /&gt;29 %put TS Site: &amp;amp;SYSSITE ;&lt;BR /&gt;30 %put OS: &amp;amp;SYSSCP &amp;amp;SYSSCPL ;&lt;BR /&gt;31 %put SAS Mode: &amp;amp;SYSPROCESSNAME ;&lt;BR /&gt;32 %put Host: &amp;amp;SYSTCPIPHOSTNAME ;&lt;BR /&gt;33 %put SAS Version: &amp;amp;sysvlong ;&lt;BR /&gt;34 %put User: &amp;amp;SYSUSERID ;&lt;BR /&gt;35 %put SASROOT: %sysget(SASROOT) ;&lt;BR /&gt;36 %put JAVA_HOME is: %sysget(JAVA_HOME) ;&lt;BR /&gt;37 %put CLASSPATH is: %sysget(CLASSPATH) ;&lt;BR /&gt;38 %put PATH is: %sysget(PATH) ;&lt;BR /&gt;39 %put DISPLAY is set as: %sysget(DISPLAY);&lt;BR /&gt;40&lt;BR /&gt;41 %if %index(&amp;amp;sysscp, SUN) or %index(&amp;amp;sysscp,LIN) %then %do ;&lt;BR /&gt;42 %put LD_LIBRARY_PATH is: %sysget(LD_LIBRARY_PATH) ;&lt;BR /&gt;43 %put LD_LIBRARY_PATH_64 is: %sysget(LD_LIBRARY_PATH_64) ;&lt;BR /&gt;44 %end ;&lt;BR /&gt;45&lt;BR /&gt;46 %else %if %index(&amp;amp;sysscp, AIX) %then %do ;&lt;BR /&gt;47 %put LIBPATH is: %sysget(LIBPATH) ;&lt;BR /&gt;48 %put IBM_JAVA_OPTIONS: %sysget(IBM_JAVA_OPTIONS) ;&lt;BR /&gt;49 %end ;&lt;BR /&gt;50&lt;BR /&gt;51 %else %if %index(&amp;amp;sysscp, HP) %then %do ;&lt;BR /&gt;52 %put SHLIB_PATH is: %sysget(SHLIB_PATH) ;&lt;BR /&gt;53 %end ;&lt;BR /&gt;54 %else %do;&lt;BR /&gt;55 %put SAS is not on a recognized Unix platform ;&lt;BR /&gt;56 %end ;&lt;BR /&gt;57&lt;BR /&gt;2 The SAS System 08:26 Wednesday, June 19, 2019&lt;/P&gt;&lt;P&gt;58 proc javainfo ;&lt;BR /&gt;59 run ;&lt;BR /&gt;60&lt;BR /&gt;61 proc options option=jreoptions ;&lt;BR /&gt;62 run ;&lt;BR /&gt;63&lt;BR /&gt;64 %mend ;&lt;BR /&gt;65&lt;BR /&gt;66 %getpaths ;&lt;BR /&gt;TS Site: 70095169&lt;BR /&gt;OS: LIN X64 Linux&lt;BR /&gt;SAS Mode: Object Server&lt;BR /&gt;Host: compute1p.magicaws.com&lt;BR /&gt;SAS Version: 9.04.01M6P110718&lt;BR /&gt;User: MAGIC\keerthi.palapolu&lt;BR /&gt;SASROOT: /sas/sashome/SASFoundation/9.4&lt;BR /&gt;JAVA_HOME is: /sas/sashome/SASPrivateJavaRuntimeEnvironment/9.4/jre&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;PATH is: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/mssql-tools/bin:/root/bin&lt;BR /&gt;DISPLAY is set as: localhost:10.0&lt;BR /&gt;LD_LIBRARY_PATH is:&lt;BR /&gt;/usr/lib64/:/sas/sashome/SASODBCDriversfortheWebInfrastructurePlatformDataServer/9.4/Driver/:/opt/microsoft/msodbcsql17/lib64/:/sas/&lt;BR /&gt;sqlanywhere17/install/lib64:/sas/sashome/SASFoundation/9.4/sasexe/&lt;BR /&gt;WARNING: The argument to macro function %SYSGET is not defined as a system variable.&lt;BR /&gt;LD_LIBRARY_PATH_64 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;ERROR: Proc javainfo did not run correctly.&lt;/P&gt;&lt;P&gt;SAS (r) Proprietary Software Release 9.4 TS1M6&lt;/P&gt;&lt;P&gt;JREOPTIONS=( -DPFS_TEMPLATE=/sas/sashome/SASFoundation/9.4/misc/tkjava/qrpfstpt.xml&lt;BR /&gt;-Djava.class.path=/sas/sashome/SASVersionedJarRepository/eclipse/plugins/sas.launcher.jar&lt;BR /&gt;-Djava.security.auth.login.config=/sas/sashome/SASFoundation/9.4/misc/tkjava/sas.login.config&lt;BR /&gt;-Djava.security.policy=/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:/sas/sashome/SASFoundation/9.4/misc/tkjava/sas.log4j.properties&lt;BR /&gt;-Dsas.app.class.path=/sas/sashome/SASVersionedJarRepository/eclipse/plugins/tkjava.jar&lt;BR /&gt;-Dsas.ext.config=/sas/sashome/SASFoundation/9.4/misc/tkjava/sas.java.ext.config&lt;BR /&gt;-Dtkj.app.launch.config=/sas/sashome/SASVersionedJarRepository/picklist )&lt;BR /&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;67 /**** END ****/&lt;BR /&gt;68&lt;BR /&gt;69 GOPTIONS NOACCESSIBLE;&lt;BR /&gt;70 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;71 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;72 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;73 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;74 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;75 %LET _SASPROGRAMFILE=;&lt;BR /&gt;3 The SAS System 08:26 Wednesday, June 19, 2019&lt;/P&gt;&lt;P&gt;76 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;77&lt;BR /&gt;78 ;*';*";*/;quit;run;&lt;BR /&gt;79 ODS _ALL_ CLOSE;&lt;BR /&gt;80&lt;BR /&gt;81&lt;BR /&gt;82 QUIT; RUN;&lt;BR /&gt;83&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 09:25:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/568667#M16592</guid>
      <dc:creator>keerthi78890976</dc:creator>
      <dc:date>2019-06-25T09:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to initialize JVM in SAS EG when running Proc Groovy</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/568670#M16593</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/219748"&gt;@keerthi78890976&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had this years ago at a customer site, so I don't have the details anymore. The problem was an update that was done to Red Hat that caused the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Was this working before ? Was there any updates to Linux (assuming) ?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 09:35:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/568670#M16593</guid>
      <dc:creator>nhvdwalt</dc:creator>
      <dc:date>2019-06-25T09:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to initialize JVM in SAS EG when running Proc Groovy</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/568681#M16594</link>
      <description>The wall clock of 1 second on the proc run time smells like a timeout. This would be a fun track for some one.</description>
      <pubDate>Tue, 25 Jun 2019 10:11:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/568681#M16594</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2019-06-25T10:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to initialize JVM in SAS EG when running Proc Groovy</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/568691#M16595</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/219748"&gt;@keerthi78890976&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your response. Have you recently changed LD_LIBRARY_PATH? Show me /sas/sashome/SASFoundation/9.4/bin/sasenv_local from that server.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 10:52:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/568691#M16595</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2019-06-25T10:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to initialize JVM in SAS EG when running Proc Groovy</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/569892#M16627</link>
      <description>&lt;P&gt;Added&amp;nbsp;export LD_LIBRARY_PATH=/usr/lib64/:/sas/sashome/SASPrivateJavaRuntimeEnvironment/9.4/jre/lib/amd64/server/&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 16:30:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/569892#M16627</guid>
      <dc:creator>keerthi78890976</dc:creator>
      <dc:date>2019-06-28T16:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to initialize JVM in SAS EG when running Proc Groovy</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/717494#M21503</link>
      <description>&lt;P&gt;There is not enough virtual memory space requested by an application thus the application fails to start. This usually happens during the application startup phase. Applications reserve a large amount of virtual memory for the JVM heap space during the startup phase. Java on Windows uses an initial size of 16 Megabyte and a maximum of 64 Megabyte.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most of the time you can fix this problem by uninstalling the Java runtime and then reinstalling it all over again. You can also try increasing the amount of system memory allocated to the &lt;A href="http://net-informations.com/java/intro/jvm.htm" target="_self"&gt;Java virtual machine&lt;/A&gt; by setting an environment variable.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 06:11:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Failed-to-initialize-JVM-in-SAS-EG-when-running-Proc-Groovy/m-p/717494#M21503</guid>
      <dc:creator>warnerjonn</dc:creator>
      <dc:date>2021-02-08T06:11:42Z</dc:date>
    </item>
  </channel>
</rss>

