Internal server error

0
Hello everyone, when I was sending An email using the Mendix program, the project reported an error: "An error occurred, please contact your system administrator." The specific error in the project is shown in the figure, does anyone know how to solve it? This is MyFirstModule RequestNewPage:
asked
3 answers
0

The error log line "Connector" contains more valuable information. The client error only knows something happened. not what.

 

Can you share the connector log as well?

answered
0

 you can also check my comments below, thank youimage.png

answered
0

The error message states it occurs in SendEmail_2 at the SendEmail java action. The error itself is a NullPointer, which looks to refer to the fact that an object required for the action does not exist. You can use a debugger to see what objects exist exactly before the action is executed and then work out why it is not there.

answered