Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,803
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. jdbc:mysql://127.0.0.1:3306/joomleex_db?max-connections=1 https://stackoverflow.com/a/2225275/2336864
  2. Likely when the .war was refusing to deploy due to errors is when you had it the closest. I've seen a lot of .wars refuse to deploy because java doesn't play nice on a multi-user system and for whatever reason it tries to open 100 mysql connections during deployment. Obviously this is going to fail because you're on a server with other users than just you. If that is why it was failing to deploy all you would have needed to do was limit the number of simultaneous connections to something sane like 6, or even better 1. This is all just guesses without any actual evidence though so who knows what the actual reason was.
  3. Unblocked. If you login at https://www.heliohost.org/login/ that won't happen again.
  4. You either need to use our nameservers for a few minutes, and then switch back after you add the domain in cpanel, or if you can't (or refuse to) use our nameservers you'll need to change your main domain.
  5. You're on Tommy now. If you see a 404 error or a Johnny queued page please clear your browser cache and flush your os dns records. Thanks for the donation. We really appreciate it.
  6. Ping statistics for 65.19.143.6: Packets: Sent = 3372, Received = 3372, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 62ms, Maximum = 316ms, Average = 71ms I'm thinking the packet loss you're seeing has something to do with your internet connection. I'm 2500 km from the servers too so it's not like they're in my backyard either. Some other people can test this too if they want. Just type ping 65.19.143.6 -t on windows command line, and then press ctrl-c to see the final report when you get bored of letting it run.
  7. Looks like it worked https://www.sslshopper.com/ssl-checker.html#hostname=denied.gr It only covers denied.gr and www.denied.gr though. Will that work for you?
  8. Looks like wolstech forgot to post the finished message. I tested this account and it looks like it unarchived fine.
  9. Here is an example of how to set up an automated backup system on HelioHost to email your backups. https://wiki.helionet.org/Running_Auto_Backups
  10. It should be noted that HelioHost does actually provide vps. Check out https://www.heliohost.org/vps/ You can run a minecraft server on it if you want too. No one has tried that yet on our vps so I'm not too sure how much load it would cause so it's not banned (yet).
  11. It should be working again now. Thanks for noticing.
  12. A separate IP for Chinese users is unnecessary at this time because none of our IPs are blocked in China. If the user wants to purchase a dedicated IP for $12 per year they're welcome to.
  13. Try deleting the wordpress and installing it again without any extensions or themes. If it works install your extensions and themes one at a time to make sure each work.
  14. You now have port 27015 open to 185.107.96.63, and 185.107.96.49.
  15. This time is was mostly because of an account that had a wordpress malware which tried to send out hundreds of thousands of spam emails. Obviously our system blocked most of the emails from actually being sent, but until they're deleted they take up space on /var.
  16. Done. You should now be able to log in and your website should start working within 2 hours.
  17. One thing that causes issues for a lot of people is there are actually 3 things you have to close to close a java mysql connection. You have to close the resultset, statement, and connection in that order. See https://stackoverflow.com/a/2225275 for example code. Everything about java is designed to work poorly on a multi-user environment. It tries to use persistent connections, it opens hundreds of connections if you let it, it uses massive amounts of memory, and a lot of other unfriendly things. The reason you're seeing that error is because otherwise your java application would likely try to take over the entire server preventing any of the thousands of other accounts from accessing their databases. All of this means that java is much better suited for a single-user environment like a vps. You can take a look at what we offer at https://www.heliohost.org/vps/ I can install the os and tomcat for you if you want to go that route instead of shared hosting which has a lot more restrictions. On a vps you would have unlimited mysql connections.
  18. Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
×
×
  • Create New...