FAQ  •  Register  •  Login

New Setup - Totally out of my depth.

<<

Rudiger

Serviio newbie

Posts: 7

Joined: Mon Aug 13, 2012 10:37 am

Post Mon Aug 13, 2012 10:45 am

New Setup - Totally out of my depth.

Hi. Have searched the forums and KB. Have found a few solutions but nothing works.

I have tried a feew DLNA server solutions and this one seems to be the one that I have got to work at least a little.

Have Serviio setup and indexing my files. Can connect to it using Android phone and even see it on my iPad. Can connect and play movies on my Panasonic Blue Ray player.

All working on wireless and no stuttering or anything. IPs are all good, no firewalls etc.

Problem is my xBox 360 and PS3 just dont see the server. Not at all. They can see my laptop which had Media Sharing turned on. I have since turned that off.

I would think there is a very simple fix , something that I am looking right at but can't see it.

If someone could just give me a link??? Obviously I'm entering the totally wrong info in the search string.

Thanks
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Aug 13, 2012 6:01 pm

Re: New Setup - Totally out of my depth.

are your PS3 and XBox on the same subnet (ie the first 3 numbers in the IP address are the same as your Serviio PC IP address)?
<<

Rudiger

Serviio newbie

Posts: 7

Joined: Mon Aug 13, 2012 10:37 am

Post Tue Aug 14, 2012 1:08 am

Re: New Setup - Totally out of my depth.

Yep. All on the same subnet. and I have bound Serviio to that subnet as well rather than leaving it blank. I thought it may have been as Serviio was initially indexing all the media files, pic etc. Funny thing is it lists the xBox in the status window with the correct profile.

Just tried it again and nope, the xbox doesnt even see it.

Like I said I am sure there is something small I am overlooking.

The xbox shows up in Serviio Renderer profile with the right IP. Still cant see the server in xbox
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Aug 14, 2012 12:15 pm

Re: New Setup - Totally out of my depth.

post detailed log please
<<

Rudiger

Serviio newbie

Posts: 7

Joined: Mon Aug 13, 2012 10:37 am

Post Tue Aug 14, 2012 12:30 pm

Re: New Setup - Totally out of my depth.

I turned on detailed logging. Stopped and restarted the service. This was the last bit of the log.




