<?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: Re:how to fix 'No cache data for this platform' problem? in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-fix-No-cache-data-for-this-platform-problem/m-p/1444107#M5621</link>
    <description>&lt;P&gt;Did registration solve your problem? How did you register your VM on the intel platform. I have the same issue, and my machine is Azure VM.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jan 2023 10:23:50 GMT</pubDate>
    <dc:creator>leila888</dc:creator>
    <dc:date>2023-01-05T10:23:50Z</dc:date>
    <item>
      <title>how to fix 'No cache data for this platform' problem?</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-fix-No-cache-data-for-this-platform-problem/m-p/1406444#M5421</link>
      <description>&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;bellow error threw when I try to set up DCAP&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="sub_section_element_selectors"&gt;as&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="sub_section_element_selectors"&gt;Intel® SGX DCAP Quick Install Guide describe&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;&lt;A class="sub_section_element_selectors" href="https://www.intel.com/content/www/us/en/developer/articles/guide/intel-software-guard-extensions-data-center-attestation-primitives-quick-install-guide.html#inpage-nav-2-undefined" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.intel.com/content/www/us/en/developer/articles/guide/intel-software-guard-extensions-dat&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Error: No cache data for this platform.&lt;/LI-CODE&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;Details:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="sub_section_element_selectors"&gt;1. Failed to retrieve PCK when I run&amp;nbsp;PCKIDRetrievalTool&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;root@VM-179-80-ubuntu:/home/ubuntu# PCKIDRetrievalTool

Intel(R) Software Guard Extensions PCK Cert ID Retrieval Tool Version 1.14.100.3

Warning: platform manifest is not available or current platform is not multi-package platform.
Error: unexpected error happend during sending data to cache server.
pckid_retrieval.csv has been generated successfully, however the data couldn't be sent to cache server!&lt;/LI-CODE&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;2. successfully get the&amp;nbsp;rootcacrl:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;curl -k -G "https://localhost:8081/sgx/certification/v3/rootcacrl"
...20101300a06082a8648ce3d0403023068311a301806035504030c11496e74656c205347403020348003045022100b7805acf592113584c45c8b0e11b2b8a9db462a215bbf8d4fd416539d7f5ab7502207ff56984c5199cf2b23d97d37b104ec0ebb5243674f4134........&lt;/LI-CODE&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;logs:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;2022-08-05 23:03:01.468 [info]: Client Request-ID : 4a7297182d8f4a6783b0caa207661a36
2022-08-05 23:03:01.476 [info]: 127.0.0.1 - - [05/Aug/2022:15:03:01 +0000] "GET /sgx/certification/v3/rootcacrl HTTP/1.1" 200 586 "-" "curl/7.68.0"

2022-08-05 23:03:14.537 [info]: Client Request-ID : f5e8261c0121421c96e464f16ce16459
2022-08-05 23:03:16.239 [info]: Request-ID is : 620a508e620240879492c8b9f8423c92
2022-08-05 23:03:16.239 [debug]: Request URL https://api.trustedservices.intel.com/sgx/certification/v3/pckcerts
2022-08-05 23:03:16.239 [error]: Intel PCS server returns error(404).
2022-08-05 23:03:16.239 [error]: Intel PCS server returns error. Error code : 404
2022-08-05 23:03:16.240 [error]: Error: No cache data for this platform.
at Proxy.getPckCertFromPCS (/opt/intel/sgx-dcap-pccs/services/logic/commonCacheLogic.js:92:11)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async ReqCachingMode.registerPlatforms (/opt/intel/sgx-dcap-pccs/services/caching_modes/cachingMode.js:205:7)
at async Proxy.registerPlatforms (/opt/intel/sgx-dcap-pccs/services/platformsRegService.js:107:3)
at async postPlatforms (/opt/intel/sgx-dcap-pccs/controllers/platformsController.js:40:5)
2022-08-05 23:03:16.241 [info]: 127.0.0.1 - - [05/Aug/2022:15:03:16 +0000] "POST /sgx/certification/v3/platforms HTTP/1.1" 404 32 "-" "-"

