简体   繁体   中英

MIME*.tmp file are created in %temp% folder

We are using WildFly and JBoss for Java Web api deployment.

We are using SOAP.

When we are hitting the api with small size request (less than 0.5 MB) MIME*.tmp file is not getting created.

When the request size is bigger (2.5 MB request) the MIME*.tmp file is getting created.

We are also not able to delete these MIME*.tmp file. When we try it says,

The action can't be completed because the file is open in OpenJDK platform binary.

These MIME file contain the request as SOAP Envelope in it.

Due to increasing these temp file, our system is getting full.

JBoss Module version 1.9.1
WildFly version 17.0.1

Even I am suffering from the same problem. We think it's a configuration somewhere but haven't found it just yet. Will keep you posted if we do find it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM