Post Reply 
Integrity check failed for minimserver config
12-02-2021, 18:35
Post: #1
Integrity check failed for minimserver config
Just updated my second Synology nas to Minimserver 2. It didn't go well. The first 3 times I tried to run it, it refused, flashed a message on screen too quickly to read and died. Third time lucky it did run but then fails the config integrity check.

It says select a profile and relaunch. There is only 'default' and it is selected. I have installed a license on it but to no effect.

Minimserver 1 has been running on this NAS DS213 for years but fortunately this is only an older reserve NAS, glad this didn't happen on the main NAS that's next.


Help please.

Bob.
Find all posts by this user
Quote this message in a reply
12-02-2021, 18:56
Post: #2
RE: Integrity check failed for minimserver config
This integrity problem can happen if you are updating from a very old version of MinimServer 0.8 that hasn't been kept up to date.

The MinimWatch minim icon should be showing a Relaunch option. Select this and MinimServer should start successfully.
Find all posts by this user
Quote this message in a reply
12-02-2021, 19:29 (This post was last modified: 12-02-2021 19:44 by mightyoakbob.)
Post: #3
RE: Integrity check failed for minimserver config
(12-02-2021 18:56)simoncn Wrote:  This integrity problem can happen if you are updating from a very old version of MinimServer 0.8 that hasn't been kept up to date.

The MinimWatch minim icon should be showing a Relaunch option. Select this and MinimServer should start successfully.

Just tried that once and got something like this...
java out of bounds exception... but it was too fast and gone.
Tried again - same result and again and again.
Then minimwatch goes green.

Still in trouble though, nearly all properties are greyed out.
Something still broken here.
At one point ot told me it couldn't use the minimserver one config.

Is there a way to scrap this profile and type in a copy of what I had before?

Just got this in the log file..

java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248)
at java.base/java.util.Objects.checkIndex(Objects.java:373)
at java.base/java.util.ArrayList.get(ArrayList.java:426)
at com.minimserver.Server$Playlist.resolveFiles(Server.java:16096)
at com.minimserver.Server.doStart(Server.java:3580)
at com.minimserver.Server.start(Server.java:1104)
at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:228)
at org.jminim.core.ContextImpl.start(ContextImpl.java:116)
at org.jminim.core.RootContextImpl.startComponent(RootContextImpl.java:80)
at org.jminim.core.ContextImpl.start(ContextImpl.java:116)
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:2653)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:1302)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:124)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja​va:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso​rImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.jminim.mlaunch.MinimLaunch.doLaunch(MinimLaunch.java:525)
at org.jminim.mlaunch.MinimLaunch.launch(MinimLaunch.java:150)
at org.jminim.mlaunch.MinimLaunch.launch(MinimLaunch.java:90)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja​va:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso​rImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.jminim.launch.Launcher.launch(Launcher.java:88)
at com.minimserver.launch.LaunchServer.main(LaunchServer.java:38)


Bob.
Find all posts by this user
Quote this message in a reply
12-02-2021, 20:54
Post: #4
RE: Integrity check failed for minimserver config
I've just tried reseting the default profile.

It seemed to work. Greyed out config options were now available. I started checking them against my records, I installed Minimstreamer and shortly after minimwatch went red again. I didn't change anything else.

Integrity check fail for minimserver config. AGAIN.

Where is this file? can i find it and look at it, perhaps compare with a good one from another NAS?

I think I've run out od ideas.

Bob.
Find all posts by this user
Quote this message in a reply
12-02-2021, 21:07
Post: #5
RE: Integrity check failed for minimserver config
Minimserver2 has just removed minimstreamer because there is no license.
I installed a license a couple of hours ago and minimserver has deleted it and not returned it to me. So now I have 3 nas boxes and two licenses.

Starting to worry now.

Any advice from anyone, please?

Bob.
Find all posts by this user
Quote this message in a reply
12-02-2021, 21:14
Post: #6
RE: Integrity check failed for minimserver config
In the appData subfolder of the MinimServer shared folder, you should find the files minimserver.config.error and minimserver.config.

Assuming that this latest integrity message is "select a profile and relaunch":

The file minimserver.config.error is a copy of the minimserver.config file that caused the integrity failure. Please post the contents here.

The file minimserver.config is a basic recovery configuration that will be activated if you relaunch without selecting a profile.

I am not sure yet what is causing the out of bounds exception. From a quick first look, it seems to be a MinimServer bug related to the contents of one of your playlists.
Find all posts by this user
Quote this message in a reply
12-02-2021, 21:17
Post: #7
RE: Integrity check failed for minimserver config
Regarding the license issue:

Is MinimServer running now or is it stopped with an integrity error message?
Find all posts by this user
Quote this message in a reply
12-02-2021, 21:39
Post: #8
RE: Integrity check failed for minimserver config
(12-02-2021 21:14)simoncn Wrote:  In the appData subfolder of the MinimServer shared folder, you should find the files minimserver.config.error and minimserver.config.

Assuming that this latest integrity message is "select a profile and relaunch":

The file minimserver.config.error is a copy of the minimserver.config file that caused the integrity failure. Please post the contents here.

The file minimserver.config is a basic recovery configuration that will be activated if you relaunch without selecting a profile.

I am not sure yet what is causing the out of bounds exception. From a quick first look, it seems to be a MinimServer bug related to the contents of one of your playlists.

Thanks for your help Simon.

Worth saying, I have 3 nas boxes which are except for age and name identical in minimserver setup. I updated white nas this afternoon to MS2 and it went fine. Blue NAS - nightmare so far. Red nas is the in service NAS and I'm dreading doing that now.

I've really struggled adding the attachments, to be honest, I bet I've got it wrong. Happy to remove playlist if needed.

cant add these files, it will not allow that file type and if I'm honest i do noy understand how to add the attachments, I'm just guessing and getting it wrong.


thanks

bob.



[attachment=2186][attachment=2186]
Find all posts by this user
Quote this message in a reply
12-02-2021, 21:41
Post: #9
RE: Integrity check failed for minimserver config
(12-02-2021 21:17)simoncn Wrote:  Regarding the license issue:

Is MinimServer running now or is it stopped with an integrity error message?

All 3 nas boxes are green at the moment.

White is on MS2
Blue is green but broken on MS2
Red is still on MS1

Bob.
Find all posts by this user
Quote this message in a reply
12-02-2021, 21:53
Post: #10
RE: Integrity check failed for minimserver config
I've got the two files off the nas and onto the computer. But I cannot get them to attach to the website, I don't understand it.

I navigate to the files with browse, select the file, its name then appears in the box. I guess that I need to click add attachment at that point but it doesn't work and the one file gets refused as being not allowed.

I just can't find a way to add these files.

Bob.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)