Exception thrown with WebLogic 10.3.6 and Java 7
I recently upgraded a server from Fusion Middleware (Forms and Reports) 11.1.2.0.0 to 11.1.2.2.0, including WebLogic Server 10.3.6.0.8. Since this configuration is certified with JDK 7, I upgraded the JDK from 6 to 7 as well. After that the AdminServer started throwing the following exception every few minutes:
[APP: DMS Application#11.1.1.1.0] OPMN.queryProcessStatus failed with the following exception[[
oracle.as.management.opmn.optic.OpticBadConnectException: Too few bytes (1) received from OPMN response
at oracle.as.management.opmn.optic.OpmnPhone.receiveResponse(OpmnPhone.java:859)
at oracle.as.management.opmn.optic.OpmnPhone.makePhoneCall(OpmnPhone.java:335)
at oracle.as.management.opmn.optic.OpmnPhone.request(OpmnPhone.java:274)
...
Reverting back to JDK 6 eliminates this exception. I have tried JDK 7 u60, u65, and u67 and all produce the exception.