MinimServer Forum
Minimstreamer 'Chain: error running chain' - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Support (/forumdisplay.php?fid=4)
+--- Thread: Minimstreamer 'Chain: error running chain' (/showthread.php?tid=7686)



Minimstreamer 'Chain: error running chain' - MDF - 08-12-2025 19:22

I have lost the ability to use local streams like http://192.168.0.74:9790/minimstreamer/*/paradise radio.

The minimserver log says 'Chain: error running chain'. I have made no recent changes to my configuration or playlist files. All the actual stream addresses still play ok. I assume this must be connected to recent minimserver or streamer updates somehow?


RE: Minimstreamer 'Chain: error running chain' - Pabloboyo - 08-12-2025 20:56

I have exactly the same issue Minimstreamer 'Chain: error running chain'
None of my minimstreamer streams are working since the latest minimstreamer update.
My server is running Ubuntu 22.04 and I have not changed any config files. Looking at debug logs, the streams are being found and the transcoding required is recognised, but nothing gets streamed and the log shows "Chain: error running chain"
My license is still valid until Feb 2026.
Minimserver is still streaming non transcoded files just fine.
Help please.


RE: Minimstreamer 'Chain: error running chain' - simoncn - 08-12-2025 21:06

There is a report of a similar problem in this post. I am working on a fix and this should be available later today.

If you are able to view the MinimServer log, you can check whether the problem you are seeing is the same as the problem I am in the process of fixing. The problem I am fixing shows these messages in the log:

Chain: error running chain
java.lang.NullPointerException
at java.base/java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011)
at java.base/java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006)
at java.base/java.util.Properties.put(Properties.java:1340)
at java.base/java.util.Properties.setProperty(Properties.java:230)
at org.jstreamer.core.ChainImpl.setProperty(ChainImpl.java:613)
at com.minimstreamer.Streamer.setTargetChain(Streamer.java:1937)
at com.minimstreamer.HTTPRequestTarget.run(HTTPRequestTarget.java:411)
at org.jstreamer.core.ChainTarget.run(ChainTarget.java:81)
at org.jstreamer.core.ChainImpl.runLinks(ChainImpl.java:164)
at org.jstreamer.core.TargetChain.run(TargetChain.java:72)
at org.jstreamer.core.ChainImpl.runLinks(ChainImpl.java:164)
at org.jstreamer.core.ChainImpl.start(ChainImpl.java:58)
at com.minimstreamer.Streamer$NetworkRequestHandler.processRequest(Streamer.java:33​46)
at com.minimserver.Server$StreamerRequestHandler.processRequest(Server.java:31902)
at org.jminim.lib.HTTPConnection$WriterThread.runWriterThread(HTTPConnection.java:4​75)
at org.jminim.lib.HTTPConnection$WriterThread.run(HTTPConnection.java:430)


RE: Minimstreamer 'Chain: error running chain' - simoncn - 08-12-2025 21:52

The is a fix for this NullPointerException error in MinimStreamer 2.1.2, just released. Please try this version to see if it solves the problem you are seeing.


RE: Minimstreamer 'Chain: error running chain' - Pabloboyo - 09-12-2025 00:38

My error log did show the NullPointerException error.
Just installed MinimStreamer 2.1.2 and tested. Everything is again working properly as before.
Thanks very much for the speedy resolution.