Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why do I get a RegistryResponse message with java.lang.OutOfMemoryError?

0
Posted

Why do I get a RegistryResponse message with java.lang.OutOfMemoryError?

0

Ans: Most likely you did not allocate enough memory for your servlet container. If you are using Tomcat, you can e.g. set the environment variable CATALINA_OPTS to -Xmx512m . Don’t forget to restart Tomcat after that. If you use Jetty, setting the environment variable JAVA_OPTIONS or JETTY_OPTIONS (depending on the start script you are using) should achieve the same.If you still get this error and you are running the ebxmlrr build script, it could be that the build target does not allocate enough memory for its Java process. You can change that by editing the build target definition in the file build.xml . Here is an example how a build target definition usually looks like:

-->

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123