Known Issues for Internet of Things (IoT)

Known issues have been identified in the IoT Platform.

See also Troubleshooting IoT.

A Flow Runtime with a File Storage mount might fail to activate

Details
When you create or activate a Flow Runtime that includes a File Storage mount, the Flow Runtime might enter the Failed state. The work request can include the error Container Instance API returned 404 NotAuthorizedOrNotFound. For File Storage mount requirements, see Configuring File Storage Access for an IoT Flow Runtime.
Workaround

In the root compartment of your tenancy, add the following temporary policy:

Endorse any-user to associate compute-container-instances in any-tenancy
with all-resources in tenancy
where ALL {
  request.principal.type = 'iotdomain',
  request.operation = 'CreateContainerInstance',
  2.resource.kind = 'file-family'
}

This policy is limited to the IoT domain resource principal, the CreateContainerInstance operation, and File Storage resources. After the policy becomes active, try the Flow Runtime operation again.

Remove this temporary policy after Oracle resolves the known issue.