Advertisement
Guest User

Untitled

a guest
Apr 26th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.75 KB | None | 0 0
  1. >23:28:22 [INFO] [dynmap] Enabling dynmap v0.38-1126
  2. >23:28:22 [INFO] [dynmap] Using PermissionsEx 1.19.1 for access control
  3. >23:28:22 [SEVERE] [dynmap] Error loading maptype
  4. java.lang.reflect.InvocationTargetException
  5. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  6. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  7. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  8. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  9. at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322)
  10. at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336)
  11. at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38)
  12. at org.dynmap.MapManager.<init>(MapManager.java:745)
  13. at org.dynmap.DynmapCore.enableCore(DynmapCore.java:321)
  14. at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:500)
  15. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
  16. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
  17. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  18. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
  19. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
  20. at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
  21. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
  22. at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
  23. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
  24. at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  25. Caused by: java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/headless/libmawt.so: libfontconfig.so.1: cannot open shared object file: No such file or directory
  26. at java.lang.ClassLoader$NativeLibrary.load(Native Method)
  27. at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1924)
  28. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1821)
  29. at java.lang.Runtime.load0(Runtime.java:792)
  30. at java.lang.System.load(System.java:1059)
  31. at java.lang.ClassLoader$NativeLibrary.load(Native Method)
  32. at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1924)
  33. at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1842)
  34. at java.lang.Runtime.loadLibrary0(Runtime.java:845)
  35. at java.lang.System.loadLibrary(System.java:1084)
  36. at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
  37. at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
  38. at java.security.AccessController.doPrivileged(Native Method)
  39. at sun.java2d.Disposer.<clinit>(Disposer.java:59)
  40. at javax.imageio.stream.MemoryCacheImageInputStream.<init>(MemoryCacheImageInputStream.java:76)
  41. at com.sun.imageio.spi.InputStreamImageInputStreamSpi.createInputStreamInstance(InputStreamImageInputStreamSpi.java:71)
  42. at javax.imageio.ImageIO.createImageInputStream(ImageIO.java:357)
  43. at javax.imageio.ImageIO.read(ImageIO.java:1351)
  44. at org.dynmap.hdmap.TexturePack.loadTerrainPNG(TexturePack.java:582)
  45. at org.dynmap.hdmap.TexturePack.<init>(TexturePack.java:444)
  46. at org.dynmap.hdmap.TexturePack.getTexturePack(TexturePack.java:262)
  47. at org.dynmap.hdmap.TexturePackHDShader.<init>(TexturePackHDShader.java:25)
  48. ... 20 more
  49. >23:28:22 [SEVERE] java.lang.reflect.InvocationTargetException
  50. >23:28:22 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  51. >23:28:22 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  52. >23:28:22 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  53. >23:28:22 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  54. >23:28:22 [SEVERE] at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322)
  55. >23:28:22 [SEVERE] at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336)
  56. >23:28:22 [SEVERE] at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38)
  57. >23:28:22 [SEVERE] at org.dynmap.MapManager.<init>(MapManager.java:745)
  58. >23:28:22 [SEVERE] at org.dynmap.DynmapCore.enableCore(DynmapCore.java:321)
  59. >23:28:22 [SEVERE] at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:500)
  60. >23:28:22 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
  61. >23:28:22 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
  62. >23:28:22 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  63. >23:28:22 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
  64. >23:28:22 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
  65. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
  66. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
  67. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
  68. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
  69. >23:28:22 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  70. >23:28:22 [SEVERE] Caused by: java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/headless/libmawt.so: libfontconfig.so.1: cannot open shared object file: No such file or directory
  71. >23:28:22 [SEVERE] at java.lang.ClassLoader$NativeLibrary.load(Native Method)
  72. >23:28:22 [SEVERE] at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1924)
  73. >23:28:22 [SEVERE] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1821)
  74. >23:28:22 [SEVERE] at java.lang.Runtime.load0(Runtime.java:792)
  75. >23:28:22 [SEVERE] at java.lang.System.load(System.java:1059)
  76. >23:28:22 [SEVERE] at java.lang.ClassLoader$NativeLibrary.load(Native Method)
  77. >23:28:22 [SEVERE] at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1924)
  78. >23:28:22 [SEVERE] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1842)
  79. >23:28:22 [SEVERE] at java.lang.Runtime.loadLibrary0(Runtime.java:845)
  80. >23:28:22 [SEVERE] at java.lang.System.loadLibrary(System.java:1084)
  81. >23:28:22 [SEVERE] at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
  82. >23:28:22 [SEVERE] at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
  83. >23:28:22 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
  84. >23:28:22 [SEVERE] at sun.java2d.Disposer.<clinit>(Disposer.java:59)
  85. >23:28:22 [SEVERE] at javax.imageio.stream.MemoryCacheImageInputStream.<init>(MemoryCacheImageInputStream.java:76)
  86. >23:28:22 [SEVERE] at com.sun.imageio.spi.InputStreamImageInputStreamSpi.createInputStreamInstance(InputStreamImageInputStreamSpi.java:71)
  87. >23:28:22 [SEVERE] at javax.imageio.ImageIO.createImageInputStream(ImageIO.java:357)
  88. >23:28:22 [SEVERE] at javax.imageio.ImageIO.read(ImageIO.java:1351)
  89. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePack.loadTerrainPNG(TexturePack.java:582)
  90. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePack.<init>(TexturePack.java:444)
  91. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePack.getTexturePack(TexturePack.java:262)
  92. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePackHDShader.<init>(TexturePackHDShader.java:25)
  93. >23:28:22 [SEVERE] ... 20 more
  94. >23:28:22 [SEVERE] [dynmap] Error loading maptype
  95. java.lang.reflect.InvocationTargetException
  96. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  97. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  98. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  99. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  100. at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322)
  101. at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336)
  102. at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38)
  103. at org.dynmap.MapManager.<init>(MapManager.java:745)
  104. at org.dynmap.DynmapCore.enableCore(DynmapCore.java:321)
  105. at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:500)
  106. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
  107. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
  108. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  109. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
  110. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
  111. at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
  112. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
  113. at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
  114. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
  115. at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  116. Caused by: java.lang.NoClassDefFoundError: Could not initialize class sun.java2d.Disposer
  117. at javax.imageio.stream.MemoryCacheImageInputStream.<init>(MemoryCacheImageInputStream.java:76)
  118. at com.sun.imageio.spi.InputStreamImageInputStreamSpi.createInputStreamInstance(InputStreamImageInputStreamSpi.java:71)
  119. at javax.imageio.ImageIO.createImageInputStream(ImageIO.java:357)
  120. at javax.imageio.ImageIO.read(ImageIO.java:1351)
  121. at org.dynmap.hdmap.TexturePack.loadTerrainPNG(TexturePack.java:582)
  122. at org.dynmap.hdmap.TexturePack.<init>(TexturePack.java:444)
  123. at org.dynmap.hdmap.TexturePack.getTexturePack(TexturePack.java:262)
  124. at org.dynmap.hdmap.TexturePackHDShader.<init>(TexturePackHDShader.java:25)
  125. ... 20 more
  126. >23:28:22 [SEVERE] java.lang.reflect.InvocationTargetException
  127. >23:28:22 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  128. >23:28:22 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  129. >23:28:22 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  130. >23:28:22 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  131. >23:28:22 [SEVERE] at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322)
  132. >23:28:22 [SEVERE] at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336)
  133. >23:28:22 [SEVERE] at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38)
  134. >23:28:22 [SEVERE] at org.dynmap.MapManager.<init>(MapManager.java:745)
  135. >23:28:22 [SEVERE] at org.dynmap.DynmapCore.enableCore(DynmapCore.java:321)
  136. >23:28:22 [SEVERE] at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:500)
  137. >23:28:22 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
  138. >23:28:22 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
  139. >23:28:22 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  140. >23:28:22 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
  141. >23:28:22 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
  142. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
  143. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
  144. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
  145. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
  146. >23:28:22 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  147. >23:28:22 [SEVERE] Caused by: java.lang.NoClassDefFoundError: Could not initialize class sun.java2d.Disposer
  148. >23:28:22 [SEVERE] at javax.imageio.stream.MemoryCacheImageInputStream.<init>(MemoryCacheImageInputStream.java:76)
  149. >23:28:22 [SEVERE] at com.sun.imageio.spi.InputStreamImageInputStreamSpi.createInputStreamInstance(InputStreamImageInputStreamSpi.java:71)
  150. >23:28:22 [SEVERE] at javax.imageio.ImageIO.createImageInputStream(ImageIO.java:357)
  151. >23:28:22 [SEVERE] at javax.imageio.ImageIO.read(ImageIO.java:1351)
  152. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePack.loadTerrainPNG(TexturePack.java:582)
  153. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePack.<init>(TexturePack.java:444)
  154. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePack.getTexturePack(TexturePack.java:262)
  155. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePackHDShader.<init>(TexturePackHDShader.java:25)
  156. >23:28:22 [SEVERE] ... 20 more
  157. >23:28:22 [SEVERE] [dynmap] Error loading maptype
  158. java.lang.reflect.InvocationTargetException
  159. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  160. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  161. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  162. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  163. at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322)
  164. at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336)
  165. at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38)
  166. at org.dynmap.MapManager.<init>(MapManager.java:745)
  167. at org.dynmap.DynmapCore.enableCore(DynmapCore.java:321)
  168. at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:500)
  169. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
  170. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
  171. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  172. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
  173. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
  174. at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
  175. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
  176. at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
  177. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
  178. at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  179. Caused by: java.lang.NoClassDefFoundError: Could not initialize class sun.java2d.Disposer
  180. at javax.imageio.stream.MemoryCacheImageInputStream.<init>(MemoryCacheImageInputStream.java:76)
  181. at com.sun.imageio.spi.InputStreamImageInputStreamSpi.createInputStreamInstance(InputStreamImageInputStreamSpi.java:71)
  182. at javax.imageio.ImageIO.createImageInputStream(ImageIO.java:357)
  183. at javax.imageio.ImageIO.read(ImageIO.java:1351)
  184. at org.dynmap.hdmap.TexturePack.loadTerrainPNG(TexturePack.java:582)
  185. at org.dynmap.hdmap.TexturePack.<init>(TexturePack.java:444)
  186. at org.dynmap.hdmap.TexturePack.getTexturePack(TexturePack.java:262)
  187. at org.dynmap.hdmap.TexturePackHDShader.<init>(TexturePackHDShader.java:25)
  188. ... 20 more
  189. >23:28:22 [SEVERE] java.lang.reflect.InvocationTargetException
  190. >23:28:22 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  191. >23:28:22 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  192. >23:28:22 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  193. >23:28:22 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  194. >23:28:22 [SEVERE] at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322)
  195. >23:28:22 [SEVERE] at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336)
  196. >23:28:22 [SEVERE] at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38)
  197. >23:28:22 [SEVERE] at org.dynmap.MapManager.<init>(MapManager.java:745)
  198. >23:28:22 [SEVERE] at org.dynmap.DynmapCore.enableCore(DynmapCore.java:321)
  199. >23:28:22 [SEVERE] at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:500)
  200. >23:28:22 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
  201. >23:28:22 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
  202. >23:28:22 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  203. >23:28:22 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
  204. >23:28:22 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
  205. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
  206. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
  207. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
  208. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
  209. >23:28:22 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  210. >23:28:22 [SEVERE] Caused by: java.lang.NoClassDefFoundError: Could not initialize class sun.java2d.Disposer
  211. >23:28:22 [SEVERE] at javax.imageio.stream.MemoryCacheImageInputStream.<init>(MemoryCacheImageInputStream.java:76)
  212. >23:28:22 [SEVERE] at com.sun.imageio.spi.InputStreamImageInputStreamSpi.createInputStreamInstance(InputStreamImageInputStreamSpi.java:71)
  213. >23:28:22 [SEVERE] at javax.imageio.ImageIO.createImageInputStream(ImageIO.java:357)
  214. >23:28:22 [SEVERE] at javax.imageio.ImageIO.read(ImageIO.java:1351)
  215. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePack.loadTerrainPNG(TexturePack.java:582)
  216. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePack.<init>(TexturePack.java:444)
  217. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePack.getTexturePack(TexturePack.java:262)
  218. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePackHDShader.<init>(TexturePackHDShader.java:25)
  219. >23:28:22 [SEVERE] ... 20 more
  220. >23:28:22 [SEVERE] [dynmap] Error loading maptype
  221. java.lang.reflect.InvocationTargetException
  222. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  223. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  224. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  225. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  226. at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322)
  227. at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336)
  228. at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38)
  229. at org.dynmap.MapManager.<init>(MapManager.java:745)
  230. at org.dynmap.DynmapCore.enableCore(DynmapCore.java:321)
  231. at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:500)
  232. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
  233. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
  234. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  235. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
  236. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
  237. at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
  238. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
  239. at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
  240. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
  241. at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  242. Caused by: java.lang.NoClassDefFoundError: Could not initialize class sun.java2d.Disposer
  243. at javax.imageio.stream.MemoryCacheImageInputStream.<init>(MemoryCacheImageInputStream.java:76)
  244. at com.sun.imageio.spi.InputStreamImageInputStreamSpi.createInputStreamInstance(InputStreamImageInputStreamSpi.java:71)
  245. at javax.imageio.ImageIO.createImageInputStream(ImageIO.java:357)
  246. at javax.imageio.ImageIO.read(ImageIO.java:1351)
  247. at org.dynmap.hdmap.TexturePack.loadTerrainPNG(TexturePack.java:582)
  248. at org.dynmap.hdmap.TexturePack.<init>(TexturePack.java:444)
  249. at org.dynmap.hdmap.TexturePack.getTexturePack(TexturePack.java:262)
  250. at org.dynmap.hdmap.TexturePackHDShader.<init>(TexturePackHDShader.java:25)
  251. ... 20 more
  252. >23:28:22 [SEVERE] java.lang.reflect.InvocationTargetException
  253. >23:28:22 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  254. >23:28:22 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  255. >23:28:22 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  256. >23:28:22 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  257. >23:28:22 [SEVERE] at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322)
  258. >23:28:22 [SEVERE] at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336)
  259. >23:28:22 [SEVERE] at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38)
  260. >23:28:22 [SEVERE] at org.dynmap.MapManager.<init>(MapManager.java:745)
  261. >23:28:22 [SEVERE] at org.dynmap.DynmapCore.enableCore(DynmapCore.java:321)
  262. >23:28:22 [SEVERE] at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:500)
  263. >23:28:22 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
  264. >23:28:22 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
  265. >23:28:22 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  266. >23:28:22 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
  267. >23:28:22 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
  268. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
  269. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
  270. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
  271. >23:28:22 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
  272. >23:28:22 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  273. >23:28:22 [SEVERE] Caused by: java.lang.NoClassDefFoundError: Could not initialize class sun.java2d.Disposer
  274. >23:28:22 [SEVERE] at javax.imageio.stream.MemoryCacheImageInputStream.<init>(MemoryCacheImageInputStream.java:76)
  275. >23:28:22 [SEVERE] at com.sun.imageio.spi.InputStreamImageInputStreamSpi.createInputStreamInstance(InputStreamImageInputStreamSpi.java:71)
  276. >23:28:22 [SEVERE] at javax.imageio.ImageIO.createImageInputStream(ImageIO.java:357)
  277. >23:28:22 [SEVERE] at javax.imageio.ImageIO.read(ImageIO.java:1351)
  278. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePack.loadTerrainPNG(TexturePack.java:582)
  279. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePack.<init>(TexturePack.java:444)
  280. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePack.getTexturePack(TexturePack.java:262)
  281. >23:28:22 [SEVERE] at org.dynmap.hdmap.TexturePackHDShader.<init>(TexturePackHDShader.java:25)
  282. >23:28:22 [SEVERE] ... 20 more
  283. >23:28:22 [INFO] [dynmap] Loaded 15 shaders.
  284. >23:28:23 [INFO] [dynmap] Loaded 82 perspectives.
  285. >23:28:23 [INFO] [dynmap] Loaded 12 lightings.
  286. >23:28:23 [INFO] [dynmap] Web server started on address 77.111.251.240:25252
  287. >23:28:23 [INFO] [dynmap] version 0.38-1126 is enabled - core version 0.38-232
  288. >23:28:23 [SEVERE] [dynmap] HDMap 'flat' loading invalid shader 'default' - map disabled
  289. >23:28:23 [SEVERE] [dynmap] HDMap 'surface' loading invalid shader 'default' - map disabled
  290. >23:28:23 [INFO] [dynmap] Loaded 1 maps of world 'world'.
  291. >23:28:23 [SEVERE] [dynmap] HDMap 'flat' loading invalid shader 'default' - map disabled
  292. >23:28:23 [SEVERE] [dynmap] HDMap 'nether' loading invalid shader 'default' - map disabled
  293. >23:28:23 [INFO] [dynmap] Loaded 0 maps of world 'world_nether'.
  294. >23:28:23 [SEVERE] [dynmap] HDMap 'flat' loading invalid shader 'default' - map disabled
  295. >23:28:23 [SEVERE] [dynmap] HDMap 'the_end' loading invalid shader 'default' - map disabled
  296. >23:28:23 [INFO] [dynmap] Loaded 0 maps of world 'world_the_end'.
  297. >23:28:23 [SEVERE] [dynmap] HDMap 'flat' loading invalid shader 'default' - map disabled
  298. >23:28:23 [SEVERE] [dynmap] HDMap 'surface' loading invalid shader 'default' - map disabled
  299. >23:28:23 [INFO] [dynmap] Loaded 1 maps of world 'survival'.
  300. >23:28:23 [SEVERE] [dynmap] HDMap 'flat' loading invalid shader 'default' - map disabled
  301. >23:28:23 [SEVERE] [dynmap] HDMap 'surface' loading invalid shader 'default' - map disabled
  302. >23:28:23 [INFO] [dynmap] Loaded 1 maps of world 'games'.
  303. >23:28:23 [INFO] [dynmap] Enabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement