BEA-101017 - WebLogic 14c - JAVA Applications which are not working with non-primitive data types.
Hi Team,
We have a upgrade project from WebLogic 12c to 14c. We upgrade the WebLogic to 14c.
We have JAVA Applications which are not working with non-primitive data types.
<BEA-101017> <[ServletContext@xx[app: AppName module:/AppNameWs path:null spec-version:4.0 version:1.0], request: weblogic.servlet.internal.ServletRequestImpl@xx[
POST /AppNameWs/1_0/Webservice HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: application/json
Content-Length: 330
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.5.5 (Java/15)
]] Root cause of ServletException.
java.lang.NullPointerException
at com.pge.ei.customer.AppName.ws.Webservice.methodName(Webservice.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)