Jump to content
  • 0

Server crash from AVAILABLE to SERVER_STARTING


Garf

Question

Title: Launching Server crash from AVAILABLE to SERVER_STARTING

Version: 0.5.1

OS: Debian Squeeze - 3.2.13 - 64 bit

Java Version: 1.7.0_10

Description of Problem:

Server crash during the loading on a debian fresh install with CRC bug fixed and nerther Ore disable (source of error during the loading).

It's seems to come from a version missing of glibc (alias libc6), version installed is 2.11, version in testing would be 2.13 would it be necessary to install it by a tarball ?

Error Messages:

2 kind of error:

java.lang.UnsatisfiedLinkError: /tmp/sqlite-3.7.15-amd64-libsqlitejdbc.so: /lib/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/sqlite-3.7.15-amd64-libsqlitejdbc.so)

cpw.mods.fml.common.LoaderException: java.lang.UnsatisfiedLinkError: org.sqlite.NativeDB._open(Ljava/lang/String;I)V

Error Log:


2013-01-07 14:29:50 [iNFO] [Minecraft] Done (6.502s)! For help, type "help" or "?"

2013-01-07 14:29:51 [iNFO] [sTDERR] 2013-01-07 14:29:50 [iNFO] [Minecraft] Done (6.502s)! For help, type "help" or "?"

2013-01-07 14:29:51 [iNFO] [sTDERR] java.lang.UnsatisfiedLinkError: /tmp/sqlite-3.7.15-amd64-libsqlitejdbc.so: /lib/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/sqlite-3.7.15-amd64-libsqlitejdbc.so)

2013-01-07 14:29:52 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from AVAILABLE to SERVER_STARTING. Loading cannot continue

2013-01-07 14:29:52 [sEVERE] [ForgeModLoader]

 

(list of mod loaded)

 

2013-01-07 14:29:52 [sEVERE] [ForgeModLoader] The following problems were captured during this phase

2013-01-07 14:29:52 [sEVERE] [ForgeModLoader] Caught exception from ForgeEssentials

java.lang.UnsatisfiedLinkError: org.sqlite.NativeDB._open(Ljava/lang/String;I)V

        at org.sqlite.NativeDB._open(Native Method)

        at org.sqlite.DB.open(DB.java:157)

        at org.sqlite.Conn.open(Conn.java:169)

        at org.sqlite.Conn.<init>(Conn.java:87)

        at org.sqlite.JDBC.createConnection(JDBC.java:113)

        at org.sqlite.JDBC.connect(JDBC.java:87)

        at java.sql.DriverManager.getConnection(DriverManager.java:579)

        at java.sql.DriverManager.getConnection(DriverManager.java:243)

        at com.ForgeEssentials.data.SQLiteDataDriver.parseConfigs(SQLiteDataDriver.java:47)

        at com.ForgeEssentials.data.DataStorageManager.setupManager(DataStorageManager.java:74)

        at com.ForgeEssentials.core.ForgeEssentials.serverStarting(ForgeEssentials.java:148)

        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:601)

        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:483)

        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

        at java.lang.reflect.Method.invoke(Method.java:601)

        at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

        at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

        at com.google.common.eventbus.EventBus.post(EventBus.java:268)

        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)

        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:601)

        at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

        at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

        at com.google.common.eventbus.EventBus.post(EventBus.java:268)

        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

        at cpw.mods.fml.common.Loader.serverStarting(Loader.java:699)

        at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:309)

        at ho.c(DedicatedServer.java:198)

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)

        at fy.run(SourceFile:849)

2013-01-07 14:29:52 [iNFO] [sTDERR] cpw.mods.fml.common.LoaderException: java.lang.UnsatisfiedLinkError: org.sqlite.NativeDB._open(Ljava/lang/String;I)V

2013-01-07 14:29:52 [iNFO] [sTDERR]    at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)

        at org.sqlite.NativeDB._open(Native Method)

        at org.sqlite.DB.open(DB.java:157)

        at org.sqlite.Conn.open(Conn.java:169)

        at org.sqlite.Conn.<init>(Conn.java:87)

        at org.sqlite.JDBC.createConnection(JDBC.java:113)

        at org.sqlite.JDBC.connect(JDBC.java:87)

        at java.sql.DriverManager.getConnection(DriverManager.java:579)

        at java.sql.DriverManager.getConnection(DriverManager.java:243)

        at com.ForgeEssentials.data.SQLiteDataDriver.parseConfigs(SQLiteDataDriver.java:47)

        at com.ForgeEssentials.data.DataStorageManager.setupManager(DataStorageManager.java:74)

        at com.ForgeEssentials.core.ForgeEssentials.serverStarting(ForgeEssentials.java:148)

        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:601)

        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:483)

        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

        at java.lang.reflect.Method.invoke(Method.java:601)

        at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

        at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

        at com.google.common.eventbus.EventBus.post(EventBus.java:268)

        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)

        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:601)

        at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

        at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

        at com.google.common.eventbus.EventBus.post(EventBus.java:268)

        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

        at cpw.mods.fml.common.Loader.serverStarting(Loader.java:699)

        at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:309)

        at ho.c(DedicatedServer.java:198)

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)

        at fy.run(SourceFile:849)

