KB Article #181513
Domain Server has got delays when processing jobs
Problem
- Jobs that are executed via the Domain Server of Automator (SAP, PSoft, JDE, CFT, WS, PorcessManager) are submitted with delays or end status are managed with delays
- Other symptoms: result of "netstat -a" is showing Domain Server is working on both Protocole IPv4 and IPv6
>>> there is a conflict at network level and you MUST choose IP protocol you would like to use.
Resolution
- Update the file cmdGenJob.bat ou cmdGenJob.sh
From:
java -cp %XOS_CLASSPATH% -Xrs -Xmx1G com.axway.xos.srv.ServerXOS
To (for IPv4 only):
java -cp %XOS_CLASSPATH% -Xrs -Xmx1G -Djava.net.preferIPv4Stack=true com.axway.xos.srv.ServerXOS