Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is trouble shoot in weblogic

Answers were Sorted based on User's Feedback



What is trouble shoot in weblogic..

Answer / vishal singh

Troubleshooting in weblogic is find out the cause(Server
fail, Server shutdown, SSL issue, Thread stuck, etc…) of
weblogic server failure if it occur by servers logs,

Is This Answer Correct ?    24 Yes 3 No

What is trouble shoot in weblogic..

Answer / sunil

Troubleshooting of weblogic server:
fails to start weblogic instances
maintenance of Admin server as well all managed
servers..etc...

Is This Answer Correct ?    12 Yes 3 No

What is trouble shoot in weblogic..

Answer / avinash

You can also troubleshoot the outofmemory(OOM) or server
hanging issues by taking a thread dump of the server. in
unix use kill -3 pid command. in windows i am not very
sure. this gives a snapshot of the threads running in the
server at the time of issue.

Is This Answer Correct ?    5 Yes 2 No

What is trouble shoot in weblogic..

Answer / ram

Trouble shooting is the find of the cause of weblogic server
fails if it occur by server logs.we can take the thread dump
of the server kill -3 pid.

Is This Answer Correct ?    2 Yes 0 No

What is trouble shoot in weblogic..

Answer / lakshmi

Trouble shooting starts with identifying the root cause.
Steps to follow:
1. check the logs
   usually trouble shooting starts with checking the logs.
2. enable debug
   (JAVA_OPTIONS=-verbose)
   through this we can identify which part of the code is      causing the problem.
3. take a thread dump
   kill -3 PID
4. take a heap dump
   jmap -heap:format=b PID
5. enable GC logs and analyze
   use GC viewer
these all are offline trouble shooting techniques. there is an imp technique, i.e.,
6. jconsole
   it connects to live jvm and makes an analysis through    profiling. it is a debugger and it makes a live          analysis.
if still problem raises,
7. service request
   here, oracle provides an oracle diagnostic agent called ODA. if still not solved, oracle tells you either to wait or upgrade.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Weblogic Interview Questions

Explain deployment descriptors?

0 Answers  


what are the benefits of load order in the deployment of the application?

2 Answers   HP, Infosys,


Can I start a managed server if the administration server is unavailable?

1 Answers  


which is the GOOD INSTITUTE to learn WEBLOGIC & SOA ADMIN in Hyderbad?

2 Answers   TCS,


Write a program to bind string values in a preparedstatement?

0 Answers  


what will happen if a managed server will go down at the time of performing the request

2 Answers  


How do I restrict access to servlets and jsps? : BEA Weblogic

0 Answers  


How to find the heap memory of managedServer?

4 Answers   Delta,


what is mission in weblogic

3 Answers   CTS,


You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?

0 Answers  


How to delete connection pool?

3 Answers   TCS,


You are noticing a performance impact on your application and you suspect the underlying operating systemresources might be causing the issue, what steps would you take to narrow down the issue?

0 Answers  


Categories