Kbase 21922: UnavailableException: promsgs error - AIA
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/03/2002 |
|
SUMMARY:
This Solution applies to the Progress AppServer Internet Adapter 9.1X.
You might encounter the following error when you are testing the AIA configuration:
500 Internal Server Error
/aia/Aia:
javax.servlet.UnavailableException: promsgs error=7665689515738013954
at com.progress.aia.AiaProperties.fatalError(AiaProperties.java:592)
at com.progress.aia.AiaProperties.checkValidSection
at com.progress.aia.AiaProperties.processArgs
EXPLANATION:
The problem is likely a configuration error. In this case, the error happens in checkValidSection, where validation of the configuration is done.
You will probably find the actual error message in the servlet log file. For instance, you might see the following error in the Jrun's log file named default.err:
Section (Aia.Aia) not found in properties file
(d:\dlc91c\properties\ubroker.properties). (8450)
UnavailableException in init().
The error points to a conflict on the AIA instance Name. The servlet configuration set instanceName=Aia, but there is no AIA configuration named Aia in the ubroker.properties.
SOLUTION:
In the above example, change the property instanceName to Aia1 if you are using the default AIA configuration, or to the correct AIA instance name.
In general, look for errors in the Servlet's log files. Review your settings in the ubroker.properties and in the servlet configuration.