DevPortal

What is an Integrity Check Log and how to disable it?


Table of Contents


What is an Integrity Check Log?

For a normal integrity check, no log file is generated. In case of an error, the details are logged in server-TXTservermsg.log file that is located in <install_dir>\server\nodes\<node_name>\logs. The message logged when the Server socket is not responding to client requests is provided as an example:
# Start Action Block: (Feb 24, 2006 12:53:35 PM162)
Main message ID: WEB0096;
SEVERE WARNING:Server Socket is not RespondingSevere;
Tip:

Messages Trace:
WEB1100;
Problem occurred. Connection refused: connect:
ConnectException while trying to connect to ServerSocket.
Retrying...;
Info;(web.core.ConnectionIntegrityTester)
WEB1100;
Problem occurred. Connection refused: connect:
ConnectException while retrying to connect to ServerSocket.
Please contact Pramati Support.;
Info;(web.core.ConnectionIntegrityTester)
WEB0096; SEVERE WARNING:Server Socket is not Responding;
Severe;(web.core.ConnectionIntegrityTester)
Exception Stacks:

## END Action Block RECORD NO:162##

The message logged when a new thread is created appears as given in the following example:

## Start Action Block: (Feb 24, 2006 12:57:12 PM108)
Main message ID: WEB0098;
new acceptor threads createdInfo; Tip:
Messages Trace:
  WEB0098;
  new acceptor threads created;Info;(web.core.HttpHealthChecker)
 Exception Stacks:

## END Action Block RECORD NO:108##

The message generated when a thread is killed appears as:

## Start Action Block: (Feb 24, 2006 1:04:00 PM122)
Main message  ID: WEB0100;
acceptor threads more than configured number.killing extra threads.Info;
Tip:
Messages Trace:
 WEB0100;
 acceptor threads more than configured number.killing extra threads.;
 Info;(web.core.HttpHealthChecker)
 Exception Stacks:
## END Action Block RECORD NO:122##

How do I disable Integrity Check?

Integrity check option is enabled by default. To disable it, set the following property in runserver.bat as:
set TEMP=%PATH%
call D:\PramatiServer\server\bin\setup.bat
java.exe
-Dinstall.root=%install.root%
-Djava.security.policy=%install.root%\lib\pramati\pramati.java.policy
-Djava.security.auth.policy=%install.root%\lib\pramati\pramati.jaas.policy
-Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
-Dorg.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl
-Dweb.header.checkintegrity = false com.pramati.Server %1 %2 %3 %4 %5
To re-enable this feature, shutdown and restart Server.


Related Topics:

© Pramati Technologies 2007 Runs on Pramati Server | Feedback | Legal