Application log will stop at loading “J2SE” provider.

Application log will stop at loading “J2SE” provider.

book

Article ID: KB0088756

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:
Description:
========
BW Process is starting very slowly and then runs very slowly.

Environment:
=========

LINUX (SUSE,Redhat)

Symptoms:
========

Application log will stop at loading “J2SE” provider.


Cause:
=====

This is caused by /dev/random blocking. The character special files /dev/random and /dev/urandom (present since Linux 1.3.30) provide an interface to the kernel's random number generator. File /dev/random has a major device number of "1" and minor device number of "8".  File /dev/urandom has a major device number of "1" and a minor device number of "9". The random number generator gathers environmental noise from device drivers and other sources into an entropy pool. The generator also keeps an estimate of the number of bits of noise in the entropy pool. From this entropy pool, random numbers are created. When this device is locked, no more random encryption tokens will be created which causes the problem.

Resolution:
========

Install mg-utils in Redhat Linux. Use “rng-tools” for other Linux flavors.

References:
========

http://www.kernel.org/doc/man-pages/online/pages/man4/random.4.html

Issue/Introduction

Application log will stop at loading “J2SE” provider.