Thread: need help fixing 317 errors

Results 1 to 3 of 3
  1. #1 need help fixing 317 errors 
    Registered Member
    Join Date
    Jan 2013
    Posts
    208
    Thanks given
    105
    Thanks received
    14
    Rep Power
    15
    Before you start reading dont hate me because im new to the community and coding!!


    i just downloaded a 317 from mopar with everything in it but i am new to coding so who can help me solve this problem i really appericate it

    Starting Azure on localhost/127.0.0.1:43594...
    Loading packets...
    Loaded 44 packets.
    Loading item definitions...
    com.thoughtworks.xstream.converters.ConversionExce ption: Cannot construct com.rs
    2.model.players.ItemManager$ItemDefinition as it does not have a no-args constru
    ctor : Cannot construct com.rs2.model.players.ItemManager$ItemDefinition as it d
    oes not have a no-args constructor
    ---- Debugging information ----
    message : Cannot construct com.rs2.model.players.ItemManager$ItemDef
    inition as it does not have a no-args constructor
    cause-exception : com.thoughtworks.xstream.converters.reflection.Obj ectAcces
    sException
    cause-message : Cannot construct com.rs2.model.players.ItemManager$ItemDef
    inition as it does not have a no-args constructor
    class : java.util.ArrayList
    required-type : com.rs2.model.players.ItemManager$ItemDefinition
    path : /list/itemDef
    line number : 2
    -------------------------------
    at com.thoughtworks.xstream.core.TreeUnmarshaller.con vert(TreeUnmarshall
    er.java:89)
    at com.thoughtworks.xstream.core.AbstractReferenceUnm arshaller.convert(A
    bstractReferenceUnmarshaller.java:63)
    at com.thoughtworks.xstream.core.TreeUnmarshaller.con vertAnother(TreeUnm
    arshaller.java:76)
    at com.thoughtworks.xstream.core.TreeUnmarshaller.con vertAnother(TreeUnm
    arshaller.java:60)
    at com.thoughtworks.xstream.converters.collections.Ab stractCollectionCon
    verter.readItem(AbstractCollectionConverter.java:7 1)
    at com.thoughtworks.xstream.converters.collections.Co llectionConverter.p
    opulateCollection(CollectionConverter.java:68)
    at com.thoughtworks.xstream.converters.collections.Co llectionConverter.u
    nmarshal(CollectionConverter.java:61)
    at com.thoughtworks.xstream.core.TreeUnmarshaller.con vert(TreeUnmarshall
    er.java:82)
    at com.thoughtworks.xstream.core.AbstractReferenceUnm arshaller.convert(A
    bstractReferenceUnmarshaller.java:63)
    at com.thoughtworks.xstream.core.TreeUnmarshaller.con vertAnother(TreeUnm
    arshaller.java:76)
    at com.thoughtworks.xstream.core.TreeUnmarshaller.con vertAnother(TreeUnm
    arshaller.java:60)
    at com.thoughtworks.xstream.core.TreeUnmarshaller.sta rt(TreeUnmarshaller
    .java:137)
    at com.thoughtworks.xstream.core.AbstractTreeMarshall ingStrategy.unmarsh
    al(AbstractTreeMarshallingStrategy.java:33)
    at com.thoughtworks.xstream.XStream.unmarshal(XStream .java:923)
    at com.thoughtworks.xstream.XStream.unmarshal(XStream .java:909)
    at com.thoughtworks.xstream.XStream.fromXML(XStream.j ava:861)
    at com.rs2.model.players.ItemManager.loadItemDefiniti ons(ItemManager.jav
    a:232)
    at com.rs2.util.XStreamUtil.loadAllFiles(XStreamUtil. java:65)
    at com.rs2.Server.run(Server.java:107)
    at java.lang.Thread.run(Unknown Source)
    Caused by: com.thoughtworks.xstream.converters.reflection.Obj ectAccessException:
    Cannot construct com.rs2.model.players.ItemManager$ItemDefinition as it does no
    t have a no-args constructor
    at com.thoughtworks.xstream.converters.reflection.Pur eJavaReflectionProv
    ider.newInstance(PureJavaReflectionProvider.java:7 1)
    at com.thoughtworks.xstream.converters.reflection.Abs tractReflectionConv
    erter.instantiateNewInstance(AbstractReflectionCon verter.java:308)
    at com.thoughtworks.xstream.converters.reflection.Abs tractReflectionConv
    erter.unmarshal(AbstractReflectionConverter.java:1 61)
    at com.thoughtworks.xstream.core.TreeUnmarshaller.con vert(TreeUnmarshall
    er.java:82)
    ... 19 more
    Druk op een toets om door te gaan. . .
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2013
    Posts
    208
    Thanks given
    105
    Thanks received
    14
    Rep Power
    15
    bump!
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Sep 2011
    Posts
    2,730
    Thanks given
    1,150
    Thanks received
    907
    Rep Power
    668
    It tells you what's wrong
    Code:
    Cannot construct com.rs2.model.players.ItemManager$ItemDefinition as it d
    oes not have a no-args constructor
    And

    Code:
    line number : 2
    Also use code tags in the future.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 72
    Last Post: 01-24-2017, 02:03 PM
  2. Fixing 100 errors?? (Just look)
    By discipl3 in forum Help
    Replies: 13
    Last Post: 08-05-2009, 08:25 AM
  3. Fixing 100 errors!
    By Colby in forum Tutorials
    Replies: 18
    Last Post: 07-16-2009, 12:08 AM
  4. Help Fixing A Few Errors
    By Typhoeus in forum Help
    Replies: 6
    Last Post: 02-25-2009, 10:14 PM
  5. Fixing errors its a must look
    By xx k03d xx in forum Tutorials
    Replies: 2
    Last Post: 02-10-2008, 01:43 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •