Consultor Eletrônico



Kbase P25170: Error connecting to Fathom for the first time
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/05/2003
Status: Unverified

FACT(s) (Environment):

Fathom 2.0A

SYMPTOM(s):

Error connecting to Fathom for the first time

Correctly entered admin as username and password

Browser returns 503 error:

org.apache.jasper.compiler.CompileException:
/progress/dlc/fathom/web/menu/pickfirstpanel.jsp(0,0) JASPER: Bad file
argument to include

RequestURI=/menu/pickfirstpanel.jsp

Errors in admserv.log file

Failure creating systemcodepage.jsperror: /progress/dlc/fathom/web/systemcodepage.jsp (Permission denied)

CAUSE:

systemcodepage.jsp not being created.

FIX:

Stop both Fathom and AdminServer. Create a file with this name in the $fathomInstallDir/web directory and add this line:

<%@ page contentType="text/html; charset=8859_1"%>

Save the file. Restart AdminServer and Fathom.