Advertisement
Claycorp

Untitled

Aug 20th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1. com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 8
  2. at com.google.gson.JsonParser.parse(JsonParser.java:65)
  3. at com.google.gson.JsonParser.parse(JsonParser.java:45)
  4. at net.doubledoordev.pay2spawn.types.guis.ItemTypeGui$3.actionPerformed(ItemTypeGui.java:122)
  5. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  6. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  7. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  8. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  9. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  10. at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
  11. at java.awt.Component.processMouseEvent(Unknown Source)
  12. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  13. at java.awt.Component.processEvent(Unknown Source)
  14. at java.awt.Container.processEvent(Unknown Source)
  15. at java.awt.Component.dispatchEventImpl(Unknown Source)
  16. at java.awt.Container.dispatchEventImpl(Unknown Source)
  17. at java.awt.Component.dispatchEvent(Unknown Source)
  18. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  19. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  20. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  21. at java.awt.Container.dispatchEventImpl(Unknown Source)
  22. at java.awt.Window.dispatchEventImpl(Unknown Source)
  23. at java.awt.Component.dispatchEvent(Unknown Source)
  24. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  25. at java.awt.EventQueue.access$200(Unknown Source)
  26. at java.awt.EventQueue$3.run(Unknown Source)
  27. at java.awt.EventQueue$3.run(Unknown Source)
  28. at java.security.AccessController.doPrivileged(Native Method)
  29. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  30. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  31. at java.awt.EventQueue$4.run(Unknown Source)
  32. at java.awt.EventQueue$4.run(Unknown Source)
  33. at java.security.AccessController.doPrivileged(Native Method)
  34. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  35. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  36. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  37. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  38. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  39. at java.awt.WaitDispatchSupport$2.run(Unknown Source)
  40. at java.awt.WaitDispatchSupport$4.run(Unknown Source)
  41. at java.security.AccessController.doPrivileged(Native Method)
  42. at java.awt.WaitDispatchSupport.enter(Unknown Source)
  43. at java.awt.Dialog.show(Unknown Source)
  44. at java.awt.Component.show(Unknown Source)
  45. at java.awt.Component.setVisible(Unknown Source)
  46. at java.awt.Window.setVisible(Unknown Source)
  47. at java.awt.Dialog.setVisible(Unknown Source)
  48. at net.doubledoordev.pay2spawn.types.guis.HelperGuiBase.makeAndOpen(HelperGuiBase.java:80)
  49. at net.doubledoordev.pay2spawn.types.guis.ItemTypeGui.<init>(ItemTypeGui.java:70)
  50. at net.doubledoordev.pay2spawn.types.ItemType.openNewGui(ItemType.java:117)
  51. at net.doubledoordev.pay2spawn.configurator.Configurator$1.mouseClicked(Configurator.java:154)
  52. at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
  53. at java.awt.Component.processMouseEvent(Unknown Source)
  54. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  55. at java.awt.Component.processEvent(Unknown Source)
  56. at java.awt.Container.processEvent(Unknown Source)
  57. at java.awt.Component.dispatchEventImpl(Unknown Source)
  58. at java.awt.Container.dispatchEventImpl(Unknown Source)
  59. at java.awt.Component.dispatchEvent(Unknown Source)
  60. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  61. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  62. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  63. at java.awt.Container.dispatchEventImpl(Unknown Source)
  64. at java.awt.Window.dispatchEventImpl(Unknown Source)
  65. at java.awt.Component.dispatchEvent(Unknown Source)
  66. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  67. at java.awt.EventQueue.access$200(Unknown Source)
  68. at java.awt.EventQueue$3.run(Unknown Source)
  69. at java.awt.EventQueue$3.run(Unknown Source)
  70. at java.security.AccessController.doPrivileged(Native Method)
  71. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  72. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  73. at java.awt.EventQueue$4.run(Unknown Source)
  74. at java.awt.EventQueue$4.run(Unknown Source)
  75. at java.security.AccessController.doPrivileged(Native Method)
  76. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
  77. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  78. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  79. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  80. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  81. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  82. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  83. at java.awt.EventDispatchThread.run(Unknown Source)
  84. Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 8
  85. at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505)
  86. at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1386)
  87. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:531)
  88. at com.google.gson.stream.JsonReader.peek(JsonReader.java:414)
  89. at com.google.gson.JsonParser.parse(JsonParser.java:60)
  90. ... 81 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement