1.6 Error - delays startup about 2 minutes

Hi,
I compiled and installed 1.6 on ClearOS 7 (CentOS clone), just like I have done for earlier releases of Serviio. However this time I noted that it takes about 2 minutes (on a powerful CPU) before anything happens after startup. It looks like Serviio is looking for something before it times out and continue the startup process. Once it has started it works as it should. The serviio.log looks like this:
Any clue?
/Fred
I compiled and installed 1.6 on ClearOS 7 (CentOS clone), just like I have done for earlier releases of Serviio. However this time I noted that it takes about 2 minutes (on a powerful CPU) before anything happens after startup. It looks like Serviio is looking for something before it times out and continue the startup process. Once it has started it works as it should. The serviio.log looks like this:
- Code:
2016-01-19 21:45:56,744 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2016-01-19 21:45:56,746 ERROR [ApplicationInstanceManager] Connection timed out
java.net.ConnectException: Connection timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at java.net.Socket.connect(Socket.java:538)
at java.net.Socket.<init>(Socket.java:434)
at java.net.Socket.<init>(Socket.java:244)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:289)
at org.serviio.MediaServer.main(MediaServer.java:111)
2016-01-19 21:45:56,752 INFO [MediaServer] ------------------------------------------------------------------------
2016-01-19 21:45:56,752 INFO [MediaServer] Serviio DLNA media streaming server v 1.6 (rev. 9a1458ed77db)
2016-01-19 21:45:56,752 INFO [MediaServer] Petr Nejedly 2009-2015
2016-01-19 21:45:56,753 INFO [MediaServer] http://www.serviio.org
2016-01-19 21:45:56,753 INFO [MediaServer]
2016-01-19 21:45:56,753 INFO [MediaServer] Java 1.8.0_65-Oracle Corporation amd64
2016-01-19 21:45:56,753 INFO [MediaServer] OS Linux 3.10.0-229.7.2.v7.x86_64
2016-01-19 21:45:56,753 INFO [MediaServer] File encoding: UTF-8
2016-01-19 21:45:56,809 INFO [MediaServer] Headless mode enabled: true
2016-01-19 21:45:56,809 INFO [MediaServer] User: serviio
2016-01-19 21:45:56,809 INFO [MediaServer] User home dir: /usr/share/serviio
2016-01-19 21:45:56,809 INFO [MediaServer] Temp dir: /tmp
2016-01-19 21:45:56,809 INFO [MediaServer] ------------------------------------------------------------------------
2016-01-19 21:45:56,875 INFO [WebServer] Socket buffer set to 65535 bytes
2016-01-19 21:45:56,875 INFO [RestletServer] Starting Restlet server (/console) exposed on port 23423
2016-01-19 21:45:56,876 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2016-01-19 21:45:56,911 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2016-01-19 21:45:56,912 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2016-01-19 21:45:56,923 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2016-01-19 21:45:56,927 INFO [DatabaseManager] Using DERBY database language
2016-01-19 21:45:57,373 INFO [MediaServer] ------------------------------------------------------------------------
2016-01-19 21:45:57,373 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2016-01-19 21:45:57,373 INFO [MediaServer] ------------------------------------------------------------------------
2016-01-19 21:45:57,377 INFO [Device] Created UPnP Device with UUID: c0d9b288-e21b-3039-89e8-189e0cf0c35f, bound address: 192.168.0.57
2016-01-19 21:45:57,579 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2016-01-19 21:45:57,614 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2016-01-19 21:45:57,622 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2016-01-19 21:45:57,624 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2016-01-19 21:45:57,624 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2016-01-19 21:45:57,625 INFO [ProfilesDefinitionParser] Added profile 'Playstation 4' (id=ps4)
2016-01-19 21:45:57,625 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2016-01-19 21:45:57,629 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2016-01-19 21:45:57,630 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (H-series)' (id=sam_h)
2016-01-19 21:45:57,630 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (J-series)' (id=sam_j)
2016-01-19 21:45:57,631 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef)
2016-01-19 21:45:57,631 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2016-01-19 21:45:57,631 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2016-01-19 21:45:57,632 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2016-01-19 21:45:57,633 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013/14)' (id=sony2013)
2016-01-19 21:45:57,633 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013)
2016-01-19 21:45:57,633 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012)
2016-01-19 21:45:57,634 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010)
2016-01-19 21:45:57,634 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us)
2016-01-19 21:45:57,634 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011)
2016-01-19 21:45:57,635 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2016-01-19 21:45:57,636 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012)
2016-01-19 21:45:57,636 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2016-01-19 21:45:57,637 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2016-01-19 21:45:57,637 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2016-01-19 21:45:57,637 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2016-01-19 21:45:57,637 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2016-01-19 21:45:57,637 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2016-01-19 21:45:57,638 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2016-01-19 21:45:57,638 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010)
2016-01-19 21:45:57,638 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20)
2016-01-19 21:45:57,638 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2016-01-19 21:45:57,639 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2016-01-19 21:45:57,639 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013)
2016-01-19 21:45:57,639 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2016-01-19 21:45:57,639 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2016-01-19 21:45:57,640 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2016-01-19 21:45:57,640 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2016-01-19 21:45:57,640 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2016-01-19 21:45:57,640 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2016-01-19 21:45:57,640 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2016-01-19 21:45:57,641 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv)
2016-01-19 21:45:57,641 INFO [ProfilesDefinitionParser] Added profile 'Windows 8/RT' (id=win8metro)
2016-01-19 21:45:57,641 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220)
2016-01-19 21:45:57,641 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium)
2016-01-19 21:45:57,642 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku)
2016-01-19 21:45:57,642 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp)
2016-01-19 21:45:57,642 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD)
2016-01-19 21:45:57,643 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC)
2016-01-19 21:45:57,643 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one)
2016-01-19 21:45:57,643 INFO [ProfilesDefinitionParser] Added profile 'Raumfeld' (id=raumfeld)
2016-01-19 21:45:57,688 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2016-01-19 21:45:57,688 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2016-01-19 21:45:57,688 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios)
2016-01-19 21:45:57,688 INFO [ProfilesDefinitionParser] Added profile 'HTML5' (id=html5)
2016-01-19 21:45:57,689 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard)
2016-01-19 21:45:57,689 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo)
2016-01-19 21:45:57,689 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls)
2016-01-19 21:45:57,689 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv)
2016-01-19 21:45:57,690 INFO [ProfilesDefinitionParser] Added profile 'Google Cast' (id=googlecast)
2016-01-19 21:45:57,690 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast)
2016-01-19 21:45:57,690 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8)
2016-01-19 21:45:57,712 INFO [PluginCompilerThread] Looking for plugins at /usr/share/serviio/plugins
2016-01-19 21:45:57,713 INFO [PluginCompilerThread] Started looking for plugins
2016-01-19 21:45:57,718 INFO [UpdateChecker] Checking if a new version is available
2016-01-19 21:45:57,759 INFO [FFMPEGWrapper] Found FFmpeg: ffmpeg version 2.8.1 Copyright (c) 2000-2015 the FFmpeg developers
2016-01-19 21:45:57,774 INFO [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data
2016-01-19 21:45:57,785 INFO [Device] Updated bound IP address of Device with UUID: c0d9b288-e21b-3039-89e8-189e0cf0c35f, bound address: 192.168.0.57
2016-01-19 21:45:57,785 INFO [WebServer] WebServer starting on port 8895
2016-01-19 21:45:57,789 INFO [EventDispatcher] Starting EventDispatcher
2016-01-19 21:45:57,790 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface enp0s3 (enp0s3) and address 192.168.0.57, timeout = 0
2016-01-19 21:45:57,790 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2016-01-19 21:45:57,789 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2016-01-19 21:45:57,791 INFO [RendererExpirationChecker] Starting RendererExpirationChecker
2016-01-19 21:45:57,791 INFO [RendererSearchSender] Searching for Renderer devices
2016-01-19 21:46:00,224 INFO [FileDeltaWatcher] Using 'sun.nio.fs.LinuxWatchService' for delta scan
2016-01-19 21:46:23,821 INFO [FeedUpdaterWorker] Started looking for information about online resources
2016-01-19 21:46:23,823 INFO [RepositoriesStatusCoordinator$RepositoriesStatusThread] Started checking repositories status
2016-01-19 21:46:23,876 INFO [LocalLibraryManager] Starting automatic library scan
2016-01-19 21:46:23,890 INFO [LibraryDeltaScanner] Added repository '/var/flexshare/shares/media' to delta scanner (NATIVE)
2016-01-19 21:46:23,890 INFO [LibraryDeltaScanner] Starting the library delta scan
2016-01-19 21:46:23,891 INFO [PlaylistMaintainerWorker] Started looking for playlist changes
Any clue?
/Fred