Oracle Weblogic Server Troubleshooting -Different ways to take Heap Dump & Analysis

  Рет қаралды 1,502

Digitalk Systems

Жыл бұрын

Weblogic Server Installation
Weblogic Server Upgrade
Weblogic Server Tutorial
Learn Weblogic Server
Weblogic Server Interview questions and answers
Weblogic Server Patching
Weblogic Server Upgrade
Weblogic Server Clustering
Weblogic Server Data Source
Weblogic Server Deployment
Weblogic Server Node Manager
Learn Fusion Middleware
Oracle Access Manager
Oracle SOA Suite
Internet Directory Server
Cloud Computing Tutorial
Career in Cloud Computing
Career in Weblogic Server
Career in Fusion MIddleware
Learn Cloud Computing
Business Intelligence and Analytics
Virtualization
Public, Private and Hybrid Cloud
SaaS, PaaS, IaaS
Container, Docker
Upgrade oracle fusion milddeware
Oracle Webcenter
Oracle IDM
Oracle OID
Learn Amazon AWS Cloud
Weblogic Monitoring
Weblogic Troubleshooting
Weblogic Performance Tuning
Weblogic and Web Server Integration
Weblogic and Apache Integration
Apache web server installation
Tomcat Installation
Jboss Wildfly Redhat EAP
Jboss Wildfly EAP Installation
DeApplication Deployment in JBOSS
Application Deployment in Wildfly
Application Deployment in EAP
Domain Controller, Process controller, Host Controller
Jboss wildfly server groups, performance tuning
Weblogic Server WLST
Weblogic JMS Configurations
Learn JMS weblogic
Weblogic Session Management
Change Weblogic password
recover weblogic password
application deployment in weblogic server
create data source in weblogic server
data source, connection pool
JMS module, JMS Server, Queue, Topic, Distributed Queue, Distributed Topic
Connection Factory, JMS messaging bridge configuration
JMS bridge destinations
Node manager and machine
vertical and horizontal clustering
weblogic server clustering
upgrade weblogic 10g to 11g
upgrade weblogic 11g to 12c
IBM Cognos watson
IBM cognos business intelligence and analytics
Oracle OCI
Oracle cloud infrastructure
Cloud computing regions, availability domains, VCN, VPN
amazon AWS cloud free signup
cloud computing creating virtual machine compute
weblogic server admin server
weblogic server managed server
weblogic server cluster
learn basics of weblogic server
weblogic server domain
creaet weblogic serevr domain
load balancing, failover, scalability, reliability
cloud computing deployment models
cloud computing delivery models
weblogic server migration
oracle OHS
Oracle HTTP Server
Collacoated and Standalone mode
install OHS in collocated and standalone mode
install OID in standalone and collocated mode
Oracle OID, OUD, SOA, Webcenter Portal, Webcenter Content, Webcenter Suite
Jboss tutorial
Jboss tutorial for beginner
Wildfly tutorial
Wildfly tutorial for beginner
EAP tutorial
EAP tutorial for beginner

