###前提・実現したいこと
javascriptにてファイルをアップロードする画面にて
10MB以上のファイルをアップしようとするとエラーが起きます。
wildflyの設定ファイルにサイズ上限に関する設定箇所があるのかと疑っているのですが、
分らずじまいであったため、質問しました。
###発生している問題・エラーメッセージ
ブラウザのコンソールメッセージ
500 (Internal Server Error)
サーバのログ
2017-02-27 15:16:51,568 ERROR (default task-64) cz.jirutka.spring.exhandler.RestHandlerExceptionResolver Failed to process error response: <400 Bad Request,ErrorMessage(type=null, title=null, status=null, instance=null),{}> java.io.IOException: UT010029: Stream is closed 2017-02-27 15:16:51,586 ERROR [io.undertow.request] (default task-64) UT005023: Exception handling request to /upload: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.web.multipart.MultipartException: Could not parse multipart servlet request; nested exception is org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: Processing of multipart/form-data request failed. UT000020: Connection terminated as request was larger than 10485760
###試したこと
以下のファイルを編集してmax-size-bytesと記載がある箇所のサイズを10485760→1073741824に変更
C:\wildfly-10.0.0.Final\domain\configuration\domain.xmln
再起動後実施も変わらず。
###補足情報(言語/FW/ツール等のバージョンなど)
サーバ上のwildflyの配置場所 :C:\wildfly-10.0.0.Final
wildflyのバージョン :wildfly-10.0.0.Final
回答1件
あなたの回答
tips
プレビュー