at org.serviio.library.dao.MediaItemDAOImpl.getMediaItem(MediaItemDAOImpl.java:87)
at org.serviio.library.dao.MediaItemDAOImpl.isMediaItemPresent(MediaItemDAOImpl.java:60)
at org.serviio.library.local.service.MediaService.isMediaPresentInLibrary(MediaService.java:37)
at org.serviio.library.local.metadata.LibraryAdditionsCheckerThread.addNewMediaFile(LibraryAdditionsCheckerThread.java:172)
at org.serviio.library.local.metadata.LibraryAdditionsCheckerThread.searchForNewFiles(LibraryAdditionsCheckerThread.java:145)
at org.serviio.library.local.metadata.LibraryAdditionsCheckerThread.searchForNewFiles(LibraryAdditionsCheckerThread.java:134)
at org.serviio.library.local.metadata.LibraryAdditionsCheckerThread.searchForNewFiles(LibraryAdditionsCheckerThread.java:134)
at org.serviio.library.local.metadata.LibraryAdditionsCheckerThread.run(LibraryAdditionsCheckerThread.java:83)
Caused by: java.sql.SQLNonTransientConnectionException: Connection closed by unknown interrupt.
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedResultSet.closeOnTransactionError(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedResultSet.movePosition(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedResultSet.next(Unknown Source)
at org.serviio.library.dao.MediaItemDAOImpl.mapSingleResult(MediaItemDAOImpl.java:335)
at org.serviio.library.dao.MediaItemDAOImpl.getMediaItem(MediaItemDAOImpl.java:85)
... 7 more
Caused by: java.sql.SQLException: Connection closed by unknown interrupt.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
... 18 more
Caused by: ERROR 08000: Connection closed by unknown interrupt.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.iapi.util.InterruptStatus.setInterrupted(Unknown Source)
at org.apache.derby.iapi.util.InterruptStatus.throwIf(Unknown Source)
at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.checkCancellationFlag(Unknown Source)
at org.apache.derby.impl.sql.execute.BulkTableScanResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.IndexRowToBaseRowResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.ProjectRestrictResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.getNextRow(Unknown Source)
... 11 more
2012-08-14 22:25:42,479 WARN [LibraryAdditionsCheckerThread] An error occured while scanning for item to be added, will continue
org.serviio.db.dao.PersistenceException: Cannot mark Repository with id 2 as scanned
at org.serviio.library.dao.RepositoryDAOImpl.markRepositoryAsScanned(RepositoryDAOImpl.java:173)
at org.serviio.library.local.service.RepositoryService.markRepositoryAsScanned(RepositoryService.java:112)
at org.serviio.library.local.metadata.LibraryAdditionsCheckerThread.run(LibraryAdditionsCheckerThread.java:84)
Caused by: java.sql.SQLNonTransientConnectionException: Connection closed by unknown interrupt.
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(Unknown Source)
at org.serviio.library.dao.RepositoryDAOImpl.markRepositoryAsScanned(RepositoryDAOImpl.java:171)
... 2 more
Caused by: java.sql.SQLException: Connection closed by unknown interrupt.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
... 12 more
Caused by: ERROR 08000: Connection closed by unknown interrupt.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.iapi.util.InterruptStatus.setInterrupted(Unknown Source)
at org.apache.derby.iapi.util.InterruptStatus.throwIf(Unknown Source)
at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.checkCancellationFlag(Unknown Source)
at org.apache.derby.impl.sql.execute.TableScanResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.IndexRowToBaseRowResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.ProjectRestrictResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.NormalizeResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.DMLWriteResultSet.getNextRowCore(Unknown Source)
at org.apache.derby.impl.sql.execute.UpdateResultSet.collectAffectedRows(Unknown Source)
at org.apache.derby.impl.sql.execute.UpdateResultSet.open(Unknown Source)
at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source)
at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source)
... 6 more
2012-08-14 22:25:42,480 INFO [LibraryAdditionsCheckerThread] Finished looking for newly added files
2012-08-14 22:25:42,570 INFO [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2012-08-14 22:25:42,637 INFO [FeedUpdaterThread] Finished looking for online resources information
2012-08-14 22:25:42,737 INFO [PluginCompilerThread] Finished looking for plugins
2012-08-14 22:25:42,899 INFO [WebServer] WebServer shutting down
2012-08-14 22:25:42,899 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2012-08-14 22:25:42,899 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2012-08-14 22:25:42,899 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2012-08-14 22:25:42,899 INFO [EventDispatcher] Leaving EventDispatcher
2012-08-14 22:25:43,992 INFO [DatabaseManager] Shutting down database
2012-08-14 22:25:46,117 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2012-08-14 22:25:55,617 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44331
2012-08-14 22:25:55,680 INFO [MediaServer] ------------------------------------------------------------------------
2012-08-14 22:25:55,680 INFO [MediaServer] Serviio DLNA media streaming server v 1.0.1 (rev. 6dbf7c6e334f+)
2012-08-14 22:25:55,680 INFO [MediaServer] Petr Nejedly 2009-2012
2012-08-14 22:25:55,680 INFO [MediaServer] http://www.serviio.org
2012-08-14 22:25:55,680 INFO [MediaServer]
2012-08-14 22:25:55,680 INFO [MediaServer] Java 1.7.0_05-Oracle Corporation
2012-08-14 22:25:55,680 INFO [MediaServer] OS Windows Server 2008 x86 6.0
2012-08-14 22:25:55,680 INFO [MediaServer] File encoding: windows-1252
2012-08-14 22:25:55,680 INFO [MediaServer] Headless mode enabled: true
2012-08-14 22:25:55,680 INFO [MediaServer] User home dir: C:\
2012-08-14 22:25:55,680 INFO [MediaServer] Temp dir: C:\Windows\TEMP\
2012-08-14 22:25:55,680 INFO [MediaServer] ------------------------------------------------------------------------
2012-08-14 22:25:56,102 INFO [WebServer] Socket buffer set to 65535 bytes
2012-08-14 22:25:56,102 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2012-08-14 22:25:56,195 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2012-08-14 22:25:56,195 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2012-08-14 22:25:56,211 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2012-08-14 22:25:56,274 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.sql' has been run
2012-08-14 22:25:56,633 DEBUG [ConfigEntryDAOImpl] Reading all ConfigEntries
2012-08-14 22:25:59,977 DEBUG [DBLogDAOImpl] Checking if script 'script-0.1.1.sql' has been run
2012-08-14 22:25:59,992 DEBUG [DBLogDAOImpl] Checking if script 'script-0.2.sql' has been run
2012-08-14 22:25:59,992 DEBUG [DBLogDAOImpl] Checking if script 'script-0.3.1.sql' has been run
2012-08-14 22:25:59,992 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.sql' has been run
2012-08-14 22:25:59,992 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.1.sql' has been run
2012-08-14 22:25:59,992 DEBUG [DBLogDAOImpl] Checking if script 'script-0.4.2.sql' has been run
2012-08-14 22:25:59,992 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.sql' has been run
2012-08-14 22:25:59,992 DEBUG [DBLogDAOImpl] Checking if script 'script-0.5.1.sql' has been run
2012-08-14 22:25:59,992 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.sql' has been run
2012-08-14 22:25:59,992 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.1.sql' has been run
2012-08-14 22:25:59,992 DEBUG [DBLogDAOImpl] Checking if script 'script-0.6.2.sql' has been run
2012-08-14 22:25:59,992 DEBUG [DBLogDAOImpl] Checking if script 'script-1.0.sql' has been run
2012-08-14 22:26:00,117 INFO [Device] Created UPnP Device with UUID: 98c10fde-3f5a-3f5a-a27e-43935bf0f59d, bound address: 192.168.10.10
2012-08-14 22:26:00,242 INFO [MediaServer] ------------------------------------------------------------------------
2012-08-14 22:26:00,242 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2012-08-14 22:26:00,242 INFO [MediaServer] ------------------------------------------------------------------------
2012-08-14 22:26:01,274 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2012-08-14 22:26:01,336 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 1
2012-08-14 22:26:03,070 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2012-08-14 22:26:03,086 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 2
2012-08-14 22:26:04,055 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2012-08-14 22:26:04,055 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 3
2012-08-14 22:26:04,555 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2012-08-14 22:26:04,570 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 4
2012-08-14 22:26:05,320 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2012-08-14 22:26:05,320 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 5
2012-08-14 22:26:05,852 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2012-08-14 22:26:05,852 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 6
2012-08-14 22:26:06,164 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2012-08-14 22:26:06,164 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 7
2012-08-14 22:26:07,242 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D/E-series)' (id=7)
2012-08-14 22:26:07,242 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 8
2012-08-14 22:26:07,305 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2012-08-14 22:26:07,305 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2012
2012-08-14 22:26:08,680 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2012-08-14 22:26:08,680 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 10
2012-08-14 22:26:10,242 INFO [ProfilesDefinitionParser] Added profile 'Sony BD Player / SMP' (id=10)
2012-08-14 22:26:10,258 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 13
2012-08-14 22:26:10,899 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2012-08-14 22:26:10,899 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 14
2012-08-14 22:26:11,274 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2012-08-14 22:26:11,274 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 15
2012-08-14 22:26:11,352 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2012-08-14 22:26:11,352 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 16
2012-08-14 22:26:11,633 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2012-08-14 22:26:11,633 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 17
2012-08-14 22:26:11,758 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2012-08-14 22:26:11,758 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile 18
2012-08-14 22:26:12,305 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2012-08-14 22:26:12,305 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2011
2012-08-14 22:26:12,430 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2012-08-14 22:26:12,445 DEBUG [ProfilesDefinitionParser] Parsing profile definition for profile sony2010
<<