Пікірлер: 53
@user-mc4hp7yy9r
@user-mc4hp7yy9r 6 ай бұрын
in which file weblogic version and which kind of edition like details will be stored?
@user-mc4hp7yy9r
@user-mc4hp7yy9r 7 ай бұрын
if we observe slowness in application first and foremost what should we do ? 1)first do we need to check logs of the managed server ? or 2)Do we need to check heap usage in console ? or 3) if we found OOM error in logs then only do we need to observe heap usage ? please explain sir
@swamy264
@swamy264 3 ай бұрын
Taking the class name sharing with developer and all very lengthy process instead of that what can we do to bring up server ? Can we trouble shoot it from anather way for immediately ?
@digitak.middleware
@digitak.middleware 3 ай бұрын
The immediate solution to recover is restart. The other way is you need good developer skills to troubleshoot by own
@user-mc4hp7yy9r
@user-mc4hp7yy9r 8 ай бұрын
can we specify arguments for thread dump as well in the console ? to get thread dump file automatically ?
@digitak.middleware
@digitak.middleware 8 ай бұрын
You have to write your custom script
@user-mc4hp7yy9r
@user-mc4hp7yy9r 6 ай бұрын
weblogic is running in the linux vm and it is working for couple of years and started getting an error stating that no free space in the disk but when i enter in to the vm there is more free space in the disk as per the disk but i am getting application is throwing the error no free space in the disk what might be the reason how we can resolve ?
@digitak.middleware
@digitak.middleware 6 ай бұрын
Check free space of the filesystem where you have current log files
@surendraKumar-ib9yb
@surendraKumar-ib9yb Жыл бұрын
sir can you please tell us how to read/analyze that. hprof file which we created using jmap or jcmd tools
@digitak.middleware
@digitak.middleware Жыл бұрын
You can use any tool like MAT, jvisual as I have explained
@user-mc4hp7yy9r
@user-mc4hp7yy9r 6 ай бұрын
so in which scenario we have increase the values of XMS and XMX ?
@digitak.middleware
@digitak.middleware 6 ай бұрын
If you memory utilization is continuously high and gc not freeing much memory after each full run
@user-mc4hp7yy9r
@user-mc4hp7yy9r 7 ай бұрын
if user complains slowness about application our server might be hung right ? then how can we check heap usage of our MS from console?
@digitak.middleware
@digitak.middleware 6 ай бұрын
Not possible if console is not responding
@user-mc4hp7yy9r
@user-mc4hp7yy9r 6 ай бұрын
if application is running slow console also run slow ? is there relation between them ?@@digitak.middleware
@user-mc4hp7yy9r
@user-mc4hp7yy9r 7 ай бұрын
if managed server is in warning state also can we take heap dump by using jmap ?
@digitak.middleware
@digitak.middleware 7 ай бұрын
Yes
@user-mc4hp7yy9r
@user-mc4hp7yy9r 7 ай бұрын
how can we check that jvm heap utilization ?
@digitak.middleware
@digitak.middleware 7 ай бұрын
Multiple ways, one simple way is from admin console click on server name then monitoring tab and then performance
@user-mc4hp7yy9r
@user-mc4hp7yy9r 8 ай бұрын
apart from bad code do we have any other scenario for heap issue ?
@digitak.middleware
@digitak.middleware 8 ай бұрын
Memory leak Inadequate heap size Large or long lived objects To many threads GC settings Many more.....
@user-mc4hp7yy9r
@user-mc4hp7yy9r 6 ай бұрын
if suppose we have the user as "x" so x has given wrong password a couple of times account got locked how can we rectify this ?
@digitak.middleware
@digitak.middleware 6 ай бұрын
You can disable locking
@user-mc4hp7yy9r
@user-mc4hp7yy9r 6 ай бұрын
how can we disable lock please let me know @@digitak.middleware
@user-mc4hp7yy9r
@user-mc4hp7yy9r 8 ай бұрын
with the use of garbage collection memory will get free right ? if heap usage growing up we can do garbage collection right ? then what is the use of heap dump ?
@digitak.middleware
@digitak.middleware 8 ай бұрын
JVM automatically runs the GC and free the memory as and when required based on the utilization. Apart from that if you are doing any troubleshooting then you have the option to run it manually as well to free up memory. A heap dump is required to understand which code is taking high memory.
@digitak.middleware
@digitak.middleware 8 ай бұрын
JVM automatically runs the GC and free the memory as and when required based on the utilization. Apart from that if you are doing any troubleshooting then you have the option to run it manually as well to free up memory. A heap dump is required to understand which code is taking high memory.
@user-mc4hp7yy9r
@user-mc4hp7yy9r 6 ай бұрын
is weblogic installation file system and weblogic logs file systems both are same ?
@digitak.middleware
@digitak.middleware 6 ай бұрын
It can be the same or different depending on the customize configurations
@user-mc4hp7yy9r
@user-mc4hp7yy9r 10 ай бұрын
when we will use jmap command will it be in already crashed instance or it is from running instance ?
@digitak.middleware
@digitak.middleware 10 ай бұрын
You need to specify the process I'd with jmap, so that means server should be running but performance is very slow, hanging or heap utilization is very high
@user-mc4hp7yy9r
@user-mc4hp7yy9r 10 ай бұрын
oh thank you sir thanks for your immediate response@@digitak.middleware
@user-mc4hp7yy9r
@user-mc4hp7yy9r 9 ай бұрын
Hi Sir, how companies will maintain weblogic production server configuration generally is it like 4gb ram,250gb disk or they will maintain high configuration? they might be used as per application size but please tell me generally how they can maintain production environment?
@digitak.middleware
@digitak.middleware 9 ай бұрын
It depends on the load on applications. In production you can see jvm size from merely few gb till 80 gb or more based on the utilization and application types. .
@user-mc4hp7yy9r
@user-mc4hp7yy9r 9 ай бұрын
thank you sir@@digitak.middleware
@user-mc4hp7yy9r
@user-mc4hp7yy9r 6 ай бұрын
product related information in which file can we find ?
@digitak.middleware
@digitak.middleware 6 ай бұрын
there are few XML files inside Oracle home like inventory, contentxml etc. you check for all files
@user-mc4hp7yy9r
@user-mc4hp7yy9r 6 ай бұрын
in which file core dump will be stored ?
@digitak.middleware
@digitak.middleware 6 ай бұрын
A core dump file created inside domain directory
@user-mc4hp7yy9r
@user-mc4hp7yy9r 2 ай бұрын
visualvm available in java home ?
@digitak.middleware
@digitak.middleware 2 ай бұрын
No, now you have to install separately
@user-mc4hp7yy9r
@user-mc4hp7yy9r 6 ай бұрын
how can we do user unlock ?
@digitak.middleware
@digitak.middleware 6 ай бұрын
From console - domain - security
@user-mc4hp7yy9r
@user-mc4hp7yy9r 6 ай бұрын
what is inode ?
@digitak.middleware
@digitak.middleware 6 ай бұрын
An inode is a data structure on a file system that stores information about a file or a directory. It typically includes details such as the file's permissions, owner, size, timestamps, and pointers to the actual data blocks on the disk.
@user-mc4hp7yy9r
@user-mc4hp7yy9r 6 ай бұрын
how can we analyse server crash ?
@digitak.middleware
@digitak.middleware 6 ай бұрын
Are you talking about using core dump or server logs?
@user-mc4hp7yy9r
@user-mc4hp7yy9r 6 ай бұрын
using core dump please explain sir@@digitak.middleware
@nareshvangapally2223
@nareshvangapally2223 10 ай бұрын
Hi bro weblogic midha proxy interview cheystar.
@digitak.middleware
@digitak.middleware 10 ай бұрын
Sorry friend, didn't get
@nareshvangapally2223
@nareshvangapally2223 10 ай бұрын
@@digitak.middleware I am looking for backend job on weblogic it's like a proxy.
@nareshvangapally2223
@nareshvangapally2223 11 ай бұрын
I am looking for job on weblogic any job opportunity available.
@digitak.middleware
@digitak.middleware 11 ай бұрын
Write me on digitalk.fmw@gmail.com with resume. Will update you.
Каха заблудился в горах
00:57
К-Media
Рет қаралды 9 МЛН
Clowns abuse children#Short #Officer Rabbit #angel
00:51
兔子警官
Рет қаралды 79 МЛН
Gym belt !! 😂😂  @kauermtt
00:10
Tibo InShape
Рет қаралды 17 МЛН
Pleased the disabled person! #shorts
00:43
Dimon Markov
Рет қаралды 27 МЛН
Rate This Smartphone Cooler Set-up ⭐
0:10
Shakeuptech
Рет қаралды 6 МЛН
Look, this is the 97th generation of the phone?
0:13
Edcers
Рет қаралды 7 МЛН
НЕ БЕРУ APPLE VISION PRO!
0:37
ТЕСЛЕР
Рет қаралды 373 М.
Looks very comfortable. #leddisplay #ledscreen #ledwall #eagerled
0:19
LED Screen Factory-EagerLED
Рет қаралды 6 МЛН
iPhone 16 с инновационным аккумулятором
0:45
ÉЖИ АКСЁНОВ
Рет қаралды 10 МЛН