https://bugzilla.redhat.com/show_bug.cgi?id=1027716
Bug ID: 1027716 Summary: Problem with log4j link creation on /usr/share/java/log4j Product: Fedora Version: 19 Component: tomcat Severity: high Assignee: ivan.afonichev@gmail.com Reporter: braoru@gmail.com QA Contact: extras-qa@fedoraproject.org CC: akurtako@redhat.com, ivan.afonichev@gmail.com, java-sig-commits@lists.fedoraproject.org, kdaniel@redhat.com
Description of problem:
Tomcat7 seem to not properly install log4j link in /usr/share/java/log4j
[root@mgbsiti01 lib]# file /usr/share/tomcat/lib/log4j.jar /usr/share/tomcat/lib/log4j.jar: broken symbolic link to `/usr/share/java/log4j.jar'
I tried to spot the problem in the spec file of the package but I still unsuccessful and keep trying :-(.
Version-Release number of selected component (if applicable):
[root@mgbsiti01 lib]# rpm -qa | grep tomcat tomcat-lib-7.0.42-1.fc19.noarch tomcat-7.0.42-1.fc19.noarch tomcat-jsp-2.2-api-7.0.42-1.fc19.noarch tomcat-el-2.2-api-7.0.42-1.fc19.noarch tomcat-servlet-3.0-api-7.0.42-1.fc19.noarch
[root@mgbsiti01 lib]# rpm -qf /usr/share/tomcat/lib/log4j.jar tomcat-lib-7.0.42-1.fc19.noarch
How reproducible:
yum install tomcat
Steps to Reproduce: 1.yum install tomcat 2. 3.
Actual results:
log4j link is broken :-(
Expected results:
log4j link not broken :-)
Additional info:
https://bugzilla.redhat.com/show_bug.cgi?id=1027716
Sebastien Pasche braoru@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |high
https://bugzilla.redhat.com/show_bug.cgi?id=1027716
--- Comment #1 from Ivan Afonichev ivan.afonichev@gmail.com --- It seems tomcat-lib package should require log4j.
Quick workaround for this issue: yum install log4j
https://bugzilla.redhat.com/show_bug.cgi?id=1027716
--- Comment #2 from Ivan Afonichev ivan.afonichev@gmail.com --- Tomcat itself doesn't require log4j. It have it's own java.util.Logging implementation: tomcat-juli
So may be adding Requires: log4j wouldn't be good idea.
I'am thinking about removing log4j stuff from tomcat packages or keeping it as it is now(If user needs log4j he should install it via yum).
https://bugzilla.redhat.com/show_bug.cgi?id=1027716
--- Comment #3 from Sebastien Pasche braoru@gmail.com --- I think if you keep the link you should add log4j as a required if you remove the link you can just drop log4j :-)
https://bugzilla.redhat.com/show_bug.cgi?id=1027716
--- Comment #4 from Fedora End Of Life endoflife@fedoraproject.org --- This message is a notice that Fedora 19 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 19. It is Fedora's policy to close all bug reports from releases that are no longer maintained. Approximately 4 (four) weeks from now this bug will be closed as EOL if it remains open with a Fedora 'version' of '19'.
Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version.
Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 19 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, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above.
Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
https://bugzilla.redhat.com/show_bug.cgi?id=1027716
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED
https://bugzilla.redhat.com/show_bug.cgi?id=1027716
--- Comment #5 from Fedora Update System updates@fedoraproject.org --- tomcat-7.0.59-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/tomcat-7.0.59-1.fc21
https://bugzilla.redhat.com/show_bug.cgi?id=1027716
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_QA
--- Comment #6 from Fedora Update System updates@fedoraproject.org --- Package tomcat-7.0.59-1.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing tomcat-7.0.59-1.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-2109/tomcat-7.0.59-1.fc2... then log in and leave karma (feedback).
https://bugzilla.redhat.com/show_bug.cgi?id=1027716
Fedora End Of Life endoflife@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution|--- |EOL Last Closed| |2015-02-18 06:19:19
--- Comment #7 from Fedora End Of Life endoflife@fedoraproject.org --- Fedora 19 changed to end-of-life (EOL) status on 2015-01-06. Fedora 19 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 please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug.
Thank you for reporting this bug and we are sorry it could not be fixed.
https://bugzilla.redhat.com/show_bug.cgi?id=1027716
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |tomcat-7.0.59-1.fc21 Resolution|EOL |ERRATA
--- Comment #8 from Fedora Update System updates@fedoraproject.org --- tomcat-7.0.59-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.
java-sig-commits@lists.fedoraproject.org