Jitsi doesn't start anymore

5 respuestas [Último envío]
Mzee
Desconectado/a
se unió: 07/10/2013

Hi guys,
For a few days now the program Jitsi, which I installed from their custom repo, doesn't start anymore. The only message I get is the following:
"
java.awt.HeadlessException
at java.awt.SplashScreen.getSplashScreen(SplashScreen.java:107)
at net.java.sip.communicator.impl.splashscreen.SplashScreenActivator.start(SplashScreenActivator.java:59)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:629)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:1904)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1822)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1192)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:266)
at java.lang.Thread.run(Thread.java:701)
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2217:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports only playback stream
12:35:06.979 SEVERE: [10] org.jitsi.impl.neomedia.device.DeviceConfiguration.error() Failed to register custom Renderer org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer with JMF.
java.lang.UnsatisfiedLinkError: /usr/share/jitsi/lib/native/libjnawtrenderer.so: /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjawt.so: symbol awt_Unlock, version SUNWprivate_1.1 not defined in file libmawt.so with link time reference
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
at java.lang.Runtime.loadLibrary0(Runtime.java:844)
at java.lang.System.loadLibrary(System.java:1051)
at org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer.(JAWTRenderer.java:90)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:191)
at org.jitsi.impl.neomedia.device.DeviceConfiguration.registerCustomRenderers(DeviceConfiguration.java:1034)
at org.jitsi.impl.neomedia.device.DeviceConfiguration.(DeviceConfiguration.java:355)
at org.jitsi.impl.neomedia.MediaServiceImpl.(MediaServiceImpl.java:141)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:534)
at java.lang.Class.newInstance(Class.java:379)
at org.jitsi.impl.libjitsi.LibJitsiImpl.getService(LibJitsiImpl.java:133)
at org.jitsi.impl.libjitsi.LibJitsiOSGiImpl.getService(LibJitsiOSGiImpl.java:86)
at org.jitsi.service.libjitsi.LibJitsi.invokeGetServiceOnImpl(LibJitsi.java:163)
at org.jitsi.service.libjitsi.LibJitsi.getMediaService(LibJitsi.java:115)
at net.java.sip.communicator.impl.neomedia.NeomediaActivator.start(NeomediaActivator.java:380)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:629)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:1904)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1822)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1192)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:266)
at java.lang.Thread.run(Thread.java:701)
warning: The VAD has been replaced by a hack pending a complete rewrite
12:35:09.082 SEVERE: [10] impl.osdependent.SystemTray.getDefaultSystemTray().64 Failed to initialize the desktop.tray implementation.
12:35:09.125 SEVERE: [10] impl.osdependent.SystemTray.getDefaultDesktop().62 Failed to initialize the java.awt.SystemTray implementation.
java.lang.UnsupportedOperationException: java.lang.reflect.InvocationTargetException
at net.java.sip.communicator.impl.osdependent.Desktop$AWTDesktopPeer.(Desktop.java:180)
at net.java.sip.communicator.impl.osdependent.Desktop.getDefaultDesktop(Desktop.java:58)
at net.java.sip.communicator.impl.osdependent.DesktopServiceImpl.(DesktopServiceImpl.java:30)
at net.java.sip.communicator.impl.osdependent.OsDependentActivator.start(OsDependentActivator.java:87)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:629)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:1904)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1822)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1192)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:266)
at java.lang.Thread.run(Thread.java:701)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:622)
at net.java.sip.communicator.impl.osdependent.Desktop$AWTDesktopPeer.(Desktop.java:172)
... 9 more
Caused by: java.awt.HeadlessException
at java.awt.Desktop.getDesktop(Desktop.java:142)
... 14 more
12:35:09.127 SEVERE: [10] impl.osdependent.SystemTray.getDefaultDesktop().70 Failed to initialize the desktop.tray implementation.
java.lang.UnsupportedOperationException: Failed to initialize the desktop.tray implementation.
at net.java.sip.communicator.impl.osdependent.Desktop.getDefaultDesktop(Desktop.java:72)
at net.java.sip.communicator.impl.osdependent.DesktopServiceImpl.(DesktopServiceImpl.java:30)
at net.java.sip.communicator.impl.osdependent.OsDependentActivator.start(OsDependentActivator.java:87)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:629)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:1904)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1822)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1192)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:266)
at java.lang.Thread.run(Thread.java:701)
12:35:09.177 SEVERE: [13] util.UtilActivator.uncaughtException().108 An uncaught exception occurred in thread=Thread[AWT-EventQueue-1,6,main] and message was: null
java.awt.HeadlessException
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:173)
at java.awt.Window.(Window.java:547)
at java.awt.Frame.(Frame.java:419)
at java.awt.Frame.(Frame.java:384)
at javax.swing.JFrame.(JFrame.java:174)
at net.java.sip.communicator.plugin.desktoputil.SIPCommFrame.(SIPCommFrame.java:84)
at net.java.sip.communicator.impl.gui.main.MainFrame.(MainFrame.java:180)
at net.java.sip.communicator.impl.gui.UIServiceImpl.loadApplicationGui(UIServiceImpl.java:148)
at net.java.sip.communicator.impl.gui.GuiActivator$1.run(GuiActivator.java:168)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:673)
at java.awt.EventQueue.access$300(EventQueue.java:96)
at java.awt.EventQueue$2.run(EventQueue.java:634)
at java.awt.EventQueue$2.run(EventQueue.java:632)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:108)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:643)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjawt.so: /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjawt.so: symbol awt_Unlock, version SUNWprivate_1.1 not defined in file libmawt.so with link time reference
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1695)
at java.lang.Runtime.loadLibrary0(Runtime.java:844)
at java.lang.System.loadLibrary(System.java:1051)
at org.jdesktop.jdic.misc.impl.LinuxAlerter.(LinuxAlerter.java:47)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:534)
at java.lang.Class.newInstance(Class.java:379)
at org.jdesktop.jdic.misc.Alerter.loadLinux(Unknown Source)
at org.jdesktop.jdic.misc.Alerter.newInstance(Unknown Source)
at net.java.sip.communicator.plugin.chatalerter.ChatAlerterActivator.start(ChatAlerterActivator.java:88)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:629)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:1904)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1822)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1192)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:266)
at java.lang.Thread.run(Thread.java:701)
"

