Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,377
  • Joined

  • Last visited

  • Days Won

    909

Everything posted by Krydos

  1. Deployed. http://lani1234.heliohost.org/CandC
  2. Try going to http://stevie.heliohost.org:2082/frontend/x3/sql/index.html and deleting the MySQL user for that database. Then recreate that user, give them access to the database, and update your script to reflect the new password for the user. Let us know if you're still having trouble connecting to MySQL after you've done that.
  3. The brute force protection system detected you attempting to log in with the wrong password many times and decided that you were trying to guess the password. Make sure you don't continue trying to log in with the wrong password over and over. I have cleared the blocks on your account and you should be able to log in now. Let us know if you're still having issues logging into your account.
  4. That's kind of weird. Here is what cPanel is seeing: Name Servers ns1.mydomain.com 66.96.142.148 ns2.mydomain.com 65.254.254.172 and some whois tools see that too http://who.is/whois/marionfamily.org I would contact domain.com support (or whoever you registered this domain with) and ask them why the nameservers are showing one thing in some places, and another in other places. It might just be a DNS caching issue, like some DNS is still showing the old data, and some are showing the new, in which case waiting some more might help. You've already waited quite a while though so I don't understand why any old entries would still exist anywhere. Perhaps your registrar has some strange settings or they can help you sort this out.
  5. Deployed. http://lani1234.heliohost.org/TestingHelioWarWithDB
  6. Deployed. http://lani1234.heliohost.org/TestingHelioWarWithDB
  7. Most FTP clients can change permissions on files. It sounds like this cloudnine's ftp client doesn't allow you to configure much though. What IP does cloudnine ftp client connect from? Have you asked cloudnine's support if you can set what permissions their client uploads with? You could just use cPanel file explorer, or an FTP client on your computer to edit the botched permissions after c9 uploads their files?
  8. Please post the following information: Your cPanel username Your main domain The server that you are on
  9. Deployed. http://lani1234.heliohost.org/TestingHelioWarWithDB
  10. The domain was working when I first checked it. If I had to guess: The user probably changed his main domain and hadn't waited 24 hours or more before posting about it being queued.
  11. Please clear your cache.
  12. Deployed. http://jackmyers.biz/HelloServlet
  13. Deployed. http://lani1234.heliohost.org/TestingHelioWarNoDB
  14. It sounds like the user account you're using doesn't have permission to select on that database, but it does have insert permissions. You could try backing up, deleting, and recreating the database perhaps?
  15. If you can't (or don't want to) change the nameservers to host a domain with us just use http://www.heliohost.org/home/support/scripts/domain to change your main domain, and then create an A record to point to the shared IP address that you can view in your cPanel. Let us know if you're having trouble figuring out the IP address of your account or getting your domain hosted.
  16. Perhaps http://wiki.helionet.org/Java_Servlet#Edit_index.jsp_Source will help you?
  17. Are there any particular features you're needing, or vulnerabilities you think might be exploited?
  18. Dedicated IP granted. You may now install your SSL certificate http://stevie.heliohost.org:2082/frontend/x3/ssl/index.html Try reducing the number of simultaneous connections that you use and see if that helps your disconnect issue.
  19. Deployed. http://lani1234.heliohost.org/TestingWarFileOnHelioNEW2
  20. Ok, I played around with your servlet a bit and I may have some ideas for you. If you go to http://lani1234.heliohost.org/TestingWarFileOnHelioNEW it displays the username and password boxes correctly, but when you click submit it goes to something like http://lani1234.heliohost.org/LoginServlet?username=admin&password=pass See how the TestingWarFileOnHelioNEW disappears? That's why it give you the 404. If we manually reenter the missing servlet name you get a useful error message at http://lani1234.heliohost.org/TestingWarFileOnHelioNEW/LoginServlet?username=admin&password=pass So, you have two errors to fix: 1. Make sure the servlet name doesn't disappear when switching between pages. 2. That "unsupported major.minor version 51.0" error means that you're compiling your classes for java 1.7 still when I already asked you to compile for 1.6 (50). Hopefully that helps you a bit. 1.8 = 52 1.7 = 51 1.6 = 50 1.5 = 49 1.4 = 48 1.3 = 47 1.2 = 46 1.1 = 45
  21. Dedicated IP granted. You may now install your SSL certificate using http://stevie.heliohost.org:2082/frontend/x3/ssl/index.html
  22. Are you asking about an error log? If so which one? As long as you're fairly specific I can post an excerpt of entries related to your application.
  23. Deployed. http://lani1234.heliohost.org/TestingWarFileOnHelioNEW
  24. Believe it or not we did actually manage to get ligHTTPD running on Johnny a few years ago. It did require a lot of crazy custom configuration, but it integrated decently well with cPanel. At first it seemed to work really well, but with a small number of users and a small amount of traffic it would destabilize and either crash or need a reboot once every couple months which wasn't really a big deal. As the number of users increased and the amount of traffic that Johnny received continued increasing that length of time also kept decreasing. When I finally scrapped ligHTTPD and went back to a nice standard stable build (that needs a lot more memory) I was needing to reboot Johnny every other day or so. It caused a lot more downtime that it was worth. Obviously we're constantly tweaking things and adjusting settings trying to maximize uptime, but what we have now is the best we've been able to come up with so far. Thanks for the suggestion though.
  25. No, as far as I know no one has had this problem before, and there are many working .war servlets on the server. The user with the username infopar has had a lot of issues with his applications too, but since he's Italian it seems like we may have had some communication issues both him understanding us and him explaining what it was he was doing to fix the issues he was having. I even asked him to try to help Heliohost as a whole http://www.helionet.org/index/topic/15488-problem-with-struts/page__view__findpost__p__91223 by posting what changes he made to get things working, but it seems he was only interested in getting his .war working not helping future users.
×
×
  • Create New...