Consultor Eletrônico



Kbase P146631: The Web Services Adapter (WSA) returns error "Invalid WsaSOAPEngine init parameter: Progress install
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/20/2009
Status: Unverified

SYMPTOM(s):

The Web Services Adapter (WSA) returns the following error during startup:

javax.servlet.UnavailableException: com.progress.wsa.WsaSOAPEngineException: Invalid WsaSOAPEngine init parameter: Progress installation directory

Invalid WsaSOAPEngine init parameter: Progress installation directory

OpenEdge is installed on a mapped drive

The Java Servlet Engine (JSE) is being started as a Windows Service

FACT(s) (Environment):

OpenEdge 10.x
Windows

CAUSE:

By default, a Windows Service does not have permission to access a mapped drive. In this case the WSA is being started through a JSE which is configured as a Windows Service. Therefore the WSA will not be able to access the OpenEdge installation.
This is explained in more detail in the following Microsoft Knowledge Base:
http://support.microsoft.com/?kbid=180362

FIX:

Replace all references of the mapped drive in the <JSE Installation Directory>\webapps\wsa\WEB-INF\web.xml with the UNC path.