MinimServer Forum
Problem with Java - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Support (/forumdisplay.php?fid=4)
+--- Thread: Problem with Java (/showthread.php?tid=2906)



Problem with Java - DJ1972 - 03-02-2016 23:31

Simon,

today my minimserver doesn't work. Below log:

Java™ SE Embedded Runtime Environment (build 1.8.0_71-b15)
Java HotSpot™ Embedded Server VM (build 25.71-b15, mixed mode)
Platform default charset is UTF-8
Language setting is 'eng'
Current time is Wed Feb 03 23:03:31 CET 2016 in time zone Europe/Budapest
starting MinimServer[nas-EB-08-A7]
java.lang.ArrayIndexOutOfBoundsException: 5
at com.minimserver.Server$Item.createArtistIndex(Server.java:12756)
at com.minimserver.Server.setAlbumArtistTags(Server.java:6141)
at com.minimserver.Server.constructAlbum(Server.java:6073)
at com.minimserver.Server.constructMergedAlbums(Server.java:4305)
at com.minimserver.Server.doStart(Server.java:2275)
at com.minimserver.Server.start(Server.java:509)
at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:167)
at org.jminim.core.ContextImpl.start(ContextImpl.java:92)
at org.jminim.core.RootContextImpl.startComponent(RootContextImpl.java:47)
at org.jminim.core.ContextImpl.start(ContextImpl.java:92)
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:1403)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:1054)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav​a:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.jminim.launch.Launcher.doLaunch(Launcher.java:621)
at org.jminim.launch.Launcher.launch(Launcher.java:204)
at com.minimserver.launch.LaunchServer.main(LaunchServer.java:30)

Can you help me, please?


RE: Problem with Java - simoncn - 03-02-2016 23:38

(03-02-2016 23:31)DJ1972 Wrote:  Simon,

today my minimserver doesn't work. Below log:

Java™ SE Embedded Runtime Environment (build 1.8.0_71-b15)
Java HotSpot™ Embedded Server VM (build 25.71-b15, mixed mode)
Platform default charset is UTF-8
Language setting is 'eng'
Current time is Wed Feb 03 23:03:31 CET 2016 in time zone Europe/Budapest
starting MinimServer[nas-EB-08-A7]
java.lang.ArrayIndexOutOfBoundsException: 5
at com.minimserver.Server$Item.createArtistIndex(Server.java:12756)
at com.minimserver.Server.setAlbumArtistTags(Server.java:6141)
at com.minimserver.Server.constructAlbum(Server.java:6073)
at com.minimserver.Server.constructMergedAlbums(Server.java:4305)
at com.minimserver.Server.doStart(Server.java:2275)
at com.minimserver.Server.start(Server.java:509)
at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:167)
at org.jminim.core.ContextImpl.start(ContextImpl.java:92)
at org.jminim.core.RootContextImpl.startComponent(RootContextImpl.java:47)
at org.jminim.core.ContextImpl.start(ContextImpl.java:92)
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:1403)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:1054)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav​a:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.jminim.launch.Launcher.doLaunch(Launcher.java:621)
at org.jminim.launch.Launcher.launch(Launcher.java:204)
at com.minimserver.launch.LaunchServer.main(LaunchServer.java:30)

Can you help me, please?

Please try the following:

1) From the minim icon, select Properties
2) In the Properties window, select Packages
3) In the 'Installed packages' field, select minimserver-0.8-update-76 and click Remove
4) In the 'Other package' field, type minimserver-0.8-update-76 and click Install
5) When the install has completed, click Relaunch


RE: Problem with Java - DJ1972 - 03-02-2016 23:46

Simon,

thanks a lot. It works!