Consultor Eletrônico



Kbase P65736: Cannot deploy a new Web Service using Tomcat 5.x
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/11/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.x
Tomcat 5.x
Windows

SYMPTOM(s):

Cannot deploy a new Web Service using Tomcat 5.x

Failed to deploy Webservice for: wsa1

WSArequest error: Unable to initialize the application

The wsa.log contains several error messages.

XML parsing error: NULL

Message: cvc-elt.1: Cannot find the declaration of element ''AppContainer''.

XML parsing error: 'file:///C:/ApacheGroup/Tomcat5/webapps/wsa//wsa1/wsTest.props'

Message: cvc-elt.1: Cannot find the declaration of element ''ApplicationRuntimeProperties''.

Error parsing C:/ApacheGroup/Tomcat5/webapps/wsa//wsa1/wsTest.props. Using cached copy of runtime properties and disabling service.

Error parsing application descriptor C:/ApacheGroup/Tomcat5/webapps/wsa//wsa1/wsTest.wsad - Disabling service (10749)

Unable to initialize application: Unable to load Application Descriptor file. (10753) (10857)

Regenerating the WSM file does not resolve the issue

CHANGE:

Upgraded Tomcat 4.x to 5.x.

CAUSE:

The exact cause is unknown at the time of this writing

FIX:

Upgrade to 10.0B Service Pack 1 (or later) and use one of the following configurations which are known to work:

Tomcat 5.0.8 + J2SE 1.4.2_06 / 1.5.0_1 - works fine
Tomcat 5.0.16 + J2SE 1.4.2_06 / 1.5.0_1 - works fine
Tomcat 5.5.7 + J2SE 1.5.0_1 - works fine
Tomcat 5.5.9 + J2SE 1.5.0_04 - works fine
Tomcat 5.5.9 + J2SE 1.5.0_06 - works fine


These configurations are known to fail:

Tomcat 5.0.28 + J2SE 1.4.2_06 / 1.5.0_1 - fails
Tomcat 5.5.7 + J2SE 1.4.2_06 (needs compat package) - fails