Showing posts from March, 2014Show All

Symptoms When using Weblogic Scripting Tool ( WLST ) nmConnect() to connect to the node manager, notice warnings are seen for unsupported certificates (after running setWLSEnv.cmd or .sh) Connecting to Node Manager ... …

Symptoms Failure to remotely deploy a very large enterprise application using WLST or the Admin console and getting out of memory error while loading the ear file . WLSTException: 'Error occured while performing …

WLST Failed Authentication at connect() When Stopping WebLogic Server

Symptoms Reports have occurred that users are unable to stop WebLogic Server using stopWebLogic.sh with the following error: Connecting to t3://hostname.domainname:2001 with userid { AES }qFA3rQexfsasfgjdf560srqyGQ15UNglc…

WebLogic Server Uptime. WebLogic Server State (Running, Admin, ... etc). WebLogic Server CPU Usage. Solution WLST is a JMX Client that you can use to browse WebLogic Server MBeans. A WLST script can be run as the fo…

Deploying an Application using Production Redeployment Strategy with WLST

This document provides steps for deploying applications using the Production Redeployment strategy with WebLogic Scripting Tool ( WLST ). Production Redeployment provides application users with 24x7, high availability ac…

This document describes WebLogic Scripting Tool ( WLST ) commands to delete messages from a JMS message queue . Sometime, you may need to delete all the messages from JMS queues. However, using the Queues > Monitoring …

WLST Script to Get WebLogic Server Patch Levels

Configuring Make sure the user provided in the script can be authenticated in the domain where the script is run. Instructions Save the script given as patchingLevel.py. Modify the parameters for the user and the conne…

How to Access PendingRestartSystemResources in ServerRuntime View via WLST

English: The logo of Oracle Corporation de:Bild:Oracle-Logo.svg he:תמונה:Oracle Logo.jpg (Photo credit: Wikipedia ) When a WLST script is using an attribute “PendingRestartSystemResources” on the ServerRuntime to determine…

By default, when WebLogic Server instances are started in development mode, the server automatically renames (rotates) its local server log file as SERVER_NAME.log.n.  For the remainder of the server session, log messages…

When using the WebLogic Server Scripting Too ( WLST ) to modify a domain template and customize the log file settings, some changes do not get saved. For example, this option is not saved when configured as true. newLog.se…

This document describes how to disable an exception stack trace from writing out to the screen from a WebLogic Scripting Tool ( WLST ) Python script file. A small demonstration is provided to show how the parameter work…

1. Setting environment variable     a. go to directory $WLS_HOME/wlserver_10.3/ server /bin     b. source file setWLSEnv.sh  as command: . setWLSEnv.sh . My Configurations 1. Create a domain which name is test1032, 2. W…

Using Oracle Service Bus user faces HTTP 500 internal server errors intermittently in access.log for OSB http proxy requests. By enabling pipeline debug getting the following exceptions : <[ACTIVE] ExecuteThrea…

There are reports of requests failing and the Apache Proxy log throwing " READ_ERROR_FROM_FILE " and "Cannot read 0 bytes of postData from tmp file " exceptions in WebLogic Server. Below is the except…

You have successfully installed the Apache 2.2 proxy plugin on your WebLogic Server, but you cannot connect to the WLS servers via the proxy. Errors similar to the following are seen in the proxy log file: Tue Mar 6 …

When using proxy plugin, it can not send request to backend server and shows error: No backend server available for connection: timed out after 10 seconds or idempotent set to OFF  Check plugin log, it shows error: Mo…

Trying to configure Apache web servers in front of a cluster WLS server, but can't get the Apache working with SSL communication. In the wl_proxy log it shows: Fri Nov 19 18:10:29 2010 <3058212901614292> **…

Issues about KeepAlive between Apache Plug-In and WebLogic Server

Sometime after WebLogic Server is running for a while, the network administrator will see there are many connections staying in FIN_WAIT2 state on the WLS side and CLOSE_WAIT state on the Apache side. Customer environmen…

This article provides detailed steps to configure Apache with SSL in a WLS environment. This process will successfully setup SSL communication between the client (browser) and the Apache Web Server as well as SSL (https) …

As soon as the weblogic 12c plugin is loaded (using LoadModule weblogic_module /opt/apache/wl_12c_plugin/lib/mod_wl_24.so), Apache throws a core dump on startup. With the equivalent configuration (and switching to mod_wl.so)…

The Node Manager helps you remotely control WebLogic Server instances. WLST Node Manager commands help you access the Node Manager features. Following are examples that explain how to use the most important WLST Node Mana…

The simplest way to shut down the Node Manager is to just close the command shell in which it runs. You can also invoke the WLST stopNodeManager command in the online or offline mode. The command stops a running Node Manager…

Oracle Weblogic Server: Exploring the Installation Directories

We have two major home directories—Oracle Middleware Home and Oracle WebLogic Server Home. The Oracle Middleware Home directory is where all the WebLogic Server and other middleware product files are located—it's the t…