&lt;/LI-CODE&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;os:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ubuntu@VM-179-80-ubuntu:~$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="20.04.4 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.4 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal&lt;/LI-CODE&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;kernel version:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;5.19.0-051900-generic&lt;/LI-CODE&gt;
&lt;P class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;bios version:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;BIOS Information
        Vendor: SeaBIOS
        Version: seabios-1.9.1-qemu-project.org
        Release Date: 04/01/2014
        Address: 0xE8000
        Runtime Size: 96 kB
        ROM Size: 64 kB
        Characteristics:
                BIOS characteristics not supported
                Targeted content distribution is supported
        BIOS Revision: 0.0&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;config&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ubuntu@VM-179-80-ubuntu:~$ sudo cat /opt/intel/sgx-dcap-pccs/config/default.json
{
    "HTTPS_PORT" : 8081,
    "hosts" : "0.0.0.0",
    "uri": "https://api.trustedservices.intel.com/sgx/certification/v3/",
    "ApiKey" : "[my api key]",
    "proxy" : "",
    "RefreshSchedule": "0 0 1 * * *",
    "UserTokenHash" : "[the hash]",
    "AdminTokenHash" : "[the hash]",
    "CachingFillMode" : "REQ",
    "LogLevel" : "silly",
    "DB_CONFIG" : "debug",
    "sqlite" : {
        "database" : "database",
        "username" : "username",
        "password" : "password",
        "options" : {
            "host": "localhost",
            "dialect": "sqlite",
            "pool": {
                "max": 5,
                "min": 0,
                "acquire": 30000,
                "idle": 10000
            },
            "define": {
                "freezeTableName": true
            },
            "logging" : false, 
            "storage": "pckcache.db"
        }
    }, 
    "mysql" : {
        "database" : "pckcache",
        "username" : "root",
        "password" : "mypass",
        "options" : {
            "host": "localhost",
            "dialect": "mysql",
            "pool": {
                "max": 5,
                "min": 0,
                "acquire": 30000,
                "idle": 10000
            },
            "define": {
                "freezeTableName": true
            },
            "logging" : false
        }
    }
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 22:42:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-fix-No-cache-data-for-this-platform-problem/m-p/1406444#M5421</guid>
      <dc:creator>keson</dc:creator>
      <dc:date>2022-08-05T22:42:33Z</dc:date>
    </item>
    <item>
      <title>Re:how to fix 'No cache data for this platform' problem?</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-fix-No-cache-data-for-this-platform-problem/m-p/1407223#M5424</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This error is usually caused by a BIOS issue. Please update the BIOS on the system to the most recent BIOS available from the OEM to make the trusted computing base current.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Let me know if you are still having errors.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Sahira&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2022 23:16:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-fix-No-cache-data-for-this-platform-problem/m-p/1407223#M5424</guid>
      <dc:creator>Sahira_Intel</dc:creator>
      <dc:date>2022-08-09T23:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re:how to fix 'No cache data for this platform' problem?</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-fix-No-cache-data-for-this-platform-problem/m-p/1407495#M5427</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/29"&gt;@Sahira_Intel&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Indeed it is a virtual machine, on my other VM (same instance, same bios version), it works.&lt;/P&gt;
&lt;P&gt;what happens if the host machine didn't register on the intel platform?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can it cause this problem?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 02:52:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-fix-No-cache-data-for-this-platform-problem/m-p/1407495#M5427</guid>
      <dc:creator>keson</dc:creator>
      <dc:date>2022-08-11T02:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re:how to fix 'No cache data for this platform' problem?</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-fix-No-cache-data-for-this-platform-problem/m-p/1408326#M5433</link>
      <description>&lt;P&gt;Yes, you will get this 404 not found error if you have not yet registered the platform with Intel(r) Registration Service.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 20:59:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-fix-No-cache-data-for-this-platform-problem/m-p/1408326#M5433</guid>
      <dc:creator>Scott_R_Intel</dc:creator>
      <dc:date>2022-08-15T20:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re:how to fix 'No cache data for this platform' problem?</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-fix-No-cache-data-for-this-platform-problem/m-p/1444107#M5621</link>
      <description>&lt;P&gt;Did registration solve your problem? How did you register your VM on the intel platform. I have the same issue, and my machine is Azure VM.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 10:23:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/how-to-fix-No-cache-data-for-this-platform-problem/m-p/1444107#M5621</guid>
      <dc:creator>leila888</dc:creator>
      <dc:date>2023-01-05T10:23:50Z</dc:date>
    </item>
  </channel>
</rss>

