Bug 13919 - JITSI non working - JAVA haven't lang file
Summary: JITSI non working - JAVA haven't lang file
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: i586 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-16 15:15 CEST by Jonathan Boussoir
Modified: 2015-05-31 23:05 CEST (History)
2 users (show)

See Also:
Source RPM: package provides jitsi-2.5.5269 2.5-1.mga5
CVE:
Status comment:


Attachments

Description Jonathan Boussoir 2014-08-16 15:15:25 CEST
Description of problem:
JITSI non working, I think is a small bug of java config

$ jitsi 
Exception in thread "main" java.lang.Error: java.io.FileNotFoundException: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.11/jre/lib/tzdb.dat (Aucun fichier ou dossier de ce type)
        at sun.util.calendar.ZoneInfoFile$1.run(ZoneInfoFile.java:261)
.../.../...
        at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)
Caused by: java.io.FileNotFoundException: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.11/jre/lib/tzdb.dat (Aucun fichier ou dossier de ce type)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:131)
        at sun.util.calendar.ZoneInfoFile$1.run(ZoneInfoFile.java:255)
        ... 28 more


Version-Release number of selected component (if applicable):
I have just install Mageia 5 alpha2 32bit DVD
and add depot because there are depot automatic adding
# urpmi.addmedia --distrib ftp://ftp.belnet.be/pub/mageia/distrib/cauldron/i586/

java-1.8.0-openjdk-1.8.0.11
jitsi-2.5.5269 of 2.5-1.mga5
who install automaticly java 1.8
java-1.8.0-openjdk-headless Version : 1:1.8.0.11-3.b12.1.mga5
java-1.8.0-openjdk Version : 1:1.8.0.11-3.b12.1.mga5

How reproducible:


Steps to Reproduce:
1.
2.
3.


Reproducible: 

Steps to Reproduce:
Comment 1 David GEIGER 2014-08-16 15:45:14 CEST
Hello Jonathan Boussoir,

Thanks for the report.

Since new java stack of version 8 we had some difficulty with jitsi.

jitsi-2.5 is a development version, so for fix this issue you must rename or delete older jitsi config file on your home :

$ rm -rf ~/.jitsi
or
$ mv ~/.jitsi ~/.jitsi-old


for me it worked :)

CC: (none) => geiger.david68210

Comment 2 Jonathan Boussoir 2014-08-16 16:38:25 CEST
Hello David GEIGER,
Thank you for your quick response.
I looked in my repertoire "HOME"
ls -all
I have hidden files but not the Jitsi
Regards,
Jonathan

Status: NEW => UNCONFIRMED
Ever confirmed: 1 => 0

Comment 3 Manuel Hiebel 2014-08-19 22:33:17 CEST
why did you changed the status ? you are no more able to reproduce ?

Component: Installer => RPM Packages

Comment 4 Olivier Delaune 2015-02-06 08:58:15 CET
Any news about this bug report?

CC: (none) => olivier.delaune

Comment 5 Jonathan Boussoir 2015-02-06 10:40:04 CET
Sorry, I'm not a news about this bug because i stopped to use. I'm working with skype :-(
I remember that I could work with old version JITSI old while until I did not was installing the new version which needed JAVA 8.
Regards,
Jonathan
Comment 6 David GEIGER 2015-02-06 17:23:04 CET
Hi,

I'am the maintener of jitsi package and I can confirm that jitsi works fine on Cauldron without any error or issue.

Here my log on my current up-to-date Cauldron and with the latest stable 2.6 version of jitsi:


[david@david ~]$ cat /etc/issue*
Mageia release 5 (Cauldron) for x86_64
Kernel 3.19.0-desktop-0.rc7.3.mga5 on a 4-processor x86_64 / \l
Bienvenue sous Mageia
-------------------------

[david@david ~]$ jitsi --version
Jitsi 2.6.5390

[david@david ~]$ jitsi
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:947:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:947:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_dmix.c:961:(snd_pcm_dmix_open) The dmix plugin supports only playback stream
java.lang.NullPointerException
        at net.java.sip.communicator.plugin.pluginmanager.PluginManagerActivator.start(PluginManagerActivator.java:87)
        at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:645)
        at org.apache.felix.framework.Felix.activateBundle(Felix.java:2152)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2070)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1297)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
17:09:11.459 GRAVE: [39] impl.osdependent.jdic.SystrayServiceJdicImpl.checkInitialized().464 Systray not init
[david@david ~]$
Comment 7 Samuel Verschelde 2015-05-31 23:05:54 CEST
Closing as per comment #6

Status: UNCONFIRMED => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.