I'm on Snow Leopard. The available Java is:
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-10M4609)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)
I went through and applied permissions to the /Library/Application Support/Subsonic folder as described in another thread. Here is the Console log output when I try to launch Subsonic. My older version of Subsonic which i've been running for a few years is 4.9.beta2 (build 3634) – November 16, 2013 - that still works.
Any suggestions? Here is the error log.
3/11/15 3:03:56 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] 43 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@4fca772d: display name [org.springframework.context.support.ClassPathXmlApplicationContext@4fca772d]; startup date [Wed Mar 11 15:03:56 PDT 2015]; root of context hierarchy
3/11/15 3:03:56 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] 132 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [applicationContext-mac.xml]
3/11/15 3:03:56 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] 713 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@4fca772d]: org.springframework.beans.factory.support.DefaultListableBeanFactory@4bbfb90a
3/11/15 3:03:56 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] 740 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4bbfb90a: defining beans [deployer,frame,controller]; root of factory hierarchy
3/11/15 3:03:56 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] 774 [main] INFO org.mortbay.log - Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
3/11/15 3:03:56 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] Using WAR file: /Applications/Subsonic.app/Contents/Java/subsonic.war
3/11/15 3:03:56 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] Extracting webapp to /Library/Application Support/Subsonic/jetty/4427
3/11/15 3:03:56 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] Using WAR file: /Applications/Subsonic.app/Contents/Java/subsonic.war
3/11/15 3:03:56 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] 821 [main] INFO org.mortbay.log - jetty-6.1.x
3/11/15 3:03:57 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] SLF4J: Class path contains multiple SLF4J bindings.
3/11/15 3:03:57 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] SLF4J: Found binding in [jar:file:/Applications/Subsonic.app/Contents/Java/subsonic-booter-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
3/11/15 3:03:57 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] SLF4J: Found binding in [jar:file:/Library/Application%20Support/Subsonic/jetty/4427/webapp/WEB-INF/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
3/11/15 3:03:57 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
3/11/15 3:03:57 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] 1795 [main] INFO / - Initializing Spring root WebApplicationContext
3/11/15 3:03:57 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] 1795 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization started
3/11/15 3:03:57 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] 1862 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@327514f: display name [Root WebApplicationContext]; startup date [Wed Mar 11 15:03:57 PDT 2015]; root of context hierarchy
3/11/15 3:03:57 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] 1915 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext-service.xml]
3/11/15 3:03:58 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] 2089 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext-security.xml]
3/11/15 3:03:58 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] 2146 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext-cache.xml]
3/11/15 3:03:58 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] 2169 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext-sonos.xml]
3/11/15 3:03:58 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] 2208 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
3/11/15 3:03:58 PM [0x0-0x1cb1cb].net.sourceforge.subsonic[15693] 2236 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [META-INF/cxf/cxf-servlet.xml]
3/11/15 3:03:58 PM JavaAppLauncher[15693] *** NSInvocation: warning: object 0x114429400 of class 'ThreadUtilities' does not implement methodSignatureForSelector: -- trouble ahead
3/11/15 3:03:58 PM JavaAppLauncher[15693] *** NSInvocation: warning: object 0x114429400 of class 'ThreadUtilities' does not implement doesNotRecognizeSelector: -- abort
3/11/15 3:03:58 PM com.apple.launchd.peruser.503[269] ([0x0-0x1cb1cb].net.sourceforge.subsonic[15693]) Job appears to have crashed: Trace/BPT trap
3/11/15 3:03:58 PM ReportCrash[15688] Saved crash report for JavaAppLauncher[15693] version 5.2.1 (1) to /Users/admin2/Library/Logs/DiagnosticReports/JavaAppLauncher_2015-03-11-150358_New-Mac-Mini.crash