<?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 Solution to problem is the in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-fails-Jave-Class-Not-Found-on-MacBook-Pro/m-p/1041533#M20724</link>
    <description>&lt;P&gt;Solution to problem is the following:&lt;/P&gt;

&lt;P&gt;mount the volume. Instead of clicking install/running install.sh&lt;/P&gt;

&lt;P&gt;find setup folder (hidden). run mkl_p_10.0.5.025.pkg&lt;/P&gt;

&lt;P&gt;should work fine. This is a Java error in the classpath to xalan lib...&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Aug 2015 03:43:26 GMT</pubDate>
    <dc:creator>Dan_M_1</dc:creator>
    <dc:date>2015-08-04T03:43:26Z</dc:date>
    <item>
      <title>Installation fails --Jave Class Not Found -- on MacBook Pro</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-fails-Jave-Class-Not-Found-on-MacBook-Pro/m-p/1041528#M20719</link>
      <description>&lt;P&gt;I am trying to install the Math Kernel Library under:&amp;nbsp;&lt;/P&gt;

&lt;TABLE border="1" cellspacing="0" class="grid" id="ctl00_HeadingContentplaceholder_gridRegisteredProducts" rules="all" style="outline: none; margin-top: 0px; margin-bottom: 0px; width: 619px; border-color: rgb(186, 186, 186); border-bottom-width: 1px; color: rgb(102, 102, 102); font-family: irc-neo-sans-intel, tahoma, helvetica, sans-serif; font-size: 12px; line-height: normal; border-style: solid; border-collapse: collapse;"&gt;
	&lt;TBODY style="outline: none;"&gt;
		&lt;TR class="gridSmHeader" style="outline: none; padding: 10px; border-color: rgb(0, 137, 214); border-width: 1px; color: white; white-space: nowrap; background-color: rgb(0, 137, 214);"&gt;
			&lt;TH scope="col" style="outline: none; padding: 10px; border-color: rgb(0, 137, 214); border-width: 1px;"&gt;Product Subscription Information&lt;/TH&gt;
			&lt;TH scope="col" style="outline: none; padding: 10px; border-color: rgb(0, 137, 214); border-width: 1px;"&gt;Download Latest Update&lt;/TH&gt;
			&lt;TH class="nowrap" scope="col" style="outline: none; padding: 10px; border-color: rgb(0, 137, 214); border-width: 1px;"&gt;Release Posted&lt;/TH&gt;
		&lt;/TR&gt;
		&lt;TR class="gridSmRowTopBorder" style="outline: none; padding: 4px; border-width: 1px 1px 0px; border-style: solid; border-color: rgb(186, 186, 186); font-size: 11px;" valign="bottom"&gt;
			&lt;TD style="outline: none; padding: 4px; border-width: 1px 1px 0px; border-style: solid; border-color: rgb(186, 186, 186);"&gt;&lt;A href="https://registrationcenter.intel.com/RegCenter/MySerialNumbers.aspx?id=698" style="outline: none; color: rgb(8, 96, 168);"&gt;Academic Research Performance Libraries from Intel (OS X*)&lt;/A&gt;&lt;/TD&gt;
		&lt;/TR&gt;
	&lt;/TBODY&gt;
&lt;/TABLE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;On my MacBook Pro, when I try to start the install shell, I receive the following message:&lt;/P&gt;

&lt;P class="p1"&gt;./install.sh&lt;/P&gt;

&lt;P class="p1"&gt;In JPanelLicenseOptions&lt;/P&gt;

&lt;P class="p1"&gt;Inside JPanelRegistrationBegin&lt;/P&gt;

&lt;P class="p1"&gt;Calling initComponents&lt;/P&gt;

&lt;P class="p1"&gt;Calling initializePanel&lt;/P&gt;

&lt;P class="p1"&gt;/tmp/intel/se/channel/msg/../msg/20150425124851608,0,Core,0,SmartEngineJavaGUI&lt;/P&gt;

&lt;P class="p1"&gt;Exception in thread "Thread-3" java.lang.NoClassDefFoundError: org/apache/xpath/XPathAPI&lt;/P&gt;

&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.intel.ISSA.GUI.CoreAdapter.MessageReader.getCoreState(MessageReader.java:142)&lt;/P&gt;

&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.intel.ISSA.GUI.CoreAdapter.MessageReader.run(MessageReader.java:45)&lt;/P&gt;

&lt;P class="p1"&gt;Caused by: java.lang.ClassNotFoundException: org.apache.xpath.XPathAPI&lt;/P&gt;

&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at java.net.URLClassLoader$1.run(URLClassLoader.java:202)&lt;/P&gt;

&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at java.security.AccessController.doPrivileged(Native Method)&lt;/P&gt;

&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at java.net.URLClassLoader.findClass(URLClassLoader.java:190)&lt;/P&gt;

&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&lt;/P&gt;

