Bug 1013849

Summary: guacamole not workink due to wrong symlinks
Product: [Fedora] Fedora Reporter: Joachim Jaeckel <bugzilla-2004>
Component: guacamoleAssignee: Orphan Owner <extras-orphan>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 18CC: extras-orphan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: slf4j-1.7.4-1.fc19.noarch Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-29 19:13:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Joachim Jaeckel 2013-09-30 23:00:28 UTC
Description of problem:

guacamole is not loaded by tomcat.

Reason: Symlinks point to wrong dest
/usr/share/tomcat/webapps/guacamole/WEB-INF/lib/slf4j-api.jar -> /usr/share/java/slf4j/slf4j-api.jar
/usr/share/tomcat/webapps/guacamole/WEB-INF/lib/slf4j-jcl.jar -> /usr/share/java/slf4j/slf4j-jcl.jar

Destination filenames are api.jar and jcl.jar, not slf4j-api.jar and slf4j-jcl.jar

Packages guacamole-0.8.2-3.fc18.noarch and slf4j-1.7.2-4.fc18.noarch are incompatible



Version-Release number of selected component (if applicable):
Fedora 18
guacamole-0.8.2-3.fc18.noarch
slf4j-1.7.2-4.fc18.noarch

How reproducible:
always

Steps to Reproduce:
1.
ls -l /usr/share/tomcat/webapps/guacamole/WEB-INF/lib/slf4j-api.jar
ls -l /usr/share/tomcat/webapps/guacamole/WEB-INF/lib/slf4j-jcl.jar

Actual results:
Links point to non-existing file.

Expected results:


Additional info:


Workaround:
# create links in /usr/share/java/slf4j/
cd /usr/share/java/slf4j/
ln -s api.jar slf4j-api.jar
ln -s api.jar slf4j-api.jar

Comment 1 Joachim Jaeckel 2013-10-06 17:30:32 UTC
There is a typo in the Workaround above. Corrected:

Workaround:
# create links in /usr/share/java/slf4j/
cd /usr/share/java/slf4j/
ln -s api.jar slf4j-api.jar
ln -s jcl.jar slf4j-jcl.jar

Comment 2 Joachim Jaeckel 2013-10-21 10:06:12 UTC
Problem has been solved in slf4j-1.7.4-1.fc19.noarch

Comment 3 Fedora End Of Life 2013-12-21 14:38:12 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. 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 WONTFIX if it remains open with a Fedora 
'version' of '18'.

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 prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 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 to Fedora 18's end of life.

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.