Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,618
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Krydos

  1. 503 error means that the rails app isn't running, which we already know from looking at cpanel. That mongrel error looks like you're missing a gem. It probably says what gem further up.
  2. Well, it was working the last time I tried it. Have you changed anything? What do the log files say? You can find them at /home/skarthi1/rails_apps/fedena/log/
  3. You could run something like https://github.com/git-ftp/git-ftp on your home computer. Then when you make the changes via git like you prefer this code will upload only the files that have changed via ftp for you.
  4. I assumed you were having trouble stopping the rails app. What happens when you click the Run button?
  5. Tomcat wasn't running properly after the crash and reboot.
  6. The reason we have a max connections value set is so that one person can't hog the entire server and cause everyone else's mysql connections to fail due to lack of resources. You have to understand that you're on a shared server with 13,000 other accounts. If everyone else on the server allowed their poorly written code to have 30 open connections then your well written code wouldn't be able to connect at all. Would it be possible for your code to just catch the max_user_connections error and enter a loop to wait for it's turn to connect?
  7. Remote access enabled.
  8. I just checked and there are no currently running rails apps on your account so it must have stopped itself eventually.
  9. Does it work now?
  10. You currently have 0 open connections. Your new .war won't deploy either.
  11. Tommy seems to have crashed due to high load. The cause is still being investigated, but it likely has something to do with the lightning strike the other day. Marking solved since the server is working again.
  12. Your domain is working now. Marking as solved.
  13. Your domains are working again. Marking solved.
  14. Tommy is working again, but your last login date was 2017-08-19 so it would have been suspended for inactivity in only a few days. I have manually reset your last login time to today's date for you to prevent that from happening.
  15. You can create a new repository with a cron job, or if you say the name of the repo I can create it for you too.
  16. You can reset your password at https://www.heliohost.org/reset/ if that doesn't work you can also try https://ricky.heliohost.org:2083/resetpass?start=1 Let us know if neither of those work and we can manually reset your password for you. Here's why your previous password resets wouldn't work: Pick a better password and it should work.
  17. That's a code error as far as I can tell. I'm going to draw the line at rewriting your code for you. I've already done a lot for you by just getting it running in the first place. The way I would fix it is to google the error, and then see if anyone else has had that issue before and how they fixed it. Johnny has a lot of downtime at all times of the day. He's our experimental server so he's meant for people who are not concerned about speed or uptime. Unfortunately we don't currently offer a production server with ruby on rails service. This is something that we're working on though. For now if you want to use RoR you're stuck on Johnny.
  18. Does it work now? Does it work if you reset your password? There was a massive lightning strike on our datacenter last night that took us and a large chunk of the internet offline for a few hours. There have been a few wonky things since then that we've been fixing.
  19. There you go http://subodhc.heliohost.org/svnman I PM'd the username and password to log in.
  20. It's working now. The 503 error means that the ruby on rails app isn't running. It didn't restart itself automatically after the lightning strike last night.
  21. Yes, UTF-8 will work. The main thing is it has to have linux line endings, not dos line endings.
  22. Try this ErrorDocument 404 /404.php Putting the / in front in linux means to go all the way back to the webroot before loading the file 404.php.
  23. You used the wrong file encoding http://netrix.ml/cgi-bin/test2.pl Linux is very particular about dos line endings. I recommend using the file manager in cpanel, then click the code editor button to make sure your files have proper linux encoding. Either that or you can use an editor like notepad++ on windows.
  24. There you go https://incc.gq/ Are you able to log in now?
  25. Oh, you're right. I just checked the status of your account and it definitely isn't suspended. Hurricane Electric where we house our servers had a massive power outage earlier this evening and we've been having to fix a few things as our servers come back online. I'll see what I can do about your account.
×
×
  • Create New...