Bootstrap Framework 3.3.6

Over a dozen reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more...

User avatar
By arriej
Posts Avatar
#9104
When i try to update the bot to the new version 4.6.6.7 i get an error in the web interface. And an error on my ssh.

The ssh error:
Code: Select all
helpTS3MusicBot: TS3MusicBot stopped
Exception in thread "Thread-7" java.lang.SecurityException: Got restart command...
        at ts3musicbotlauncher.TS3MusicBotLauncher$1.checkPermission(TS3MusicBotLauncher.java:93)
        at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
        at java.lang.Runtime.exit(Runtime.java:107)
        at java.lang.System.exit(System.java:971)
        at ts3musicbot.M.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:745)
Linux srv01.blockmadness.com 3.10.0-514.10.2.el7.x86_64 #1 SMP Fri Mar 3 00:04:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Im not sure whats stopping it from not updating. i tried to Delete the webinterface and let it reloadload. and tried to use the remove6 but both dint work out.


EDIT:

Oops posted it wrong!! can anyone move the post to the right place?
http://forum.ts3musicbot.net/viewforum.php?f=6
User avatar
By arriej
Posts Avatar
#9108
Well thats the thing, I only have 1 bot. and its completely stoped. but still have the issue updating.

This is a full startup log + a try to update:

https://paste.ubuntu.com/24381595/

And this is the error that comes up on the webinterface when you try and update:
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <!-- BEGIN_HEADER --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="imagetoolbar" content="no" /> <meta property="og:title" content="TS3MusicBot Webinterface" /> <meta property="og:description" content="A Teamspeak 3 music bot controlled with chat commands for Linux (vServer/RootServer) and Windows. Plays music/radio/youtube/robot voice and more ..." /> <meta property="og:image" content="http://www.ts3musicbot.net/images/icon.png" /> <title>TS3MusicBot Webinterface</title> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="icon" href="/favicon.ico" type="image/x-icon"> <link rel="stylesheet" type="text/css" media="screen" href="css/style.css" /> <style type="text/css"> @import url('/css/filelist.css'); @import url('/css/rss.css'); </style> <script src="js/jquery.min.js"></script> <script src="js/jquery-ui.js"></script> <script type="text/javascript" src="js/jquery.countdown.js"></script> <script type="text/javascript" src="js/TS3MusicBot.js"></script> <script src="js/jquery.zrssfeed.min.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function() { var count = 30; var countdown = setInterval(function(){ $("p.countdown").html("Your TS3MusicBot is currently updating. Please wait a moment. You will be redirected in " + count + " seconds."); if (count == 0) { clearInterval(countdown); window.open('index.htm', "_self"); } count--; }, 1000); }); </script> <!-- END_HEADER --> </head> <body> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/de_DE/all.js#xfbml=1&appId=332782323451490"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!-- BEFORE_CONTENT --> <div id="wrapper"> <div id="header"> <div id="title"> <h1>TS3MusicBot Webinterface</h1> </div> <div class="fb-like" data-href="https://facebook.com/pages/TS3MusicBot/358526364227662" data-width="The pixel width of the plugin" data-height="The pixel height of the plugin" data-colorscheme="light" data-layout="box_count" data-action="like" data-show-faces="false" data-send="false"></div> </div> <div id="main"> <div id="leftPanel"></div> <!-- END_BEFORE_CONTENT --> <div id="content"> <center> <p class="countdown" style="margin-top: 20px;"></p> <img src="images/updating.gif" style="width: 100px; height: 100px; margin-top: 30px;"> </center> </div> <!-- AFTER_CONTENT --> <div id="rightPanel"> <div id="footer"> <div id="news"></div> <p>&copy; 2012-2016 &middot; <a href="http://ts3musicbot.net">TS3MusicBot.net</a></p> </div> </div> </div> </div> <!-- END_AFTER_CONTENT --> </body> </html>
And i can read the logs, it says "Failed to decompress 'clibs.tar' " So i checked all file permissions and they are all put the same. To be sure i redid the permissiosn. and no result.
User avatar
By arriej
Posts Avatar
#9128
hey,

My E-mail is green, The External interface is yellow, eveything else is white.

Tho im fairly sure the reason it wont update has something to do with the:
Code: Select all
Extracting...
Failed to decompress 'clibs.tar'
Thanks for your help
User avatar
By arriej
Posts Avatar
#9137
hey,

Yes it does
Code: Select all
[adob@srv01 ~]$ which tar
/usr/bin/tar
[adob@srv01 ~]$
(also im a ts3musicbot user not a musicbot4you.net, dint read correctly while posting)
User avatar
By Crypto90
Posts Custom Custom Avatar
#9138
Which Java version do you use?
Code: Select all
java -version
You should use openjdk-X-jre
For the X use 6,7 or 8 depending on which Version is available. Of you not use openjdk then remove your installed java version first.

Another thing to check is the harddrive space:
Code: Select all
df -h
User avatar
By arriej
Posts Avatar
#9144
Hey,

ive been able to update the past year. this is an issue since this update,

Java version:
Code: Select all
[adob@srv01 ~]$ java -version
openjdk version "1.8.0_121"
OpenJDK Runtime Environment (build 1.8.0_121-b13)
OpenJDK 64-Bit Server VM (build 25.121-b13, mixed mode)
more then enough diskspace:
Code: Select all
[adob@srv01 ~]$ df -h
Filesystem           Size  Used Avail Use% Mounted on
/dev/md127           432G   42G  390G  10% /home
/dev/sda2           1014M  252M  763M  25% /boot

And redid the permissions. Still same issue.
youtube

Schauen wir uns an.

Der Vollständigkeit halber antworte ich hierz[…]

If nothing from above solves your issue, I can con[…]

Web UI not responding to browser

I tried public IP, LAN IP, and letting it bind to […]

Swap-in out addons, use only what you really need!