-
Posts
25,180 -
Joined
-
Last visited
-
Days Won
900
Everything posted by Krydos
-
Log in delay, Tomcat Install delay, Error 500 #BermudaTriangle
Krydos replied to claod's topic in Customer Service
Since you picked Johnny you will frequently encounter high server load like you're describing. As it says when you're creating your account Johnny is an experimental server. That means it isn't suitable for production websites. Since Johnny is so overloaded it has a lower uptime (currently 95%), everything is considerably slower, and there are a lot more bugs than Ricky or Tommy. If you want tomcat access as soon as possible I would recommend making a donation https://www.heliohost.org/donate/ and telling us the username of your account, and transaction id. With that information an admin can move your Johnny account to Tommy without deleting it. If you don't want to make a donation you'll have to wait with the hundreds of other people who are already waiting for java on Johnny and it might take a couple months. -
Here is what mono currently supports: http://www.mono-project.com/docs/about-mono/compatibility/ We are planning on adding a windows server in the next few months that will be able to provide full asp.net compatibility.
-
http://clindo.heliohost.org/ works for me. Did you clear your browser cache?
-
Yes, I bet they have port 5432 blocked.
- 12 replies
-
- postgre
- postgresql
-
(and 3 more)
Tagged with:
-
Is port 5432 blocked on your computer? You can check at http://portquiz.net:5432/
- 12 replies
-
- postgre
- postgresql
-
(and 3 more)
Tagged with:
-
Remote access enabled.
- 2 replies
-
- postgresql
- remote
-
(and 1 more)
Tagged with:
-
Please post your connection string with the password removed.
- 12 replies
-
- postgre
- postgresql
-
(and 3 more)
Tagged with:
-
Just to elaborate, some of our sites that we host get thousands of visitors per hour, and they don't get the max_user_connections error. The reason why is they close their mysql connection immediately as soon as they're done using it. If each mysql connection is only open for a few milliseconds the chance of seeing that error is very small. If you use persistent connections and don't close them then you will only be able to have 6 users at a time. This limit is in place to keep one account from hogging all of the mysql connections and causing slow performance or downtime for the other thousands of accounts that share your server.
-
Does it work if you use localhost instead of ricky.heliohost.org?
-
Set your nameservers to ns1.heliohost.org and ns2.heliohost.org.
-
Remote access enabled.
- 3 replies
-
- postgresql
- connect
-
(and 2 more)
Tagged with:
-
Is this still occurring?
-
[Solved] Installation of perl module : Crypt::Random
Krydos replied to micou's topic in Escalated Requests
The perl module Crypt:Random 1.25 has been installed on Tommy. -
There you go https://beepr.heliohost.org/test.jsp
-
Remote access enabled.
- 12 replies
-
- postgre
- postgresql
-
(and 3 more)
Tagged with:
-
It's enabled now, but it looks like your other stuff in the directory is conflicting with our test file http://iberiamj.heliohost.org/test.aspx
-
Remote access enabled.
-
If you read the instructions posted by Wolstech, it says you have to go to http://www.heliohost.org/renew to renew your account.
-
To use a secure connection you can just put your sql code in a php script, and then have your remote code access the php over https instead of connecting to mysql directly. That's actually a better idea for most applications anyways because your remote code won't need to contain your mysql password.
-
sql query execute in a servlet on tomcat returning null pointer
Krydos replied to chanders's topic in Customer Service
Have you deployed it at https://tommy.heliohost.org:2083/frontend/paper_lantern/java/index.live.php ? -
sql query execute in a servlet on tomcat returning null pointer
Krydos replied to chanders's topic in Customer Service
The only thing that changed on the server was java access and your servlet were removed, and then readded and redeployed. Did you change the servlet that you deployed? -
Which IP is blocked? You can check your current IP at https://www.heliohost.org/ip.php
-
sql query execute in a servlet on tomcat returning null pointer
Krydos replied to chanders's topic in Customer Service
Did it work before? -
I think https://www.heliohost.org/partners/vps is what you're needing.