Consultor Eletrônico



Kbase P168003: Cannot access the aia from http:/localhost/aia/Aia
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/17/2010
Status: Unverified

SYMPTOM(s):

Cannot access the aia from http:/localhost/aia/Aia

JRUN is running

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
Using JRUN Java Servlet Engine

CAUSE:

JRUN typically defines port 8100 as its default listener port for the Java Servlet Engine. The URL string did not contain a reference for port 8100 and the machine was not configured to redirect any ports silently.

FIX:

Review the JRUN configuration to see what port will be used as a listener by the Java Servlet Engine the default is 8100 and the URL string would be this if the JSE and AIA were running on localhost:
http://localhost:8100/aia/Aia