Kbase P88867: Sonic Adapter will not start with error Unable to find plugin () that created event( application.sta
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/11/2004 |
|
Status: Unverified
SYMPTOM(s):
Sonic Adapter will not start
Unable to find plugin () that created event( application.state.EStartServiceEvent ).
Unable to find plugin () that created event( application.state.EAbnormalShutdownEvent ).
admserv.log contains errors
CHANGE:
Ubroker.properties had been modified.
CAUSE:
The jvmArgs environment variable is not being passed correctly to the java process when enclosed in curly braces.
For example:
[Adapter.sonicMQ1]
jvmArgs="-Xms8m -Xmx256m ${JVMARGS}"
FIX:
The curly brace syntax isn't expanded within the jvmArgs reference. Use the normal $VARIABLE name syntax.
[Adapter.sonicMQ1]
jvmArgs="-Xms8m -Xmx256m $JVMARGS"