oracle / oci-java-sdk

Oracle Cloud Infrastructure SDK for Java
https://cloud.oracle.com/cloud-infrastructure
Other
192 stars 153 forks source link

oci-java-sdk #462

Closed anilgoyal123 closed 1 year ago

anilgoyal123 commented 1 year ago

We have implemented these language and speech use case by writing a java business service, where we are using language java SDK API’s provided by the language AI service. https://docs.oracle.com/en-us/iaas/api/#/en/language/20210101/BatchDetectDominantLanguage/BatchDetectDominantLanguage

On the below API, we are getting the exception on AIX platform.

BatchDetectDominantLanguageResponse response = languageClient .batchDetectDominantLanguage(batchDetectDominantLanguageRequest)

This API works for all the platforms say WIN, LINUX, Solaris, HP. But failing on AIX, with the exception mentioned in the bug.

Exception: Unable to execute OCI AI Language Service due to bmc exception Error returned by BatchDetectLanguageEntities operation in AIServiceLanguage service.(-1, null, false) Processing exception while communicating to: https://language.aiservice.ap-mumbai-1.oci.oraclecloud.com/ (outbound opc-request-id: B34797F1555945269CA78320B77D066C)

[InvokeOCILanguage] Unable to execute OCI AI Language Service due to bmc exception Error returned by BatchDetectLanguageEntities operation in AIServiceLanguage service.(-1, null, false) Processing exception while communicating to: https://language.aiservice.ap-mumbai-1.oci.oraclecloud.com/ (outbound opc-request-id: 784A79662A6740459AE063FE004DDEDF) Timestamp: 2022-10-11T07:00:46.968Z Client version: Oracle-JavaSDK/2.31.0 Request Endpoint: https://language.aiservice.ap-mumbai-1.oci.oraclecloud.com/20210101/actions/batchDetectLanguageEntities

NOTE: Please refer, we have raised earlier against Language OCI team, they have closed it saying it belongs to OCI SDK.

anilgoyal123 commented 1 year ago

Also pls refer: Bug 34642982 - AIX : AIML_OCI FEATURE IS NOT WORKING ON AIX PLATFORM

anilgoyal123 commented 1 year ago

closing this issue as another one has been created to track it. Thanks