Transcoding failed since update to 5.2.1

Need help? Post your questions here.

Moderator: moderators

Transcoding failed since update to 5.2.1

Postby Zephyer » Thu May 07, 2015 2:46 pm

No problems streaming music to browsers and apps on iOS.

I updated this week to the new version and am currently running;
Code: Select all
Licentie    Subsonic Premium
Versie   5.2.1 (build 4428)
Server   jetty-6.1.x, java 1.7.0_79, Windows 2003 (91,5 MB / 96,7 MB)


Now only the browsers work and I get an error on every iOS device with the latest iSub stating;

We asked for a song, but the server didn't send anything.

It's likely that Subsonic's transcoding failed.


I checked my settings with: http://www.subsonic.org/pages/transcoding.jsp
Logs state this:

Subsonic log in browser:
Code: Select all
[7-5-15 16:33:44 CEST]    INFO   DaoHelper   Checking database schema.
[7-5-15 16:34:04 CEST]    INFO   DaoHelper   Done checking database schema.
[7-5-15 16:34:08 CEST]    INFO   VersionService   Resolved local Subsonic version to: 5.2.1
[7-5-15 16:34:10 CEST]    INFO   MediaScannerService   Automatic media library scanning scheduled to run every 1 day(s), starting at Fri May 08 03:00:00 CEST 2015
[7-5-15 16:34:10 CEST]    INFO   UPnPService   Starting UPnP service...
[7-5-15 16:34:11 CEST]    INFO   PodcastService   Automatic Podcast update scheduled to run every 24 hour(s), starting at Thu May 07 16:39:11 CEST 2015
[7-5-15 16:34:12 CEST]    INFO   UPnPService   Disabling UPnP/DLNA media server
[7-5-15 16:34:12 CEST]    INFO   UPnPService   Starting UPnP service - Done!
[7-5-15 16:34:23 CEST]    INFO   NetworkService   Deleted port mapping for port 6001
[7-5-15 16:35:37 CEST]    INFO   VersionService   Resolved latest Subsonic final version to: 5.2.1
[7-5-15 16:35:37 CEST]    INFO   VersionService   Resolved latest Subsonic beta version to: 5.2.beta1
[7-5-15 16:35:47 CEST]    INFO   PlayQueueInputStream   USERNAME Censored listening to "VA - TSYN nieuw\MH Musique - Spring Mix 2015 'Deep House Mix'.mp3"
[7-5-15 16:35:47 CEST]    INFO   TranscodeInputStream   Starting transcoder: [c:\subsonic\transcode\ffmpeg] [-i] [D:\2. Music\VA - TSYN nieuw\MH Musique - Spring Mix 2015 'Deep House Mix'.mp3] [-map] [0:0] [-b:a] [-1k] [-v] [0] [-f] [mp3] [-]


It's all the same, although I don't have a subdirectory called subsonic\transcode :?:
I never had... :?
Other log files state:

Subsonic agent log;
Code: Select all
109 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@be2358: display name [org.springframework.context.support.ClassPathXmlApplicationContext@be2358]; startup date [Mon May 04 00:26:08 CEST 2015]; root of context hierarchy
234 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [applicationContext-agent.xml]
875 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@be2358]: org.springframework.beans.factory.support.DefaultListableBeanFactory@15e83f9
906 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@15e83f9: defining beans [service,agent,frame,settingsPanel,statusPanel]; root of factory hierarchy
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
   at net.sourceforge.subsonic.booter.agent.SubsonicAgent.showStatusPanel(SubsonicAgent.java:178)
   at net.sourceforge.subsonic.booter.agent.TrayController$2.actionPerformed(TrayController.java:60)
   at java.awt.TrayIcon.processActionEvent(Unknown Source)
   at java.awt.TrayIcon.processEvent(Unknown Source)
   at java.awt.TrayIcon.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
