Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
faq [2024/02/13 15:18] – [Generating Stages runtime information] emrfaq [2024/03/20 12:30] – [PDF Print is Running Forever] Geupel, Christian
Line 35: Line 35:
 PDF prints are running for a very long time and do not seem to ever finish. \\  \\ **Explanation:** \\ PDF prints are running for a very long time and do not seem to ever finish. \\  \\ **Explanation:** \\
 In order to print a PDF file the server may have to send requests to itself. However, in some network configurations with a proxy server it may not be able to do that, resulting in the server re-trying each request for a certain time before giving up (IO exception) and going on to the next request. \\  \\ In order to print a PDF file the server may have to send requests to itself. However, in some network configurations with a proxy server it may not be able to do that, resulting in the server re-trying each request for a certain time before giving up (IO exception) and going on to the next request. \\  \\
-In this case, adding the following property to config.xml will solve the problem: \\  \\ ''<property name="pdf.serverAddress" value="http:<Stages-Server-IP><:PORT (optional)>"/>'' \\  \\+In this case, adding the following property to config.xml will solve the problem: \\  \\ ''<property name="pdf.serverAddress" value="http://<Stages-Server-IP><:PORT (optional)>"/>'' \\  \\
 You may need to add the port; usually this is 8080 or 80 (depending on your configuration). \\ You may need to add the port; usually this is 8080 or 80 (depending on your configuration). \\
 Stages must be restarted after adding the property. Stages must be restarted after adding the property.