Thread: Startup Error.

Results 1 to 4 of 4
  1. #1 Startup Error. 
    Registered Member

    Join Date
    Oct 2007
    Posts
    596
    Thanks given
    103
    Thanks received
    29
    Rep Power
    77
    Code:
    Jul 18, 2012 4:12:59 PM org.hyperion.Server main
    INFO: Starting Jinrake 459...
    Jul 18, 2012 4:12:59 PM org.hyperion.rs2.model.GameObjectDefinition init
    INFO: Loading definitions...
    Jul 18, 2012 4:12:59 PM org.hyperion.rs2.RS2Server bind
    INFO: Binding to port : 5555...
    Jul 18, 2012 4:13:00 PM org.hyperion.rs2.ScriptManager <init>
    INFO: Loading scripts...
    Jul 18, 2012 4:13:00 PM org.hyperion.rs2.RS2Server start
    INFO: Waiting for pending background loading tasks...
    Jul 18, 2012 4:13:00 PM org.hyperion.Server main
    SEVERE: Error starting Jinrake 459.
    java.util.concurrent.ExecutionException: com.thoughtworks.xstream.converters.ConversionException: Cannot construct org.hyperion.rs2.model.GameObjectDefinition as it does not have a no-args constructor : Cannot construct org.hyperion.rs2.model.GameObjectDefinition as it does not have a no-args constructor
    ---- Debugging information ----
    message             : Cannot construct org.hyperion.rs2.model.GameObjectDefinition as it does not have a no-args constructor
    cause-exception     : com.thoughtworks.xstream.converters.reflection.ObjectAccessException
    cause-message       : Cannot construct org.hyperion.rs2.model.GameObjectDefinition as it does not have a no-args constructor
    class               : java.util.ArrayList
    required-type       : org.hyperion.rs2.model.GameObjectDefinition
    path                : /list/objectDefinition
    line number         : 2
    -------------------------------
    	at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
    	at java.util.concurrent.FutureTask.get(Unknown Source)
    	at org.hyperion.util.BlockingExecutorService.waitForPendingTasks(BlockingExecutorService.java:50)
    	at org.hyperion.rs2.RS2Server.start(RS2Server.java:74)
    	at org.hyperion.Server.main(Server.java:35)
    Caused by: com.thoughtworks.xstream.converters.ConversionException: Cannot construct org.hyperion.rs2.model.GameObjectDefinition as it does not have a no-args constructor : Cannot construct org.hyperion.rs2.model.GameObjectDefinition as it does not have a no-args constructor
    ---- Debugging information ----
    message             : Cannot construct org.hyperion.rs2.model.GameObjectDefinition as it does not have a no-args constructor
    cause-exception     : com.thoughtworks.xstream.converters.reflection.ObjectAccessException
    cause-message       : Cannot construct org.hyperion.rs2.model.GameObjectDefinition as it does not have a no-args constructor
    class               : java.util.ArrayList
    required-type       : org.hyperion.rs2.model.GameObjectDefinition
    path                : /list/objectDefinition
    line number         : 2
    -------------------------------
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:88)
    	at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:55)
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:75)
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:59)
    	at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:77)
    	at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:68)
    	at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:61)
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:81)
    	at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:55)
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:75)
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:59)
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:142)
    	at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33)
    	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:907)
    	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:893)
    	at com.thoughtworks.xstream.XStream.fromXML(XStream.java:845)
    	at org.hyperion.rs2.model.GameObjectDefinition.init(GameObjectDefinition.java:27)
    	at org.hyperion.rs2.model.World$1.call(World.java:160)
    	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    	at java.util.concurrent.FutureTask.run(Unknown Source)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    Caused by: com.thoughtworks.xstream.converters.reflection.ObjectAccessException: Cannot construct org.hyperion.rs2.model.GameObjectDefinition as it does not have a no-args constructor
    	at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.newInstance(PureJavaReflectionProvider.java:71)
    	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.instantiateNewInstance(AbstractReflectionConverter.java:279)
    	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:149)
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:81)
    	... 22 more
    Thanks in advance.

    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Oct 2007
    Posts
    596
    Thanks given
    103
    Thanks received
    29
    Rep Power
    77
    bump.

    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Oct 2007
    Posts
    596
    Thanks given
    103
    Thanks received
    29
    Rep Power
    77
    bump.

    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Oct 2007
    Posts
    596
    Thanks given
    103
    Thanks received
    29
    Rep Power
    77
    bump

    Different error.

    Code:
    SEVERE: Error starting Jinrake 459.
    java.util.concurrent.ExecutionException: com.thoughtworks.xstream.io.StreamExcep
    tion: Cannot create XmlPullParser
            at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
            at java.util.concurrent.FutureTask.get(Unknown Source)
            at org.hyperion.util.BlockingExecutorService.waitForPendingTasks(Blockin
    gExecutorService.java:50)
            at org.hyperion.rs2.RS2Server.start(RS2Server.java:74)
            at org.hyperion.Server.main(Server.java:35)
    Caused by: com.thoughtworks.xstream.io.StreamException: Cannot create XmlPullPar
    ser
            at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(Abstra
    ctXppDriver.java:60)
            at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(Abstra
    ctXppDriver.java:69)
            at com.thoughtworks.xstream.XStream.fromXML(XStream.java:904)
            at org.hyperion.rs2.model.GameObjectDefinition.init(GameObjectDefinition
    .java:27)
            at org.hyperion.rs2.model.World$1.call(World.java:160)
            at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
            at java.util.concurrent.FutureTask.run(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    
    Press any key to continue . . .

    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: 3
    Last Post: 01-23-2012, 12:29 AM
  2. CMD Error on startup
    By Revival in forum Help
    Replies: 2
    Last Post: 12-10-2011, 11:17 PM
  3. Error on startup! Help
    By eddieflat in forum Help
    Replies: 6
    Last Post: 08-14-2011, 03:31 AM
  4. Startup error
    By iiDillon in forum Help
    Replies: 0
    Last Post: 09-07-2010, 11:37 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
  •