Updated Unimus via install.sh script, no longer starts

Unimus support forum
Post Reply
jluthman
Posts: 5
Joined: Sun Aug 12, 2018 4:08 pm

Sun Aug 12, 2018 4:10 pm

I did the update script and found it did send me a couple emails (same things I got at 3am today) but I can no longer log in to it. It doesn't appear to be listening on 0.0.0.0:8085. I added -Dserver.port=8085 to the config in /etc/default/unimus but no change.

[root@MYSERVER ~]# service unimus status -l
Redirecting to /bin/systemctl status -l unimus.service
● unimus.service - Unimus server
Loaded: loaded (/etc/systemd/system/unimus.service; enabled; vendor preset: disabled)
Active: active (running) since Sun 2018-08-12 11:54:18 EDT; 41s ago
Main PID: 2740 (java)
CGroup: /system.slice/unimus.service
└─2740 /usr/bin/java -Xms256M -Xmx768M -Djava.security.egd=file:/dev/urandom -jar /opt/unimus/Unimus.jar

Aug 12 11:54:18 MYSERVER.imaginenetworksllc.com systemd[1]: Started Unimus server.
Aug 12 11:54:18 MYSERVER.imaginenetworksllc.com systemd[1]: Starting Unimus server...
Aug 12 11:54:29 MYSERVER.imaginenetworksllc.com bash[2740]: ___ ___ _
Aug 12 11:54:29 MYSERVER.imaginenetworksllc.com bash[2740]: / / / / ____ (_) ____ ___ __ __ _____
Aug 12 11:54:29 MYSERVER.imaginenetworksllc.com bash[2740]: / / / / / __ \ / / / __ `__ \ / / / / / ___/
Aug 12 11:54:29 MYSERVER.imaginenetworksllc.com bash[2740]: / /__/ / / / / / / / / / / / / / / /_/ / (__ )
Aug 12 11:54:29 MYSERVER.imaginenetworksllc.com bash[2740]: \___,___/ /_/ /_/ /_/ /_/ /_/ /_/ \__,_/ /____/
Aug 12 11:54:29 MYSERVER.imaginenetworksllc.com bash[2740]: :: © 2016-2018 NetCore j.s.a. :: version 1.8.2 ::
Aug 12 11:54:29 MYSERVER.imaginenetworksllc.com bash[2740]: 2018-08-12 11:54:29.670 INFO 2740 --- [ main] net.unimus.Application : Starting Application v1.8.2 on MYSERVER.imaginenetworksllc.com with PID 2740 (/opt/unimus/Unimus.jar started by root in /opt/unimus)
Aug 12 11:54:29 MYSERVER.imaginenetworksllc.com bash[2740]: 2018-08-12 11:54:29.675 INFO 2740 --- [ main] net.unimus.Application : The following profiles are active: together,unix,jar
[root@MYSERVER ~]# !netstat
netstat -an|grep 8085

# cat unimus
-Xms256M -Xmx768M -Djava.security.egd=file:/dev/urandom -Dserver.port=8085# cat unimus
-Xms256M -Xmx768M -Djava.security.egd=file:/dev/urandom -Dserver.port=8085


I do have a license that I would prefer to not lose, but any help would be appreciated.
User avatar
Tomas
Posts: 1206
Joined: Sat Jun 25, 2016 12:33 pm

Sun Aug 12, 2018 4:16 pm

Hi,

We would be happy to help.
Probably the fastest option would be to organize a Webex session to check what is going on.

Would that be possible?
Please send me a PM to work out the details if so.

Thanks!
jluthman
Posts: 5
Joined: Sun Aug 12, 2018 4:08 pm

Sun Aug 12, 2018 4:17 pm

As I post this the server comes back. I'm guessing there was a database restructure or something, it took a pretty long time to start (maybe 20-30 minutes).

Just saw your post Thomas. Hopefully you see this one next :)
User avatar
Tomas
Posts: 1206
Joined: Sat Jun 25, 2016 12:33 pm

Sun Aug 12, 2018 4:20 pm

There indeed was a database changeset in the last release (1.8.2).
But normally it should not take 20 minutes to update the DB.

What type of DB is your system running on?
How many devices, and how many backups?
(stats should be on the Dashboard)
Post Reply