javax.servlet.ServletException: java.lang.NoClassDefFoundError: Application was failing to find an application class. Using jarscan we searched the jars containing this class from
Continue readingtrimDirectiveWhitespaces not working?
You need to change the web-app version to 2.5 as previous version does not support JSP 2.1. Weblogic server enforces
Continue readingSSL Overview and troubleshooting tips
[gview file=”https://weblogic-wonders.com/wp-content/uploads/2020/09/ceab0-ssl.pptx”]
Continue readingMutual Authentication with Weblogic Server
Mutual authentication is a process in which the Server sends its certificate to the client ( thin client / fat
Continue readingClustering in WebSphere Application Server
Clustering is a very critical aspect of any middleware enterprise application. It provides capabilities of high availability by providing fail
Continue readingWeblogic Dynamic Cluster configuration
This is a new feature available in Weblogic 12c (12.1.2). Dynamic cluster contains one or more dynamic servers. It allows
Continue readingCommon NodeManager exceptions (UnsatisfiedLinkError)
Below are few most common issues you might run into when trying to start a NodeManager. 1. weblogic.nodemanager.common.ConfigException: Native version
Continue readingWhat’s new in Weblogic 12c (12.1.2).
WebLogic 12c (12.1.2) is the latest version released. It is robust, provides unmatched performance and high availability. This can be
Continue readingWeblogic Server Stuck thread and very high cpu usage when executing a query
We were observing frequent server hangs. On taking thread dumps at the time of hang we found the following culprit
Continue readingWeblogic STUCK Thread on executing query on MS SQL Server 2008
Stuck threads were observed on Weblogic Server. Thread was stuck at this point. at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at com.microsoft.sqlserver.jdbc.TDSChannel.read(IOBuffer.java:1579)
Continue reading