Intermittent NoSuchMethodError in WebLogic application

Hi!

I’m new to dev.to, hope this is the right procedure:

We have a web application running in WebLogic 10.3.5.0 (JDK 1.6.0) for many years now.

Two years ago and again this week an intermittent NoSuchMethodError exception happens on a certain code p…


This content originally appeared on DEV Community and was authored by David Balažic

Hi!

I'm new to dev.to, hope this is the right procedure:

We have a web application running in WebLogic 10.3.5.0 (JDK 1.6.0) for many years now.

Two years ago and again this week an intermittent NoSuchMethodError exception happens on a certain code path (reproducibly, by triggering it thru the web GUI ). The error message with class names changed is:

java.lang.NoSuchMethodError: org/example/foo/bar/ApplicatonClass1.setSomeField(Ljava/lang/Long;)V]

That class is part of our app, and had that method for more than ten years. The issue happens only on one node of the cluster. After restarting that node, the error disappears and everything works fine.

In the case two years ago another method of another class was affected.

It seems pretty "random" and bizarre.

What could cause this? A redeployment gone wrong? Where to look?


This content originally appeared on DEV Community and was authored by David Balažic


Print Share Comment Cite Upload Translate Updates
APA

David Balažic | Sciencx (2025-09-26T10:38:12+00:00) Intermittent NoSuchMethodError in WebLogic application. Retrieved from https://www.scien.cx/2025/09/26/intermittent-nosuchmethoderror-in-weblogic-application/

MLA
" » Intermittent NoSuchMethodError in WebLogic application." David Balažic | Sciencx - Friday September 26, 2025, https://www.scien.cx/2025/09/26/intermittent-nosuchmethoderror-in-weblogic-application/
HARVARD
David Balažic | Sciencx Friday September 26, 2025 » Intermittent NoSuchMethodError in WebLogic application., viewed ,<https://www.scien.cx/2025/09/26/intermittent-nosuchmethoderror-in-weblogic-application/>
VANCOUVER
David Balažic | Sciencx - » Intermittent NoSuchMethodError in WebLogic application. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/09/26/intermittent-nosuchmethoderror-in-weblogic-application/
CHICAGO
" » Intermittent NoSuchMethodError in WebLogic application." David Balažic | Sciencx - Accessed . https://www.scien.cx/2025/09/26/intermittent-nosuchmethoderror-in-weblogic-application/
IEEE
" » Intermittent NoSuchMethodError in WebLogic application." David Balažic | Sciencx [Online]. Available: https://www.scien.cx/2025/09/26/intermittent-nosuchmethoderror-in-weblogic-application/. [Accessed: ]
rf:citation
» Intermittent NoSuchMethodError in WebLogic application | David Balažic | Sciencx | https://www.scien.cx/2025/09/26/intermittent-nosuchmethoderror-in-weblogic-application/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.