java.lang.NumberFormatException: null
   at java.lang.Integer.parseInt(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.getHttpsPortFromOptionsFile(SettingsPanel.java:72)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.readValues(SettingsPanel.java:62)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.<init>(SettingsPanel.java:54)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
   at java.lang.reflect.Constructor.newInstance(Unknown Source)
   at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)
   at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
   at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:248)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:925)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:835)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
   at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
   at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
   at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
   at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
   at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:495)
   at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:162)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:925)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:835)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
   at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
   at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
   at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
   at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
   at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
   at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
   at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
   at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)
   at net.sourceforge.subsonic.booter.Main.<init>(Main.java:24)
   at net.sourceforge.subsonic.booter.Main.main(Main.java:63)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
   at com.exe4j.runtime.WinLauncher.main(Unknown Source)
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
   at net.sourceforge.subsonic.booter.agent.SubsonicAgent.showStatusPanel(SubsonicAgent.java:178)
   at net.sourceforge.subsonic.booter.agent.TrayController$2.actionPerformed(TrayController.java:60)
   at java.awt.MenuItem.processActionEvent(Unknown Source)
   at java.awt.MenuItem.processEvent(Unknown Source)
   at java.awt.MenuComponent.dispatchEventImpl(Unknown Source)
   at java.awt.MenuComponent.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
