I am using azure java MIP SDK in scala, program gets abruptly exited with code 139 while creating MIPContext

Nilesh Rane 0 Reputation points
2024-09-10T10:47:13.69+00:00

As soon as a introduce dependency com.sksamuel.elastic4s program exited while creating mip context with following code : MIP.createMipContext(mipConfiguration).

Same observation for other dependencies as well.

These are the dependencies that i am trying to use:

<dependencies>

    <dependency>

        <groupId>com.sksamuel.elastic4s</groupId>

        <artifactId>elastic4s-client-esjava_${scala.compat.version}</artifactId>

        <version>${elastic4s.version}</version>

    </dependency>

    <dependency>

        <groupId>com.microsoft.azure</groupId>

        <artifactId>msal4j</artifactId>

        <version>1.11.0</version>

    </dependency>

    <dependency>

        <groupId>com.microsoft.informationprotection</groupId>

        <artifactId>java-sdk-wrapper</artifactId>

        <version>1.15.94</version>

    </dependency>

</dependencies>
Azure Information Protection
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
544 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bhargava-MSFT 31,031 Reputation points Microsoft Employee
    2024-09-11T15:03:16.1066667+00:00

    Hello Nilesh Rane,

    Welcome to the Microsoft Q&A forum.

    from the error message, it seems like your program is getting abruptly exited with code 139 while creating MIPContext. This could be due to a variety of reasons, such as memory issues or compatibility issues between the elastic4s-client-esjava and the MIP SDK

    Please try removing the elastic4s-client-esjava dependency and see if the program still exits abruptly?

    I hope this helps.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.