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 |
Why did the messaging bridge fail to connect to the source bridge destination? : BEA Weblogic
What is a domain structure? Does include cluster(s) and server instance(s)?
How do I use os authentication with weblogic jdriver for oracle and connection pools? : BEA Weblogic
Explain about the function associated with t3 in weblogic server ?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
when we creates a domain, it creates one-startManagedWebLogic in bea user_projects\domains\MyDomain\bin dir. Suppose we have 2 or more than 2 managed severs in our unix env.how can we start all our managed servers. I know we have to copy startManagedWebLogic with server name.then wht to modify in the script to start ecah of the managed servers?
How we can monitor work manger?can we create our own work Manager?if yes then How?
How to delete connection pool?
Why will the manage server goes to ADMIN Mode and Unknow Status?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle? : BEA Weblogic
How do I increase weblogic server memory?
What is actually weblogic cache?