Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Application logging in weblogic 12c messed up after upgrading Jdeveloper from 12.1.2 to 12.1.3

We recently upgraded JDeveloper from 12.1.2 to 12.3. Application logging has messed up since then. App works but the log is filled up with below messages. Any help on this is highly appreciated.

<Dec 17, 2014 2:06:37 PM EST> <Warning> <HTTP> <BEA-101394> 
<The exception "The request content-type is not a multipart/form-data" occurred 
when processing getParameter or getParameterValues from a multipart value of a    
ServletRequest.> 

<Dec 17, 2014 2:06:39 PM EST> <Warning> <HTTP> <BEA-101394> <The exception "The   
request content-type is not a multipart/form-data" occurred when processing 
getParameter or getParameterValues from a multipart value of a ServletRequest.> 

<Dec 17, 2014 2:06:39 PM EST> <Warning> <HTTP> <BEA-101394> <The exception "The 
request content-type is not a multipart/form-data" occurred when processing 
getParameter or getParameterValues from a multipart value of a ServletRequest.> 

<Dec 17, 2014 2:06:39 PM EST> <Warning> <HTTP> <BEA-101394> <The exception "The 
request content-type is not a multipart/form-data" occurred when processing 
getParameter or getParameterValues from a multipart value of a ServletRequest.> 

<Dec 17, 2014 2:06:39 PM EST> <Warning> <HTTP> <BEA-101394> <The exception "The 
request content-type is not a multipart/form-data" occurred when processing 
getParameter or getParameterValues from a multipart value of a ServletRequest.> 

<Dec 17, 2014 2:06:40 PM EST> <Warning> <HTTP> <BEA-101394> <The exception "The 
 request content-type is not a multipart/form-data" occurred when processing 
getParameter or getParameterValues from a multipart value of a ServletRequest.> 

<Dec 17, 2014 2:06:40 PM EST> <Warning> <HTTP> <BEA-101394> <The exception "The 
request content-type is not a multipart/form-data" occurred when processing 
getParameter or getParameterValues from a multipart value of a ServletRequest.> 

<Dec 17, 2014 2:06:40 PM EST> <Warning> <HTTP> <BEA-101394> <The exception "The 
request content-type is not a multipart/form-data" occurred when processing 
getParameter or getParameterValues from a multipart value of a ServletRequest.> 

<Dec 17, 2014 2:06:40 PM EST> <Warning> <HTTP> <BEA-101394> <The exception "The 
request content-type is not a multipart/form-data" occurred when processing 
getParameter or getParameterValues from a multipart value of a ServletRequest.> 

<Dec 17, 2014 2:06:40 PM EST> <Warning> <HTTP> <BEA-101394> <The exception "The 
request content-type is no
like image 978
Superman9999 Avatar asked Dec 17 '14 19:12

Superman9999


2 Answers

there is a bug filed for this in Oracle Support site "Bug 19483893 : WHEN MULTIPARTCONFIG SUPPORT IT'S ENABLED, FILLS LOG WITH WARNING MESSAGES"

"So in summary, issue relates only to the massive warning messages appearing on log. There is no broken functionality at all with any patch. Just seems to be that some piece of code added an extra warning message which was not previously part of the product, which causes issues for customers."

It seems that there is no resolution for that, apart from ignoring (or you can apply a log filter at server logging framework level)

like image 111
Pierluigi Vernetto Avatar answered Sep 27 '22 23:09

Pierluigi Vernetto


I'm facing the same <Warning> on weblogic server 12.1.3 and primefaces 5.1.x JSF webapplication.
WebApp has no errors. It is working with no problems.
On wls 12.1.2 there are no such Warnings.

like image 31
Bruno Avatar answered Sep 27 '22 23:09

Bruno