<?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: The Java child process terminated unexpectedly. Failed to attach Java VM in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/342693#M8024</link>
    <description>&lt;P&gt;So 2 things. In my private JRE folder, there is NO java.exe. There is a javac.exe. So it seems that SAS is not installing the JRE despite showing a checkmark on the item during the install process. And second, yes, 8.3 is enabled throughout-- I just checked. Is there a way to manually install the private JRE?&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2017 17:08:05 GMT</pubDate>
    <dc:creator>jjjllhhlk</dc:creator>
    <dc:date>2017-03-20T17:08:05Z</dc:date>
    <item>
      <title>The Java child process terminated unexpectedly. Failed to attach Java VM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/340853#M7899</link>
      <description>&lt;P&gt;I am running SAS 9.4 M3 on Windows 10 x64. Everything installs properly but I get this message in the log at startup and while analytics works properly, ODS graphics (obviously dependent on Java) do not. Not sure what to do. Have updated the private JRE to the latest version and have downloaded all available hotfixes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:32:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/340853#M7899</guid>
      <dc:creator>jjjllhhlk</dc:creator>
      <dc:date>2017-03-14T16:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: The Java child process terminated unexpectedly. Failed to attach Java VM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/341188#M7906</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ERROR: The Java proxy is not responding.
ERROR: The Java proxy's JNI call to start the VM failed.
ERROR: Java failed to start during the SAS startup.
&lt;/PRE&gt;
&lt;P&gt;As far as I know, this messages relate to a little-known pre-requisite of SAS on Windows : 8.3 short naming must be enabled on the NTFS partition where SAS Foundation is installed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;NOTE: As a SAS system requirement, the 8.3 filename convention must remain enabled.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;source : &lt;A href="https://support.sas.com/kb/44/853.html" target="_blank"&gt;https://support.sas.com/kb/44/853.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try running in your sas session :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc options option=JREOPTIONS;&amp;nbsp;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The Java.class.path is assigned using the old 8.3 (also called "8dot3" in Microsoft plaintalk) convention : 8 characterss max. length with ~ as suffix separator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;display your sasroot : %put %sysget(SASROOT);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then try to run inside a CMD.exe the following command :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;C:\users&amp;gt; &lt;STRONG&gt;DIR /X &amp;lt;SASROOT&amp;gt;&lt;/STRONG&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If the penultimate colum, is empty then 8.3 short names are disabled.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See also :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.microsoft.com/en-us/help/121007/how-to-disable-8.3-file-name-creation-on-ntfs-partitions" target="_blank"&gt;https://support.microsoft.com/en-us/help/121007/how-to-disable-8.3-file-name-creation-on-ntfs-partitions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You must have (local) admin privilege in order to run fsutil.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 13:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/341188#M7906</guid>
      <dc:creator>ronan</dc:creator>
      <dc:date>2017-03-15T13:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: The Java child process terminated unexpectedly. Failed to attach Java VM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/341195#M7907</link>
      <description>&lt;P&gt;Oh, the joys of working with CP/M 64 ....&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 14:04:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/341195#M7907</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-15T14:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: The Java child process terminated unexpectedly. Failed to attach Java VM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/341222#M7910</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thank you so much for your reply and helping me. Unfortunately, the column is not empty and Windows is apparently creating the 8.3 nomenclature properly (See attachment). Anything else I can do?&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13570iCD4B0AED8C531BCD/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="screen sas.png" title="screen sas.png" /&gt;</description>
      <pubDate>Wed, 15 Mar 2017 15:10:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/341222#M7910</guid>
      <dc:creator>jjjllhhlk</dc:creator>
      <dc:date>2017-03-15T15:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: The Java child process terminated unexpectedly. Failed to attach Java VM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/341243#M7911</link>
      <description>&lt;P&gt;The Note no. 44853 I mentioned above may give you further hints to go on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suppose that the following code issues some errors as well :&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;Try to&amp;nbsp;test the Private JRE provided with SAS Foundation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This note gives you the new JAVAHOME used internally with SAS :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/48/548.html" target="_blank"&gt;https://support.sas.com/kb/48/548.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Technical Support could be the next one to ask !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS. a very "sensitive" Firewall/Security software might be reluctant to let SAS process launch Java.exe sub-processes. Please, check also with the corresponding logs/trace if its available.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 16:00:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/341243#M7911</guid>
      <dc:creator>ronan</dc:creator>
      <dc:date>2017-03-15T16:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: The Java child process terminated unexpectedly. Failed to attach Java VM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/341254#M7912</link>
      <description>&lt;P&gt;On second glance, I noticed on your screen shot that some of your SAS Foundation folders were dated back to March 2015 (?).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Is your SAS installation a M2 or a M3 release ? Support of SAS 9.4 on Windows 10 began with M3 release, which&lt;/P&gt;
&lt;P&gt;was shipped by&amp;nbsp;August/September 2015 if not later (as far as I can remember).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/supportos/list" target="_blank"&gt;https://support.sas.com/supportos/list&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Correspondingly, it seems that JRE 1.7 support on Windows 10 was introduced by Oracle with update release 085 :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.oracle.com/technetwork/java/javase/config-417990.html" target="_blank"&gt;http://www.oracle.com/technetwork/java/javase/config-417990.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI, on a SAS M3 release at my office, the SAS Private JRE installed has an update release 076 (gasp!).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try display yours with&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&amp;lt;SAS PRIVATE JRE HOME&amp;gt;\bin\java.exe -version&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;16th, March UPDATE&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;a SAS note explaining the recourse to 8.3 short names in this case :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/17/004.html" target="_blank"&gt;https://support.sas.com/kb/17/004.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;EM&gt;The problem is caused by the spaces that are included in the location of
the SAS .jar files.  Some of the JRE options in the SAS config file
include &lt;STRONG&gt;paths that contain spaces, and these paths do not resolve
properly in the JAVA compiler.&lt;/STRONG&gt;

The -JREOPTIONS uses !SASROOT, which contains a space by default.

To avoid the SAS crashes, alter the SASROOT variable as follows:&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;[replace long names with 8.3 short names]&lt;/EM&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 16 Mar 2017 11:06:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/341254#M7912</guid>
      <dc:creator>ronan</dc:creator>
      <dc:date>2017-03-16T11:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: The Java child process terminated unexpectedly. Failed to attach Java VM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/341504#M7931</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/132692"&gt;@jjjllhhlk&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what is the full path to your SASHome directory? Something like D:\Program Files\SASHome?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please check if you have the short names enabled also in the intermediate folders, such as "Program Files"? I often can see that the installer creates first Program Files, or it is created already before enabling 8.3 naming convention, and then 8.3name is enabled, and then SAS is installed.... with the problem that "Program Files" stays in long name, without a mapped short name and then SAS Foundation eventually crashes because, whilst all SAS components are on 8.3, the full path to the SAS components stay with just a long name, and "Program Files" paths get corrupted.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:51:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/341504#M7931</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-03-16T09:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: The Java child process terminated unexpectedly. Failed to attach Java VM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/342693#M8024</link>
      <description>&lt;P&gt;So 2 things. In my private JRE folder, there is NO java.exe. There is a javac.exe. So it seems that SAS is not installing the JRE despite showing a checkmark on the item during the install process. And second, yes, 8.3 is enabled throughout-- I just checked. Is there a way to manually install the private JRE?&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 17:08:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/342693#M8024</guid>
      <dc:creator>jjjllhhlk</dc:creator>
      <dc:date>2017-03-20T17:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: The Java child process terminated unexpectedly. Failed to attach Java VM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/342703#M8025</link>
      <description>&lt;P&gt;SASPrivateJavaRuntimeEnvironment\9.4\jre\bin is where you'll find java, javac is the compiler and not part of the jre (and why it's a level higher)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 17:45:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/342703#M8025</guid>
      <dc:creator>dpage</dc:creator>
      <dc:date>2017-03-20T17:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: The Java child process terminated unexpectedly. Failed to attach Java VM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/342716#M8026</link>
      <description>&lt;P&gt;Yes, I meant the bin folder. It only contains javac.exe and not java.exe or anything else for that matter&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 18:24:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/342716#M8026</guid>
      <dc:creator>jjjllhhlk</dc:creator>
      <dc:date>2017-03-20T18:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: The Java child process terminated unexpectedly. Failed to attach Java VM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/342718#M8027</link>
      <description>&lt;P&gt;You're seeing javac.exe in the 9.4\&lt;STRONG&gt;jre&lt;/STRONG&gt;\bin directory? or 9.4\bin?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 18:28:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/342718#M8027</guid>
      <dc:creator>dpage</dc:creator>
      <dc:date>2017-03-20T18:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: The Java child process terminated unexpectedly. Failed to attach Java VM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/342720#M8028</link>
      <description>&lt;P&gt;Ok you are right. I feel like a daft.&lt;/P&gt;&lt;P&gt;I ran the version check on that and this is what it said:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;java version "1.7.0_131"&lt;BR /&gt;Java(TM) SE Runtime Environment (build 1.7.0_131-b12)&lt;BR /&gt;Java HotSpot(TM) 64-Bit Server VM (build 24.131-b12, mixed mode)&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 18:29:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/342720#M8028</guid>
      <dc:creator>jjjllhhlk</dc:creator>
      <dc:date>2017-03-20T18:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: The Java child process terminated unexpectedly. Failed to attach Java VM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/350344#M8302</link>
      <description>&lt;P&gt;I have the same problem with the same version and build. What was your final resolution?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2017 04:30:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/350344#M8302</guid>
      <dc:creator>Mordicus</dc:creator>
      <dc:date>2017-04-16T04:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: The Java child process terminated unexpectedly. Failed to attach Java VM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/363145#M8782</link>
      <description>&lt;P&gt;Hi. I have the same problem, I can not run the java environment when I started SAS 9.4 in W10. I tried to check the 8dot3 directories and update, install and reinstall java and SAS, but without results. Please help me. Cheers!&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 16:26:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/363145#M8782</guid>
      <dc:creator>oliverio</dc:creator>
      <dc:date>2017-05-31T16:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: The Java child process terminated unexpectedly. Failed to attach Java VM</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/363357#M8786</link>
      <description>&lt;P&gt;If you upgraded to Win 10 Creator's Update which was officially released back in Apr 2017 then this is your likely problem:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/windows10-about-SAS9-4-ERROR-The-Java-child-process-terminated/td-p/354805" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/windows10-about-SAS9-4-ERROR-The-Java-child-process-terminated/td-p/354805&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS is working on this issue as a high priority but no totally reliable fix is yet available - unless you are prepared to revert to an earlier Win 10 version.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 10:13:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/The-Java-child-process-terminated-unexpectedly-Failed-to-attach/m-p/363357#M8786</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-06-01T10:13:12Z</dc:date>
    </item>
  </channel>
</rss>