Rudiger

Serviio newbie

Posts: 7

Joined: Mon Aug 13, 2012 10:37 am

Post Tue Aug 14, 2012 10:58 pm

Re: New Setup - Totally out of my depth.

I have got it working on xbox but cant find my daughters remote to try her PS3 so stay tuned.

To see if was something I was doing wrong I donloaded another DLNA server. I have to say that response in from this server is a bit quicker but the transcoding is absolutely horrible. Serviio transcodes really well given I have allocated 3 cpu cores to the task.

I have issues with video format on ipad but thats for another time.

So xbox looks to be ok. Ill let you know regrarding PS3
<<

Rudiger

Serviio newbie

Posts: 7

Joined: Mon Aug 13, 2012 10:37 am

Post Wed Aug 15, 2012 9:04 am

Re: New Setup - Totally out of my depth.

PS3 is workingnow. However Im having issues on my android phone and blue ray player which were working fine before. I swear I havent changed any settings on anything.

Bloody annoying.
<<

Rudiger

Serviio newbie

Posts: 7

Joined: Mon Aug 13, 2012 10:37 am

Post Wed Aug 15, 2012 9:16 am

Re: New Setup - Totally out of my depth.

Ok so it looks like it is all down to profiles and transocing.

The IPs of the xbox, ps3 and blue ray are dynamic and for some reason when renewing th lease they are changing. This is not updating in the renderer profiles as my blu ray was listed as a playstation 3 which iof course had that IP address this afternoon. So either I will set static or extend the lease times. Either way, it will solve the issue.

Now as for wireless networks. Heres my setup.

Win 2008 Server standard with dual Xeon Processors and 3 gig of ram. It is hard wired to a gigabit network but also has a wireless card which binds to Serviio and is obviously on the wireless network. My blu ray, xbox and ps3 are also wirless.

Currently I am streaming a HD star wars movie to my blu ray while my son watches a Top Gear on his xbox. All over wireless. No jittering, no lag, HD image and surround sound.

Who said wi fi was no good? My router is just a Netgear, a couple of years old. Nothing special.

Now all I need to try is get the PS3 and my android to stream with the other 2 to really test it.

But my biggest issue is the iPda. So many video formats just dont want to run.

Anyway, thanks for your help. As I said, it looks like and IP/Transcode mismatch.

Which begs the question, is there a profile for Android phone? Samsung Galaxy S2????
<<

Rudiger

Serviio newbie

Posts: 7

Joined: Mon Aug 13, 2012 10:37 am

Post Wed Aug 15, 2012 9:17 am

Re: New Setup - Totally out of my depth.

Oh, and by the way, my server is in the laundry, with the door closed while the router is 2 rooms away. Still no jitter. Next step is to licence my software. Will do with pleasure.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Aug 15, 2012 8:21 pm

Re: New Setup - Totally out of my depth.

glad you worked everything out

Return to Serviio Support & Help

Who is online

Users browsing this forum: Google [Bot] and 44 guests

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