The below article shows about capturing the Thread Dumps for JBoss Application Server in event of any server hangs or
Continue readingCategory: Troubleshooting
this category contains posts related to Troubleshooting
Monitoring JDBC Datasource Runtime Attributes using WLST
Step 1 :- Set the environment C:bea103user_projectsdomainsprpc612bin>setDomainEnv.bat Step 2:- Connect to server and browse to the JDBCDataSourceRuntime MBean C:bea103user_projectsdomainsprpc612>java weblogic.WLST
Continue readingDifferent Out Of Memory Issues
* Exception in thread “CompilerThread1” java.lang.OutOfMemoryError: requested 793020 bytes for Chunk::new. Out of swap space? Out of memory while reading
Continue readingIntegrate YourKit Java Profiler with a standalone Weblogic Server
YourKit Java Profiler is a CPU and memory profiler that makes it easy to solve wide range of CPU- and
Continue readingDeployment Issues On Weblogic Server
When we deploy web applications on the weblogic server, there are some common errors seen on the admin console while
Continue readingWebLogic Server Transaction Manager Issues
When XA connection pools are used for the datasources which will involve transactions with the database and other resources, these
Continue readingWebLogic Server Debug Flags
These debug flags are added in the JAVA_OPTIONS in the start script of the server as: -Dweblogic.debug.DebugJMSBackEnd=true for example. 1—Application
Continue readingAnalyzing Garbage Collection Log file using GC Viewer
This article is about analysing GC log using GC Viewer. We can download the software from this link http://www.tagtraum.com/gcviewer-download.html In
Continue readingInvestigating High CPU Usage with Weblogic on Solaris
1 )First determine the Weblogic Server Process id /usr/ucb/ps -auxwww | grep java faiz 8448 1.2 24.025954081965448 ? R Sep
Continue readingTroubleshooting too many open files issues
Servlet failed with IOExceptionjava.io.FileNotFoundException:(Too many open files)at java.io.FileInputStream.open(Native Method)at java.io.FileInputStream.(FileInputStream.java:106)at weblogic.utils.classloaders.FileSource.getInputStream(FileSource.java:31)at weblogic.servlet.internal.WarSource.getInputStream(WarSource.java:65)at weblogic.servlet.FileServlet.sendFile(FileServlet.java:400) In this post i’ll try to give
Continue reading