Thread: Exception ' Main ' ERROR

Results 1 to 2 of 2
  1. #1 Exception ' Main ' ERROR 
    Registered Member
    Join Date
    May 2017
    Age
    25
    Posts
    222
    Thanks given
    2
    Thanks received
    5
    Rep Power
    0
    Would anyone know the cause of this & why it's saying this error?
    Code:
    Exception in thread "main" java.lang.ExceptionInInitializerError: Cannot access defaults field of Properties
    Code:
    	at com.thoughtworks.xstream.converters.collections.PropertiesConverter.<clinit>(PropertiesConverter.java:46)
    	at com.thoughtworks.xstream.XStream.setupConverters(XStream.java:647)
    	at com.thoughtworks.xstream.XStream.<init>(XStream.java:445)
    	at com.thoughtworks.xstream.XStream.<init>(XStream.java:385)
    	at com.thoughtworks.xstream.XStream.<init>(XStream.java:332)
    
    at com.client.Client.<clinit>(Client.java:7493)

    I heard I needed to update my xstream currently running xstream 1.3.1 and i'm unsure of where to look for the updated xstream?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2010
    Posts
    16
    Thanks given
    1
    Thanks received
    9
    Rep Power
    29
    I would take a look at where the stacktrace tell you to check, Client line 7493
    Sounds like it's unable to load something, so you probably have a file missing.
    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. 718/742 Exception in thread "main" error
    By cousinearl in forum Help
    Replies: 0
    Last Post: 05-21-2016, 03:23 AM
  2. Main Error
    By NeonProX in forum Help
    Replies: 3
    Last Post: 04-01-2012, 05:38 PM
  3. Main Error
    By Pk0wnedall in forum Help
    Replies: 2
    Last Post: 12-22-2011, 11:37 AM
  4. Replies: 1
    Last Post: 06-28-2010, 08:18 PM
  5. Exception in thread "main" error
    By Asmo in forum Help
    Replies: 3
    Last Post: 10-01-2009, 11:47 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
  •