shouso / gmote

Automatically exported from code.google.com/p/gmote
0 stars 0 forks source link

jnidispatch not found #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Run GmoteServer.sh

    SEVERE: jnidispatch (/com/sun/jna/linux-arm/libjnidispatch.so) not found in resource path
    java.lang.UnsatisfiedLinkError: jnidispatch (/com/sun/jna/linux-arm/libjnidispatch.so) not found in resource path
    at com.sun.jna.Native.loadNativeLibrary(Native.java:504)
    at com.sun.jna.Native.<clinit>(Native.java:91)
    at org.videolan.jvlc.internal.LibVlc.<clinit>(LibVlc.java:41)
    at org.videolan.jvlc.JVLC.<init>(JVLC.java:45)
    at org.gmote.server.media.vlc.VlcMediaPlayer.initialise(VlcMediaPlayer.java:70)
    at org.gmote.server.media.MediaPlayerManager.createNewMediaPlayerInstance(MediaPlayerManager.java:102)
    at org.gmote.server.media.MediaPlayerManager.getMediaPlayerInstance(MediaPlayerManager.java:91)
    at org.gmote.server.media.MediaPlayerManager.getMediaPlayer(MediaPlayerManager.java:58)
    at org.gmote.server.media.MediaPlayerManager.initialize(MediaPlayerManager.java:47)
    at org.gmote.server.GmoteServer.startServer(GmoteServer.java:94)
    at org.gmote.server.GmoteServerUi.sharedMain(GmoteServerUi.java:334)
    at org.gmote.server.GmoteServerUiLinux.main(GmoteServerUiLinux.java:36)
    Exception in thread "StartupSettings" java.lang.NullPointerException
    at org.gmote.server.GmoteServerUiWindows.handleExtraSettings(GmoteServerUiWindows.java:45)
    at org.gmote.server.GmoteServerUi$12.run(GmoteServerUi.java:276)

Original issue reported on code.google.com by Andrew.M...@gmail.com on 13 Apr 2011 at 8:22

GoogleCodeExporter commented 8 years ago
I have the same problem.. have you fixed it?
thanks mboy.

Original comment by damiano....@gmail.com on 28 Oct 2012 at 11:07

GoogleCodeExporter commented 8 years ago
I'm trying to remember when I wrote this error down. I think it must  on my 
maemo n900 phone which has a video lan client, I was probably doing something 
out of the ordinary. It looks like some package is not installed. I suggest you 
try to find apt-install jnidispatch-devel (or whatever the deb/apt counterpart 
is to that) 

Original comment by Andrew.M...@gmail.com on 28 Oct 2012 at 5:58

GoogleCodeExporter commented 8 years ago
As you can read here 
http://stackoverflow.com/questions/8406343/getting-jna-to-work-with-sco jna.jar 
wasn't compiled for arm architecture.

Original comment by marco.ca...@gmail.com on 2 Jan 2013 at 1:52

GoogleCodeExporter commented 8 years ago
I able to solve this in debian installing libjna-java in my NAS320

Original comment by ernesto....@gmail.com on 4 Jul 2013 at 11:54

GoogleCodeExporter commented 8 years ago
>I able to solve this in debian installing libjna-java in my NAS320

Thank you. Running apt-get install libjna-java fixed my gmote install on a 
MacMini PowerPC running MintPPC11 Linux.

Original comment by ccc...@gmail.com on 22 Apr 2014 at 6:21