Serviio-console.sh won't start

Issue #191 resolved
Former user created an issue

The server is running but I get a null exception anytime I try to connect with the console:

2010-10-25 18:45:00,969 INFO [MediaServer] ------------------------------------------------------------------------ 2010-10-25 18:45:00,970 INFO [MediaServer] Serviio DLNA media streaming server v 0.4.2 (rev. 683706a96104) 2010-10-25 18:45:00,970 INFO [MediaServer] Petr Nejedly 2009-2010 2010-10-25 18:45:00,970 INFO [MediaServer] http://www.serviio.org 2010-10-25 18:45:00,970 INFO [MediaServer] 2010-10-25 18:45:00,970 INFO [MediaServer] Java 1.6.0_18-Sun Microsystems Inc. 2010-10-25 18:45:00,970 INFO [MediaServer] OS Linux amd64 2.6.32.16-141.fc12.x86_64 2010-10-25 18:45:00,971 INFO [MediaServer] File encoding: UTF-8 2010-10-25 18:45:00,971 INFO [MediaServer] ------------------------------------------------------------------------ 2010-10-25 18:45:01,089 INFO [RestletServer] Starting Restlet server exposed on localhost:23423 2010-10-25 18:45:01,142 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated 2010-10-25 18:45:03,283 INFO [ProfilesDefinitionParser] Parsing Profiles definition 2010-10-25 18:45:03,912 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1) 2010-10-25 18:45:03,987 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2) 2010-10-25 18:45:04,055 INFO [ProfilesDefinitionParser] Added profile 'XBox 360' (id=3) 2010-10-25 18:45:04,098 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4) 2010-10-25 18:45:04,151 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5) 2010-10-25 18:45:04,187 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6) 2010-10-25 18:45:04,226 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C-series)' (id=7) 2010-10-25 18:45:04,268 INFO [ProfilesDefinitionParser] Added profile 'LG BD player' (id=8) 2010-10-25 18:45:04,353 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV' (id=9) 2010-10-25 18:45:04,485 INFO [ProfilesDefinitionParser] Added profile 'Sony BD Player' (id=10) 2010-10-25 18:45:04,982 INFO [VideoDeliveryEngine] Cleaning transcode engine and its data 2010-10-25 18:45:05,114 INFO [WebServer] WebServer starting on port 8895 2010-10-25 18:45:05,147 INFO [Device] Created UPnP Device with UUID: 86d870dc-ceac-3bdb-9fba-8223fa9a70d9, bound address: 192.168.2.20 2010-10-25 18:45:05,443 INFO [CompositeCacheManager] Creating cache manager from config file: /cache.ccf 2010-10-25 18:45:05,460 INFO [ThreadPoolManager] thread_pool.default PoolConfiguration = useBoundary = [true] boundarySize = [2000] maximumPoolSize = [150] minimumPoolSize = [4] keepAliveTime = [300000] whenBlockedPolicy = [RUN] startUpSize = [4] 2010-10-25 18:45:05,464 INFO [CompositeCacheConfigurator] Setting default auxiliaries to null 2010-10-25 18:45:05,464 INFO [CompositeCacheConfigurator] No special CompositeCacheAttributes class defined for key [jcs.default.cacheattributes], using default class. 2010-10-25 18:45:05,466 INFO [CompositeCacheConfigurator] setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 100, maxSpoolPerRun = -1, diskUsagePattern = 0 ] 2010-10-25 18:45:05,466 INFO [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.default.elementattributes], using default class. 2010-10-25 18:45:05,467 INFO [CompositeCacheConfigurator] setting defaultElementAttributes to [ IS_LATERAL = true, IS_SPOOL = true, IS_REMOTE = true, IS_ETERNAL = true, MaxLifeSeconds = -1, IdleTime = -1, CreateTime = 1288046705467, LastAccessTime = 1288046705467, getTimeToLiveSeconds() = -1, createTime = 1288046705467 ] 2010-10-25 18:45:05,473 INFO [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_resetafterplay.elementattributes], using default class. 2010-10-25 18:45:05,490 INFO [LRUMemoryCache] initialized LRUMemoryCache for local_resetafterplay 2010-10-25 18:45:05,490 INFO [CompositeCache] Constructed cache with name [local_resetafterplay] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ] 2010-10-25 18:45:05,490 INFO [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_default.elementattributes], using default class. 2010-10-25 18:45:05,491 INFO [LRUMemoryCache] initialized LRUMemoryCache for local_default 2010-10-25 18:45:05,491 INFO [CompositeCache] Constructed cache with name [local_default] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ] 2010-10-25 18:45:05,491 INFO [CompositeCacheConfigurator] Parsed regions [local_resetafterplay, local_default] 2010-10-25 18:45:05,491 INFO [CompositeCacheConfigurator] Finished configuration in 29 ms. 2010-10-25 18:45:05,493 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier 2010-10-25 18:45:05,494 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker 2010-10-25 18:45:05,500 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface 192.168.2.20 2010-10-25 18:45:05,501 INFO [EventDispatcher] Starting EventDispatcher 2010-10-25 18:45:25,499 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files 2010-10-25 18:45:25,523 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files 2010-10-25 18:45:38,816 INFO [ServiioConsole] Starting Serviio Console 2010-10-25 18:45:39,309 INFO [ServiioConsole] Connecting to Serviio REST on localhost:23423 2010-10-25 18:45:40,910 INFO [UpdateChecker] Checking if a new version is available 2010-10-25 18:45:45,660 ERROR [ServiioConsole] Unexpected exception occured: null 2010-10-25 18:45:45,662 INFO [ServiioConsole] Leaving Serviio Console

Comments (5)

  1. Former user Account Deleted

    reposting to try and fix the wrap issue on my post...

    2010-10-25 18:45:00,969 INFO  [MediaServer] ------------------------------------------------------------------------
    2010-10-25 18:45:00,970 INFO  [MediaServer] Serviio DLNA media streaming server v 0.4.2 (rev. 683706a96104)
    2010-10-25 18:45:00,970 INFO  [MediaServer] Petr Nejedly 2009-2010
    2010-10-25 18:45:00,970 INFO  [MediaServer] http://www.serviio.org
    2010-10-25 18:45:00,970 INFO  [MediaServer] 
    2010-10-25 18:45:00,970 INFO  [MediaServer] Java 1.6.0_18-Sun Microsystems Inc.
    2010-10-25 18:45:00,970 INFO  [MediaServer] OS Linux amd64 2.6.32.16-141.fc12.x86_64
    2010-10-25 18:45:00,971 INFO  [MediaServer] File encoding: UTF-8
    2010-10-25 18:45:00,971 INFO  [MediaServer] ------------------------------------------------------------------------
    2010-10-25 18:45:01,089 INFO  [RestletServer] Starting Restlet server exposed on localhost:23423
    2010-10-25 18:45:01,142 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
    2010-10-25 18:45:03,283 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
    2010-10-25 18:45:03,912 INFO  [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
    2010-10-25 18:45:03,987 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
    2010-10-25 18:45:04,055 INFO  [ProfilesDefinitionParser] Added profile 'XBox 360' (id=3)
    2010-10-25 18:45:04,098 INFO  [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
    2010-10-25 18:45:04,151 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
    2010-10-25 18:45:04,187 INFO  [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
    2010-10-25 18:45:04,226 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C-series)' (id=7)
    2010-10-25 18:45:04,268 INFO  [ProfilesDefinitionParser] Added profile 'LG BD player' (id=8)
    2010-10-25 18:45:04,353 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV' (id=9)
    2010-10-25 18:45:04,485 INFO  [ProfilesDefinitionParser] Added profile 'Sony BD Player' (id=10)
    2010-10-25 18:45:04,982 INFO  [VideoDeliveryEngine] Cleaning transcode engine and its data
    2010-10-25 18:45:05,114 INFO  [WebServer] WebServer starting on port 8895
    2010-10-25 18:45:05,147 INFO  [Device] Created UPnP Device with UUID: 86d870dc-ceac-3bdb-9fba-8223fa9a70d9, bound address: 192.168.2.20
    2010-10-25 18:45:05,443 INFO  [CompositeCacheManager] Creating cache manager from config file: /cache.ccf
    2010-10-25 18:45:05,460 INFO  [ThreadPoolManager] thread_pool.default PoolConfiguration = useBoundary = [true] boundarySize = [2000] maximumPoolSize = [150] minimumPoolSize = [4] keepAliveTime = [300000] whenBlockedPolicy = [RUN] startUpSize = [4]
    2010-10-25 18:45:05,464 INFO  [CompositeCacheConfigurator] Setting default auxiliaries to null
    2010-10-25 18:45:05,464 INFO  [CompositeCacheConfigurator] No special CompositeCacheAttributes class defined for key [jcs.default.cacheattributes], using default class.
    2010-10-25 18:45:05,466 INFO  [CompositeCacheConfigurator] setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 100, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
    2010-10-25 18:45:05,466 INFO  [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.default.elementattributes], using default class.
    2010-10-25 18:45:05,467 INFO  [CompositeCacheConfigurator] setting defaultElementAttributes to [ IS_LATERAL = true, IS_SPOOL = true, IS_REMOTE = true, IS_ETERNAL = true, MaxLifeSeconds = -1, IdleTime = -1, CreateTime = 1288046705467, LastAccessTime = 1288046705467, getTimeToLiveSeconds() = -1, createTime = 1288046705467 ]
    2010-10-25 18:45:05,473 INFO  [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_resetafterplay.elementattributes], using default class.
    2010-10-25 18:45:05,490 INFO  [LRUMemoryCache] initialized LRUMemoryCache for local_resetafterplay
    2010-10-25 18:45:05,490 INFO  [CompositeCache] Constructed cache with name [local_resetafterplay] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
    2010-10-25 18:45:05,490 INFO  [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_default.elementattributes], using default class.
    2010-10-25 18:45:05,491 INFO  [LRUMemoryCache] initialized LRUMemoryCache for local_default
    2010-10-25 18:45:05,491 INFO  [CompositeCache] Constructed cache with name [local_default] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
    2010-10-25 18:45:05,491 INFO  [CompositeCacheConfigurator] Parsed regions [local_resetafterplay, local_default]
    2010-10-25 18:45:05,491 INFO  [CompositeCacheConfigurator] Finished configuration in 29 ms.
    2010-10-25 18:45:05,493 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
    2010-10-25 18:45:05,494 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
    2010-10-25 18:45:05,500 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface 192.168.2.20
    2010-10-25 18:45:05,501 INFO  [EventDispatcher] Starting EventDispatcher
    2010-10-25 18:45:25,499 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
    2010-10-25 18:45:25,523 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
    2010-10-25 18:45:38,816 INFO  [ServiioConsole] Starting Serviio Console
    2010-10-25 18:45:39,309 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
    2010-10-25 18:45:40,910 INFO  [UpdateChecker] Checking if a new version is available
    2010-10-25 18:45:45,660 ERROR [ServiioConsole] Unexpected exception occured: null
    2010-10-25 18:45:45,662 INFO  [ServiioConsole] Leaving Serviio Console
    
  2. Petr Nejedly repo owner
    • changed version to 0.5
    010-11-02 20:15:36,082 INFO [ServiioConsole] Starting Serviio Console
    2010-11-02 20:15:36,384 DEBUG [SwingHelper] Choosing java look and feel: com.sun.java.swing.plaf.gtk.GTKLookAndFeel
    2010-11-02 20:15:36,534 INFO [ServiioConsole] Connecting to Serviio REST on localhost:23423
    2010-11-02 20:15:38,337 INFO [UpdateChecker] Checking if a new version is available
    2010-11-02 20:15:39,336 DEBUG [RepositoryDAOImpl] Reading all Repositories
    2010-11-02 20:15:39,916 DEBUG [RendererDAOImpl] Retrieving list of all stored renderers
    2010-11-02 20:15:40,965 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type AUDIO
    2010-11-02 20:15:41,013 DEBUG [MetadataExtractorConfigDAOImpl] Reading a list of Extractor configuration for type VIDEO
    2010-11-02 20:15:42,763 ERROR [ServiioConsole] Unexpected exception occured: null
    2010-11-02 20:15:42,763 INFO [ServiioConsole] Leaving Serviio Console
    
  3. Former user Account Deleted

    I am facing this same issue. I don't know what the solution is for this and why it was marked as resolved?

  4. Log in to comment