Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException in method insertSystemException of GIOPReplyMessage.java #6

Open
mmendeza opened this issue Nov 8, 2023 · 0 comments

Comments

@mmendeza
Copy link

mmendeza commented Nov 8, 2023

I think createMessageBufferOutput(orb) should be before write...

    public void insertSystemException(TIDORB orb,
                                      org.omg.CORBA.SystemException exception)
    {
        reset();
        m_reply_status = LocateReplyStatusType.LOC_SYSTEM_EXCEPTION;
        SystemExceptionEncoder.write(m_message_buffer_out, exception);

        createMessageBufferOutput(orb);

        m_message_completed = true;
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant