HPE NonStop SQL/MX Error – 11232 The method method-name in class class-name is not defined as static.

In this blog post, let’s learn about the error message “11232 The method method-name in class class-name is not defined as static.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.

Error Message

11232 The method method-name in class class-name is not defined as static.

Reason for the Error

During the execution of a CREATE PROCEDURE statement, a method named method-name was found in the specified Java class, but the method did not have the static attribute.

Solution

Correct the signature of the SPJ method, and then resubmit