Kbase P24945: Connection with the AIA/Tomcat returns HTTP error status 500
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/4/2005 |
|
Status: Unverified
FACT(s) (Environment):
Tomcat 4.0
Tomcat 4.1
Progress 9.1B
Progress 9.1C
Progress 9.1D
Windows NT 32 Intel/Windows 2000
SYMPTOM(s):
Connection with the AIA/Tomcat returns HTTP error status 500
Using the Tomcat standalone with the AIA fails with HTTP status 500
Tomcat reports following exception:
HTTP Status 500 - type Exception report
message description
The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.UnavailableException: promsgs error=7665689515738013951
at com.progress.aia.AiaProperties.fatalError(AiaProperties.java:674)
at com.progress.aia.AiaProperties.processArgs(AiaProperties.java:257)
at com.progress.aia.Aia.init(Aia.java:150)
CAUSE:
Using web.xml with the parameters value having the double quotes (")
for the path in the parameter values, e.g.:
<param-name>InstallDir</param-name>
<param-value>"C:/Program Files/PROGRESS"</param-value>
FIX:
Modify the web.xml parameters to use short names, therefore avoiding the
usage of double quotes and the spaces in the directory path, e.g.:
<param-name>InstallDir</param-name>
<param-value>C:/Progra~1/PROGRESS</param-value>