Kbase 20265: Could Not Open @{WorkPath} Running AIA on Windows 2000
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/14/2008 |
|
SUMMARY:
This solution applies to Progress AppServer Internet Adaptor (AIA) Version 9.1B or later. You might get the following messages when you try to test the AIA configuration on a Windows 2000 machine:
javax.servlet.UnavailableException: Could not open
@{WorkPath}\Aia1.aia.log : java.io.FileNotFoundException:
@{WorkPath}\Aia1.aia.log (The system cannot find the path
specified)
at
com.progress.aia.AiaProperties.fatalError(AiaProperties.java:537)
at
com.progress.aia.AiaProperties.processArgs(AiaProperties.java:273)
at com.progress.aia.Aia.init(Aia.java:150)
EXPLANATION:
The AIA configuration is kept in the property file:
dlc\properties\ubroker.properties
One of the properties is the LOGFILE. The references to @{WorkPath} is the cause of the above-mentioned problem in this case. It references the working directory you have set during the Progress Installation.
SOLUTION:
Edit the ubroker.properties file to replace the reference
@{WorkPath} to the actual working directory under the AIA
configuration.
For example, the logfile value should look like this:
[AIA.Aia1]
controllingNameServer=NS1
httpsEnabled=0
logAppend=1
logFile=d:\wrk91b\Aia1.aia.log
(this is the value to change loggingLevel=2
where d:\wrk91b is the working directory where
the log file is to reside.)