- Heap Dump Using Jhat for WebLogic Server Heap Analysis
- WebLogic Heap Dump Genration Using Jmap
- Various Options Of Collecting Thread Dumps
- JVM Crash And Native OutOfMemory
- Monitoring Using JRMC Remotely
- Collecting Thread Dumps Using Jstack Utility
- Using Jps.exe to distinguish WLS ProcessIDs
- Debugging Runtime Informations At a Glance
- Debugging Basic JDBC Issues
- Debugging WebLogic WebService Using SOAPUI
- Common NodeManager Issues in WebLogic
- weblogic.DDConverter to generate Latest DDs
- WebLogic Performace Testing Using JMeter
- High CPU Analysis in AIX Operating System
- What Is Server Hang And What Need To Be Done ?
- Parts Of JVM And JVM Architecture Diagram?
- OutOfMemory Causes and First Aid Steps?
- Basic JVM Tuning Tips
- Causes and First Aid of JVM Crash Issues?
- Multicast Errors in The Server Logs
- High CPU Generation TestCase
- High CPU Utilization Finding Cause?
- Analyzing Garbage Collection Log using garbagecat-1.0.0.jar
- Security Breach And Attack For Java Based Application Servers
- How to Decrypt WebLogic Password ?
- Securing WebLogic Server JNDI Tree
- Deploy Applications Using Encrypted Password With ANT
- How to Generate HeapDump in case of Windows Service?
September 21st, 2010 on 5:09 pm
Run this command to get all debug flags
java weblogic.Admin -username weblogic -password weblogic -url localhost:7001 GET -type ServerDebug -pretty
September 16th, 2011 on 2:56 am
hi Jay, i dont know where to post this question, so i am posting here.
How do we relate an application like
http://machine-name:port-number/application name to a fqdn like http://dev-app.nvd.company-name.intra
This machine hosts many applications, so i cannot use port 80, for all the applications, is there any other way for this
September 16th, 2011 on 11:46 am
The application should not have any port numbers. Just the link like in production ???
September 24th, 2012 on 7:08 am
Hi,
We had a requirement to grant our testers access to sbconsole to do some system testing of the middleware components using OSB test framework. We didn’t want to grant admin rights to these testers and hence thought of assigning their user id’s to Integration Monitor role. But by default , OSB doesn’t allow Integration Monitors to access test console
June 7th, 2013 on 1:26 pm
Hi Jay,
I am new to this site so not sure where I need to put this question.so I am posting my issue here.
Sometimes we used to get the below deployment failures in some environment during deployment. Even though everything is in shape we get this error.
Deployment Message : weblogic.deploy.service.internal.transport.UnreachableHostException: [Deployer:149145]Unable to contact ‘[Deployer:149145]Unable to contact ‘ENV101WS_node1’. Deployment is deferred until ‘ENV101WS_node1’ becomes available.; nested exception is:
java.rmi.UnknownHostException: Could not discover administration URL for server ‘ENV101WS_node1”. Deployment is deferred until ‘[Deployer:149145]Unable to contact ‘ENV101WS_node1’. Deployment is deferred until ‘ENV101WS_node1’ becomes available.; nested exception is:
java.rmi.UnknownHostException: Could not discover administration URL for server ‘ENV101WS_node1” becomes available.
I have read somewhere we might need to increase the Maximum message size for admin server from 10000000 to 100000000.Do you have any idea about this.
Thanks
Vikram