<?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: Java programs not running on TQMP2020 in P-Series</title>
    <link>https://community.nxp.com/t5/P-Series/Java-programs-not-running-on-TQMP2020/m-p/494807#M3003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; color: black;"&gt;Look at the Section 3.2.10 of the QorIQ SDK 1.9 Info Center RevA:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; color: black;"&gt;&lt;A href="http://cache.nxp.com/files/soft_dev_tools/doc/support_info/QorIQ-SDK-1.9-IC-RevA.zip?fpsp=1&amp;amp;WT_TYPE=Supporting%20Information&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=zip&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.zip" rel="nofollow noopener noreferrer" target="_blank"&gt;http://cache.nxp.com/files/soft_dev_tools/doc/support_info/QorIQ-SDK-1.9-IC-RevA.zip?fpsp=1&amp;amp;WT_TYPE=Supporting%20Information&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=zip&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.zip&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; color: black;"&gt;This Section is available in the attachment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; color: black;"&gt;See also the following page:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; color: black;"&gt;&lt;A class="jive-link-external-small" href="https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK_1.9/GUID-64851DA1-16C0-4814-9EDD-FBE377A7D722" rel="nofollow noopener noreferrer" target="_blank"&gt;https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK_1.9/GUID-64851DA1-16C0-4814-9EDD-FBE377A7D722&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive-pre"&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman'; color: black;"&gt;There are at least for known vendors of Java machines for Power architecture:&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman'; color: black;"&gt;Qracle, Apogee (www.apogee.com), IS2T (www.is2t.com), SAP (www.sap.com)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman'; color: black;"&gt;Contact these companies for their product details.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Dec 2015 04:48:47 GMT</pubDate>
    <dc:creator>Pavel</dc:creator>
    <dc:date>2015-12-23T04:48:47Z</dc:date>
    <item>
      <title>Java programs not running on TQMP2020</title>
      <link>https://community.nxp.com/t5/P-Series/Java-programs-not-running-on-TQMP2020/m-p/494806#M3002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have set up a TQMP2020 to boot from SD card using the files on here: &lt;A href="http://support.tq-group.com/doku.php?id=en:power:tqmp2020:linux" title="http://support.tq-group.com/doku.php?id=en:power:tqmp2020:linux"&gt;en:power:tqmp2020:linux [TQ Support Wiki]&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The P2020 boots and I am able to browse the file system and do other operations successfully. However I have been so far unsuccessful in launching java programs successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have downloaded the embedded Java which i assume is compatible with the P2020 (ppc e500v2 ejre) and it has been placed on the file system and the PATH variable edited to point to the bin folder. I have also tried symlinking the java binary to the bin directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;java&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It simply hangs. No output will appear no matter how long the program is ran for. The same occurs if I am to run the command with a compiled class file e.g.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;java HelloWorld&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;In an effort to troubleshoot the cause of the hang, I found the following when debugging the JVM:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When running “./java –version” it will hang for ever, it spawns ~3 threads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running a stack trace on those threads I found that 2 are hanging on this call:&lt;BR /&gt; “futex(0x10064b44, FUTEX_WAIT, 3, NULL)”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the other thread is looping on a seg fault:&lt;/P&gt;&lt;P&gt;“rt_sigreturn(0x1) = 1208935148&lt;/P&gt;&lt;P&gt;--- SIGSEGV (Segmentation fault^Cntation fault) @ 0 (0) ---&lt;/P&gt;&lt;P&gt;“&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody here have experience with using Java on this system and could offer advice or suggestions which may help solve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 10:21:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Java-programs-not-running-on-TQMP2020/m-p/494806#M3002</guid>
      <dc:creator>mikegreenge</dc:creator>
      <dc:date>2015-12-18T10:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Java programs not running on TQMP2020</title>
      <link>https://community.nxp.com/t5/P-Series/Java-programs-not-running-on-TQMP2020/m-p/494807#M3003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; color: black;"&gt;Look at the Section 3.2.10 of the QorIQ SDK 1.9 Info Center RevA:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; color: black;"&gt;&lt;A href="http://cache.nxp.com/files/soft_dev_tools/doc/support_info/QorIQ-SDK-1.9-IC-RevA.zip?fpsp=1&amp;amp;WT_TYPE=Supporting%20Information&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=zip&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.zip" rel="nofollow noopener noreferrer" target="_blank"&gt;http://cache.nxp.com/files/soft_dev_tools/doc/support_info/QorIQ-SDK-1.9-IC-RevA.zip?fpsp=1&amp;amp;WT_TYPE=Supporting%20Information&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=zip&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.zip&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; color: black;"&gt;This Section is available in the attachment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; color: black;"&gt;See also the following page:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; color: black;"&gt;&lt;A class="jive-link-external-small" href="https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK_1.9/GUID-64851DA1-16C0-4814-9EDD-FBE377A7D722" rel="nofollow noopener noreferrer" target="_blank"&gt;https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK_1.9/GUID-64851DA1-16C0-4814-9EDD-FBE377A7D722&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive-pre"&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman'; color: black;"&gt;There are at least for known vendors of Java machines for Power architecture:&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman'; color: black;"&gt;Qracle, Apogee (www.apogee.com), IS2T (www.is2t.com), SAP (www.sap.com)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman'; color: black;"&gt;Contact these companies for their product details.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 04:48:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Java-programs-not-running-on-TQMP2020/m-p/494807#M3003</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2015-12-23T04:48:47Z</dc:date>
    </item>
  </channel>
</rss>

