Kbase P126978: AppServer broker won't start and error 8117 in broker log and 11072 server log.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/27/2010 |
|
Status: Verified
SYMPTOM(s):
AppServer broker won't start and error 8117 in broker log and 11072 server log.
Found error 11072 in the broker or server log
Logging level greater than 1 must be specified either for ASPlumbing or for all types by using -logginglevel. (11072)
Logging level greater than 1 must be specified either for DB.Connects or for all types by using -logginglevel. (11072)
Logging level greater than 1 must be specified either for <value> or for all types by using -logginglevel. (11072)
IOException reading message from server : java.io.EOFException: pipe to server broken (8117)
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
WebSpeed 3.x
CHANGE:
Modified (srvrLogEntryTypes and/or srvrLoggingLevel) or (brkrLogEntryTypes and/or brkrLoggingLevel)
CAUSE:
Ubroker.properties setting contains a value to srvrLogEntryTypes such as ASPlumbing or DB.Connects. Other possible values for srvrLogEntryTypes can be found in P96551.
When you use any value to srvrLogEntryTypes, srvrLoggingLevel must be greater than 1.
FIX:
In order to remove the messages from the log file, use one of the following:
1) increase the srvrLoggingLevel or brkrLogginLevel from 1 to 2
2) Remove the values from srvrLogEntryTypes with in session [UBroker.AS].
Note that, by setting this values with in session [UBroker.AS], this is being inherit be all AppServers. The same rule applies for [UBroker.WS] and Webspeed.
If you need this settings to any specific AppServer or WebSpeed, set it within it's session, instead of in [UBroker.AS] or [UBroker.WS] .