2013-01-07 14:29:52 [iNFO] [sTDERR] cpw.mods.fml.common.LoaderException: java.lang.UnsatisfiedLinkError: org.sqlite.NativeDB._open(Ljava/lang/String;I)V

2013-01-07 14:29:52 [iNFO] [sTDERR]    at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at cpw.mods.fml.common.Loader.serverStarting(Loader.java:700)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:309)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at ho.c(DedicatedServer.java:198)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at fy.run(SourceFile:849)

2013-01-07 14:29:52 [iNFO] [sTDERR] Caused by: java.lang.UnsatisfiedLinkError: org.sqlite.NativeDB._open(Ljava/lang/String;I)V

2013-01-07 14:29:52 [iNFO] [sTDERR]    at org.sqlite.NativeDB._open(Native Method)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at org.sqlite.DB.open(DB.java:157)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at org.sqlite.Conn.open(Conn.java:169)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at org.sqlite.Conn.<init>(Conn.java:87)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at org.sqlite.JDBC.createConnection(JDBC.java:113)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at org.sqlite.JDBC.connect(JDBC.java:87)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at java.sql.DriverManager.getConnection(DriverManager.java:579)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at java.sql.DriverManager.getConnection(DriverManager.java:243)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at com.ForgeEssentials.data.SQLiteDataDriver.parseConfigs(SQLiteDataDriver.java:47)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at com.ForgeEssentials.data.DataStorageManager.setupManager(DataStorageManager.java:74)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at com.ForgeEssentials.core.ForgeEssentials.serverStarting(ForgeEssentials.java:148)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at java.lang.reflect.Method.invoke(Method.java:601)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:483)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at java.lang.reflect.Method.invoke(Method.java:601)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at java.lang.reflect.Method.invoke(Method.java:601)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

2013-01-07 14:29:52 [iNFO] [sTDERR]    at cpw.mods.fml.common.Loader.serverStarting(Loader.java:699)

2013-01-07 14:29:52 [iNFO] [sTDERR]    ... 4 more

2013-01-07 14:29:52 [sEVERE] [Minecraft] Encountered an unexpected exception LoaderException

cpw.mods.fml.common.LoaderException: java.lang.UnsatisfiedLinkError: org.sqlite.NativeDB._open(Ljava/lang/String;I)V

        at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)

        at cpw.mods.fml.common.Loader.serverStarting(Loader.java:700)

        at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:309)

        at ho.c(DedicatedServer.java:198)

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)

        at fy.run(SourceFile:849)

Caused by: java.lang.UnsatisfiedLinkError: org.sqlite.NativeDB._open(Ljava/lang/String;I)V

        at org.sqlite.NativeDB._open(Native Method)

        at org.sqlite.DB.open(DB.java:157)

        at org.sqlite.Conn.open(Conn.java:169)

        at org.sqlite.Conn.<init>(Conn.java:87)

        at org.sqlite.JDBC.createConnection(JDBC.java:113)

        at org.sqlite.JDBC.connect(JDBC.java:87)

        at java.sql.DriverManager.getConnection(DriverManager.java:579)

        at java.sql.DriverManager.getConnection(DriverManager.java:243)

        at com.ForgeEssentials.data.SQLiteDataDriver.parseConfigs(SQLiteDataDriver.java:47)

        at com.ForgeEssentials.data.DataStorageManager.setupManager(DataStorageManager.java:74)

        at com.ForgeEssentials.core.ForgeEssentials.serverStarting(ForgeEssentials.java:148)

        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:601)

        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:483)

        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

        at java.lang.reflect.Method.invoke(Method.java:601)

        at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

        at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

        at com.google.common.eventbus.EventBus.post(EventBus.java:268)

        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)

        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:601)

        at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

        at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

        at com.google.common.eventbus.EventBus.post(EventBus.java:268)

        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

        at cpw.mods.fml.common.Loader.serverStarting(Loader.java:699)

        ... 4 more

2013-01-07 14:29:52 [sEVERE] [Minecraft] This crash report has been saved to: /some random path/tekkit/./crash-reports/crash-2013-01-07_14.29.52-server.txt

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

After research, it come from lib/sqlite-jdbc.jar which has been compiled with glibc 2.14. The fact is it's not even available in unstable debian and may break the system if installed. I'm pretty sure that many linux users/servers won't be able to run tekkit lite (at least on debian)

i've found some track, like running in purejava mode (if not used already), compile lib by my own according to this issue (i i've not been able to successfully compile the lib).

Hope this will be usefull to fix this issue

Garf

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...