Cannot load at startup #1


  • Other
  • Started
Open
Assigned to _ForgeUser7119098
  • _ForgeUser6021553 created this issue Sep 3, 2011

    I have _Register.jar in the same folder, but it seems to load after attempting to load eShop which generates the following error:

    2011-09-03 22:39:52 [SEVERE] Could not load 'plugins/eShop.jar' in folder 'plugins': Register
    org.bukkit.plugin.UnknownDependencyException: Register
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

  • _ForgeUser6021553 added the tags Other New Sep 3, 2011
  • _ForgeUser7119098 posted a comment Sep 4, 2011

    try renaming _Register.jar to just Register.jar

    I named it _Register.jar to try to avoid this problem, actually :P.


    Edited Sep 4, 2011
  • _ForgeUser7119098 removed a tag New Sep 4, 2011
  • _ForgeUser7119098 added a tag Waiting Sep 4, 2011
  • _ForgeUser7119098 removed their assignment Sep 4, 2011
  • _ForgeUser7119098 self-assigned this issue Sep 4, 2011
  • _ForgeUser6021553 removed a tag Waiting Sep 4, 2011
  • _ForgeUser6021553 posted a comment Sep 4, 2011

    I tried that out and it didn't work, still seemed to load the register.jar last.

    Adding an underscore to eShop.jar caused it to go to the end of the line though, which let it load successfully.

  • _ForgeUser6021553 added a tag Replied Sep 4, 2011
  • _ForgeUser7119098 posted a comment Sep 4, 2011

    Ok, so changing the eShop jar fixes it.

    Do me a favor and post here the answers for questions 1 through 3 at http:forums.bukkit.org/threads/you-need-help-we-need-this-information-to-help-you.2018/ and post them here.

  • _ForgeUser7119098 removed a tag Replied Sep 4, 2011
  • _ForgeUser7119098 added a tag Waiting Sep 4, 2011
  • _ForgeUser6021553 posted a comment Sep 4, 2011

    I have a little more information for you, dunno if it'll help. When I was doing the test I was on my windows 7 machine. The rename worked fine, since I guess windows picks the load order somehow. Win 7 Pro x64

    When I transfered everything over to my live server, which is a linux machine, the rename didn't fix it. I renamed eShop.jar to aaaa.jar and it changed the load order enough to make it work. Ubuntu Server 10.04

    I'll do those questions and post them as well


    Edited Sep 4, 2011
  • _ForgeUser6021553 removed a tag Waiting Sep 4, 2011
  • _ForgeUser6021553 added a tag Replied Sep 4, 2011
  • _ForgeUser6021553 posted a comment Sep 4, 2011

    I've got the answers to those questions. As a note, I was testing on Win 7, and the rename fix worked, but my live server is Linux and the fix did not work the same way there. I had to rename eShop.jar to aaaa.jar to get it to load after Register.jar (without the _)

    Test machine: Windows 7 Pro x64, SP1 java version "1.6.0_26" Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode, sharing)

    Live machine: Linux 2.6.32-28-generic-pae #55-Ubuntu SMP Mon Jan 10 22:34:08 UTC 2011 i686 GNU/Linux java version "1.6.0_26" Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode, sharing)

  • _ForgeUser7119098 posted a comment Sep 4, 2011

    Ok, this has been a known issue with bukkit, it doesn't seem to be replicable on all machines, though :P. I think I'm just going to merge the two jars and remove this issue entirely :P.

  • _ForgeUser7119098 removed a tag Replied Sep 4, 2011
  • _ForgeUser7119098 added a tag Started Sep 4, 2011

To post a comment, please login or register a new account.