You are not logged in.
Pages: 1
When the log has the Following error:
ERROR - TimerTask execution failed unexpectedly: unable to create new native thread java.lang.OutOfMemoryError: unable to create new native thread
This means that XLayer services are taking much more memory than what is set. To adjust the memory we need to go to "Your Drive:\SXI\X-ServiceBroker\bin" and open up the file X-ServiceBroker.vmoptions.
Uncomment the line: # -Xmx512m and if it's uncommented give it more memory.
When the Warning:"Unable to successfully transform results with stylesheet >removeXMLUnprintableChars.xsl<. org.jdom2.transform.XSLTransformException: Could not perform transformation"
Check the removeXMLUnprintableChars.xsl file. It will have the version="1.0".
Change the version="1.0" to version="2.0"
Pages: 1