"Failed to find parameter: instanceId (check server log for more into)"
Any ideas how to fix this?
cat home/subsonic.log
- Code: Select all
[/share/MD0_DATA/.qpkg/Subsonic] # cat home/subsonic.log
[2016-04-30 22:20:33,250] INFO HsqlDaoHelper - Checking database schema.
[2016-04-30 22:20:38,825] INFO Schema60 - Updating database schema to version 26.
[2016-04-30 22:20:38,827] INFO Schema60 - Deleting obsolete video transcodings.
[2016-04-30 22:20:39,096] INFO Schema60 - Database table 'video_conversion' not found. Creating it.
[2016-04-30 22:20:39,101] INFO Schema60 - Database table 'video_conversion' was created successfully.
[2016-04-30 22:20:39,109] INFO Schema60 - Role 'video_conversion' not found in database. Creating it.
[2016-04-30 22:20:39,117] INFO Schema60 - Role 'video_conversion' was created successfully.
[2016-04-30 22:20:39,119] INFO Schema60 - Database column 'user_settings.show_index_in_side_bar' not found. Creating it.
[2016-04-30 22:20:39,123] INFO Schema60 - Database column 'user_settings.show_index_in_side_bar' was added successfully.
[2016-04-30 22:20:39,123] INFO HsqlDaoHelper - Done checking database schema.
[2016-04-30 22:20:39,844] INFO SettingsService - Java: 1.8.0_65, OS: Linux
[2016-04-30 22:20:39,964] INFO VersionService - Resolved local Subsonic version to: 6.0
[2016-04-30 22:20:40,949] INFO MediaScannerService - Automatic media library scanning scheduled to run every 1 day(s), starting at Sun May 01 03:00:00 GMT 2016
[2016-04-30 22:20:41,219] INFO UPnPService - Starting UPnP service...
[2016-04-30 22:20:41,991] INFO UPnPService - Disabling UPnP/DLNA media server
[2016-04-30 22:20:41,993] INFO UPnPService - Starting UPnP service - Done!
[2016-04-30 22:20:47,181] INFO PodcastService - Automatic Podcast update scheduled to run every 24 hour(s), starting at Sat Apr 30 22:25:47 GMT 2016
[2016-04-30 22:20:51,263] WARN NetworkService - No UPnP router found.
[2016-04-30 22:21:01,901] INFO BootstrapVerificationFilter - Servlet container: jetty-6.1.x
[2016-04-30 22:21:08,782] INFO VersionService - Resolved latest Subsonic final version to: 6.0
[2016-04-30 22:21:08,783] INFO VersionService - Resolved latest Subsonic beta version to: 6.0.beta2
[2016-04-30 22:25:47,181] INFO PodcastService - Starting scheduled Podcast refresh.
[2016-04-30 22:25:47,228] INFO PodcastService - Completed scheduled Podcast refresh.
A server restart looks ok...
- Code: Select all
[2016-04-30 22:32:16,362] INFO HsqlDaoHelper - Checking database schema.
[2016-04-30 22:32:21,933] INFO HsqlDaoHelper - Done checking database schema.
[2016-04-30 22:32:22,451] INFO SettingsService - Java: 1.8.0_65, OS: Linux
[2016-04-30 22:32:22,553] INFO VersionService - Resolved local Subsonic version to: 6.0
[2016-04-30 22:32:23,982] INFO MediaScannerService - Automatic media library scanning scheduled to run every 1 day(s), starting at Sun May 01 03:00:00 GMT 2016
[2016-04-30 22:32:24,237] INFO UPnPService - Starting UPnP service...
[2016-04-30 22:32:24,615] INFO UPnPService - Disabling UPnP/DLNA media server
[2016-04-30 22:32:24,617] INFO UPnPService - Starting UPnP service - Done!
[2016-04-30 22:32:27,805] INFO PodcastService - Automatic Podcast update scheduled to run every 24 hour(s), starting at Sat Apr 30 22:37:27 GMT 2016
[2016-04-30 22:32:34,273] WARN NetworkService - No UPnP router found.
[2016-04-30 22:32:43,296] INFO BootstrapVerificationFilter - Servlet container: jetty-6.1.x
cat subsonic_sh.log
- Code: Select all
92 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1973e9b: display name [org.springframework.context.support.ClassPathXmlApplicationContext@1973e9b]; startup date [Sat Apr 30 22:32:09 GMT 2016]; root of context hierarchy
269 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [applicationContext-deployer.xml]
1406 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@1973e9b]: org.springframework.beans.factory.support.DefaultListableBeanFactory@a7e666
1461 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@a7e666: defining beans [service,org.springframework.remoting.rmi.RmiServiceExporter#0]; root of factory hierarchy
1550 [main] INFO org.mortbay.log - Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
Using WAR file: /share/MD0_DATA/.qpkg/Subsonic/subsonic.war
Extracting webapp to /share/MD0_DATA/.qpkg/Subsonic/home/jetty/a7857c
Using WAR file: /share/MD0_DATA/.qpkg/Subsonic/subsonic.war
1702 [main] INFO org.mortbay.log - jetty-6.1.x
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/share/MD0_DATA/.qpkg/Subsonic/subsonic-booter-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/share/MD0_DATA/.qpkg/Subsonic/home/jetty/a7857c/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.
4157 [main] INFO /subsonic - Initializing Spring root WebApplicationContext
4158 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization started
4255 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@123d65: display name [Root WebApplicationContext]; startup date [Sat Apr 30 22:32:13 GMT 2016]; root of context hierarchy
4415 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext-service.xml]
4756 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext-security.xml]
4929 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext-cache.xml]
5034 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext-sonos.xml]
5201 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
5306 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [META-INF/cxf/cxf-servlet.xml]
6448 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@123d65]: org.springframework.beans.factory.support.DefaultListableBeanFactory@151e434
7142 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@151e434: defining beans [playerDao,mediaFileDao,artistDao,albumDao,playlistDao,playQueueDao,internetRadioDao,musicFileInfoDao,musicFolderDao,userDao,transcodingDao,podcastDao,avatarDao,shareDao,bookmarkDao,videoConversionDao,daoHelper,mediaFileService,securityService,settingsService,mediaScannerService,searchService,networkService,playerService,playlistService,versionService,statusService,ratingService,musicIndexService,audioScrobblerService,transcodingService,shareService,podcastService,adService,jukeboxService,folderBasedContentDirectory,upnpService,lastFmService,videoConversionService,sonosService,metaDataParserFactory,ajaxMultiService,ajaxNowPlayingService,ajaxPlayQueueService,ajaxPlaylistService,ajaxLyricsService,ajaxCoverArtService,ajaxStarService,ajaxTagService,ajaxTransferService,ajaxChatService,localeResolver,loginFailureLogger,net.sourceforge.subsonic.security.SubsonicApplicationEventListener#0,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
7216 [main] INFO org.springframework.jdbc.datasource.DriverManagerDataSource - Loaded JDBC driver: org.hsqldb.jdbcDriver
23919 [main] INFO org.acegisecurity.intercept.AbstractSecurityInterceptor - Validated configuration attributes
23951 [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]]
23951 [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]]
23952 [main] INFO org.acegisecurity.intercept.AbstractSecurityInterceptor - Validated configuration attributes
28120 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 23962 ms
28793 [main] INFO /subsonic - Initializing Spring FrameworkServlet 'subsonic'
28793 [main] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'subsonic': initialization started
28796 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@f69643: display name [WebApplicationContext for namespace 'subsonic-servlet']; startup date [Sat Apr 30 22:32:37 GMT 2016]; parent: org.springframework.web.context.support.XmlWebApplicationContext@123d65
28797 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/subsonic-servlet.xml]
29036 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@f69643]: org.springframework.beans.factory.support.DefaultListableBeanFactory@12dc8c4
29253 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@12dc8c4: defining beans [leftController,artistsController,rightController,statusController,mainController,playlistController,playlistsController,importPlaylistController,topController,helpController,moreController,uploadController,lyricsController,allmusicController,podcastController,podcastChannelsController,internetRadioController,internetRadioStreamController,podcastChannelController,podcastReceiverAdminController,setMusicFileInfoController,shareManagementController,setRatingController,randomPlayQueueController,changeCoverArtController,nowPlayingController,starredController,searchController,settingsController,playerSettingsController,dlnaSettingsController,sonosSettingsController,shareSettingsController,musicFolderSettingsController,networkSettingsController,transcodingSettingsController,internetRadioSettingsController,podcastSettingsController,videoConversionSettingsController,generalSettingsController,advancedSettingsController,personalSettingsController,avatarUploadController,userSettingsController,passwordSettingsController,homeController,editTagsController,playQueueController,coverArtController,captionsController,avatarController,proxyController,statusChartController,userChartController,m3uController,streamController,hlsController,videoPlayerController,videoConverterController,externalPlayerController,downloadController,premiumSettingsController,multiController,wapController,restController,dbController,premiumSettingsValidator,userSettingsValidator,passwordSettingsValidator,urlMapping,messageSource,themeSource,themeResolver,viewResolver]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@151e434
32366 [main] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'subsonic': initialization completed in 3572 ms
32431 [main] INFO org.mortbay.log - Started SelectChannelConnector@192.168.1.10:4040
33168 [main] INFO org.mortbay.log - Started SslSocketConnector@192.168.1.10:4041
Subsonic running on: http://192.168.1.10:4040/subsonic
and: https://192.168.1.10:4041/subsonic
33334 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Looking for RMI registry at port '9412'
33373 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Could not detect RMI registry - creating new one
33485 [main] INFO org.springframework.remoting.rmi.RmiServiceExporter - Binding service 'SubsonicDeployerService' to RMI registry: RegistryImpl[UnicastServerRef [liveRef: [endpoint:[192.168.1.10:9412](local),objID:[0:0:0, 0]]]]
119631 [btpool0-2] INFO org.directwebremoting.log.startup - Starting: DwrServlet v3.0.0-FINAL on jetty-6.1.x / JDK 1.8.0_65 from Oracle Corporation at /subsonic
120812 [btpool0-2] INFO org.directwebremoting.log.startup - Starting: Using container abstraction org.directwebremoting.server.servlet2.Servlet24ContainerAbstraction
120861 [btpool0-2] INFO org.directwebremoting.servlet.UrlProcessor - Probably not an issue: the url:/gi.js (org.directwebremoting.gi.GiHandler) Handler is not available. This is only an problem if you wanted to use it.
121271 [btpool0-7] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
121271 [btpool0-4] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
121272 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
121272 [btpool0-6] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
121274 [btpool0-2] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
124647 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
124678 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
124710 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
124721 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
125730 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
129992 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
130009 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
131828 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
139996 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
140013 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
141956 [btpool0-4] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
153353 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
153460 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
164751 [btpool0-8] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
164824 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
164952 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
165170 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
165375 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
170692 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
177014 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
177030 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
177047 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
177065 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
177595 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
177669 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
182847 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
185036 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
186174 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
188705 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
188744 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
198751 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
198762 [btpool0-5] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
207053 [btpool0-8] ERROR org.directwebremoting.dwrp.Batch - Failed to find parameter: instanceId, enable debug logging to see more info.
