I'm trying to use MS Purview to scan an Oracle source (Oracle Database 11g Enterprise Edition Release 11.2.0.4.0) with a self-hosted Integration Runtime (Windows 2022, IR version 5.17.8186.1).
Testing the connection from the Self-Hosted Integration Runtime is successful:
However, testing the connection from the Governance Portal fails with java.lang.IllegalStateException
This is the Integration Runtime error log during this event:
TestConnection failed, error message: 'Type=Microsoft.Azure.Data.Governance.Plugins.Core.ConnectorPluginException,Message=Connector Exception: java.lang.IllegalStateException,Source=Microsoft.Azure.Data.Governance.Plugins.GenericMitiConnectors,StackTrace= at Microsoft.Azure.Data.Governance.Plugins.GenericMitiConnectors.GenericMitiConnection.TestConnection() at Microsoft.DataTransfer.TransferTask.InteractiveTaskFactoryV2.ConnectorTestConnection(ConnectionSetting connectionSetting, TestConnectionV2Response response) at Microsoft.DataTransfer.TransferTask.InteractiveTaskFactoryV2.TestConnection(TestConnectionV2Request request, TestConnectionV2Response response, CancellationToken token) at Microsoft.DataTransfer.TransferTask.InteractiveTask`2.Execute(),''Type=Microsoft.Azure.Data.Governance.Plugins.Core.ConnectorPluginException,Message=Connector Exception: java.lang.IllegalStateException,Source=Microsoft.Azure.Data.Governance.Plugins.GenericMitiConnectors,StackTrace= at Microsoft.Azure.Data.Governance.Plugins.GenericMitiConnectors.MitiLogger.throwError() at Microsoft.Azure.Data.Governance.Plugins.GenericMitiConnectors.GenericMitiConnection.TestConnection(),''Type=Microsoft.Azure.Data.Governance.Plugins.Core.ConnectorPluginException,Message=Connector Exception: java.lang.IllegalStateException,Source=,''Type=Microsoft.Azure.Data.Governance.Plugins.Core.ConnectorPluginException,Message=Connector Exception: The Java process did not complete successfully,Source=,''Type=Microsoft.Azure.Data.Governance.Plugins.Core.ConnectorPluginException,Message=Connector Exception: The tool failed with error code ERROR_TEST,Source=,'. Log ID: Error
Any idea how to get this scan to succeed?