FAQ  •  Register  •  Login

Unable to find Serviio server

<<

akashra

Serviio newbie

Posts: 5

Joined: Sun Dec 30, 2012 10:16 am

Post Sun Dec 30, 2012 10:26 am

Unable to find Serviio server

I have been trying on and off for a few days to fix this problem - I've tried to go through everything in similar related other threads, but have not found anything in particular that's been helpful to rectify the problem.

I previously had a working serviio server on a linux box here, but recently something has changed that prevents it working.
Previously it was running serviio 0.6.2 - though I have also tried to run the old binaries with its database, and it can no longer be seen either. This suggests to me it's something a little wierder.
The problem I guess happened when I upgraded this system to serviio 1.1 - but even rolling back hasn't helped - and yes, the config files are separate. It doesn't make a lot of sense. The database for this installation is ~170MB, so there's a lot of media to be served.

I have half a dozen DLNA devices on the network, none of them can see serviio running anymore. They vary from being things like WD Live TVs, Sony Bravia TVs and Sony BluRay players that support DLNA, a few iPad apps... nothing sees serviio on this host.
All plugins have been removed from /etc/serviio/plugins, just to be sure.
Aditionally the console works and I can connect and see everything appears to be happy when connecting remotely. It says it's up etc.

Here's as much detail as I can think to give that might help.

The host IP is 192.168.0.145.

