Hi
in system info I get following warnings
WARNING: The system property 'mail.mime.decodeparameters' is not set to true. This may result in e-mail attachments with non-Latin filenames being dropped. For more information please see the JIRA Documentation.
WARNING: 'Apache Tomcat/6.0.32' server and the 'org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER' system property is not set to true! This can result in OutOfMemoryErrors. For more information please see the JIRA Documentation.
But both of them are set to true already.
Here is my JVM output according to Jira from same system info page
-Dcatalina.home=C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0 -Dcatalina.base=C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0 -Djava.endorsed.dirs=C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0\endorsed -Djava.io.tmpdir=C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0\conf\logging.properties -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dmail.mime.decodeparameters=true -Djava.awt.headless=true -Dfile.encoding=utf-8 -XX:MaxPermSize=256m -XX:+CMSClassUnloadingEnabled -Xms1024m -Xmx1024m
For your case, I believe that setting does not reflect properly from your description. Would you try to investigate further referring to the below documentation to see if this is the case for your problem?
Do take note on the resolution that
Ensure that each defined parameter is defined on its own line.
Ensure that there are no extra spaces at the end of the parameters.
Hope this helps :)
Thank you, I just want to share this information to other users that might bump into the same issue :)
Thanks for the update, great job solving this :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.