&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;/P&gt;

&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at java.lang.ClassLoader.loadClass(ClassLoader.java:247)&lt;/P&gt;

&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;... 2 more&lt;/P&gt;

&lt;P class="p1"&gt;======&lt;/P&gt;

&lt;P class="p1"&gt;When I click on the Installer from the Finder Window, the Installation Assistant comes up, but the menu window is blank and I cannot continue.&lt;/P&gt;

&lt;P class="p1"&gt;How should I proceed?&lt;/P&gt;

&lt;P class="p1"&gt;How do I submit a Support Ticket?&lt;/P&gt;

&lt;P class="p1"&gt;thank you very much for your help&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2015 13:33:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-fails-Jave-Class-Not-Found-on-MacBook-Pro/m-p/1041528#M20719</guid>
      <dc:creator>don_b_1</dc:creator>
      <dc:date>2015-04-25T13:33:35Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-fails-Jave-Class-Not-Found-on-MacBook-Pro/m-p/1041529#M20720</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Please find all files starting with "intel." in your /tmp and $TMPDIR directories, pack them all into an archive and post here.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2015 09:32:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-fails-Jave-Class-Not-Found-on-MacBook-Pro/m-p/1041529#M20720</guid>
      <dc:creator>Victor_C_Intel</dc:creator>
      <dc:date>2015-04-27T09:32:00Z</dc:date>
    </item>
    <item>
      <title>Any update on this?  I</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-fails-Jave-Class-Not-Found-on-MacBook-Pro/m-p/1041530#M20721</link>
      <description>&lt;P&gt;Any update on this? &amp;nbsp;I received the same error when trying to install on a MacBook Air.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2015 15:40:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-fails-Jave-Class-Not-Found-on-MacBook-Pro/m-p/1041530#M20721</guid>
      <dc:creator>Nicholas_N_1</dc:creator>
      <dc:date>2015-06-12T15:40:10Z</dc:date>
    </item>
    <item>
      <title>Same problem - macbook 2015..</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-fails-Jave-Class-Not-Found-on-MacBook-Pro/m-p/1041531#M20722</link>
      <description>&lt;P&gt;Same problem - macbook 2015...&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 03:33:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-fails-Jave-Class-Not-Found-on-MacBook-Pro/m-p/1041531#M20722</guid>
      <dc:creator>Dan_M_1</dc:creator>
      <dc:date>2015-08-04T03:33:40Z</dc:date>
    </item>
    <item>
      <title>Here is the error thrown..</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-fails-Jave-Class-Not-Found-on-MacBook-Pro/m-p/1041532#M20723</link>
      <description>&lt;P&gt;Here is the error thrown.. (Run as super user...)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;In JPanelLicenseOptions&lt;BR /&gt;
	Inside JPanelRegistrationBegin&lt;BR /&gt;
	Calling initComponents&lt;BR /&gt;
	Calling initializePanel&lt;BR /&gt;
	/tmp/intel/se/channel/msg/../msg/20150804033153160,0,Core,0,SmartEngineJavaGUI&lt;BR /&gt;
	Exception in thread "Thread-0" java.lang.NoClassDefFoundError: org/apache/xpath/XPathAPI&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.intel.ISSA.GUI.CoreAdapter.MessageReader.getCoreState(MessageReader.java:142)&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.intel.ISSA.GUI.CoreAdapter.MessageReader.run(MessageReader.java:45)&lt;BR /&gt;
	Caused by: java.lang.ClassNotFoundException: org.apache.xpath.XPathAPI&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;at java.net.URLClassLoader.findClass(URLClassLoader.java:381)&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;at java.lang.ClassLoader.loadClass(ClassLoader.java:424)&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;at java.lang.ClassLoader.loadClass(ClassLoader.java:357)&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;... 2 more&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 03:34:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-fails-Jave-Class-Not-Found-on-MacBook-Pro/m-p/1041532#M20723</guid>
      <dc:creator>Dan_M_1</dc:creator>
      <dc:date>2015-08-04T03:34:40Z</dc:date>
    </item>
    <item>
      <title>Solution to problem is the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-fails-Jave-Class-Not-Found-on-MacBook-Pro/m-p/1041533#M20724</link>
      <description>&lt;P&gt;Solution to problem is the following:&lt;/P&gt;

&lt;P&gt;mount the volume. Instead of clicking install/running install.sh&lt;/P&gt;

&lt;P&gt;find setup folder (hidden). run mkl_p_10.0.5.025.pkg&lt;/P&gt;

&lt;P&gt;should work fine. This is a Java error in the classpath to xalan lib...&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 03:43:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-fails-Jave-Class-Not-Found-on-MacBook-Pro/m-p/1041533#M20724</guid>
      <dc:creator>Dan_M_1</dc:creator>
      <dc:date>2015-08-04T03:43:26Z</dc:date>
    </item>
  </channel>
</rss>

