-
Posts
24,215 -
Joined
-
Last visited
-
Days Won
857
Everything posted by Krydos
-
It looks like there might be a problem with the code itself. https://stackoverflow.com/a/44762385/2336864 Most of my searches resulted in people saying that this is caused by the code not closing and shutting down old processes correctly. The reason restarting Tomcat sometimes helps is because that forces the faulty code to shutdown and restart properly. Since you didn't write the code yourself it's probably not an option to fix the code yourself. It's also not an option to restart Tomcat over and over on Tommy for you because Tomcat uses massive amounts of memory and each time you restart it there can be load spikes and cause downtime for everyone on Tommy. If you want to try it on a VPS I can give you a free trial for a couple days to see if it works, and if you want to keep the VPS you could set up a subscription. https://www.heliohost.org/vps/
-
Tomcat last restarted itself about 7 hours ago. Did it start working after the restart?
-
Git is available in Tommy and Johnny's cpanel, and will be available on Ricky too once we rebuild him. Ricky's rebuild was scheduled for February or so of this year, but it got delayed because it's not safe to travel during a pandemic and we can't get anyone to the datacenter to do the required work. Once we can get someone to the datacenter rebuilding Ricky will be our top priority because he's long overdue for it. In the meantime we recommend moving to Tommy if you need git. Keep in mind that ssh access is disabled for all of our shared hosting because it is too much of a security risk so you won't be able to view clone urls even if you switch servers. For full access to git functionality we recommend getting a VPS where you will have root access to the entire server to run any commands such as git that you want. Now is a great time to sign up for a VPS because we're having a sale that will only last until we reach the goal of our fundraiser. With any VPS subscription you get an extra 1 GB memory for free, and if you signup for 6 months you can get 10% off as well. So you can get 2GB memory, 2 CPUs, and 50 GB hard drive for only $3.60 per month for 6 months. That's an amazing deal. https://www.heliohost.org/vps/ As far as autossl, it can take up to 24 hours for a new domain to get secured. How long ago did you add that domain? If it's been more than 24 hours we can take a closer look.
-
The accounts softsys and ssinc have been unsuspended. You may now delete the images from dropbox if you want.
-
Your forum username has been changed to Nightroad and your VPS30 os has been changed to Ubuntu 18. Let us know if you have any trouble logging in.
-
The IP you posted from is not blocked. Is there another IP you would like us to check?
-
Unblocked. If you login at https://www.heliohost.org/login/ that won't happen again.
-
When you change your main domain you have to wait again for up to 24 hours for the new domain to get secured. The php extension GMP has been installed on Ricky's php 7.2. https://krydos1.heliohost.org/72/phpinfo.php
-
Have you googled the error?
-
For what it's worth, we're setting up a new version of the forums that shouldn't have this bug anymore. It should be released before much longer.
-
Self-signed certificates will always show insecure warning in browsers because they aren't signed by trusted certificate authority. You're on Ricky so you shouldn't need to install ssl at all. Ricky has autossl which will automatically install and renew a trusted certificates that won't show insecure in your browser. You just have to be patient because it can take up to 24 hours to start working. Which php version are you using? I merged your forum accounts so all your posts will show up under the name geran34 now.
-
Here's your error 10-Nov-2020 16:55:16.140 INFO [localhost-startStop-9] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/opt/tomcat/apache-tomcat-8.5.24/webapps/tchesoen_cyclos.war] 10-Nov-2020 17:01:30.684 INFO [Finalizer] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load [org.apache.http.impl.conn.PoolingHttpClientConnectionManager$2]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access. java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [org.apache.http.impl.conn.PoolingHttpClientConnectionManager$2]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access. at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1311) at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1299) at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1158) at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1119) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.shutdown(PoolingHttpClientConnectionManager.java:413) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.finalize(PoolingHttpClientConnectionManager.java:207) at java.lang.System$2.invokeFinalize(System.java:1273) at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:102) at java.lang.ref.Finalizer.access$100(Finalizer.java:34) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:217)
-
It looks like you may have created your zip file wrong. You have an extra cyclos directory in there https://www.cyclos.za.org/cyclos/cyclos/
-
Same thing as before. This time you were blocked for having 44 connections open. Unblocked.
-
Does your software support php 7.3? If so it already has php-pgsql installed. You could just switch to that version of php.
-
Check out the installation instructions at https://documentation.cyclos.org/4.3/cyclos-reference/ch01.html Step 1.1.5 is probably what you need to do next. Unzip the archive on your home pc and navigate to the cyclos/WEB-INF/classes directory. There you should see a file called cyclos-release.properties. Make a copy and name the copy cyclos.properties. Edit this file and put in your database information. You can get this information from when you create the database and the database user in the cpanel postgresql button. I recommend using 127.0.0.1 as the host and port 5432 since it will be running on the server. Then once you have this file edited you need to create a .war file out of it. War files are just .zip files that have been renamed so in most cases you should be fine to use a normal zip program and then rename the output to tchesoen_cyclos.war. Then deploy that .war file in the cpanel java button, and pray. If you're lucky it will work. You can monitor the install process by seeing if it creates any tables in your database. Most likely it will fail to deploy though for one reason or another. Just post back here if that happens and I'll check the log files for you. Worst case scenario you have to get a VPS to run this software where you will have root access to Tomcat and all the logs to install this the way they recommend. One concern I have is it suggests increasing the default Tomcat memory setting. That doesn't really work with shared hosting because Tomcat already uses massive amounts of memory and if we increased that setting only 2 or 3 people would be able to have java access at once without crashing the server. If you get a VPS you would be the only user on the whole server so you could use as much memory as you need.
-
Are you trying to access you database remotely or locally? For instance if it's a php script that is trying to connect to postgresql is located on the server then that is local. If you have an executable running on your home pc that is trying to connect to the postgresql database that would be remote.
-
Another thing that can help with FTP is limiting the number of simultaneous connections. This is what the setting looks like in Filezilla for example
-
You can check to see if Johnny signups are available with this page https://flazepe.heliohost.org/?node=hhsignups Johnny signups usually stay open for at least a couple hours, sometimes as long as 20 hours. It isn't hard to get a Johnny account.
-
Unarchived.
-
Thanks. If you want to use a free forum software I can suggest phpbb. Also check out softaculous in cpanel. It has a lot of forums software you can install that are all legal.
-
The additional accounts section is only for creating an email, FTP, and webdisk users. You can't log in to cpanel with those. Say you have several domains like bluecdn.com and blueforums.com and you want to grant someone access to bluecdn.com but not the forums you could create a user for them and set their root to /home/rakinar5/public_html/bluecdn.com/. That way they could log in with FTP or webdisk and change the files, and they could also have a @bluecdn.com email address, but they wouldn't have any access to the blueforums.com website.
-
Unarchived. I also changed the link in that faq on the wiki. Thanks for pointing it out.