https://bugzilla.redhat.com/show_bug.cgi?id=2244348
Bug ID: 2244348 Summary: Wrong dbcp class in tomcat 9 Product: Fedora Version: 37 OS: Linux Status: NEW Component: tomcat Severity: medium Assignee: huwang@redhat.com Reporter: huwang@redhat.com QA Contact: extras-qa@fedoraproject.org CC: alee@redhat.com, csutherl@redhat.com, gzaronikas@gmail.com, huwang@redhat.com, ivan.afonichev@gmail.com, java-sig-commits@lists.fedoraproject.org Target Milestone: --- Classification: Fedora
File tomcat.conf contains:
JAVA_OPTS="-Djavax.sql.DataSource.Factory=org.apache.commons.dbcp.BasicDataSourceFactory"
It should be:
JAVA_OPTS="-Djavax.sql.DataSource.Factory=org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory"
The dbcp class does not exist in TC 9, which switch to dbcp2.
Reproducible: Always
https://bugzilla.redhat.com/show_bug.cgi?id=2244348
--- Comment #1 from Aoife Moloney amoloney@redhat.com --- This message is a reminder that Fedora Linux 37 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora Linux 37 on 2023-12-05. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a 'version' of '37'.
Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, change the 'version' to a later Fedora Linux version. Note that the version field may be hidden. Click the "Show advanced fields" button if you do not see it.
Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora Linux 37 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora Linux, you are encouraged to change the 'version' to a later version prior to this bug being closed.
https://bugzilla.redhat.com/show_bug.cgi?id=2244348
Aoife Moloney amoloney@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |EOL Status|NEW |CLOSED Last Closed| |2024-01-22 17:23:07
--- Comment #2 from Aoife Moloney amoloney@redhat.com --- Fedora Linux 37 entered end-of-life (EOL) status on 2023-12-05.
Fedora Linux 37 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug.
If you can reproduce this bug against a currently maintained version of Fedora Linux please feel free to reopen this bug against that version. Note that the version field may be hidden. Click the "Show advanced fields" button if you do not see the version field.
If you are unable to reopen this bug, please file a new report against an active release.
Thank you for reporting this bug and we are sorry it could not be fixed.
java-sig-commits@lists.fedoraproject.org