-
Posts
24,202 -
Joined
-
Last visited
-
Days Won
855
Everything posted by Krydos
-
Does it work now?
-
[Solved] Allow remote access to PostgreSQL database
Krydos replied to randwalk's topic in Escalated Requests
Remote access enabled. -
[Solved] Open UDP And TCP Port Number: 27015
Krydos replied to Luigi123's topic in Escalated Requests
You now have port 27015 open to 185.107.96.63, and 185.107.96.49. -
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.
-
Done. You should now be able to log in and your website should start working within 2 hours.
-
Changed.
-
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.
-
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...
-
Remote access enabled.
-
Just actually use it. You can lose it if your account is unused and goes inactive, or if you just don't actually use java at all. If you don't actually need it please let us know because there are people waiting weeks/months to get java access and it's unfair to them to have to wait in line behind someone who doesn't even need it.
-
You might have the old Johnny server's ip address cached. For SFTP use Host: 65.19.143.6 Port: 1342 Username: jonaskp Password: <same as cpanel> Protocol: SFTP Auth: Normal
-
The account aniruddh matches his email address and username, but is so old that it cannot be unarchived. You can go to https://www.heliohost.org/backup/ and download your backup though. Then go to https://www.heliohost.org/signup/ and create a new account. Once you have an active account you will then need to restore your backup that you downloaded.
-
The project name can be whatever you want.
-
Done. You should now be able to log in and your website should start working within 2 hours.
-
Should be fixed now.
-
Did you follow the guide at https://wiki.helionet.org/Java_Servlet ?
-
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...
-
[Solved] Where to put a text file for the WAR to read?
Krydos replied to Amoss's topic in Customer Service
If you use the path "filename.txt" then that might mean you won't be able to change the contents of the file without either using the deployed app to change it or redeploying your .war completely because the absolute path will be "/opt/tomcat/live/webapps/stockdi1_warname/filename.txt". If you want to be able to edit the file while the .war is running or read the file then Wolstech's suggestion of "/home/stockdi1/filename.txt" might be more appropriate. If the install date says a date like 2019-03-10 then that means your number 2+ in line to receive java. If it says java should be installed soon that means you're next in line. -
You've got 3 .war uploaded, and the current one says it deployed fine. Which one fails to deploy?
-
[Solved] Removed UDP and TCP Port Number: 27015
Krydos replied to Luigi123's topic in Escalated Requests
Removed. Port 27015 is still open to 74.91.120.109 for you though. -
Even so called "bulletproof" hosting does get shut down though eventually. That's the funniest part because HelioHost servers are located in the US which has the strictest cybercrime laws in the world. It's not like we hide the fact that we're US based or anything, and it says right on our terms of service "nothing illegal". I think the main problem here is some parts of the world don't even realize what they're doing is illegal. They think it's perfectly fine to steal people's credit card information or infect their computers with malware. I don't understand.
-
Please post the following information: Your cPanel usernameYour main domainThe server that you are onVersion of python you're using
- 1 reply
-
- Python
- python modules
-
(and 2 more)
Tagged with:
-
If we allow you to run a botnet on our servers our ISP will simply nullroute our IP and everyone on the same server as you will have their websites go offline. The same thing will happen on any host you use. Even if you host the botnet from your home pc whoever provides you internet access will just cancel your service eventually when they get reports of what you're doing.
-
To install rain loop: Login at https://www.heliohost.org/login/Click continue to cpanel.Click Softaculous apps installer.In the search box on the top left type "rainloop".Click the RainLoop Webmail in the search results.Click install now.Fill out the form with the rainloop settings you want to use.
-
You're right. I don't see a full backup, nor do I see a backup in progress. I started a new full backup on your account and it should put the archive in /home/prisme/ It should also send you an email when it's done.