Internal Server Error while starting the Weblogic Server using RESTful API
When you are trying to start the Managed server using weblogic management REST API , sometimes you get Internal Server Error but the server will be started though. Issue snippet: [email protected]:/apps/oracle-weblogic/domains/mwidomain/bin$ curl...
How to List the applied Patches in Weblogic
To List the applied patches in weblogic, you can do the following. For Versions Prior 10.3 Go to your MW_HOME/utils/bsu directory Run the following command ./bsu.sh -report Note* If you get any error like "unable to access patch-client.jar" - Execute the setWLSEnv.sh...
WLPS - Get Running weblogic processes with domain and ports used information
Get Running Weblogic processes with domain name and ports being used and their AdminServer configuration information in Linux using WLPS ( Weblogic Process Status - tool) This is basically a shell script bundled with JMX-TERM API works together and gives more...
Weblogic SNMP Monitoring Setup - Step By Step
The Objective of this post is cover the Weblogic SNMP monitoring in a practical manner. This post will have both theoretical and practical information and a video to help you understand things better. Let's start!. What is SNMP and How it works SNMP - Simple...
Troubleshooting Load Balancing Issues in Weblogic
This Post is going talk about few real time requirements (or) scenarios and how to handle it. Let's start! Consider the following scnearios Scenario 1 The Weblogic Cluster is having four managed servers and during the load/stress test you are finding that there is...
Start Weblogic Servers without Entering Password
While starting the AdminServer (or) Managed Servers for the first time after the domain creation you must have been prompted for the username and password, In order to handle it, there is a task we need to do. For Admin Server While starting the AdminServer if you are...
Weblogic 12c Nodemanger Native Version Exception
Exception: weblogic.nodemanager.common.configexception: native version is enabled but nodemanager native library could not be loaded Solution: For Weblogic10 & 11g Go to your $WL_HOME/common/nodemanager/ Edit the nodemanger.properties file ( If not available...
Weblogic WLST storeuserconfig - Security Best Practice
Overview While connecting to Weblogic Scripting Tool (WLST) or while running any WLST scripts, we might have used the clear text username and password which could lead us to any potential security threat. In order to avoid it, Oracle recommends us to use the...
Weblogic domain creation script - WLST
In a continuation of our previous weblogic wlst scripts and automation tools. Here comes the weblogic domain creation script to create a new domain with the feature of creating managed servers, machines, clusters. This script is tested in weblogic11g and 12c ...
weblogic server status script - WLST
A Small and Simple script to get all the server status from the weblogic domain, Including AdminServer & Managed Server. The Jython Script How to Execute this script Copy the preceding script content to a file, let's say /tmp/get_wls_serverstate.py cd domain/bin ....
Client IP Logging in IIS/Apache - Story of X-Forwarded-For Header
We all at some point wanted to know who is accessing our web page. Our Source of information is the access log file. Sometimes we do not get what we expect to. In case if we want to know the exact client's IP. Sometimes All you get is some network/firewall endpoint...
Weblogic Application Deployment Parser
Let me introduce Weblogic Application Deployment Parser , A tool designed to list all the application (app-deployment) configuration from the config.xml file of weblogic. It uses the same core of Weblogic Config XML Reader you can find it here Though there are ...
The WordPress and the vanishing html elements
Are you looking for a solution to any of the following probelm "html elements are not working in wordpress post", "iframe tag is getting stripped in the post after update", "script tags are vanishing after updating the post", "not able to use any html elements in the...
How to Ignore SSH Host Key Verification
While running a script to login to multiple remote servers using sshpass (or) keybased authentication (or) while logging to remote server using ssh (or) while copying the file using SCP. There are chances we might have encountered this "Host Key Verification failed"...
How to install and activate plugin manually without wp-admin dashboard
This post is to elaborate, how to manually install and activate the plugin without using wp-admin dashboard but we must be having FTP access to the domain hosting ( godaddy, bluehost etc) to upload files. Step1: Download the plugin you wanted to install, in my case...
Articles for DevOps Beginner
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.