Re: Issue with OpenCms 10.5.3
Daniel Seidel via opencms-dev <[email protected]> Wed, 3 Sep 2025 13:01:42 +0200
| Newsgroups | gmane.comp.cms.opencms.devel |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --===============9142597723089986458== Content-Type: multipart/alternative; boundary="------------jPPobjlB2cdrg7g3zceuqv0e" Content-Language: en-US This is a multi-part message in MIME format. --------------jPPobjlB2cdrg7g3zceuqv0e Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi Nivedita, Java 17 is not supported for OpenCms 10.5.3, even Java 11 support start only at OpenCms 11 (see release notes https://www.opencms.org/en/article/OpenCms-11-available/). Official support for Java 17 and 21 is added with OpenCms 17 (https://www.opencms.org/en/article/OpenCms-17-release-notes/) This might cause your issues. Best, Daniel. Am 03.09.25 um 12:43 schrieb niveditasheoran via opencms-dev: > > Hello > > As I mentioned earlier, I was able to fix the previous issue and now > my application is running. However, I’m facing a new problem. When I > try to create a new layout row, it doesn’t display the 9 drag dots as > expected (screenshot attached). Additionally, the functionality of the > icons has also changed. > > Could you please let me know what might be causing this issue and how > to resolve it? > > Thanks > > Nivedita > > > On August 22, 2025 at 12:20 PM niveditasheoran > <[email protected]> wrote: >> >> Hello, >> >> We have an application developed using OpenCms 10.5.3, PostgreSQL >> 7.4, and Java 8. Recently, we attempted to run this application in a >> new environment with the following setup: >> >> Tomcat 9 (deployed the application in the webapps folder) >> >> PostgreSQL 17 (restored the old database) >> >> Java 17 >> >> Initially, the application failed to connect (screenshot attached) >> due to an outdated JDBC driver (postgresql-9.0-801.jdbc3.jar). After >> replacing it with the latest driver (postgresql-42.7.7.jar), the >> application started just header and footer came and we observed that >> the middle section of the website is not rendering as expected >> because OpenCms tries to connect to the PostgreSQL database from a >> JSP tag, but the attempt fails with SocketTimeoutException (connect >> timed out). >> >> I have also attached the OpenCms log file for reference. Could you >> please advise if this issue could be related to compatibility >> (OpenCms 10.5.3 with Java 17/PostgreSQL 17/tomcat 9), or if there >> might be another root cause? >> >> Thank you. >> >> Best regards, >> Nivedita >> > > > > > ------------------------------------------------------------------------------------------------------------ > > [ C-DAC is on Social-Media too. Kindly follow us at: > Facebook: https://www.facebook.com/CDACINDIA & Twitter: @cdacindia ] > > This e-mail is for the sole use of the intended recipient(s) and may > contain confidential and privileged information. If you are not the > intended recipient, please contact the sender by reply e-mail and destroy > all copies and the original message. Any unauthorized review, use, > disclosure, dissemination, forwarding, printing or copying of this email > is strictly prohibited and appropriate legal action will be taken. > ------------------------------------------------------------------------------------------------------------ > > > _______________________________________________ > This mail is sent to you from the opencms-dev mailing list > To change your list options, or to unsubscribe from the list, please visit > https://lists.opencms.org/mailman/listinfo/opencms-dev > > > -- Kind Regards Daniel. ------------------- Daniel Seidel Alkacon Software GmbH & Co. KG - The OpenCms Experts https://www.alkacon.com -http://www.opencms.org --------------jPPobjlB2cdrg7g3zceuqv0e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <p>Hi Nivedita,</p> <p>Java 17 is not supported for OpenCms 10.5.3, even Java 11 support start only at OpenCms 11 (see release notes <a class="moz-txt-link-freetext" href="https://www.opencms.org/en/article/OpenCms-11-available/">https://www.opencms.org/en/article/OpenCms-11-available/</a>). Official support for Java 17 and 21 is added with OpenCms 17 (<a class="moz-txt-link-freetext" href="https://www.opencms.org/en/article/OpenCms-17-release-notes/">https://www.opencms.org/en/article/OpenCms-17-release-notes/</a>) This might cause your issues.</p> <p>Best, Daniel.</p> <div class="moz-cite-prefix">Am 03.09.25 um 12:43 schrieb niveditasheoran via opencms-dev:<br> </div> <blockquote type="cite" cite="mid:190805415.139552.1756896234290.JavaMail.open-xchange@webmail.cdac.in"> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <div> <p data-end="454" data-start="150">Hello</p> <p data-end="454" data-start="150">As I mentioned earlier, I was able to fix the previous issue and now my application is running. However, I’m facing a new problem. When I try to create a new layout row, it doesn’t display the 9 drag dots as expected (screenshot attached). Additionally, the functionality of the icons has also changed.</p> <p data-end="542" data-start="456">Could you please let me know what might be causing this issue and how to resolve it?</p> <p data-end="567" data-start="544">Thanks</p> <p data-end="567" data-start="544">Nivedita</p> </div> <div> <br> On August 22, 2025 at 12:20 PM niveditasheoran <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]"><[email protected]></a> wrote: </div> <div style="position: relative;"> <blockquote style="margin-left: 0px; padding-left: 10px; border-left: solid 1px blue;" type="cite"> <p><span style="font-size: 9pt;">Hello,</span></p> <p>We have an application developed using OpenCms 10.5.3, PostgreSQL 7.4, and Java 8. Recently, we attempted to run this application in a new environment with the following setup:</p> <p>Tomcat 9 (deployed the application in the webapps folder)</p> <p>PostgreSQL 17 (restored the old database)</p> <p>Java 17</p> <p>Initially, the application failed to connect (screenshot attached) due to an outdated JDBC driver (postgresql-9.0-801.jdbc3.jar). After replacing it with the latest driver (postgresql-42.7.7.jar), the application started just header and footer came and we observed that the middle section of the website is not rendering as expected because OpenCms tries to connect to the PostgreSQL database from a JSP tag, but the attempt fails with SocketTimeoutException (connect timed out).</p> <p>I have also attached the OpenCms log file for reference. Could you please advise if this issue could be related to compatibility (OpenCms 10.5.3 with Java 17/PostgreSQL 17/tomcat 9), or if there might be another root cause?</p> <p>Thank you.</p> <p>Best regards,<br> Nivedita</p> </blockquote> <br> </div> <br> <img src="https://pramani.cdac.in/signature.jpg" moz-do-not-send="true"> <br> <br> ------------------------------------------------------------------------------------------------------------ <br> [ C-DAC is on Social-Media too. Kindly follow us at: <br> Facebook: <a class="moz-txt-link-freetext" href="https://www.facebook.com/CDACINDIA">https://www.facebook.com/CDACINDIA</a> & Twitter: @cdacindia ] <br> <br> This e-mail is for the sole use of the intended recipient(s) and may <br> contain confidential and privileged information. If you are not the <br> intended recipient, please contact the sender by reply e-mail and destroy <br> all copies and the original message. Any unauthorized review, use, <br> disclosure, dissemination, forwarding, printing or copying of this email <br> is strictly prohibited and appropriate legal action will be taken. <br> ------------------------------------------------------------------------------------------------------------ <br> <fieldset class="moz-mime-attachment-header"></fieldset> <pre wrap="" class="moz-quote-pre">_______________________________________________ This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit <a class="moz-txt-link-freetext" href="https://lists.opencms.org/mailman/listinfo/opencms-dev">https://lists.opencms.org/mailman/listinfo/opencms-dev</a> </pre> </blockquote> <pre class="moz-signature" cols="72">-- Kind Regards Daniel. ------------------- Daniel Seidel Alkacon Software GmbH & Co. KG - The OpenCms Experts <a class="moz-txt-link-freetext" href="https://www.alkacon.com">https://www.alkacon.com</a> - <a class="moz-txt-link-freetext" href="http://www.opencms.org">http://www.opencms.org</a></pre> </body> </html> --------------jPPobjlB2cdrg7g3zceuqv0e-- --===============9142597723089986458== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KVGhpcyBtYWls IGlzIHNlbnQgdG8geW91IGZyb20gdGhlIG9wZW5jbXMtZGV2IG1haWxpbmcgbGlzdApUbyBjaGFu Z2UgeW91ciBsaXN0IG9wdGlvbnMsIG9yIHRvIHVuc3Vic2NyaWJlIGZyb20gdGhlIGxpc3QsIHBs ZWFzZSB2aXNpdApodHRwczovL2xpc3RzLm9wZW5jbXMub3JnL21haWxtYW4vbGlzdGluZm8vb3Bl bmNtcy1kZXYKCgoK --===============9142597723089986458==--