Java lang unsatisfiedlinkerror on linux

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.UnsatisfiedLinkError on java on linux #1201

java.lang.UnsatisfiedLinkError on java on linux #1201

Comments

This happens when i start the server. This happens also if i remove ALL plugins.

2013-03-26 15:34:54 [INFO] [dynmap] Enabling dynmap v1.5-612
2013-03-26 15:34:54 [INFO] [dynmap] Using Permissions 3.1.6 for access control
2013-03-26 15:34:55 [SEVERE] Error occurred while enabling dynmap v1.5-612 (Is it up to date?)
java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-7-oracle/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)
at java.lang.Runtime.load0(Runtime.java:792)
at java.lang.System.load(System.java:1059)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1846)
at java.lang.Runtime.loadLibrary0(Runtime.java:845)
at java.lang.System.loadLibrary(System.java:1084)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at sun.java2d.Disposer.(Disposer.java:59)
at javax.imageio.stream.FileImageInputStream.(FileImageInputStream.java:98)
at javax.imageio.stream.FileImageInputStream.(FileImageInputStream.java:73)
at com.sun.imageio.spi.FileImageInputStreamSpi.createInputStreamInstance(FileImageInputStreamSpi.java:55)
at javax.imageio.ImageIO.createImageInputStream(ImageIO.java:357)
at javax.imageio.ImageIO.read(ImageIO.java:1304)
at org.dynmap.markers.impl.MarkerAPIImpl.publishMarkerIcon(MarkerAPIImpl.java:433)
at org.dynmap.markers.impl.MarkerAPIImpl.initializeMarkerAPI(MarkerAPIImpl.java:371)
at org.dynmap.DynmapCore.initConfiguration(DynmapCore.java:314)
at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:743)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:301)
at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:280)
at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:240)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:150)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:379)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
2013-03-26 15:34:55 [INFO] [Dynmap-WorldGuard] Enabling Dynmap-WorldGuard v0.40
2013-03-26 15:34:55 [INFO] [Dynmap-WorldGuard] initializing
2013-03-26 15:34:55 [WARNING] [dynmap] Marker API has been requested, but is not enabled. Uncomment or add ‘markers’ component to configuration.txt.
2013-03-26 15:34:55 [SEVERE] [Dynmap-WorldGuard] Error loading dynmap marker API!

Читайте также:  Https client kazynashylyk kz oa html appslogin

2013-03-26 15:34:56 [WARNING] [dynmap] Marker API has been requested, but is not enabled. Uncomment or add ‘markers’ component to configuration.txt.
2013-03-26 15:34:56 [SEVERE] Error occurred while enabling DynmapCitizens v1.1 (Is it up to date?)
java.lang.NullPointerException
at me.newboy.DynmapCitizens.DynmapCitizens.onEnable(DynmapCitizens.java:43)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R2.MinecraftServer.j(MinecraftServer.java:301)
at net.minecraft.server.v1_5_R2.MinecraftServer.e(MinecraftServer.java:280)
at net.minecraft.server.v1_5_R2.MinecraftServer.a(MinecraftServer.java:240)
at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:150)
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:379)
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)

The text was updated successfully, but these errors were encountered:

Источник

Thread: java.lang.UnsatisfiedLinkError

JordBrow is offlineFirst Cup of Ubuntu

java.lang.UnsatisfiedLinkError

I’m trying to run a simple java program I compiled for class. This is the first time i’ve run a program that imports the javax.swing.JOptionPane since I installed Ubuntu 8.10 and java.

I get this error when I try to run the program as: java TestGCalc

$ java TestGCalc Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1666) at java.lang.Runtime.load0(Runtime.java:787) at java.lang.System.load(System.java:1022) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1767) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1684) at java.lang.Runtime.loadLibrary0(Runtime.java:840) at java.lang.System.loadLibrary(System.java:1047) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.loadLibraries(Toolkit.java:1610) at java.awt.Toolkit.(Toolkit.java:1632) at java.awt.Component.(Component.java:568) at TestGCalc.printMenu(TestGCalc.java:34) at TestGCalc.main(TestGCalc.java:13)

From what I’ve seen through other posts is that java isn’t able to find

when I went to check, obviously it wasn’t there. Am I missing libraries that need to be installed? if so what packages are they in?

Источник

Оцените статью