Hi Eric,
First, Failed to build MDA" Issue usually occurs when Mendix cannot package your app into an MDA file the Possible causes for this error is Missing Dependencies, Java Compilation Errors and If you have custom Java actions, they might be failing to compile and also check Disk Space
Second, Jetty Server error , This issue typically happens due to an issue with a long-running request timing out and broken client-server connection during data transmission.
Common Errors:
org.eclipse.jetty.io.EofException
→ Connection unexpectedly closedjava.net.SocketTimeoutException
→ Request took too long and timed outjava.io.IOException: Connection reset by peer
→ Server closed the connectionAnd Increase Mendix Request Timeout in settings.
Hope you'll resolve this issue.
Regards,
Guna
You are mixing up these two. The stacktrace shown above is not the root cause but potentially a side effect caused by the failure.
as mentioned above already, the package/build error is probably caused by your source code. Try the following:
- clean your deployment directory/package within studio pro menu
- package your app locally. This simulates a build.
- ensure any errors are fixed at this point
- now commit all changes
- deploy again
if above does not help, as the error message states: go to the developer portal, open your app there and find the build logs. That log should contain details why the build failed. Share that here if you need help interpreting it.