April 2016
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Categories

April 2016
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

FFDC Exception:com.ibm.db2.jcc.c.SqlException

[2/26/10 7:34:18:98 IST] FFDC Exception:com.ibm.db2.jcc.c.SqlException SourceId:com.ibm.ws.rsadapter.spi.InternalGenericDataStoreHelper.getPooledCon ProbeId:1298 com.ibm.db2.jcc.c.SqlException: [ibm][db2][jcc] No license was found. An appropriate license file db2jcc_license_*.jar must be provided in the CLASSPATH setting.

This exception is seen when you have not defined the db2jcc_license_cisuz.jar file path in the class path.

Resolution:

Navigate to Application servers > AppNodeName01 > Process definition > Java Virtual […]

Script to check the process id running on a particular port – Solaris

I have found this script from the internet, Do not know the author of the script. In future, If I find the original link, I would add it here.

 

Trouble copying the above script? porttopid.sh

 

 

#!/bin/ksh

line=’———————————————‘ pids=$(/usr/bin/ps -ef | sed 1d | awk ‘{print $2}’)

if [ $# -eq 0 ]; […]

Failed in r_gsk_secure_soc_init: GSK_ERROR_BAD_CERT

The architecture includes 2 WAS Base installations in different nodes(physical hosts) and an IHS installation on one of the physical node (Shares the Base server physical host)

After following these steps and creating a cluster in by previous post, If you want to enable the https protocol at IHS level to access the application, The […]

How to change wsadmin default Language

How to change wsadmin default Language To change the default language you can modify the following parameter in wsadmin.properties and set it to

#————————————————————————- # The defaultLang property determines what scripting language to use. # Supported values are jacl and jython. # The default value is jacl. #————————————————————————- # com.ibm.ws.scripting.defaultLang=jacl com.ibm.ws.scripting.defaultLang=jython […]