Any ideas what the problem could be?

Astik
Desconectado/a
se unió: 11/09/2014

I run Trisquel 7 now. I installed jitsi from the repos and it crashes all the time. Whether or not ther is activity on the ap afer I log i it always crashes. The following link has the output when I start jitsi from the CLI: http://pastebin.com/GfCfsgsd

Help would be much appreciated. I tried the IRC channel and I thought I will also post it here. I think jitsi is better than pidgin. And I would like to use that.

Cheers!

Trisk Spellian
Desconectado/a
se unió: 03/20/2015

I, too, run Jitsi on Trisquel 7 and it also crashes all of the time on me. I don't know how to file a bug report with Jitsi, though. If somebody would like to point me in the right direction that would be cool. Would love to see this bug get fixed.

lembas
Desconectado/a
se unió: 05/13/2010
Mangy Dog

I am a member!

I am a translator!

Desconectado/a
se unió: 03/15/2015

some alternatives that work well
Browser WebRTC with Icecat 31.4.0
https://palava.tv/

Tox provides an easy to use application that allows you to connect
with friends and family without anyone else listening in

quote from:
http://askbobrankin.com/tox_skype_with_privacy.html

Tox requires no servers to relay communications between its users, not even servers hosted by the users themselves. Instead, it relies upon the same technology as Bittorrent, the peer-to-peer networking protocol that spreads bits of files across all the sharers of said files in a way that makes it impossible to say who owns a file, or controls the network. There is no person, human or corporate, for government agents to serve with subpoenas or “national security letters.” Better still, all connections between Tox users are encrypted, so outsiders cannot tell what they are sharing.

https://tox.im/

https://wiki.tox.im/Binaries
command line install

decompressed zip
http://utox.org/
after generate a small url address at:
https://toxme.se/

Mangy Dog

I am a member!

I am a translator!

Desconectado/a
se unió: 03/15/2015

failed to initialize the desktop.tray implementation.

https://trac.jitsi.org/attachment/ticket/1175/jitsi-stderr
File jitsi-stderr, 14.6 KB (added by njw, 11 months ago)
http://lists.jitsi.org/pipermail/users/2013-July/004381.html

Jitsi always crash when enabling video to a Cisco video codec
https://trac.jitsi.org/ticket/1175