Guest User

Untitled

a guest
Jan 14th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. 18 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1807454: display name [org.springframework.context.support.ClassPathXmlApplicationContext@1807454]; startup date [Thu Oct 27 15:16:26 CEST 2016]; root of context hierarchy
  2. 48 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [applicationContext-agent.xml]
  3. 265 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@1807454]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1205a84
  4. 275 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1205a84: defining beans [service,agent,frame,settingsPanel,statusPanel]; root of factory hierarchy
  5. Executing: subsonic-service.exe -start
  6. java.lang.NullPointerException
  7. at java.net.URI$Parser.parse(Unknown Source)
  8. at java.net.URI.<init>(Unknown Source)
  9. at net.sourceforge.subsonic.booter.agent.SubsonicAgent.openBrowser(SubsonicAgent.java:196)
  10. at net.sourceforge.subsonic.booter.agent.TrayController$1.actionPerformed(TrayController.java:54)
  11. at java.awt.MenuItem.processActionEvent(Unknown Source)
  12. at java.awt.MenuItem.processEvent(Unknown Source)
  13. at java.awt.MenuComponent.dispatchEventImpl(Unknown Source)
  14. at java.awt.MenuComponent.dispatchEvent(Unknown Source)
  15. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  16. at java.awt.EventQueue.access$500(Unknown Source)
  17. at java.awt.EventQueue$3.run(Unknown Source)
  18. at java.awt.EventQueue$3.run(Unknown Source)
  19. at java.security.AccessController.doPrivileged(Native Method)
  20. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  21. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  22. at java.awt.EventQueue$4.run(Unknown Source)
  23. at java.awt.EventQueue$4.run(Unknown Source)
  24. at java.security.AccessController.doPrivileged(Native Method)
  25. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  26. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  27. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  28. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  29. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  30. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  31. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  32. at java.awt.EventDispatchThread.run(Unknown Source)
  33. java.lang.NullPointerException
  34. at java.net.URI$Parser.parse(Unknown Source)
  35. at java.net.URI.<init>(Unknown Source)
  36. at net.sourceforge.subsonic.booter.agent.SubsonicAgent.openBrowser(SubsonicAgent.java:196)
  37. at net.sourceforge.subsonic.booter.agent.TrayController$1.actionPerformed(TrayController.java:54)
  38. at java.awt.MenuItem.processActionEvent(Unknown Source)
  39. at java.awt.MenuItem.processEvent(Unknown Source)
  40. at java.awt.MenuComponent.dispatchEventImpl(Unknown Source)
  41. at java.awt.MenuComponent.dispatchEvent(Unknown Source)
  42. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  43. at java.awt.EventQueue.access$500(Unknown Source)
  44. at java.awt.EventQueue$3.run(Unknown Source)
  45. at java.awt.EventQueue$3.run(Unknown Source)
  46. at java.security.AccessController.doPrivileged(Native Method)
  47. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  48. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  49. at java.awt.EventQueue$4.run(Unknown Source)
  50. at java.awt.EventQueue$4.run(Unknown Source)
  51. at java.security.AccessController.doPrivileged(Native Method)
  52. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  53. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  54. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  55. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  56. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  57. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  58. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  59. at java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment