FAQ  •  Register  •  Login

Stopped working after updating to OSX15.2 Sequoia

<<

NRV

Serviio newbie

Posts: 3

Joined: Fri Dec 20, 2024 9:24 am

Post Fri Dec 20, 2024 9:29 am

Stopped working after updating to OSX15.2 Sequoia

Just that - serviio no longer runs on start up after installing the lastest OSX 15.2 - I have tried reinstalling the latest version 2.4 and reinstalling the latest Java. Any ideas? You simply get the error message "Cannot connect to the server, it doesn't seem to be running..."
<<

atc98092

User avatar

DLNA master

Posts: 5432

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Fri Dec 20, 2024 6:01 pm

Re: Stopped working after updating to OSX15.2 Sequoia

I have zero knowledge of the MacOS, but I suggest looking at the Serviio log and see if it's reporting any errors during starting. The log will be in the file location you installed Serviio under the Logs folder with the name serviio.log.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: AMD Ryzen 5 5600GT, 32 gig ram, Windows 11 Pro, 22 TB hard drive space | Test server: Intel i5-6400, 16 gig ram, Windows 10 Pro

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

NRV

Serviio newbie

Posts: 3

Joined: Fri Dec 20, 2024 9:24 am

Post Sun Dec 22, 2024 1:33 pm

Re: Stopped working after updating to OSX15.2 Sequoia

No one?

FYI - have realised if you instal servio fresh it runs, but subsequently it won't on start up.
<<

atc98092

User avatar

DLNA master

Posts: 5432

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sun Dec 22, 2024 8:11 pm

Re: Stopped working after updating to OSX15.2 Sequoia

Again, are their any clues in the Serviio log? If something is stopping it from loading it might be caught there.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: AMD Ryzen 5 5600GT, 32 gig ram, Windows 11 Pro, 22 TB hard drive space | Test server: Intel i5-6400, 16 gig ram, Windows 10 Pro

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

NRV

Serviio newbie

Posts: 3

Joined: Fri Dec 20, 2024 9:24 am

Post Mon Dec 23, 2024 7:55 am

Re: Stopped working after updating to OSX15.2 Sequoia

Hi Dan - Servio loads nothing other than console on a MacOS - there's probably a way of finding the logs using the mac terminal at the root system, but I don't know how
<<

atc98092

User avatar

DLNA master

Posts: 5432

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Tue Dec 24, 2024 3:14 am

Re: Stopped working after updating to OSX15.2 Sequoia

The Serviio log file is a simple text file that can be found in the Serviio install location (I have no idea where that might be on the MacOS) under the logs folder. There are two files in there, one named Serviio.log and the other is named derby.log. You can ignore the derby file. The Serviio log file should exist unless the Serviio service is not starting at all. It it starts and then stops the log file should contain important clues.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: AMD Ryzen 5 5600GT, 32 gig ram, Windows 11 Pro, 22 TB hard drive space | Test server: Intel i5-6400, 16 gig ram, Windows 10 Pro

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

Twiga

Serviio newbie

Posts: 1

Joined: Thu Dec 12, 2024 4:57 am

Post Sun Jan 05, 2025 10:14 pm

Re: Stopped working after updating to OSX15.2 Sequoia

:I am having the same problem with the Serviio Media Server not starting up again after updating to OSX 15.2.

Unfortunately, I am not technical enough to interpret the log entries to determine the problem. Can anyone who is more knowledgeable please help me to get Servio Media Server running again?

Here is the first page of the last entry in my "servio.log" file:

2025-01-05T08:00:24,885 ERROR [MediaServer] An unexpected error occurred. Ending the application. Message: null
java.lang.NullPointerException: null
at org.serviio.update.dao.DBLogDAOImpl.isScriptPresent(DBLogDAOImpl.java:50) ~[serviio.jar:?]
at org.serviio.update.DBSchemaUpdateExecutor.updateDBSchema(DBSchemaUpdateExecutor.java:86) ~[serviio.jar:?]
at org.serviio.MediaServer.main(MediaServer.java:128) ~[serviio.jar:?]
2025-01-05T14:22:31,758 INFO [MediaServer] ------------------------------------------------------------------------
2025-01-05T14:22:31,763 INFO [MediaServer] Serviio DLNA media streaming server v 2.4 (rev. f520ddf3d2ce4ae4f1f352761852647a7fab7d43)
2025-01-05T14:22:31,763 INFO [MediaServer] Petr Nejedly 2009-2018
2025-01-05T14:22:31,763 INFO [MediaServer] http://www.serviio.org
2025-01-05T14:22:31,763 INFO [MediaServer]
2025-01-05T14:22:31,764 INFO [MediaServer] Java 1.8.0_352-BellSoft x86_64
2025-01-05T14:22:31,764 INFO [MediaServer] OS Mac OS X 10.16
2025-01-05T14:22:31,764 INFO [MediaServer] File encoding: UTF-8
2025-01-05T14:22:31,768 INFO [MediaServer] Headless mode enabled: true
2025-01-05T14:22:31,768 INFO [MediaServer] User: root
2025-01-05T14:22:31,769 INFO [MediaServer] User home dir: /var/root
2025-01-05T14:22:31,769 INFO [MediaServer] Temp dir: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/
2025-01-05T14:22:31,769 INFO [MediaServer] ------------------------------------------------------------------------
2025-01-05T14:22:31,774 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2025-01-05T14:22:31,790 INFO [DatabaseManager] Using DERBY database language
2025-01-05T14:22:32,096 WARN [DBConnectionPool] Can't create a new connection for jdbc:derby:db;create=true
java.sql.SQLException: Failed to start database 'db' with class loader sun.misc.Launcher$AppClassLoader@63961c42, see the next exception for details.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source) ~[derby.jar:?]
at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby.jar:?]
at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby.jar:?]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_352]
at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby.jar:?]
at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby.jar:?]
at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby.jar:?]
at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source) ~[derby.jar:?]
at java.sql.DriverManager.getConnection(DriverManager.java:664) ~[?:1.8.0_352]
at java.sql.DriverManager.getConnection(DriverManager.java:270) ~[?:1.8.0_352]
at org.serviio.db.DBConnectionPool.newConnection(DBConnetionPool.java:186) ~[serviio.jar:?]
at org.serviio.db.DBConnectionPool.getConnection(DBConnetionPool.java:123) ~[serviio.jar:?]
at org.serviio.db.DBConnectionPool.getConnection(DBConnetionPool.java:149) ~[serviio.jar:?]
at org.serviio.db.DatabaseManager.getConnection(DatabaseManager.java:71) ~[serviio.jar:?]
at org.serviio.db.DatabaseManager.getConnection(DatabaseManager.java:64) ~[serviio.jar:?]
at org.serviio.update.dao.DBLogDAOImpl.isScriptPresent(DBLogDAOImpl.java:49) ~[serviio.jar:?]
at org.serviio.update.DBSchemaUpdateExecutor.updateDBSchema(DBSchemaUpdateExecutor.java:86) ~[serviio.jar:?]
at org.serviio.MediaServer.main(MediaServer.java:128) ~[serviio.jar:?]
Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'db' with class loader sun.misc.Launcher$AppClassLoader@63961c42, see the next exception for details.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby.jar:?]
... 22 more
Caused by: org.apache.derby.iapi.error.StandardException: Page Page(5,Container(0, 2544)) is at version 4,680,699, the log file contains change version 5,323,487, either there are log records of this page missing, or this page did not get written out to disk properly.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby.jar:?]
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.store.raw.data.PageBasicOperation.needsRedo(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.store.raw.log.FileLogger.redo(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.store.raw.log.LogToFile.recover(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby.jar:?]
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby.jar:?]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_352]
at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby.jar:?]
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby.jar:?]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_352]
at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby.jar:?]
at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby.jar:?]
at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby.jar:?]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_352]
at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby.jar:?]
... 19 more
2025-01-05T14:22:34,185 ERROR [MediaServer] An unexpected error occurred. Ending the application. Message: null
java.lang.NullPointerException: null
at org.serviio.update.dao.DBLogDAOImpl.isScriptPresent(DBLogDAOImpl.java:50) ~[serviio.jar:?]
at org.serviio.update.DBSchemaUpdateExecutor.updateDBSchema(DBSchemaUpdateExecutor.java:86) ~[serviio.jar:?]
at org.serviio.MediaServer.main(MediaServer.java:128) ~[serviio.jar:?]
<<

atc98092

User avatar

DLNA master

Posts: 5432

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Mon Jan 06, 2025 2:21 am

Re: Stopped working after updating to OSX15.2 Sequoia

The log is reporting the service could not connect to the database. I have no experience with the MacOS, so I can't say exactly where the problem might be. If this is a new install, it could be the database didn't install correctly. It might also be an incorrect version of Java, but that's just a guess. When installed on Windows, Serviio installs it's own version of Java, but I don't think any Linux version does, and the MacOS is a -nix OS.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: AMD Ryzen 5 5600GT, 32 gig ram, Windows 11 Pro, 22 TB hard drive space | Test server: Intel i5-6400, 16 gig ram, Windows 10 Pro

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

Meelis

User avatar

DLNA master

Posts: 124

Joined: Mon Aug 13, 2012 6:00 pm

Location: Estonia

Post Mon Jan 06, 2025 9:27 am

Re: Stopped working after updating to OSX15.2 Sequoia

2025-01-05T14:22:31,790 INFO [DatabaseManager] Using DERBY database language


As i see it use a DERBY. It cant find or access to "serviio.jar" & "derby.jar".
User home dir: /var/root
Temp dir: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/
Maybe you can find from somewhere DERBY log file.
More like some path or premission is not correct anymore due update.
<<

megaspaz

User avatar

Serviio newbie

Posts: 5

Joined: Thu May 23, 2019 2:10 am

Post Fri Jan 10, 2025 3:17 am

Re: Stopped working after updating to OSX15.2 Sequoia

I think for @Twiga, even fixing his/hers derby issues, I'm still seeing brokeness starting the serviio server... Nothing in the logs. It looks like everything is run of the mill info lines, but no connecting to serviio.

tailing the log with -f, it's like it's stuck in a loop starting the webserver. Continually outputting the same:

  Code:
2025-01-09T19:07:05,708 INFO  [MediaServer] ------------------------------------------------------------------------
2025-01-09T19:07:05,712 INFO  [MediaServer] Serviio DLNA media streaming server v 2.4 (rev. f520ddf3d2ce4ae4f1f352761852647a7fab7d43)
2025-01-09T19:07:05,712 INFO  [MediaServer] Petr Nejedly 2009-2018
2025-01-09T19:07:05,712 INFO  [MediaServer] http://www.serviio.org
2025-01-09T19:07:05,712 INFO  [MediaServer]
2025-01-09T19:07:05,712 INFO  [MediaServer] Java 1.8.0_352-BellSoft x86_64
2025-01-09T19:07:05,712 INFO  [MediaServer] OS Mac OS X 10.16
2025-01-09T19:07:05,712 INFO  [MediaServer] File encoding: UTF-8
2025-01-09T19:07:05,713 INFO  [MediaServer] Headless mode enabled: true
2025-01-09T19:07:05,713 INFO  [MediaServer] User: root
2025-01-09T19:07:05,713 INFO  [MediaServer] User home dir: /var/root
2025-01-09T19:07:05,713 INFO  [MediaServer] Temp dir: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/
2025-01-09T19:07:05,713 INFO  [MediaServer] ------------------------------------------------------------------------
2025-01-09T19:07:05,718 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2025-01-09T19:07:05,720 INFO  [DatabaseManager] Using DERBY database language
2025-01-09T19:07:06,185 INFO  [WebServer] Socket buffer set to 65535 bytes
2025-01-09T19:07:06,186 INFO  [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423
2025-01-09T19:07:06,187 INFO  [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423
2025-01-09T19:07:06,189 INFO  [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523
2025-01-09T19:07:06,189 INFO  [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523
2025-01-09T19:07:06,509 INFO  [RestletServer] Starting HTTP/1.1 Restlet server (/cds) exposed on port 23424
2025-01-09T19:07:06,510 INFO  [RestletServer] Starting HTTP/1.1 Restlet server (/mediabrowser) exposed on port 23424
2025-01-09T19:07:06,511 INFO  [RestletServer] Starting HTTPS/1.1 Restlet server (/cds) exposed on port 23524
2025-01-09T19:07:06,512 INFO  [RestletServer] Starting HTTPS/1.1 Restlet server (/mediabrowser) exposed on port 23524
2025-01-09T19:07:06,580 INFO  [MediaServer] ------------------------------------------------------------------------
2025-01-09T19:07:06,580 INFO  [MediaServer] License: PRO (NORMAL, id: 8ab7852e-eb42-4cdc-833e-71d949789e2c)
2025-01-09T19:07:06,580 INFO  [MediaServer] ------------------------------------------------------------------------
2025-01-09T19:07:06,591 INFO  [Device] Created UPnP Device with UUID: 007f121a-eee5-3a16-94fb-0384a9f9d63e, bound address: 192.168.0.60
2025-01-09T19:07:06,704 INFO  [ProfileManager] Loading profiles from file /profiles.xml
2025-01-09T19:07:07,044 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2025-01-09T19:07:07,064 INFO  [CustomisationManager] No customisation properties found
2025-01-09T19:07:07,086 INFO  [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2025-01-09T19:07:07,091 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2025-01-09T19:07:07,093 INFO  [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2025-01-09T19:07:07,094 INFO  [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2025-01-09T19:07:07,096 INFO  [ProfilesDefinitionParser] Added profile 'Playstation 4' (id=ps4)
2025-01-09T19:07:07,097 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2025-01-09T19:07:07,100 INFO  [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2025-01-09T19:07:07,103 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (H-series)' (id=sam_h)
2025-01-09T19:07:07,104 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (J-series)' (id=sam_j)
2025-01-09T19:07:07,104 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (M-series)' (id=sam_m)
2025-01-09T19:07:07,106 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (NU-series)' (id=Samsung_NU)
2025-01-09T19:07:07,106 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef)
2025-01-09T19:07:07,110 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2025-01-09T19:07:07,110 INFO  [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2025-01-09T19:07:07,115 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2025-01-09T19:07:07,116 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013/14)' (id=sony2013)
2025-01-09T19:07:07,121 INFO  [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013)
2025-01-09T19:07:07,122 INFO  [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012)
2025-01-09T19:07:07,124 INFO  [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010)
2025-01-09T19:07:07,125 INFO  [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us)
2025-01-09T19:07:07,125 INFO  [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011)
2025-01-09T19:07:07,125 INFO  [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2025-01-09T19:07:07,126 INFO  [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012)
2025-01-09T19:07:07,169 INFO  [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2025-01-09T19:07:07,171 INFO  [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2025-01-09T19:07:07,171 INFO  [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2025-01-09T19:07:07,172 INFO  [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2025-01-09T19:07:07,172 INFO  [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2025-01-09T19:07:07,173 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2025-01-09T19:07:07,175 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2025-01-09T19:07:07,175 INFO  [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010)
2025-01-09T19:07:07,176 INFO  [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20)
2025-01-09T19:07:07,177 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2025-01-09T19:07:07,185 INFO  [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2025-01-09T19:07:07,186 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013)
2025-01-09T19:07:07,186 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2025-01-09T19:07:07,186 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2025-01-09T19:07:07,190 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2025-01-09T19:07:07,194 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2009)' (id=viera2009)
2025-01-09T19:07:07,195 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2025-01-09T19:07:07,195 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2025-01-09T19:07:07,199 INFO  [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2025-01-09T19:07:07,200 INFO  [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2025-01-09T19:07:07,200 INFO  [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv)
2025-01-09T19:07:07,201 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220)
2025-01-09T19:07:07,201 INFO  [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium)
2025-01-09T19:07:07,202 INFO  [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku)
2025-01-09T19:07:07,203 INFO  [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp)
2025-01-09T19:07:07,203 INFO  [ProfilesDefinitionParser] Added profile 'Roku 4K Media Player (2016+)' (id=Roku4kMPApp)
2025-01-09T19:07:07,203 INFO  [ProfilesDefinitionParser] Added profile 'Roku 1080 Media Player (2016+)' (id=RokuNo4kApp)
2025-01-09T19:07:07,203 INFO  [ProfilesDefinitionParser] Added profile 'Roku TV (non 4K)' (id=RokuTV)
2025-01-09T19:07:07,204 INFO  [ProfilesDefinitionParser] Added profile 'Roku 4K TV' (id=Roku4kTV)
2025-01-09T19:07:07,204 INFO  [ProfilesDefinitionParser] Added profile 'Roku 4K Media Player w/MPEG2' (id=Roku4kMPM2)
2025-01-09T19:07:07,211 INFO  [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD)
2025-01-09T19:07:07,213 INFO  [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC)
2025-01-09T19:07:07,214 INFO  [ProfilesDefinitionParser] Added profile 'Xbox One S/Xbox One X' (id=xbox_one_s_x)
2025-01-09T19:07:07,214 INFO  [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one)
2025-01-09T19:07:07,218 INFO  [ProfilesDefinitionParser] Added profile 'Raumfeld' (id=raumfeld)
2025-01-09T19:07:07,220 INFO  [ProfileManager] Loading profiles from file /application-profiles.xml
2025-01-09T19:07:07,298 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2025-01-09T19:07:07,301 INFO  [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2025-01-09T19:07:07,302 INFO  [ProfilesDefinitionParser] Added profile 'HTML5' (id=html5)
2025-01-09T19:07:07,302 INFO  [ProfilesDefinitionParser] Added profile 'HTML5 Mobile' (id=html5_mobile)
2025-01-09T19:07:07,303 INFO  [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard)
2025-01-09T19:07:07,304 INFO  [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo)
2025-01-09T19:07:07,305 INFO  [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls)
2025-01-09T19:07:07,305 INFO  [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv)
2025-01-09T19:07:07,305 INFO  [ProfilesDefinitionParser] Added profile 'Google Cast' (id=googlecast)
2025-01-09T19:07:07,306 INFO  [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast)
2025-01-09T19:07:07,307 INFO  [ProfilesDefinitionParser] Added profile 'Alexa' (id=alexa)
2025-01-09T19:07:07,308 INFO  [ProfileManager] User profiles definition (user-profiles.xml) not found, using built-in profiles only
2025-01-09T19:07:07,339 INFO  [PluginCompilerThread] Looking for plugins at /Library/Application Support/Serviio/plugins
2025-01-09T19:07:07,341 INFO  [UpdateChecker] Checking if a new version is available
2025-01-09T19:07:07,341 INFO  [PluginCompilerThread] Started looking for plugins
2025-01-09T19:07:07,411 INFO  [FFMPEGWrapper] Found FFmpeg: /Library/Application Support/Serviio/lib/ffmpeg
2025-01-09T19:07:07,414 INFO  [FFMPEGWrapper] FFmpeg details: [version=5.1.2, libRtpmPresent=true, libAssPresent=true, libShinePresent=false, libMxfPresent=false, nvEncPresent=false, libAomPresent=true]
2025-01-09T19:07:07,437 INFO  [AbstractAVTranscodingDeliveryEngine] Cleaning transcode engine and its data
2025-01-09T19:07:07,570 INFO  [TrakttvService] Started trakt.tv scrobble poster
2025-01-09T19:07:07,570 INFO  [TrakttvService] Started trakt.tv sync updater
2025-01-09T19:07:07,585 INFO  [PlaybackProgressUpdater] Started playback progress updater
2025-01-09T19:07:07,601 INFO  [WebServer] WebServer starting on port 8895
2025-01-09T19:07:07,603 INFO  [Device] Updated bound IP address of Device with UUID: 007f121a-eee5-3a16-94fb-0384a9f9d63e, bound address: 192.168.0.60
2025-01-09T19:07:07,611 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2025-01-09T19:07:07,611 INFO  [EventDispatcher] Starting EventDispatcher
2025-01-09T19:07:07,611 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2025-01-09T19:07:07,615 INFO  [RendererSearchSender] Starting Renderer searcher process
2025-01-09T19:07:07,615 INFO  [RendererExpirationChecker] Starting RendererExpirationChecker
2025-01-09T19:07:07,617 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface en0 (en0) and address 192.168.0.60, timeout = 0


Using latest lts of Sun Java 8 SDK on sequoia 15.2 on an Apple Silicon M3. Maybe there was an access change with apple in the latest .X updates from apple?

  Code:
xxxxx@rinzler [18:57:14] [~]
-> % java --version
java 21.0.5 2024-10-15 LTS
Java(TM) SE Runtime Environment (build 21.0.5+9-LTS-239)
Java HotSpot(TM) 64-Bit Server VM (build 21.0.5+9-LTS-239, mixed mode, sharing)


IMGUR Screenshot of Serviio Console
<<

megaspaz

User avatar

Serviio newbie

Posts: 5

Joined: Thu May 23, 2019 2:10 am

Post Mon Feb 03, 2025 3:28 pm

Re: Stopped working after updating to OSX15.2 Sequoia

Sorry... bumping this...

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 89 guests

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