java.lang.NumberFormatException: null
   at java.lang.Integer.parseInt(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.getHttpsPortFromOptionsFile(SettingsPanel.java:72)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.readValues(SettingsPanel.java:62)
   at net.sourceforge.subsonic.booter.agent.SubsonicFrame.showStatusPanel(SubsonicFrame.java:99)
   at net.sourceforge.subsonic.booter.agent.SubsonicAgent.showStatusPanel(SubsonicAgent.java:178)
   at net.sourceforge.subsonic.booter.agent.TrayController$2.actionPerformed(TrayController.java:60)
   at java.awt.MenuItem.processActionEvent(Unknown Source)
   at java.awt.MenuItem.processEvent(Unknown Source)
   at java.awt.MenuComponent.dispatchEventImpl(Unknown Source)
   at java.awt.MenuComponent.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Executing: subsonic-service.exe -stop
80578 [pool-1-thread-2] WARN org.springframework.remoting.rmi.RmiProxyFactoryBean - Could not connect to RMI service [rmi://localhost:9412/SubsonicDeployerService] - retrying
java.lang.NumberFormatException: null
   at java.lang.Integer.parseInt(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.getHttpsPortFromOptionsFile(SettingsPanel.java:72)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.readValues(SettingsPanel.java:62)
   at net.sourceforge.subsonic.booter.agent.SubsonicFrame.showStatusPanel(SubsonicFrame.java:99)
   at net.sourceforge.subsonic.booter.agent.SubsonicAgent.showStatusPanel(SubsonicAgent.java:178)
   at net.sourceforge.subsonic.booter.agent.TrayController$2.actionPerformed(TrayController.java:60)
   at java.awt.MenuItem.processActionEvent(Unknown Source)
   at java.awt.MenuItem.processEvent(Unknown Source)
   at java.awt.MenuComponent.dispatchEventImpl(Unknown Source)
   at java.awt.MenuComponent.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Executing: subsonic-service.exe -start
java.lang.NumberFormatException: null
   at java.lang.Integer.parseInt(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.getHttpsPortFromOptionsFile(SettingsPanel.java:72)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.readValues(SettingsPanel.java:62)
   at net.sourceforge.subsonic.booter.agent.SubsonicFrame.showStatusPanel(SubsonicFrame.java:99)
   at net.sourceforge.subsonic.booter.agent.SubsonicAgent.showStatusPanel(SubsonicAgent.java:178)
   at net.sourceforge.subsonic.booter.agent.TrayController$2.actionPerformed(TrayController.java:60)
   at java.awt.MenuItem.processActionEvent(Unknown Source)
   at java.awt.MenuItem.processEvent(Unknown Source)
   at java.awt.MenuComponent.dispatchEventImpl(Unknown Source)
   at java.awt.MenuComponent.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Executing: subsonic-service.exe -stop
Executing: subsonic-service.exe -start
308467125 [pool-1-thread-2] WARN org.springframework.remoting.rmi.RmiProxyFactoryBean - Could not connect to RMI service [rmi://localhost:9412/SubsonicDeployerService] - retrying
Executing: subsonic-service.exe -start
java.lang.NumberFormatException: null
   at java.lang.Integer.parseInt(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.getHttpsPortFromOptionsFile(SettingsPanel.java:72)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.readValues(SettingsPanel.java:62)
   at net.sourceforge.subsonic.booter.agent.SubsonicFrame.showStatusPanel(SubsonicFrame.java:99)
   at net.sourceforge.subsonic.booter.agent.SubsonicAgent.showStatusPanel(SubsonicAgent.java:178)
   at net.sourceforge.subsonic.booter.agent.TrayController$2.actionPerformed(TrayController.java:60)
   at java.awt.MenuItem.processActionEvent(Unknown Source)
   at java.awt.MenuItem.processEvent(Unknown Source)
   at java.awt.MenuComponent.dispatchEventImpl(Unknown Source)
   at java.awt.MenuComponent.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Executing: subsonic-service.exe -start
java.lang.NumberFormatException: null
   at java.lang.Integer.parseInt(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.getHttpsPortFromOptionsFile(SettingsPanel.java:72)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.readValues(SettingsPanel.java:62)
   at net.sourceforge.subsonic.booter.agent.SubsonicFrame.showStatusPanel(SubsonicFrame.java:99)
   at net.sourceforge.subsonic.booter.agent.SubsonicAgent.showStatusPanel(SubsonicAgent.java:178)
   at net.sourceforge.subsonic.booter.agent.TrayController$2.actionPerformed(TrayController.java:60)
   at java.awt.MenuItem.processActionEvent(Unknown Source)
   at java.awt.MenuItem.processEvent(Unknown Source)
   at java.awt.MenuComponent.dispatchEventImpl(Unknown Source)
   at java.awt.MenuComponent.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Executing: subsonic-service.exe -stop
315073812 [pool-1-thread-1] WARN org.springframework.remoting.rmi.RmiProxyFactoryBean - Could not connect to RMI service [rmi://localhost:9412/SubsonicDeployerService] - retrying
Executing: subsonic-service.exe -start
java.lang.NumberFormatException: null
   at java.lang.Integer.parseInt(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.getHttpsPortFromOptionsFile(SettingsPanel.java:72)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.readValues(SettingsPanel.java:62)
   at net.sourceforge.subsonic.booter.agent.SubsonicFrame.showStatusPanel(SubsonicFrame.java:99)
   at net.sourceforge.subsonic.booter.agent.SubsonicAgent.showStatusPanel(SubsonicAgent.java:178)
   at net.sourceforge.subsonic.booter.agent.TrayController$2.actionPerformed(TrayController.java:60)
   at java.awt.MenuItem.processActionEvent(Unknown Source)
   at java.awt.MenuItem.processEvent(Unknown Source)
   at java.awt.MenuComponent.dispatchEventImpl(Unknown Source)
   at java.awt.MenuComponent.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Executing: subsonic-service.exe -stop
317095328 [pool-1-thread-2] WARN org.springframework.remoting.rmi.RmiProxyFactoryBean - Could not connect to RMI service [rmi://localhost:9412/SubsonicDeployerService] - retrying
java.lang.NumberFormatException: null
   at java.lang.Integer.parseInt(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.getHttpsPortFromOptionsFile(SettingsPanel.java:72)
   at net.sourceforge.subsonic.booter.agent.SettingsPanel.readValues(SettingsPanel.java:62)
   at net.sourceforge.subsonic.booter.agent.SubsonicFrame.showStatusPanel(SubsonicFrame.java:99)
   at net.sourceforge.subsonic.booter.agent.SubsonicAgent.showStatusPanel(SubsonicAgent.java:178)
   at net.sourceforge.subsonic.booter.agent.TrayController$2.actionPerformed(TrayController.java:60)
   at java.awt.MenuItem.processActionEvent(Unknown Source)
   at java.awt.MenuItem.processEvent(Unknown Source)
   at java.awt.MenuComponent.dispatchEventImpl(Unknown Source)
   at java.awt.MenuComponent.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Executing: subsonic-service.exe -start


Subsonic service log;
Code: Select all
47 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@a98932: display name [org.springframework.context.support.ClassPathXmlApplicationContext@a98932]; startup date [Thu May 07 16:33:09 CEST 2015]; root of context hierarchy
406 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [applicationContext-deployer.xml]
2594 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@a98932]: org.springframework.beans.factory.support.DefaultListableBeanFactory@66db4e
2656 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@66db4e: defining beans [service,org.springframework.remoting.rmi.RmiServiceExporter#0]; root of factory hierarchy
2797 [main] INFO org.mortbay.log - Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
Using WAR file: C:\Program Files\Subsonic\subsonic.war
Extracting webapp to c:\subsonic\jetty\4428
Using WAR file: C:\Program Files\Subsonic\subsonic.war
3125 [main] INFO org.mortbay.log - jetty-6.1.x
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/Program%20Files/Subsonic/subsonic-booter-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/subsonic/jetty/4428/webapp/WEB-INF/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
16891 [main] INFO / - Initializing Spring root WebApplicationContext
16891 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization started
17156 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@19c4d4b: display name [Root WebApplicationContext]; startup date [Thu May 07 16:33:26 CEST 2015]; root of context hierarchy
17594 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext-service.xml]
18219 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext-security.xml]
18500 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext-cache.xml]
18578 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext-sonos.xml]
18766 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
18859 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [META-INF/cxf/cxf-servlet.xml]
23812 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@19c4d4b]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1bf8a16
33781 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1bf8a16: defining beans [playerDao,mediaFileDao,artistDao,albumDao,playlistDao,playQueueDao,internetRadioDao,musicFileInfoDao,musicFolderDao,userDao,transcodingDao,podcastDao,avatarDao,shareDao,bookmarkDao,daoHelper,mediaFileService,securityService,settingsService,mediaScannerService,searchService,networkService,playerService,playlistService,versionService,statusService,ratingService,musicIndexService,audioScrobblerService,transcodingService,shareService,podcastService,adService,jukeboxService,folderBasedContentDirectory,upnpService,lastFmService,sonosService,metaDataParserFactory,ajaxMultiService,ajaxNowPlayingService,ajaxPlayQueueService,ajaxPlaylistService,ajaxLyricsService,ajaxCoverArtService,ajaxStarService,ajaxTagService,ajaxTransferService,ajaxChatService,localeResolver,filterChainProxy,httpSessionContextIntegrationFilter,logoutFilter,authenticationProcessingFilter,basicProcessingFilter,restRequestParameterProcessingFilter,basicProcessingFilterEntryPoint,securityContextHolderAwareRequestFilter,rememberMeProcessingFilter,anonymousProcessingFilter,exceptionTranslationFilter,basicExceptionTranslationFilter,filterInvocationInterceptor,accessDecisionManager,rememberMeServices,authenticationManager,daoAuthenticationProvider,userCacheWrapper,ldapAuthenticationProvider,bindAuthenticator,userDetailsServiceBasedAuthoritiesPopulator,ajaxServiceInterceptor,ajaxTagServiceSecure,ajaxTransferServiceSecure,cacheFactory,userCache,mediaFileMemoryCache,cxf,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,sonosEndpoint,sonosHelper]; root of factory hierarchy
34969 [main] INFO org.springframework.jdbc.datasource.DriverManagerDataSource - Loaded JDBC driver: org.hsqldb.jdbcDriver
70578 [main] INFO org.acegisecurity.intercept.AbstractSecurityInterceptor - Validated configuration attributes
70609 [main] INFO org.acegisecurity.intercept.method.MethodDefinitionMap - Adding secure method [public net.sourceforge.subsonic.ajax.UploadInfo net.sourceforge.subsonic.ajax.TransferService.getUploadInfo()] with attributes [[ROLE_UPLOAD]]
70609 [main] INFO org.acegisecurity.intercept.method.MethodDefinitionMap - Adding secure method [public java.lang.String net.sourceforge.subsonic.ajax.TagService.setTags(int,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)] with attributes [[ROLE_COVERART]]
70609 [main] INFO org.acegisecurity.intercept.AbstractSecurityInterceptor - Validated configuration attributes
77344 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 60453 ms
78016 [main] INFO / - Initializing Spring FrameworkServlet 'subsonic'
78016 [main] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'subsonic': initialization started
78016 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@181fc6c: display name [WebApplicationContext for namespace 'subsonic-servlet']; startup date [Thu May 07 16:34:27 CEST 2015]; parent: org.springframework.web.context.support.XmlWebApplicationContext@19c4d4b
78016 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/subsonic-servlet.xml]
78281 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@181fc6c]: org.springframework.beans.factory.support.DefaultListableBeanFactory@13c6451
80437 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@13c6451: defining beans [leftController,rightController,statusController,mainController,playlistController,playlistsController,importPlaylistController,topController,helpController,moreController,uploadController,lyricsController,allmusicController,podcastController,podcastReceiverController,podcastReceiverAdminController,setMusicFileInfoController,shareManagementController,setRatingController,randomPlayQueueController,changeCoverArtController,nowPlayingController,starredController,searchController,settingsController,playerSettingsController,dlnaSettingsController,sonosSettingsController,shareSettingsController,musicFolderSettingsController,networkSettingsController,transcodingSettingsController,internetRadioSettingsController,podcastSettingsController,generalSettingsController,advancedSettingsController,personalSettingsController,avatarUploadController,userSettingsController,passwordSettingsController,homeController,editTagsController,playQueueController,coverArtController,avatarController,proxyController,statusChartController,userChartController,m3uController,streamController,hlsController,videoPlayerController,externalPlayerController,downloadController,premiumController,multiController,wapController,restController,dbController,premiumValidator,userSettingsValidator,passwordSettingsValidator,urlMapping,messageSource,themeSource,themeResolver,viewResolver]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@1bf8a16
87328 [main] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'subsonic': initialization completed in 9312 ms
88078 [main] INFO org.mortbay.log - Started SelectChannelConnector@0.0.0.0:6001
Subsonic running on: http://localhost:6001/
88359 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Looking for RMI registry at port '9412'
89500 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Could not detect RMI registry - creating new one
89672 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Binding service 'SubsonicDeployerService' to RMI registry: RegistryImpl[UnicastServerRef [liveRef: [endpoint:[IP Censored:9412](local),objID:[0:0:0, 0]]]]
148859 [btpool0-5] INFO org.directwebremoting.log.startup - Starting: DwrServlet v3.0.0.116.rc1 on jetty-6.1.x / JDK 1.7.0_79 from Oracle Corporation at


Can anyone help me out here :D
Zephyer
 
Posts: 7
Joined: Wed Jun 16, 2010 2:16 pm

Re: Transcoding failed since update to 5.2.1

Postby Zephyer » Thu May 07, 2015 7:59 pm

Ok, I downgraded to 5.2 (build 4411) and still don't have the ffmpeg folder but now all my iOS devices can play the music again ... :!: :wink:
Zephyer
 
Posts: 7
Joined: Wed Jun 16, 2010 2:16 pm


Return to Help

Who is online

Users browsing this forum: No registered users and 23 guests