Jump to content

Krydos

Chief Executive Officer
  • Posts

    26483
  • Joined

  • Last visited

  • Days Won

    947

Everything posted by Krydos

  1. Remote access enabled.
  2. What is your username or main domain?
  3. Post the postgresql username, and database you want remote access to.
  4. Psycopg2 has been installed on python 2.7 on Johnny for you. You can see the currently installed modules with this link https://krydos2.heliohost.org/cgi-bin/modules27.py
  5. [ERROR] 2019-03-25 01:50:17 :Context initialization failed org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [spring-servlet.xml]; nested exception is java.lang.IllegalStateException: Context namespace element 'component-scan' and its parser class [org.springframework.context.annotation.ComponentScanBeanDefinitionParser] are only available on JDK 1.5 and higher According to https://stackoverflow.com/questions/23813369/spring-java-error-namespace-element-annotation-config-on-jdk-1-5-and-high you're probably using too old of a spring version for our server. Tommy is running Tomcat 9.0.12 and java 1.8.0_191. It will make deployment easier for you if you develop your application using those same versions on your home pc.
  6. Would you prefer python 2.7 or would you rather use python 3.6?
  7. It would have to be compatible with the rest of our hardware. For example, we have a hard drive that we've tried to install in at least three different servers, and none of them recognize it. After the successful gofundme we did last year we purchased a lot of hard drive space so we should be good for a while. We've been talking about doing a new gofundme to purchase another server sometime this year. Honestly though as nice as it would be to expand and get more hardware, we're struggling to even pay the monthly bills. We lose money nearly every month, and our savings account only has so much left in it to keep us afloat. When we run out of money to pay the monthly bills it doesn't matter how many hard drives or other hardware people have donated to us, we're going to have to go out of business. It's not as exciting as a new piece of hardware, but what we really need is just money so we can keep doing what we do.
  8. jdbc:mysql://127.0.0.1:3306/joomleex_db?max-connections=1 https://stackoverflow.com/a/2225275/2336864
  9. There is no button in cpanel for python because you don't need to request access to it like you do with java. It's enabled on all accounts as soon as you create the account. If you need help getting started with python just let us know what you're trying to do and we can help.
  10. Bcmath has been installed on php 7.2 on Tommy https://krydos.heliohost.org/72/phpinfo.php
  11. Python is enabled on all accounts by default. Is there anything in particular you're trying to do that you would like assistance with?
  12. 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.
  13. Unblocked. If you login at https://www.heliohost.org/login/ that won't happen again.
  14. 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.
  15. 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.
  16. 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.
  17. Does .htaccess rewrites work now?
  18. 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?
  19. Looks like wolstech forgot to post the finished message. I tested this account and it looks like it unarchived fine.
  20. 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
  21. 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).
  22. INTL is already installed on php 7.2 on Tommy https://krydos.heliohost.org/72/phpinfo.php Are you sure you're using php 7.2?
  23. You have to set your nameservers to ns1.heliohost.org and ns2.heliohost.org in order to add a domain to cpanel. This is required as proof that you own the domain. Once the domain is working on our nameservers you're welcome to switch back to some other DNS service if you want, but it may break certain features if you're not using our nameservers. Git and SSH are not available on a free shared hosting account because ssh is a security risk on a multi-user system. If you would like to have ssh access and git we recommend taking a look at a vps instead https://www.heliohost.org/vps/
  24. It should be working again now. Thanks for noticing.
×
×
  • Create New...