Advertisement
Guest User

Untitled

a guest
Jan 18th, 2013
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.84 KB | None | 0 0
  1. 2013-01-18 09:24:18 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
  2. 2013-01-18 09:24:18 [SEVERE] [ForgeModLoader] Caught exception from MyTown
  3. java.lang.RuntimeException: Error in making/updating tables
  4. at ee.lutsu.alpha.mc.mytown.MyTown.modsLoaded(MyTown.java:101)
  5. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  6. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  7. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  8. at java.lang.reflect.Method.invoke(Method.java:601)
  9. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:483)
  10. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  12. at java.lang.reflect.Method.invoke(Method.java:601)
  13. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  14. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  15. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  16. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  17. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  18. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:601)
  23. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  24. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  25. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  26. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  27. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  28. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
  29. at cpw.mods.fml.common.Loader.serverStarted(Loader.java:705)
  30. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarted(FMLCommonHandler.java:314)
  31. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:460)
  32. at fy.run(SourceFile:849)
  33. Caused by: java.lang.RuntimeException: Error in making/updating tables
  34. at ee.lutsu.alpha.mc.mytown.sql.MyTownDB.load(MyTownDB.java:49)
  35. at ee.lutsu.alpha.mc.mytown.MyTownDatasource.init(MyTownDatasource.java:30)
  36. at ee.lutsu.alpha.mc.mytown.MyTown.modsLoaded(MyTown.java:97)
  37. ... 28 more
  38. Caused by: java.lang.NullPointerException
  39. at ee.lutsu.alpha.mc.mytown.sql.Table.execute(Table.java:134)
  40. at ee.lutsu.alpha.mc.mytown.sql.MyTownDB.tryCreateTables(MyTownDB.java:66)
  41. at ee.lutsu.alpha.mc.mytown.sql.MyTownDB.load(MyTownDB.java:43)
  42. ... 30 more
  43. 2013-01-18 09:24:18 [INFO] [STDERR] java.lang.RuntimeException: Error in making/updating tables
  44. 2013-01-18 09:24:18 [INFO] [STDERR] at ee.lutsu.alpha.mc.mytown.MyTown.modsLoaded(MyTown.java:101)
  45. 2013-01-18 09:24:18 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. 2013-01-18 09:24:18 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  47. 2013-01-18 09:24:18 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48. 2013-01-18 09:24:18 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
  49. 2013-01-18 09:24:18 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:483)
  50. 2013-01-18 09:24:18 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  51. 2013-01-18 09:24:18 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  52. 2013-01-18 09:24:18 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
  53. 2013-01-18 09:24:18 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  54. 2013-01-18 09:24:18 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  55. 2013-01-18 09:24:18 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  56. 2013-01-18 09:24:18 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  57. 2013-01-18 09:24:18 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  58. 2013-01-18 09:24:18 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
  59. 2013-01-18 09:24:18 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  60. 2013-01-18 09:24:18 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  61. 2013-01-18 09:24:18 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  62. 2013-01-18 09:24:18 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
  63. 2013-01-18 09:24:18 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  64. 2013-01-18 09:24:18 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  65. 2013-01-18 09:24:18 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  66. 2013-01-18 09:24:18 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  67. 2013-01-18 09:24:18 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  68. 2013-01-18 09:24:18 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
  69. 2013-01-18 09:24:18 [INFO] [STDERR] at cpw.mods.fml.common.Loader.serverStarted(Loader.java:705)
  70. 2013-01-18 09:24:18 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.handleServerStarted(FMLCommonHandler.java:314)
  71. 2013-01-18 09:24:18 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:460)
  72. 2013-01-18 09:24:18 [INFO] [STDERR] at fy.run(SourceFile:849)
  73. 2013-01-18 09:24:18 [INFO] [STDERR] Caused by: java.lang.RuntimeException: Error in making/updating tables
  74. 2013-01-18 09:24:18 [INFO] [STDERR] at ee.lutsu.alpha.mc.mytown.sql.MyTownDB.load(MyTownDB.java:49)
  75. 2013-01-18 09:24:18 [INFO] [STDERR] at ee.lutsu.alpha.mc.mytown.MyTownDatasource.init(MyTownDatasource.java:30)
  76. 2013-01-18 09:24:18 [INFO] [STDERR] at ee.lutsu.alpha.mc.mytown.MyTown.modsLoaded(MyTown.java:97)
  77. 2013-01-18 09:24:18 [INFO] [STDERR] ... 28 more
  78. 2013-01-18 09:24:18 [INFO] [STDERR] Caused by: java.lang.NullPointerException
  79. 2013-01-18 09:24:18 [INFO] [STDERR] at ee.lutsu.alpha.mc.mytown.sql.Table.execute(Table.java:134)
  80. 2013-01-18 09:24:18 [INFO] [STDERR] at ee.lutsu.alpha.mc.mytown.sql.MyTownDB.tryCreateTables(MyTownDB.java:66)
  81. 2013-01-18 09:24:18 [INFO] [STDERR] at ee.lutsu.alpha.mc.mytown.sql.MyTownDB.load(MyTownDB.java:43)
  82. 2013-01-18 09:24:18 [INFO] [STDERR] ... 30 more
  83. 2013-01-18 09:24:18 [SEVERE] [Minecraft] Encountered an unexpected exception RuntimeException
  84. java.lang.RuntimeException: Error in making/updating tables
  85. at ee.lutsu.alpha.mc.mytown.MyTown.modsLoaded(MyTown.java:101)
  86. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  88. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  89. at java.lang.reflect.Method.invoke(Method.java:601)
  90. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:483)
  91. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  92. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  93. at java.lang.reflect.Method.invoke(Method.java:601)
  94. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  95. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  96. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  97. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  98. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  99. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
  100. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  102. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  103. at java.lang.reflect.Method.invoke(Method.java:601)
  104. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
  105. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  106. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
  107. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
  108. at com.google.common.eventbus.EventBus.post(EventBus.java:268)
  109. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
  110. at cpw.mods.fml.common.Loader.serverStarted(Loader.java:705)
  111. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarted(FMLCommonHandler.java:314)
  112. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:460)
  113. at fy.run(SourceFile:849)
  114. Caused by: java.lang.RuntimeException: Error in making/updating tables
  115. at ee.lutsu.alpha.mc.mytown.sql.MyTownDB.load(MyTownDB.java:49)
  116. at ee.lutsu.alpha.mc.mytown.MyTownDatasource.init(MyTownDatasource.java:30)
  117. at ee.lutsu.alpha.mc.mytown.MyTown.modsLoaded(MyTown.java:97)
  118. ... 28 more
  119. Caused by: java.lang.NullPointerException
  120. at ee.lutsu.alpha.mc.mytown.sql.Table.execute(Table.java:134)
  121. at ee.lutsu.alpha.mc.mytown.sql.MyTownDB.tryCreateTables(MyTownDB.java:66)
  122. at ee.lutsu.alpha.mc.mytown.sql.MyTownDB.load(MyTownDB.java:43)
  123. ... 30 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement