Fatal Error SAXParseException #6


  • New
  • Defect
Open
Assigned to _ForgeUser7116893
  • _ForgeUser7793149 created this issue Aug 27, 2012

    What steps will reproduce the problem?
    1. Install the latest version of voxelupdate on bukkit #2538
    2.
    3.

    What is the expected output? What do you see instead?

    The following exception is generated in the server log when the plugin runs

    07:35 AM [SEVERE] [Fatal Error] :1:15: The value following "version" in the XML declaration must be a quoted string.
    07:35 AM [SEVERE] org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 15; The value following "version" in the XML declaration must be a quoted string.
    07:35 AM [SEVERE] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
    07:35 AM [SEVERE] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    07:35 AM [SEVERE] at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
    07:35 AM [SEVERE] at com.thevoxelbox.voxelupdate.runner.UpdateVersionInformationRunnable.run(UpdateVersionInformationRunnable.java:45)
    07:35 AM [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:52)
    07:35 AM [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:316)
    07:35 AM [SEVERE] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:510)
    07:35 AM [SEVERE] at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
    07:35 AM [SEVERE] at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
    07:35 AM [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
    07:35 AM [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)

    What version of the product are you using?

    v.1.2.1

    Do you have an error log of what happened?

    Please provide any additional information below.

    Tried removing/renaming temp.xml (the only xml file I could find in the plugin folder) but the error persists

  • _ForgeUser7793149 added the tags New Defect Aug 27, 2012

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