Ignition 8.0.2 - Errors importing project

We have been testing Ignition 8.0.2 and ran into Mime errors when tried uploading a 30MB+ project file. It wasn’t the case when we used 7.9.
Errors below. Please share any comments/advise.

Error handling route. route=/projects/import/:name/:overwrite, route-group=config, route-path=/projects/import/:name/:overwrite
java.lang.IllegalStateException: Multipart Mime part file exceeds max filesize
at org.eclipse.jetty.util.MultiPartInputStreamParser$MultiPart.write(MultiPartInputStreamParser.java:133)
at org.eclipse.jetty.util.MultiPartInputStreamParser.parse(MultiPartInputStreamParser.java:748)
at org.eclipse.jetty.util.MultiPartInputStreamParser.getParts(MultiPartInputStreamParser.java:441)
at org.eclipse.jetty.server.Request.getParts(Request.java:2335)

In $IGNITION/webserver/webapps/main/WEB-INF/web.xml there’s an entry for a DataRoutes servlet and inside that structure a max-file-size element set to 20848820.

Try doubling that and restarting Ignition.

2 Likes