Quantcast
Channel: Oracle SOA
Browsing index pages (34 articles)

Powershell Useful Commands

Import Web Admin ModuleImport-Module WebAdministrationDefault IIS Log Directory(Get-WebConfigurationProperty '/system.applicationHost/sites/siteDefaults' -Name 'logfile.directory').ValueGet All...

View Article


Ansible Installation using non-root user on Linux

Install required RPMs:yum install gcc*yum install zlibyum install zlib-develyum install perlyum install libffi-*Install OpenSSL using source code:Download OpenSSL and unzip it. Change directory to...

View Article


HOW TO: Setup Beeline on linux for connecting to remote instance of Hive...

To set up the connectivity, you have to download binaries that are required for a successful connection. These binaries can be downloaded from below...

View Article

OEM 13c : Error Occurred: WebTier Could Not Be Started.

Error Message on starting OMS: $ ./emctl start omsOracle Enterprise Manager Cloud Control 13c Release 2Copyright (c) 1996, 2016 Oracle Corporation. All rights reserved.Starting Oracle Management...

View Article

Image may be NSFW.
Clik here to view.

Connect to MS SQL Database from Weblogic using Domain ID

MS SQL Database can be accessed using user domain id through Oracle Weblogic Server data source. This can be achieved using open source MS SQL driver JTDS. It can be downloaded from...

View Article


Connection Factory in Weblogic adapter disappear

Issue: Connection Factory in Weblogic adapter disappearDescription: When I am trying to create a new connection factory, it disappears when the adapter is updated and changes are activated in the...

View Article

[EPM HYPERION 11.1.2.4] A 'Not Found' error occurred communicating with the...

ERROR:After doing fresh installation and setup of EPM 11.1.2.4, getting below error when login on WORKSPACE.A 'Not Found' error occurred communicating with the server.  URI:...

View Article

Image may be NSFW.
Clik here to view.

How to tune JVM CMS GC to decrease CPU hike, Full GC and pause time

JVM GC tuning is the first tuning all system/application administrator perform to improve the system performance. Tuning is a gradual process. You cannot magically improve the performance of your...

View Article


Display Weblogic Server Instances running on a machine

This shell script will display all the instances of Weblogic server (Admin & Managed Servers) running on any physical or virtual machine. This will capture the username which initiated the weblogic...

View Article


BASH Script to convert certificates, import & export it to keystore

Doing repetitive tasks is always boring. For a system administrator, it is very often. Almost every month I have to perform tasks involving keystores and certificates in one or other environment.So to...

View Article

BEA-000297 Inconsistent security configuration, java.lang.RuntimeException:...

Error -After importing new certificate in keystore, weblogic server starts throwing below error.<Jun 3, 2015 3:37:48 PM PDT > <Error> <WebLogicServer> <BEA-000297>...

View Article

My tips for 1Z0-133 - Oracle WebLogic Server 12c: Administration I

Last week I cleared my "1Z0-133 - Oracle WebLogic Server 12c: Administration I" certification. just like other Oracle certification exam, this exam was also tricky. The easier the question the harder...

View Article

Configuring LDAP with Jenkins

Recently my colleague faced issue while trying to integrate LDAP with Jenkins. Even though lots of material is available online, he was not able to do it. The steps were clear in the various documents...

View Article


Switching the JVM JDK from Sun JDK to Oracle JRockit JDK and viceversa

A JDK JVM is selected during the domain creation. Sometimes it is required to change the JDK from Sun to Oracle JRockit or Oracle JRockit to Sun Hotspot. In this blog I will go through the steps for...

View Article

Export current messages from weblogic JMS Queue using WLST

Many a times it is required to export oracle weblogic JMS Messages from weblogic JMS queue to an XML file. One way of achieving this is using Weblogic Console. However doing it using WLST is a little...

View Article


The WebLogic Server encountered a critical failure

ERROR:-INFO: Notification event sent for activating changes.***************************************************************************The WebLogic Server encountered a critical failureReason: PermGen...

View Article

To get TARGETS for application deployed on Weblogic using WLST

This function will return the list of Targets on which application has been deployed. It will take application name as the input parameter (i.e. APPNAME). It is using regular expression to extract...

View Article


Update weblogic keystores and SSL tab keystore location and password using WLST

We can use WLST to update identity and trust keystore location and password for admin and manager server under Configuration --> Keystores tab. It will also update Private Key Alias and Private Key...

View Article

Puppet Installation on Linux Master and Node

Master Machine OS - Red Hat Enterprise Linux Server release 6.3 (Santiago)Client Machine OS - Red Hat Enterprise Linux Server release 6.3 (Santiago)Reference URL - https://puppetlabs.com

View Article

Undeploying SOA Composite is taking longer time

Issue :- When undeploying a soa composite through Jdeveloper/WLST/EM console, it is taking longer time than usual.Cause:- Based on the diagnostic log file, undeployment is stuck when it is trying to...

View Article
Browsing index pages (34 articles)


Latest Images