Advertisement
farseenabdulsalam

PhET Errors

Oct 18th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. I:\sims\eating-and-exercise>java -jar eating-and-exercise.jar
  2. FlavorLauncher: launching eating-and-exercise
  3. java.lang.reflect.InvocationTargetException
  4. at java.awt.EventQueue.invokeAndWait(Unknown Source)
  5. at java.awt.EventQueue.invokeAndWait(Unknown Source)
  6. at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
  7. at edu.colorado.phet.common.phetcommon.application.PhetApplicationLaunch
  8. er.launchSim(PhetApplicationLauncher.java:98)
  9. at edu.colorado.phet.common.phetcommon.application.PhetApplicationLaunch
  10. er.launchSim(PhetApplicationLauncher.java:80)
  11. at edu.colorado.phet.eatingandexercise.EatingAndExerciseApplication.main
  12. (EatingAndExerciseApplication.java:139)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  16. at java.lang.reflect.Method.invoke(Unknown Source)
  17. at edu.colorado.phet.common.phetcommon.application.JARLauncher$Simulatio
  18. nInfo$1.run(JARLauncher.java:249)
  19. at java.lang.Thread.run(Unknown Source)
  20. Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetExcepti
  21. on
  22. at edu.colorado.phet.common.phetcommon.application.PhetApplicationLaunch
  23. er$ReflectionApplicationConstructor.getApplication(PhetApplicationLauncher.java:
  24. 61)
  25. at edu.colorado.phet.common.phetcommon.application.PhetApplicationLaunch
  26. er$1.run(PhetApplicationLauncher.java:105)
  27. at java.awt.event.InvocationEvent.dispatch(Unknown Source)
  28. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  29. at java.awt.EventQueue.access$400(Unknown Source)
  30. at java.awt.EventQueue$3.run(Unknown Source)
  31. at java.awt.EventQueue$3.run(Unknown Source)
  32. at java.security.AccessController.doPrivileged(Native Method)
  33. at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
  34. ce)
  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.pumpEventsForHierarchy(Unknown Source)
  39. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  40. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  41. at java.awt.EventDispatchThread.run(Unknown Source)
  42. Caused by: java.lang.reflect.InvocationTargetException
  43. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  44.  
  45. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  46.  
  47. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
  48. rce)
  49. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  50. at edu.colorado.phet.common.phetcommon.application.PhetApplicationLaunch
  51. er$ReflectionApplicationConstructor.getApplication(PhetApplicationLauncher.java:
  52. 58)
  53. ... 15 more
  54. Caused by: java.lang.IllegalStateException: This function should be called while
  55. holding treeLock
  56. at java.awt.Component.checkTreeLock(Unknown Source)
  57. at java.awt.Container.validateTree(Unknown Source)
  58. at edu.colorado.phet.common.phetcommon.view.ModulePanel.relayoutAll(Modu
  59. lePanel.java:369)
  60. at edu.colorado.phet.common.phetcommon.view.ModulePanel.<init>(ModulePan
  61. el.java:114)
  62. at edu.colorado.phet.common.phetcommon.view.ModulePanel.<init>(ModulePan
  63. el.java:66)
  64. at edu.colorado.phet.common.phetcommon.application.Module.<init>(Module.
  65. java:78)
  66. at edu.colorado.phet.common.piccolophet.PiccoloModule.<init>(PiccoloModu
  67. le.java:62)
  68. at edu.colorado.phet.eatingandexercise.module.eatingandexercise.EatingAn
  69. dExerciseModule.<init>(EatingAndExerciseModule.java:48)
  70. at edu.colorado.phet.eatingandexercise.EatingAndExerciseApplication.<ini
  71. t>(EatingAndExerciseApplication.java:44)
  72. ... 20 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement