Some of the questions is newbie issues, I am sure.
When everything is working i will make a comprehensive guide to this for other newbies...
I have done exactly as perryhome which is the same as indicated on the freenas website for java install:
pkg_add -v -r xtrans
pkg_add -v -r xproto
pkg_add -v -r xextproto
pkg_add -v -r javavmwrapper
pkg_add -v -r ffmpeg
pkg_add -v diablo-jre-freebsd7.amd64.1.6.0.07.02.tgz
All installs fine, no error messages (except that diablo winges about xproto, xextproto, javavmwrapper being slightly newer than needed... should be no worry I think...)
I have after this downloaded serviio-0.5.1-linux.tar.gz, I just put it into my home directory on the freenas server. Unpacked with
tar xvfz serviio-0.5.1-linux.tar.gz
Then, I followed my own instructions (a few posts up. I renamed the serviio.sh to serviio.shoriginal
mv serviio.sh serviio.shoriginal
, created a ne empty servvio.sh and cut&pasted the content of the modified text from this post
http://forum.serviio.org/viewtopic.php?f=14&t=692&start=10#p3516 and then did a chmod 777 serviio.sh to make it executable.
I have attached my serviio.sh to this post.
I have basically tried two variations:
1. To start the original serviio.sh straight after unpacking the archive.
#./serviio.sh
After the putty window halts (indicating a process has started), I don't get a prompt back.
I then open a second putty session and try to find the started process.
#ps -aux|grep serviio
freenas:/tank/dset1/dboy/serviio-0.5.1/log# ps -aux | grep serviio
root 12833 0.0 0.0 7100 1744 p0 I+ 9:36PM 0:00.00 /bin/sh ./serviio.sh
root 12872 0.0 0.0 7924 1388 p1 S+ 9:42PM 0:00.00 grep serviio
On the windows client I add (as a single line ) into the file "ServiioConsole.exe.vmoptions"
- Code:
-Dserviio.remoteHost=192.168.0.188
where the 192.168.0.188 is the adress of the FreeNAS server.
and after this I check the log
- Code:
2011-03-27 21:36:39,367 DEBUG [ApplicationInstanceManager] Port is already taken. Notifying first instance.
2011-03-27 21:36:39,368 DEBUG [ApplicationInstanceManager] Successfully notified first instance.
2011-03-27 21:36:48,051 DEBUG [ApplicationInstanceManager] Port is already taken. Notifying first instance.
2011-03-27 21:36:48,052 DEBUG [ApplicationInstanceManager] Successfully notified first instance.
2011-03-27 21:36:51,755 DEBUG [ApplicationInstanceManager] Notifying first instance to stop.
2011-03-27 21:36:51,756 DEBUG [ApplicationInstanceManager] Successfully notified first instance.
2011-03-27 21:36:55,540 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2011-03-27 21:36:55,545 INFO [MediaServer] ------------------------------------------------------------------------
2011-03-27 21:36:55,545 INFO [MediaServer] Serviio DLNA media streaming server v 0.5.1 (rev. 0c488c4fc651)
2011-03-27 21:36:55,545 INFO [MediaServer] Petr Nejedly 2009-2011
2011-03-27 21:36:55,545 INFO [MediaServer] http://www.serviio.org
2011-03-27 21:36:55,545 INFO [MediaServer]
2011-03-27 21:36:55,545 INFO [MediaServer] Java 1.6.0_07-The FreeBSD Foundation
2011-03-27 21:36:55,545 INFO [MediaServer] OS FreeBSD amd64 7.3-RELEASE-p3
2011-03-27 21:36:55,545 INFO [MediaServer] File encoding: ISO-8859-1
2011-03-27 21:36:55,545 INFO [MediaServer] ------------------------------------------------------------------------
2011-03-27 21:36:55,623 INFO [RestletServer] Starting Restlet server exposed on localhost:23423
2011-03-27 21:36:55,661 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2011-03-27 21:36:55,665 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.sql' has been run
2011-03-27 21:36:56,443 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.1.sql' has been run
2011-03-27 21:36:56,444 DEBUG [DBLogDAOImpl] Checking if script 'script-0.2.sql' has been run
2011-03-27 21:36:56,444 DEBUG [DBLogDAOImpl] Checking if script 'script-0.3.1.sql' has been run
2011-03-27 21:36:56,445 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.sql' has been run
2011-03-27 21:36:56,445 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.1.sql' has been run
2011-03-27 21:36:56,446 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.2.sql' has been run
2011-03-27 21:36:56,446 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.sql' has been run
2011-03-27 21:36:56,447 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.1.sql' has been run
2011-03-27 21:36:56,625 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2011-03-27 21:36:56,649 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 1
2011-03-27 21:36:56,974 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2011-03-27 21:36:56,975 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 2
2011-03-27 21:36:57,084 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2011-03-27 21:36:57,085 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 3
2011-03-27 21:36:57,146 INFO [ProfilesDefinitionParser] Added profile 'XBox 360' (id=3)
2011-03-27 21:36:57,146 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 4
2011-03-27 21:36:57,191 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2011-03-27 21:36:57,192 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 5
2011-03-27 21:36:57,254 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2011-03-27 21:36:57,255 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 6
2011-03-27 21:36:57,292 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2011-03-27 21:36:57,293 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 7
2011-03-27 21:36:57,400 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C-series)' (id=7)
2011-03-27 21:36:57,401 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 8
2011-03-27 21:36:57,425 INFO [ProfilesDefinitionParser] Added profile 'LG BD player' (id=8)
2011-03-27 21:36:57,426 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 9
2011-03-27 21:36:57,592 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV' (id=9)
2011-03-27 21:36:57,593 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 10
2011-03-27 21:36:57,867 INFO [ProfilesDefinitionParser] Added profile 'Sony BD Player' (id=10)
2011-03-27 21:36:57,868 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 12
2011-03-27 21:36:57,929 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera' (id=12)
2011-03-27 21:36:57,931 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 13
2011-03-27 21:36:58,016 INFO [ProfilesDefinitionParser] Added profile 'Toshiba Rezga' (id=13)
2011-03-27 21:36:58,018 DEBUG [FFMPEGWrapper] Invoking FFMPEG to check if it exists of path ffmpeg
2011-03-27 21:36:58,020 DEBUG [ProcessExecutor] Starting ffmpeg
2011-03-27 21:36:58,061 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2011-03-27 21:36:58,064 DEBUG [ConfigEntryDAOImpl] Reading all ConfigEntries
2011-03-27 21:36:58,076 INFO [WebServer] Socket buffer set to 65535 bytes
2011-03-27 21:36:58,115 INFO [Device] Created UPnP Device with UUID: cbc16312-6151-3e53-a357-de481a1ed6e3, bound address: 192.168.0.188
2011-03-27 21:36:58,121 INFO [WebServer] WebServer starting on port 8895
2011-03-27 21:36:58,131 INFO [CompositeCacheManager] Creating cache manager from config file: /cache.ccf
2011-03-27 21:36:58,136 INFO [ThreadPoolManager] thread_pool.default PoolConfiguration = useBoundary = [true] boundarySize = [2000] maximumPoolSize = [150] minimumPoolSize = [4] keepAliveTime = [300000] whenBlockedPolicy = [RUN] startUpSize = [4]
2011-03-27 21:36:58,138 INFO [CompositeCacheConfigurator] Setting default auxiliaries to null
2011-03-27 21:36:58,139 INFO [CompositeCacheConfigurator] No special CompositeCacheAttributes class defined for key [jcs.default.cacheattributes], using default class.
2011-03-27 21:36:58,140 INFO [CompositeCacheConfigurator] setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 100, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-03-27 21:36:58,140 INFO [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.default.elementattributes], using default class.
2011-03-27 21:36:58,140 INFO [CompositeCacheConfigurator] setting defaultElementAttributes to [ IS_LATERAL = true, IS_SPOOL = true, IS_REMOTE = true, IS_ETERNAL = true, MaxLifeSeconds = -1, IdleTime = -1, CreateTime = 1301261818140, LastAccessTime = 1301261818140, getTimeToLiveSeconds() = -1, createTime = 1301261818140 ]
2011-03-27 21:36:58,141 INFO [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_resetafterplay.elementattributes], using default class.
2011-03-27 21:36:58,152 INFO [LRUMemoryCache] initialized LRUMemoryCache for local_resetafterplay
2011-03-27 21:36:58,152 INFO [CompositeCache] Constructed cache with name [local_resetafterplay] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-03-27 21:36:58,152 INFO [CompositeCacheConfigurator] No special ElementAttribute class defined for key [jcs.region.local_default.elementattributes], using default class.
2011-03-27 21:36:58,152 INFO [LRUMemoryCache] initialized LRUMemoryCache for local_default
2011-03-27 21:36:58,152 INFO [CompositeCache] Constructed cache with name [local_default] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = 0 ]
2011-03-27 21:36:58,152 INFO [CompositeCacheConfigurator] Parsed regions [local_resetafterplay, local_default]
2011-03-27 21:36:58,153 INFO [CompositeCacheConfigurator] Finished configuration in 16 ms.
2011-03-27 21:36:58,153 DEBUG [DiscoveryManager] UPNP device cbc16312-6151-3e53-a357-de481a1ed6e3 (192.168.0.188) is available
2011-03-27 21:36:58,155 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2011-03-27 21:36:58,155 INFO [EventDispatcher] Starting EventDispatcher
2011-03-27 21:36:58,156 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:36:58,160 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2011-03-27 21:36:58,162 INFO [RendererSearchSender] Searching for Renderer devices
2011-03-27 21:36:58,162 INFO [RendererExpirationChecker] Starting RendererExpirationChecker
2011-03-27 21:36:58,165 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:36:58,176 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:36:58,177 DEBUG [RendererSearchSender] Multicasting SSDP M-SEARCH using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:36:58,178 DEBUG [RendererSearchSender] Sending 1 'm-search' messages
2011-03-27 21:36:58,184 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.0.188:58733
2011-03-27 21:36:58,185 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.0.188:58733
2011-03-27 21:36:58,186 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.0.188:58733
2011-03-27 21:36:58,217 DEBUG [WebServer] Incoming connection from /192.168.0.197:56988
2011-03-27 21:36:58,222 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Azureus 4.6.0.2,Connection: close,Accept-Encoding: gzip,Host: 192.168.0.188:8895,Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2])
2011-03-27 21:36:58,222 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:36:58,239 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:36:58,402 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:36:58,833 DEBUG [WebServer] Incoming connection from /192.168.0.121:38233
2011-03-27 21:36:58,835 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.121 (headers = [HOST: 192.168.0.188:8895,USER-AGENT: SEC_HHP_BD-C6900/1.0,ACCEPT-LANGUAGE: en-us])
2011-03-27 21:36:58,835 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.121
2011-03-27 21:36:58,835 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.121
2011-03-27 21:36:58,836 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Samsung TV / player (C-series)'
2011-03-27 21:36:59,669 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:37:00,150 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:10
2011-03-27 21:37:00,475 DEBUG [WebServer] Incoming connection from /192.168.0.197:56989
2011-03-27 21:37:00,476 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Cache-Control: no-cache,Connection: Keep-Alive,Pragma: no-cache,Accept: text/xml, application/xml,User-Agent: FDSSDP,Host: 192.168.0.188:8895])
2011-03-27 21:37:00,476 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:00,477 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:00,478 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:37:00,891 DEBUG [WebServer] Incoming connection from /192.168.0.197:56990
2011-03-27 21:37:00,894 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 192.168.0.188:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7600.16385 DLNADOC/1.50])
2011-03-27 21:37:00,894 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:00,894 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:00,895 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:37:01,012 DEBUG [WebServer] Incoming connection from /192.168.0.197:56991
2011-03-27 21:37:01,012 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2011-03-27 21:37:02,670 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:37:03,139 DEBUG [WebServer] Incoming connection from /192.168.0.197:56993
2011-03-27 21:37:03,372 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:37:03,372 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:03,373 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:03,374 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:37:04,180 DEBUG [RendererSearchSender] Finished searching for Renderer devices
2011-03-27 21:37:05,739 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:37:08,740 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:37:10,160 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:37:10,161 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:37:10,165 DEBUG [WebServer] Incoming connection from /192.168.0.197:56994
2011-03-27 21:37:10,167 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:37:10,167 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:10,168 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:10,169 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:37:11,740 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:37:12,140 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:10
2011-03-27 21:37:22,151 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:37:22,152 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:37:22,155 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:37:22,156 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:22,156 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:37:22,157 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:37:22,262 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:37:22,263 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:37:24,131 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:25
2011-03-27 21:37:24,193 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2011-03-27 21:37:24,197 DEBUG [RepositoryDAOImpl] Reading all Repositories
2011-03-27 21:37:24,201 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2011-03-27 21:37:24,201 DEBUG [RepositoryDAOImpl] Reading all Repositories
2011-03-27 21:37:35,414 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:58853
2011-03-27 21:37:35,415 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:58853
2011-03-27 21:37:55,655 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:58858
2011-03-27 21:37:55,655 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:58858
2011-03-27 21:37:59,043 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:00,497 DEBUG [WebServer] I/O error: Connection reset
2011-03-27 21:38:02,044 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:05,045 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:07,980 DEBUG [WebServer] Incoming connection from /192.168.0.197:57007
2011-03-27 21:38:08,115 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:08,210 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:38:08,210 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:38:08,211 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:38:08,215 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:38:11,118 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:11,120 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:11,121 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:14,116 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:38:22,268 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:38:22,268 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:38:27,934 DEBUG [WebServer] Incoming connection from /192.168.0.197:57010
2011-03-27 21:38:28,166 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:38:28,166 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:38:28,167 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:38:28,168 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:38:49,763 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:38:49,764 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:38:49,769 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:38:49,769 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:38:49,770 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:38:49,771 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:38:51,743 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:02
2011-03-27 21:38:57,835 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:63482
2011-03-27 21:38:57,836 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:63482
2011-03-27 21:39:00,902 DEBUG [WebServer] I/O error: Connection reset
2011-03-27 21:39:22,228 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:50836
2011-03-27 21:39:22,229 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:50836
2011-03-27 21:39:22,277 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:39:22,277 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:39:22,278 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:39:22,278 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:39:35,100 DEBUG [WebServer] Incoming connection from /192.168.0.197:57030
2011-03-27 21:39:35,319 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:39:35,319 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:39:35,320 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:39:35,321 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:39:54,325 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:39:54,326 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:39:54,330 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:39:54,330 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:39:54,331 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:39:54,332 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:39:56,305 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:02
2011-03-27 21:40:04,703 DEBUG [WebServer] Incoming connection from /192.168.0.197:57043
2011-03-27 21:40:04,923 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:40:04,923 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:40:04,924 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:40:04,925 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:40:22,284 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:40:22,285 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:40:58,977 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:40:58,978 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:40:58,982 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:40:58,982 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:40:58,983 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:40:58,984 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:41:00,957 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:15
2011-03-27 21:41:02,072 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:05,073 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:08,074 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:11,143 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:14,144 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:17,144 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:22,289 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:41:22,289 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:41:38,319 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:50847
2011-03-27 21:41:38,319 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:50847
2011-03-27 21:41:43,071 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:46,070 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:49,071 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:52,143 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:55,144 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:41:58,145 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:01,216 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:04,216 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:07,217 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:16,359 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:42:16,360 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:42:16,364 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:42:16,364 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:42:16,364 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:42:16,366 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:42:18,339 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:07
2011-03-27 21:42:20,669 DEBUG [WebServer] Incoming connection from /192.168.0.197:57091
2011-03-27 21:42:20,889 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:42:20,889 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:42:20,889 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:42:20,891 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:42:22,294 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:42:22,295 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:42:24,239 DEBUG [RepositoryDAOImpl] Reading all Repositories
2011-03-27 21:42:40,085 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:43,084 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:46,083 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:47,283 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:56872
2011-03-27 21:42:47,284 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:56872
2011-03-27 21:42:49,155 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:52,155 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:42:55,156 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:43:06,910 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:56877
2011-03-27 21:43:06,911 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:56877
2011-03-27 21:43:19,327 DEBUG [WebServer] Incoming connection from /192.168.0.197:57104
2011-03-27 21:43:19,563 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:43:19,563 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:43:19,564 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:43:19,565 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:43:22,300 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:43:22,301 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:43:25,871 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:43:25,872 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:43:25,877 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:43:25,877 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:43:25,878 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:43:25,879 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:43:27,851 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:03
2011-03-27 21:43:39,019 DEBUG [WebServer] Incoming connection from /192.168.0.197:57123
2011-03-27 21:43:39,240 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [Accept: text/xml, application/xml,User-Agent: Mozilla/4.0 (compatible; UPnP/1.0; Windows NT/5.1),Host: 192.168.0.188,Connection: Keep-Alive,Cache-Control: no-cache,Pragma: no-cache])
2011-03-27 21:43:39,241 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:43:39,241 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:43:39,242 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:43:57,094 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:44:00,095 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:44:03,095 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:44:05,824 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:61815
2011-03-27 21:44:05,824 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:61815
2011-03-27 21:44:06,167 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:44:09,166 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:44:12,167 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:InternetGatewayDevice:1 from address /192.168.0.197:59688
2011-03-27 21:44:22,307 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:64498
2011-03-27 21:44:22,307 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:64498
2011-03-27 21:44:30,913 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface fxp0 (fxp0) and address 192.168.0.188, timeout = 0
2011-03-27 21:44:30,914 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device cbc16312-6151-3e53-a357-de481a1ed6e3
2011-03-27 21:44:30,931 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device cbc16312-6151-3e53-a357-de481a1ed6e3 from 192.168.0.197 (headers = [User-Agent: Opera/9.80 (Windows NT 6.1; U; en) Presto/2.7.62 Version/11.00,Host: 192.168.0.188:8895,Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1,Accept-Language: sv-SE,sv;q=0.9,en;q=0.8,Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1,Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0,Cookie: PHPSESSID=923bff4083603acf192aa9f5c665cad7,Cookie2: $Version=1,Connection: Keep-Alive, TE,TE: deflate, gzip, chunked, identity, trailers])
2011-03-27 21:44:30,931 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:44:30,932 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.197
2011-03-27 21:44:30,933 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2011-03-27 21:44:32,525 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.197:59675
2011-03-27 21:44:32,526 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.197:59675
2011-03-27 21:44:32,893 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:01:17
So, There is a serviio process started. Nothing odd that strucks me in the log.
When I start the ServiioConsole.exe app on the windows client I get the error:"Serviio Error Cannot connect to serviio server, it does not seem to be running. Exiting..."
Second trial:
I then made a new Serviio.sh based on the Fafa example in the other thread.
http://forum.serviio.org/viewtopic.php?f=14&t=692&start=10#p3516The only difference is that it explicitly points at the ffmpeg location and sets the remote host adress, this line:
- Code:
JAVA_OPTS="-Djava.net.preferIPv4Stack=true -Dderby.system.home=$SERVIIO_HOME/library -Dserviio.home=$SERVIIO_HOME -Dffmpeg.location=/usr/local/bin/ffmpeg -Dserviio.remoteHost=192.168.1.188"
As before, 192.168.0.188 is the adress of the FreeNAS server.
So, the command
renders this log.
- Code:
2011-03-27 22:13:23,101 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2011-03-27 22:13:23,106 INFO [MediaServer] ------------------------------------------------------------------------
2011-03-27 22:13:23,106 INFO [MediaServer] Serviio DLNA media streaming server v 0.5.1 (rev. 0c488c4fc651)
2011-03-27 22:13:23,106 INFO [MediaServer] Petr Nejedly 2009-2011
2011-03-27 22:13:23,106 INFO [MediaServer] http://www.serviio.org
2011-03-27 22:13:23,106 INFO [MediaServer]
2011-03-27 22:13:23,106 INFO [MediaServer] Java 1.6.0_07-The FreeBSD Foundation
2011-03-27 22:13:23,106 INFO [MediaServer] OS FreeBSD amd64 7.3-RELEASE-p3
2011-03-27 22:13:23,106 INFO [MediaServer] File encoding: ISO-8859-1
2011-03-27 22:13:23,106 INFO [MediaServer] ------------------------------------------------------------------------
2011-03-27 22:13:23,184 INFO [RestletServer] Starting Restlet server exposed on 192.168.1.188:23423
2011-03-27 22:13:23,205 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: java.net.BindException: Can't assign requested address
2011-03-27 22:19:32,191 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2011-03-27 22:19:32,197 INFO [MediaServer] ------------------------------------------------------------------------
2011-03-27 22:19:32,197 INFO [MediaServer] Serviio DLNA media streaming server v 0.5.1 (rev. 0c488c4fc651)
2011-03-27 22:19:32,197 INFO [MediaServer] Petr Nejedly 2009-2011
2011-03-27 22:19:32,197 INFO [MediaServer] http://www.serviio.org
2011-03-27 22:19:32,197 INFO [MediaServer]
2011-03-27 22:19:32,197 INFO [MediaServer] Java 1.6.0_07-The FreeBSD Foundation
2011-03-27 22:19:32,197 INFO [MediaServer] OS FreeBSD amd64 7.3-RELEASE-p3
2011-03-27 22:19:32,197 INFO [MediaServer] File encoding: ISO-8859-1
2011-03-27 22:19:32,197 INFO [MediaServer] ------------------------------------------------------------------------
2011-03-27 22:19:32,275 INFO [RestletServer] Starting Restlet server exposed on 192.168.1.197:23423
2011-03-27 22:19:32,296 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: java.net.BindException: Can't assign requested address
To try I changed the .188 adress with .197 (the windows console adress, with the same error message in the log file above.
So, why ??