What is the performance issue in weblogic and how can you
resolve ,explain in brief
Answers were Sorted based on User's Feedback
Answer / kishore
there are many performance issues in weblogic i.e; regarding jdbc, jvm heap memory etc;
JDBC:
If a connection pool is found inactive,then we will restart the server for which the connection pool is targeted.if the connection pool is unable to get the connection after restart also,then we need to change the parameters defined in connection pools such as to get the connection back.such as setting intial capacity as 0 and capacity increment as 1 or 10 depending on the load of requests it was getting.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / mgnagabhushan
Check JDBC issue-ping host to host, ping host to DB,java !
db ping, lsof -a ! db ping, check no of connections based on
app,check the time in time out also.
Check JVM heap memory arguments and GC also.
Check the deployment app active status/not if not (re-deploy
the app)
Check the all severs status if down bring up.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / thaines
Could you please explain anyone? I am also facing this question
| Is This Answer Correct ? | 0 Yes | 15 No |
What is meant by domaintemplate?
Hi! friends pls tel me best institute for Weblogic Server Admin and Weblogic Poratal?
What is trouble shoot in weblogic
what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection? : BEA Weblogic
What is the difference between multicast and unicast?
suppose you changed a admin password.in which other file you have to update after this
dIFFERNCE BETWEEN VERSIONS 8.X,9.X,10.X
What is the major difference between managed server and admin server?
What is the difference between url instance and urlconnection instance?
What is a messaging bridge?
If a java process keeps going down due to an out of memory error, what all java options would you start with that would tell you what was in memory at the time of the out of memory error?