Kbase P343: Error with ServletExec 2.2, InstanceName Argument is Not Spe
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/02/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1B
FACT(s) (Environment):
Progress 9.1C
FACT(s) (Environment):
ServletExec 2.2
SYMPTOM(s):
AppServer Internet Adaptor
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:
You must set up the following three Init Arguments for the servlet instance under your Java servlet administration tool:
- instanceName
- InstallDir
- PropertyFileName
The format for the Argument definition is incorrect. For this Servlet, ServletExec 2.2, all the parameters need to be defined in one line only, separated by commas (InstallDIr=xxx,instanceName=xxx,PropertyFileName=xxx)
FIX:
Make the necessary changes and restart your Web server and ServletExec