File not found #3


  • New
  • Defect
Open
Assigned to _ForgeUser6848200
  • _ForgeUser7466127 created this issue Nov 16, 2012

    What steps will reproduce the problem?
    1. Try to install it
    2. Create random plugin

    What is the expected output? What do you see instead?
    A working plugin

    What version of the product are you using?
    0.8 / 1.4.5

    Do you have an error log of what happened?
    2012-11-17 02:45:25 [INFO] [RubyBukkit] Enabling RubyBukkit v0.8
    2012-11-17 02:45:25 [INFO] [RubyBukkit] Ruby version set to 1.8
    2012-11-17 02:45:25 [INFO] [RubyBukkit] Using JRuby runtime plugins/RubyBukkit/jruby.jar
    2012-11-17 02:45:25 [INFO] [RubyBukkit] Loading Ruby plugins...
    2012-11-17 02:45:25 [INFO] [RubyBukkit]  - colorsAreAwesome.rb
    2012-11-17 02:45:27 [SEVERE] java.io.FileNotFoundException: (No such file or directory)

    2012-11-17 02:45:27 [SEVERE]     at java.io.FileInputStream.open(Native Method)

    2012-11-17 02:45:27 [SEVERE]     at java.io.FileInputStream.<init>(Unknown Source)

    2012-11-17 02:45:27 [SEVERE]     at java.io.FileInputStream.<init>(Unknown Source)

    2012-11-17 02:45:27 [SEVERE]     at org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl.parse(EmbedRubyRuntimeAdapterImpl.java:125)

    2012-11-17 02:45:27 [SEVERE]     at org.jruby.embed.ScriptingContainer.parse(ScriptingContainer.java:1227)

    2012-11-17 02:45:27 [SEVERE]     at org.notbukkit.RubyPluginLoader.loadPlugin(RubyPluginLoader.java:83)

    2012-11-17 02:45:27 [SEVERE]     at org.notbukkit.RubyPluginLoader.loadPlugin(RubyPluginLoader.java:68)

    2012-11-17 02:45:27 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)

    2012-11-17 02:45:27 [SEVERE]     at org.notbukkit.RubyBukkit.loadPlugins(RubyBukkit.java:172)

    2012-11-17 02:45:27 [SEVERE]     at org.notbukkit.RubyBukkit.onEnable(RubyBukkit.java:70)

    2012-11-17 02:45:27 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)

    2012-11-17 02:45:27 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)

    2012-11-17 02:45:27 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)

    2012-11-17 02:45:27 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:270)

    2012-11-17 02:45:27 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:252)

    2012-11-17 02:45:27 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:206)

    2012-11-17 02:45:27 [SEVERE]     at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:51)

    2012-11-17 02:45:27 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)

    2012-11-17 02:45:27 [SEVERE]     at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:111)

    2012-11-17 02:45:27 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:398)

    2012-11-17 02:45:27 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)

    2012-11-17 02:45:27 [SEVERE] [RubyBukkit] Error loading colorsAreAwesome.rb
    org.bukkit.plugin.InvalidPluginException: org.jruby.embed.ParseFailedException: java.io.FileNotFoundException: /games/ni18666_1/MCMA/plugins/RubyBukkit/colorsAreAwesome.rb (No such file or directory)
        at org.notbukkit.RubyPluginLoader.loadPlugin(RubyPluginLoader.java:99)
        at org.notbukkit.RubyPluginLoader.loadPlugin(RubyPluginLoader.java:68)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
        at org.notbukkit.RubyBukkit.loadPlugins(RubyBukkit.java:172)
        at org.notbukkit.RubyBukkit.onEnable(RubyBukkit.java:70)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:270)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:252)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:206)
        at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:51)
        at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
        at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:111)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:398)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
    Caused by: org.jruby.embed.ParseFailedException: java.io.FileNotFoundException: /games/ni18666_1/MCMA/plugins/RubyBukkit/colorsAreAwesome.rb (No such file or directory)
        at org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl.parse(EmbedRubyRuntimeAdapterImpl.java:143)
        at org.jruby.embed.ScriptingContainer.parse(ScriptingContainer.java:1227)
        at org.notbukkit.RubyPluginLoader.loadPlugin(RubyPluginLoader.java:83)
        ... 15 more
    Caused by: java.io.FileNotFoundException: /games/ni18666_1/MCMA/plugins/RubyBukkit/colorsAreAwesome.rb (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl.parse(EmbedRubyRuntimeAdapterImpl.java:125)
        ... 17 more

    Please provide any additional information below.
    The directory mentioned does not exist. Im not sure if "games" is true, may its the absolute path and i dont know what the hoster did there. but MCMA cleary does not exist. i tried to recreate the folder structure but ended up with the same error.

  • _ForgeUser7466127 added the tags New Defect Nov 16, 2012

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