Consultor Eletrônico



Kbase 20267: Incorrect 'instanceName' argument causing InstanceName Argument is Not Specified for AIA
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   13/11/2008
Status: Verified

FACT(s) (Environment):

Progress 9.1B

SYMPTOM(s):

The following set of errors are displayed when testing AIA configuration.

javax.servlet.UnavailableException: instanceName argument is not specified.
at com.progress.aia.AiaProperties.fatalError(AiaProperties.java:537)
at com.progress.aia.AiaProperties.processArgs(AiaProperties.java:181)
at com.progress.aia.Aia.init(Aia.java:150)

CAUSE:

Set up the following three Init Arguments for the servlet instance under your Java servlet administration tool:

- instanceName
- InstallDir
- PropertyFileName

Depending on which Java servlet that is being used, a different error is generated. An error occurs if the parameter name is not correct (case-sensitivity issue). For example, the manual 'Progress on the Web' states that the parameter is InstanceName, when the correct is instanceName.

FIX:

Change the servelt instance Init Argument to 'instanceName' and then restart the Web server and the Java servlet engine.