Netstat output from the host:
root@hpnas:/etc/serviio/bin# ps aux |grep serviio
trowe 27193 0.0 0.0 10876 584 pts/2 S+ 21:11 0:00 tail -f serviio.log
root 27194 0.0 0.0 4236 580 pts/1 S 21:11 0:00 /bin/sh ./serviio.sh
root 27199 30.9 1.5 1022956 126508 pts/1 Sl 21:11 1:01 java -Xmx512M -Xms20M -XX:+UseParNewGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Dderby.system.home=/etc/serviio/library -Dserviio.home=/etc/serviio -classpath /etc/serviio/lib/*:/etc/serviio/config org.serviio.MediaServer
root 27487 0.0 0.0 13140 1020 pts/1 S+ 21:15 0:00 grep --color=auto serviio
root@hpnas:/etc/serviio/bin# netstat -a -n -p |grep 27199
tcp 0 0 0.0.0.0:8895 0.0.0.0:* LISTEN 27199/java
tcp 0 0 0.0.0.0:23423 0.0.0.0:* LISTEN 27199/java
tcp 0 0 0.0.0.0:23424 0.0.0.0:* LISTEN 27199/java
tcp 0 0 127.0.1.1:44331 0.0.0.0:* LISTEN 27199/java
udp 0 0 0.0.0.0:1900 0.0.0.0:* 27199/java
unix 2 [ ] STREAM CONNECTED 3091255 27199/java


And the full log file:
2012-12-30 21:11:59,455 INFO [MediaServer] ------------------------------------------------------------------------
2012-12-30 21:11:59,456 INFO [MediaServer] Serviio DLNA media streaming server v 1.1 (rev. 6ba0dd933a8e+)
2012-12-30 21:11:59,456 INFO [MediaServer] Petr Nejedly 2009-2012
2012-12-30 21:11:59,456 INFO [MediaServer] http://www.serviio.org
2012-12-30 21:11:59,456 INFO [MediaServer]
2012-12-30 21:11:59,456 INFO [MediaServer] Java 1.6.0_24-Sun Microsystems Inc.
2012-12-30 21:11:59,456 INFO [MediaServer] OS Linux amd64 2.6.38-8-generic
2012-12-30 21:11:59,457 INFO [MediaServer] File encoding: UTF-8
2012-12-30 21:11:59,457 INFO [MediaServer] Headless mode enabled: true
2012-12-30 21:11:59,457 INFO [MediaServer] User: root
2012-12-30 21:11:59,457 INFO [MediaServer] User home dir: /root
2012-12-30 21:11:59,457 INFO [MediaServer] Temp dir: /tmp
2012-12-30 21:11:59,458 INFO [MediaServer] ------------------------------------------------------------------------
2012-12-30 21:11:59,657 INFO [WebServer] Socket buffer set to 65535 bytes
2012-12-30 21:11:59,660 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2012-12-30 21:11:59,716 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2012-12-30 21:11:59,717 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2012-12-30 21:11:59,739 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2012-12-30 21:12:02,084 INFO [Device] Created UPnP Device with UUID: 252f7fa9-e4ad-3ab6-982e-71b1ac922759, bound address: 192.168.0.168
2012-12-30 21:12:02,406 INFO [MediaServer] ------------------------------------------------------------------------
2012-12-30 21:12:02,406 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2012-12-30 21:12:02,406 INFO [MediaServer] ------------------------------------------------------------------------
2012-12-30 21:12:03,111 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2012-12-30 21:12:04,213 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2012-12-30 21:12:04,809 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2012-12-30 21:12:05,169 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2012-12-30 21:12:05,690 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2012-12-30 21:12:06,023 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2012-12-30 21:12:06,267 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2012-12-30 21:12:07,121 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D/E-series)' (id=7)
2012-12-30 21:12:07,172 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2012-12-30 21:12:08,341 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2012-12-30 21:12:09,753 INFO [ProfilesDefinitionParser] Added profile 'Sony BD Player / SMP' (id=10)
2012-12-30 21:12:10,312 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2012-12-30 21:12:10,632 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2012-12-30 21:12:10,690 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2012-12-30 21:12:10,964 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2012-12-30 21:12:11,060 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2012-12-30 21:12:11,693 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2012-12-30 21:12:11,904 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2012-12-30 21:12:12,390 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2012-12-30 21:12:12,944 INFO [ProfilesDefinitionParser] Added profile 'Philips' (id=20)
2012-12-30 21:12:13,158 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2012-12-30 21:12:13,263 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2012-12-30 21:12:14,262 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2012-12-30 21:12:14,410 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2012-12-30 21:12:14,543 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2012-12-30 21:12:14,740 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2012-12-30 21:12:14,941 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2012-12-30 21:12:15,240 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2012-12-30 21:12:15,399 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2012-12-30 21:12:15,463 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2012-12-30 21:12:15,838 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2012-12-30 21:12:16,097 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo' (id=serviigo)
2012-12-30 21:12:16,303 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8)
2012-12-30 21:12:16,344 INFO [PluginCompilerThread] Looking for plugins at /etc/serviio/plugins
2012-12-30 21:12:16,345 INFO [PluginCompilerThread] Started looking for plugins
2012-12-30 21:12:16,348 INFO [UpdateChecker] Checking if a new version is available
2012-12-30 21:12:16,417 WARN [FFMPEGWrapper] FFmpeg is not compiled with librtmp support, RTMP streaming will not work.
2012-12-30 21:12:16,442 ERROR [ProcessExecutor] Fatal error in process starting: Cannot run program "dcraw": java.io.IOException: error=2, No such file or directory
2012-12-30 21:12:16,442 WARN [MediaServer] DCRAW not found. Support for raw image files will be missing.
2012-12-30 21:12:16,455 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2012-12-30 21:12:16,490 INFO [WebServer] WebServer starting on port 8895
2012-12-30 21:12:16,508 INFO [EventDispatcher] Starting EventDispatcher
2012-12-30 21:12:16,508 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2012-12-30 21:12:16,512 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface Unknown and address 192.168.0.168, timeout = 0
2012-12-30 21:12:16,513 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2012-12-30 21:12:16,521 INFO [RendererExpirationChecker] Starting RendererExpirationChecker
2012-12-30 21:12:16,523 INFO [RendererSearchSender] Searching for Renderer devices, will multicast on 1 NICs
2012-12-30 21:12:42,571 INFO [FeedUpdaterThread] Started looking for information about online resources
2012-12-30 21:12:42,574 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-12-30 21:12:42,610 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-12-30 21:12:42,611 INFO [PlaylistMaintainerThread] Started looking playlist changes


Ideas? Where else could I dig? Is there anything from any of these outputs that looks out of place?

Edit: I have bolded a line which I suspect may be a major problem. I can't say when this might have started occuring, but to be sure I'm recompiling ffmpeg to see if that helps.


Bit of an update - recompiling fmpeg with rtmp stopped the warning, but didn't solve the problem. I've upped the log level to DEBUG and noticed this when I did a scan from, say, my iPad:

2012-12-30 23:17:37,680 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.160
2012-12-30 23:17:37,682 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.160:52029
2012-12-30 23:17:37,767 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaServer:1 from address /192.168.0.160:52029

So obviously it's listening and seeing the requests, but not responding with anything viable. Ideas?

Also noticed this:
2012-12-30 23:18:16,980 DEBUG [DiscoveryAdvertisementNotifier] Found 1 network interfaces to advertise on
2012-12-30 23:18:16,981 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.0.145, timeout = 0
2012-12-30 23:18:16,982 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 252f7fa9-e4ad-3ab6-982e-71b1ac922759
2012-12-30 23:18:18,789 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:04:03 (advertisement duration is 1800 sec.)
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Dec 31, 2012 6:22 pm

Re: Unable to find Serviio server

It binds to 192.168.0.168 instead of 192.168.0.145. What is the .168 NIC?

  Code:
 [Device] Created UPnP Device with UUID: 252f7fa9-e4ad-3ab6-982e-71b1ac922759, bound address: 192.168.0.168
<<

akashra

Serviio newbie

Posts: 5

Joined: Sun Dec 30, 2012 10:16 am

Post Mon Dec 31, 2012 11:23 pm

Re: Unable to find Serviio server

I have no idea. 192.168.0.168 is a DHCP IP reserved for a device which has not been switched on for months. It is not currently active, and nothing on the network is using that IP. It is most certainly not configured anywhere on the host system, and a grep of the flies in the serviio directory for that IP (string) only return log file entries.

I lie, I found some stuff like this:
log/serviio.log.4:2013-01-01 10:07:36,872 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,A ccept: text/xml, application/xml,Host: 192.168.0.168:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7601.17514 DLNADOC/1.50]
log/serviio.log.48:2013-01-01 07:47:36,589 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device 252f7fa9-e4ad-3ab6-982e-71b1ac922759 from 192.1 68.0.103 (headers = [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 192.168.0.168:8895,User-Agent: Microsoft-Windows/6.1 UPn P/1.0 Windows-Media-Player-DMS/12.0.7601.17514 DLNADOC/1.50])


Though the point remains the same - it is not a system I know anything of.


Edit2: 192.168.0.168 is a Windows 7 host on the network. It is not a system I have control of (or am likely to get the owner to cooperate with doing anything with). Since there is most certainly nothing on the Serviio server specifying it to do anything, how is it that a remote system could prevent Serviio working as intended?
<<

akashra

Serviio newbie

Posts: 5

Joined: Sun Dec 30, 2012 10:16 am

Post Tue Jan 01, 2013 12:13 am

Re: Unable to find Serviio server

I found another thread where they person seems to have been reporting similar - that the logs are indicating it's binding to an IP now owned by the machine running Serviio - instead that it's binding to an IP owned by another system. From that there was a hint to check a URL on the device, which I've pasted below in case it's helpful.

http://192.168.0.145:8895/deviceDescrip ... b1ac922759 returns:
<root xmlns="urn:schemas-upnp-org:device-1-0" xmlns:dlna="urn:schemas-dlna-org:device-1-0" xmlns:sec="http://www.sec.co.kr/dlna">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device>
<dlna:X_DLNACAP/>
<dlna:X_DLNADOC>DMS-1.50</dlna:X_DLNADOC>
<dlna:X_DLNADOC>M-DMS-1.50</dlna:X_DLNADOC>
<UDN>uuid:252f7fa9-e4ad-3ab6-982e-71b1ac922759</UDN>
<friendlyName>Serviio (hpnas)</friendlyName>
<deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType>
<manufacturer>Petr Nejedly</manufacturer>
<manufacturerURL>http://www.serviio.org</manufacturerURL>
<modelName>Serviio Media Server</modelName>
<modelDescription>Serviio, a DLNA media server</modelDescription>
<modelNumber>1.1</modelNumber>
<modelURL>http://www.serviio.org</modelURL>
<serialNumber/>
<iconList>
<icon>
<mimetype>image/png</mimetype>
<width>48</width>
<height>48</height>
<depth>24</depth>
<url>/icon/smallPNG</url>
</icon>
<icon>
<mimetype>image/png</mimetype>
<width>120</width>
<height>120</height>
<depth>24</depth>
<url>/icon/largePNG</url>
</icon>
<icon>
<mimetype>image/jpeg</mimetype>
<width>48</width>
<height>48</height>
<depth>24</depth>
<url>/icon/smallJPG</url>
</icon>
<icon>
<mimetype>image/jpeg</mimetype>
<width>120</width>
<height>120</height>
<depth>24</depth>
<url>/icon/largeJPG</url>
</icon>
</iconList>
<serviceList>
<service>
<serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
<serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
<SCPDURL>/serviceDescription/ConnectionManager</SCPDURL>
<controlURL>/serviceControl</controlURL>
<eventSubURL>/serviceEventing/ConnectionManager</eventSubURL>
</service>
<service>
<serviceType>urn:schemas-upnp-org:service:ContentDirectory:1</serviceType>
<serviceId>urn:upnp-org:serviceId:ContentDirectory</serviceId>
<SCPDURL>/serviceDescription/ContentDirectory</SCPDURL>
<controlURL>/serviceControl</controlURL>
<eventSubURL>/serviceEventing/ContentDirectory</eventSubURL>
</service>
<service>
<serviceType>
urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1
</serviceType>
<serviceId>
urn:microsoft.com:serviceId:X_MS_MediaReceiverRegistrar
</serviceId>
<SCPDURL>/serviceDescription/X_MS_MediaReceiverRegistrar</SCPDURL>
<controlURL>/serviceControl</controlURL>
<eventSubURL>/serviceEventing/X_MS_MediaReceiverRegistrar</eventSubURL>
</service>
</serviceList>
</device>
</root>


I can't say whether this is helpful though.

The server logs are still spitting out stuff like this when a DLNA device on the network scans for other devices, but they can only see that Windos 7 DLNA server.
2013-01-01 11:12:34,676 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.160:3336
2013-01-01 11:12:34,676 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.160
2013-01-01 11:12:34,677 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.160:3336
2013-01-01 11:12:34,677 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.160
2013-01-01 11:12:34,678 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.160:3336
2013-01-01 11:12:34,678 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.160:3336
2013-01-01 11:12:34,709 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaServer:1 from address /192.168.0.160:6092
2013-01-01 11:12:34,709 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.160
2013-01-01 11:12:34,709 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaServer:1 from address /192.168.0.160:6092
2013-01-01 11:12:34,710 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.160
2013-01-01 11:12:34,710 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.160:6092
2013-01-01 11:12:34,710 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.160:6092
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Jan 01, 2013 2:29 pm

Re: Unable to find Serviio server

Can you run this program and post the results?

viewtopic.php?f=3&t=3923&hilit=ListNic#p26629

What I mean is that Serviio binds itself to .168 IP address for some reason and uses that NIC to do all its networking. You can try to enter the proper IP to the Bound IP address box in the console.
<<

akashra

Serviio newbie

Posts: 5

Joined: Sun Dec 30, 2012 10:16 am

Post Tue Jan 01, 2013 8:46 pm

Re: Unable to find Serviio server

There is no IP of 192.168.0.168 present on the host system. It's a remote system that has that IP.

trowe@hpnas:~$ java ListNic
ip: 192.168.0.145,
name: eth0
display name: eth0
loopback: false
p2p: false
up: true
virtual: false
multicast: true
------------------------------
ip: 127.0.0.1,
name: lo
display name: lo
loopback: true
p2p: false
up: true
virtual: false
multicast: false
------------------------------


Similarly:
trowe@hpnas:~$ ifconfig -a -v
eth0 Link encap:Ethernet HWaddr 98:4b:e1:08:88:f0
inet addr:192.168.0.145 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:36893686 errors:0 dropped:8 overruns:0 frame:0
TX packets:28847476 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:34726640412 (34.7 GB) TX bytes:6011932157 (6.0 GB)
Interrupt:18

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:156748 errors:0 dropped:0 overruns:0 frame:0
TX packets:156748 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:40070958 (40.0 MB) TX bytes:40070958 (40.0 MB)
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Jan 01, 2013 9:27 pm

Re: Unable to find Serviio server

Is there anything in the Bound IP address field? If not, enter 192.168.0.145
<<

akashra

Serviio newbie

Posts: 5

Joined: Sun Dec 30, 2012 10:16 am

Post Wed Jan 02, 2013 8:00 am

Re: Unable to find Serviio server

Well, when I was finally able to get the web console up (can't seem to launch the desktop one at the moment, just doesn't launch) 192.168.0.168 is specified. Okay, should be easy enough (so I thought), just change to .145...

Image

FUUUUUUUU! :(

Okay, so I'll set it to blank, that worked...
Still can't see the server.

Wonder what's in the logs this time?
trowe@hpnas:/etc/serviio$ tail -f log/serviio.log
2013-01-02 18:52:21,542 DEBUG [DiscoverySSDPMessageListener] Socket closed: Socket closed
2013-01-02 18:52:21,542 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2013-01-02 18:52:21,542 INFO [EventDispatcher] Leaving EventDispatcher
2013-01-02 18:52:21,831 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP byebye using interface eth0 (eth0) and address hpnas.local, timeout = 0
2013-01-02 18:52:21,834 INFO [DatabaseManager] Shutting down database
2013-01-02 18:52:21,834 DEBUG [DBConnectionPool] Closed connection for pool Serviio DB Pool
2013-01-02 18:52:21,835 DEBUG [DBConnectionPool] Closed connection for pool Serviio DB Pool
2013-01-02 18:52:21,835 DEBUG [DBConnectionPool] Closed connection for pool Serviio DB Pool
2013-01-02 18:52:22,455 DEBUG [DatabaseManager] DB shutdown returned: Derby system shutdown.
2013-01-02 18:52:22,455 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2013-01-02 18:52:46,604 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2013-01-02 18:52:46,618 INFO [MediaServer] ------------------------------------------------------------------------
2013-01-02 18:52:46,618 INFO [MediaServer] Serviio DLNA media streaming server v 1.1 (rev. 6ba0dd933a8e+)
2013-01-02 18:52:46,618 INFO [MediaServer] Petr Nejedly 2009-2012
2013-01-02 18:52:46,618 INFO [MediaServer] http://www.serviio.org
2013-01-02 18:52:46,618 INFO [MediaServer]
2013-01-02 18:52:46,618 INFO [MediaServer] Java 1.6.0_24-Sun Microsystems Inc.
2013-01-02 18:52:46,618 INFO [MediaServer] OS Linux amd64 2.6.38-8-generic
2013-01-02 18:52:46,619 INFO [MediaServer] File encoding: UTF-8
2013-01-02 18:52:46,619 INFO [MediaServer] Headless mode enabled: true
2013-01-02 18:52:46,619 INFO [MediaServer] User: root
2013-01-02 18:52:46,619 INFO [MediaServer] User home dir: /root
2013-01-02 18:52:46,619 INFO [MediaServer] Temp dir: /tmp
2013-01-02 18:52:46,619 INFO [MediaServer] ------------------------------------------------------------------------
2013-01-02 18:52:46,819 INFO [WebServer] Socket buffer set to 65535 bytes
2013-01-02 18:52:46,822 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2013-01-02 18:52:46,879 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2013-01-02 18:52:46,879 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2013-01-02 18:52:46,901 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2013-01-02 18:52:46,913 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.sql' has been run
2013-01-02 18:52:49,087 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.1.sql' has been run
2013-01-02 18:52:49,088 DEBUG [DBLogDAOImpl] Checking if script 'script-0.2.sql' has been run
2013-01-02 18:52:49,089 DEBUG [DBLogDAOImpl] Checking if script 'script-0.3.1.sql' has been run
2013-01-02 18:52:49,091 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.sql' has been run
2013-01-02 18:52:49,092 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.1.sql' has been run
2013-01-02 18:52:49,093 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.2.sql' has been run
2013-01-02 18:52:49,094 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.sql' has been run
2013-01-02 18:52:49,095 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.1.sql' has been run
2013-01-02 18:52:49,096 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.sql' has been run
2013-01-02 18:52:49,097 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.1.sql' has been run
2013-01-02 18:52:49,099 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.2.sql' has been run
2013-01-02 18:52:49,100 DEBUG [DBLogDAOImpl] Checking if script 'script-1.0.sql' has been run
2013-01-02 18:52:49,101 DEBUG [DBLogDAOImpl] Checking if script 'script-1.1.sql' has been run
2013-01-02 18:52:49,120 DEBUG [ConfigEntryDAOImpl] Reading all ConfigEntries
2013-01-02 18:52:49,142 DEBUG [LicenseValidator] Validating license file (339 bytes)
2013-01-02 18:52:49,350 INFO [MediaServer] ------------------------------------------------------------------------
2013-01-02 18:52:49,350 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2013-01-02 18:52:49,350 INFO [MediaServer] ------------------------------------------------------------------------
2013-01-02 18:52:49,794 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2013-01-02 18:52:49,894 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 1
2013-01-02 18:52:50,903 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2013-01-02 18:52:50,905 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 2
2013-01-02 18:52:51,479 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2013-01-02 18:52:51,481 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 3
2013-01-02 18:52:51,829 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2013-01-02 18:52:51,831 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 4
2013-01-02 18:52:52,342 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2013-01-02 18:52:52,344 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 5
2013-01-02 18:52:52,663 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2013-01-02 18:52:52,665 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 6
2013-01-02 18:52:52,915 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2013-01-02 18:52:52,941 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 7
2013-01-02 18:52:53,777 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D/E-series)' (id=7)
2013-01-02 18:52:53,779 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 8
2013-01-02 18:52:53,828 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2013-01-02 18:52:53,830 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2012
2013-01-02 18:52:55,007 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2013-01-02 18:52:55,009 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 10
2013-01-02 18:52:56,400 INFO [ProfilesDefinitionParser] Added profile 'Sony BD Player / SMP' (id=10)
2013-01-02 18:52:56,405 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 13
2013-01-02 18:52:56,954 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2013-01-02 18:52:56,956 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 14
2013-01-02 18:52:57,274 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2013-01-02 18:52:57,277 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 15
2013-01-02 18:52:57,329 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2013-01-02 18:52:57,332 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 16
2013-01-02 18:52:57,590 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2013-01-02 18:52:57,593 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 17
2013-01-02 18:52:57,686 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2013-01-02 18:52:57,689 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 18
2013-01-02 18:52:58,179 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2013-01-02 18:52:58,182 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2011
2013-01-02 18:52:58,425 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2013-01-02 18:52:58,428 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2010
2013-01-02 18:52:59,046 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2013-01-02 18:52:59,050 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 20
2013-01-02 18:52:59,600 INFO [ProfilesDefinitionParser] Added profile 'Philips' (id=20)
2013-01-02 18:52:59,604 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2009
2013-01-02 18:52:59,811 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2013-01-02 18:52:59,814 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 22
2013-01-02 18:52:59,913 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2013-01-02 18:52:59,916 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile viera2011a
2013-01-02 18:53:00,881 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2013-01-02 18:53:00,884 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile viera2011
2013-01-02 18:53:01,025 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2013-01-02 18:53:01,029 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile viera2010
2013-01-02 18:53:01,166 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2013-01-02 18:53:01,170 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2012us
2013-01-02 18:53:01,362 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2013-01-02 18:53:01,365 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2011us
2013-01-02 18:53:01,559 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2013-01-02 18:53:01,562 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile SonySTR
2013-01-02 18:53:01,842 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2013-01-02 18:53:01,846 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile SonyCMT
2013-01-02 18:53:02,003 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2013-01-02 18:53:02,084 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2013-01-02 18:53:02,092 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile flv_player
2013-01-02 18:53:02,448 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2013-01-02 18:53:02,449 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile serviigo
2013-01-02 18:53:02,696 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo' (id=serviigo)
2013-01-02 18:53:02,698 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile wp8
2013-01-02 18:53:02,894 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8)
2013-01-02 18:53:03,043 INFO [Device] Created UPnP Device with UUID: 2bd2ef36-b497-3fb3-962e-6b3800f9ce95, bound address: 192.168.0.145
2013-01-02 18:53:03,076 INFO [PluginCompilerThread] Looking for plugins at /etc/serviio/plugins
2013-01-02 18:53:03,080 INFO [UpdateChecker] Checking if a new version is available
2013-01-02 18:53:03,082 INFO [PluginCompilerThread] Started looking for plugins
2013-01-02 18:53:03,098 DEBUG [FFMPEGWrapper] Invoking FFMPEG to check if it exists of path ffmpeg
2013-01-02 18:53:03,107 DEBUG [ProcessExecutor] Starting ffmpeg
2013-01-02 18:53:03,152 DEBUG [DCRawWrapper] Invoking DCRAW to check if it exists of path dcraw
2013-01-02 18:53:03,155 DEBUG [ProcessExecutor] Starting dcraw
2013-01-02 18:53:03,168 ERROR [ProcessExecutor] Fatal error in process starting: Cannot run program "dcraw": java.io.IOException: error=2, No such file or directory
2013-01-02 18:53:03,169 WARN [MediaServer] DCRAW not found. Support for raw image files will be missing.
2013-01-02 18:53:03,184 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2013-01-02 18:53:03,241 INFO [WebServer] WebServer starting on port 8895
2013-01-02 18:53:03,255 DEBUG [DiscoveryManager] UPNP device 2bd2ef36-b497-3fb3-962e-6b3800f9ce95 (192.168.0.145) is available
2013-01-02 18:53:03,266 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.0.145, timeout = 0
2013-01-02 18:53:03,266 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2013-01-02 18:53:03,267 INFO [EventDispatcher] Starting EventDispatcher
2013-01-02 18:53:03,274 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2013-01-02 18:53:03,276 INFO [RendererExpirationChecker] Starting RendererExpirationChecker
2013-01-02 18:53:03,276 INFO [RendererSearchSender] Searching for Renderer devices, will multicast on 1 NICs
2013-01-02 18:53:03,280 DEBUG [RendererSearchSender] Multicasting SSDP M-SEARCH using interface eth0 (eth0) and address 192.168.0.145, timeout = 0
2013-01-02 18:53:03,308 DEBUG [RendererSearchSender] Sending 1 'm-search' messages
2013-01-02 18:53:03,324 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.0.145:44726
2013-01-02 18:53:03,324 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.145
2013-01-02 18:53:03,347 DEBUG [DiscoveryAdvertisementNotifier] Found 1 network interfaces to advertise on
2013-01-02 18:53:03,348 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.0.145, timeout = 0
2013-01-02 18:53:03,351 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 2bd2ef36-b497-3fb3-962e-6b3800f9ce95
2013-01-02 18:53:03,368 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.0.145:44726
2013-01-02 18:53:03,369 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.145
2013-01-02 18:53:03,371 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaRenderer:1 from address /192.168.0.145:44726
2013-01-02 18:53:03,371 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.145
2013-01-02 18:53:03,845 DEBUG [RendererSearchSender] Received search response: location: http://192.168.0.7:2869/upnphost/udhisa ... 98c0776ece, st: urn:schemas-upnp-org:device:MediaRenderer:1
2013-01-02 18:53:03,847 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer 14e32492-da14-49de-a4ae-8398c0776ece from address /192.168.0.7:1900
2013-01-02 18:53:03,878 DEBUG [RendererManager] Adding renderer Renderer [uuid=14e32492-da14-49de-a4ae-8398c0776ece, ipAddress=192.168.0.7, name=Windows Media Player, profileId=1, manuallyAdded=false, forcedProfile=false, enabled=true, accessGroupId=1] to list of active renderers
2013-01-02 18:53:04,097 DEBUG [RendererSearchSender] Received search response: location: http://192.168.0.7:2869/upnphost/udhisa ... 98c0776ece, st: urn:schemas-upnp-org:device:MediaRenderer:1
2013-01-02 18:53:04,099 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer 14e32492-da14-49de-a4ae-8398c0776ece from address /192.168.0.7:1900
2013-01-02 18:53:04,547 DEBUG [WebServer] Incoming connection from /192.168.0.138:51923
2013-01-02 18:53:04,552 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.138
2013-01-02 18:53:04,557 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device 2bd2ef36-b497-3fb3-962e-6b3800f9ce95 from 192.168.0.138 (headers = [Cache-Control: no-cache,Connection: Keep-Alive,Pragma: no-cache,Accept: text/xml, application/xml,User-Agent: FDSSDP,Host: 192.168.0.145:8895])
2013-01-02 18:53:04,557 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.138
2013-01-02 18:53:04,559 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Cache-Control: no-cache,Connection: Keep-Alive,Pragma: no-cache,Accept: text/xml, application/xml,User-Agent: FDSSDP,Host: 192.168.0.145:8895]
2013-01-02 18:53:04,562 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.138
2013-01-02 18:53:04,684 DEBUG [WebServer] Incoming connection from /192.168.0.7:54308
2013-01-02 18:53:04,685 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.7
2013-01-02 18:53:04,709 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device 2bd2ef36-b497-3fb3-962e-6b3800f9ce95 from 192.168.0.7 (headers = [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 192.168.0.145:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7600.16385 DLNADOC/1.50])
2013-01-02 18:53:04,710 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.7
2013-01-02 18:53:04,712 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 192.168.0.145:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7600.16385 DLNADOC/1.50]
2013-01-02 18:53:04,714 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.7
2013-01-02 18:53:04,798 DEBUG [RendererSearchSender] Received search response: location: http://192.168.0.7:2869/upnphost/udhisa ... 98c0776ece, st: urn:schemas-upnp-org:device:MediaRenderer:1
2013-01-02 18:53:04,799 DEBUG [RendererSearchSender] Received a valid M-SEARCH response from Renderer 14e32492-da14-49de-a4ae-8398c0776ece from address /192.168.0.7:1900
2013-01-02 18:53:04,946 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2013-01-02 18:53:04,949 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2013-01-02 18:53:04,971 DEBUG [WebServer] Incoming connection from /192.168.0.7:54311
2013-01-02 18:53:04,973 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.7
2013-01-02 18:53:04,976 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2013-01-02 18:53:05,158 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:08 (advertisement duration is 1800 sec.)
2013-01-02 18:53:06,438 DEBUG [WebServer] Incoming connection from /192.168.0.103:53658
2013-01-02 18:53:06,440 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.103
2013-01-02 18:53:06,444 DEBUG [DeviceDescriptionRequestHandler] DeviceDescription request received for device 2bd2ef36-b497-3fb3-962e-6b3800f9ce95 from 192.168.0.103 (headers = [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 192.168.0.145:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7601.17514 DLNADOC/1.50])
2013-01-02 18:53:06,444 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.103
2013-01-02 18:53:06,447 DEBUG [RendererManager] Looking for a renderer profile for Http headers: [Cache-Control: no-cache,Connection: Close,Pragma: no-cache,Accept: text/xml, application/xml,Host: 192.168.0.145:8895,User-Agent: Microsoft-Windows/6.1 UPnP/1.0 Windows-Media-Player-DMS/12.0.7601.17514 DLNADOC/1.50]
2013-01-02 18:53:06,451 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.103
2013-01-02 18:53:06,455 DEBUG [DeviceDescriptionRequestHandler] Sending DeviceDescription XML back using profile 'Generic DLNA profile'
2013-01-02 18:53:06,531 DEBUG [WebServer] Incoming connection from /192.168.0.103:53659
2013-01-02 18:53:06,539 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.103
2013-01-02 18:53:06,542 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2013-01-02 18:53:06,802 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.164:10306
2013-01-02 18:53:06,802 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.164
2013-01-02 18:53:06,806 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.0.164:10306
2013-01-02 18:53:06,806 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.164
2013-01-02 18:53:06,806 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.164:10306
2013-01-02 18:53:06,811 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaServer:1 from address /192.168.0.164:6915
2013-01-02 18:53:06,811 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.164
2013-01-02 18:53:06,811 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.164:10306
2013-01-02 18:53:06,815 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.164:6915
2013-01-02 18:53:06,816 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target urn:schemas-upnp-org:device:MediaServer:1 from address /192.168.0.164:6915
2013-01-02 18:53:06,816 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.164
2013-01-02 18:53:06,820 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.0.164:6915
2013-01-02 18:53:09,312 DEBUG [RendererSearchSender] Finished searching for Renderer devices
2013-01-02 18:53:13,347 DEBUG [DiscoveryAdvertisementNotifier] Found 1 network interfaces to advertise on
2013-01-02 18:53:13,348 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.0.145, timeout = 0
2013-01-02 18:53:13,350 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device 2bd2ef36-b497-3fb3-962e-6b3800f9ce95
2013-01-02 18:53:15,158 DEBUG [DiscoveryAdvertisementNotifier] Will advertise again in 00:00:08 (advertisement duration is 1800 sec.)


.164 is my iPad mini.

Anyway, the mini coulnd't see it, so I checked (luckily) with my PS3, which now sees it - it can. I had to add the mini to the specific list of hosts/devices.

So after loooottts of faffing around, it looks like we've got somewhere...


Now, Serviio 1.2 wishlist: JVM option to specify the bind IP. Should take all of about 5 minutes to implement and unit test, right? ;)
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Jan 02, 2013 11:27 am

Re: Unable to find Serviio server

It binds properly to .145 now. There are a few incoming connections from renderers, to it should work.

akashra wrote:Now, Serviio 1.2 wishlist: JVM option to specify the bind IP. Should take all of about 5 minutes to implement and unit test, right? ;)

It's there already. http://www.serviio.org/index.php?option ... icle&id=43
<<

Fleetship1

Streaming enthusiast

Posts: 21

Joined: Thu Aug 16, 2012 6:26 am

Post Wed Jan 02, 2013 7:29 pm

Re: Unable to find Serviio server

Hi,

I have installed the new version 1.1. How can I fix the Raw-support?

Thx in advance,
Fleetship1

2013-01-02 17:48:38,134 INFO [MediaServer] ------------------------------------
2013-01-02 17:48:38,140 INFO [MediaServer] Serviio DLNA media streaming server
2013-01-02 17:48:38,140 INFO [MediaServer] Petr Nejedly 2009-2012
2013-01-02 17:48:38,141 INFO [MediaServer] http://www.serviio.org
2013-01-02 17:48:38,141 INFO [MediaServer]
2013-01-02 17:48:38,141 INFO [MediaServer] Java 1.7.0_10-Oracle Corporation
2013-01-02 17:48:38,142 INFO [MediaServer] OS Linux arm 2.6.32.12
2013-01-02 17:48:38,142 INFO [MediaServer] File encoding: UTF-8
2013-01-02 17:48:38,155 INFO [MediaServer] Headless mode enabled: true
2013-01-02 17:48:38,155 INFO [MediaServer] User: serviio
2013-01-02 17:48:38,155 INFO [MediaServer] User home dir: /var/services/homes/s
2013-01-02 17:48:38,156 INFO [MediaServer] Temp dir: /tmp
2013-01-02 17:48:38,156 INFO [MediaServer] ------------------------------------
2013-01-02 17:48:39,564 INFO [WebServer] Socket buffer set to 65535 bytes
2013-01-02 17:48:39,585 INFO [RestletServer] Starting Restlet server (/rest) ex
2013-01-02 17:48:39,866 INFO [RestletServer] Starting Restlet server (/cds) exp
2013-01-02 17:48:39,868 INFO [RestletServer] Starting Restlet server (/mediabro
2013-01-02 17:48:39,982 INFO [DBSchemaUpdateExecutor] Checking if DB schema nee
2013-01-02 17:48:51,375 INFO [DBSchemaUpdateExecutor] Updating DB schema
2013-01-02 17:51:44,673 INFO [DBSchemaUpdateExecutor] Cleaning persistent cache
2013-01-02 17:51:46,772 INFO [Device] Created UPnP Device with UUID: c41c5514-0
2013-01-02 17:51:46,894 WARN [IndexedDiskCache] Region [online_technical_metada
2013-01-02 17:51:47,501 INFO [MediaServer] ------------------------------------
- serviio.log 1/88 1%
2013-01-02 17:48:38,134 INFO [MediaServer] ------------------------------------------------------------------------
2013-01-02 17:48:38,140 INFO [MediaServer] Serviio DLNA media streaming server v 1.1 (rev. 6ba0dd933a8e+)
2013-01-02 17:48:38,140 INFO [MediaServer] Petr Nejedly 2009-2012
2013-01-02 17:48:38,141 INFO [MediaServer] http://www.serviio.org
2013-01-02 17:48:38,141 INFO [MediaServer]
2013-01-02 17:48:38,141 INFO [MediaServer] Java 1.7.0_10-Oracle Corporation
2013-01-02 17:48:38,142 INFO [MediaServer] OS Linux arm 2.6.32.12
2013-01-02 17:48:38,142 INFO [MediaServer] File encoding: UTF-8
2013-01-02 17:48:38,155 INFO [MediaServer] Headless mode enabled: true
2013-01-02 17:48:38,155 INFO [MediaServer] User: serviio
2013-01-02 17:48:38,155 INFO [MediaServer] User home dir: /var/services/homes/serviio
2013-01-02 17:48:38,156 INFO [MediaServer] Temp dir: /tmp
2013-01-02 17:48:38,156 INFO [MediaServer] ------------------------------------------------------------------------
2013-01-02 17:48:39,564 INFO [WebServer] Socket buffer set to 65535 bytes
2013-01-02 17:48:39,585 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2013-01-02 17:48:39,866 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2013-01-02 17:48:39,868 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2013-01-02 17:48:39,982 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2013-01-02 17:48:51,375 INFO [DBSchemaUpdateExecutor] Updating DB schema
2013-01-02 17:51:44,673 INFO [DBSchemaUpdateExecutor] Cleaning persistent cache
2013-01-02 17:51:46,772 INFO [Device] Created UPnP Device with UUID: c41c5514-0d79-3774-967b-023b9e31d01f, bound address: 192.168.0.2
2013-01-02 17:51:46,894 WARN [IndexedDiskCache] Region [online_technical_metadata] Reseting cache
2013-01-02 17:51:47,501 INFO [MediaServer] ------------------------------------------------------------------------
2013-01-02 17:51:47,501 INFO [MediaServer] License: PRO (NORMAL, id: 3f746a21-e51a-4274-9d60-a21b0af04cd6)
2013-01-02 17:51:47,501 INFO [MediaServer] ------------------------------------------------------------------------
2013-01-02 17:51:53,100 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2013-01-02 17:52:00,871 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2013-01-02 17:52:06,022 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2013-01-02 17:52:08,647 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2013-01-02 17:52:13,256 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2013-01-02 17:52:16,261 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2013-01-02 17:52:18,529 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2013-01-02 17:52:26,192 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D/E-series)' (id=7)
2013-01-02 17:52:26,676 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2013-01-02 17:52:36,696 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2013-01-02 17:52:49,512 INFO [ProfilesDefinitionParser] Added profile 'Sony BD Player / SMP' (id=10)
2013-01-02 17:52:55,842 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2013-01-02 17:52:58,833 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2013-01-02 17:52:59,584 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2013-01-02 17:53:02,421 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2013-01-02 17:53:03,255 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2013-01-02 17:53:07,612 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2013-01-02 17:53:09,596 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2013-01-02 17:53:14,191 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2013-01-02 17:53:19,366 INFO [ProfilesDefinitionParser] Added profile 'Philips' (id=20)
2013-01-02 17:53:21,370 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2013-01-02 17:53:22,230 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2013-01-02 17:53:32,230 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2013-01-02 17:53:33,557 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2013-01-02 17:53:34,934 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2013-01-02 17:53:36,796 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2013-01-02 17:53:38,489 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2013-01-02 17:53:41,467 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2013-01-02 17:53:43,018 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2013-01-02 17:53:43,191 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2013-01-02 17:53:46,851 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2013-01-02 17:53:49,528 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo' (id=serviigo)
2013-01-02 17:53:51,085 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8)
2013-01-02 17:53:51,342 INFO [PluginCompilerThread] Looking for plugins at /volume1/public/serviio/plugins
2013-01-02 17:53:51,373 INFO [UpdateChecker] Checking if a new version is available
2013-01-02 17:53:51,398 INFO [PluginCompilerThread] Started looking for plugins
2013-01-02 17:53:51,990 ERROR [ProcessExecutor] Fatal error in process starting: Cannot run program "dcraw": error=2, No such file or directory
2013-01-02 17:53:51,991 WARN [MediaServer] DCRAW not found. Support for raw image files will be missing.

2013-01-02 17:53:52,071 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2013-01-02 17:53:52,310 INFO [WebServer] WebServer starting on port 8895
2013-01-02 17:53:52,344 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2013-01-02 17:53:52,352 INFO [EventDispatcher] Starting EventDispatcher
2013-01-02 17:53:52,353 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2013-01-02 17:53:52,383 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.0.2, timeout = 0
2013-01-02 17:53:52,412 INFO [RendererSearchSender] Searching for Renderer devices, will multicast on 1 NICs
DS212j | Samsung UE40ES7090 | Sony BDP-S480 | modded xecuter Xbox 1
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Jan 02, 2013 10:02 pm

Re: Unable to find Serviio server

you have to install or compile dcraw

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 30 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.