Consultor Eletrônico



Kbase P112786: Updating a WebService using Progress Explorer Tool fails
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   20/04/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.0B
Web Services

SYMPTOM(s):

Updating a WebService using Progress Explorer Tool fails

WSA request error: Error in SOAP request exception: NULL (10926).


.wsm file is 3MB in size

happens at about 500 exposed procedures

reduce the number of procedures before the update runs successfully again


deploys fine if .wsm file size is only 1 MB

Starting Tomcat version 4.1.30 manually via startup.bat

CAUSE:

Java heap size not sufficient to read file with Tomcat

FIX:

Increase the default limits of the Java heap size by
adding the following line after the :execCmd section of catalina.bat
Set JAVA_OPTS="-Xms16m -Xmx256m"
and restart Tomcat.