-
Posts
24,562 -
Joined
-
Last visited
-
Days Won
869
Everything posted by Krydos
-
The main reason people see that error is because they don't close their mysql connections. I've never used mysql workbench, but when I connect to mysql through to command line mysql --host=johnny.heliohost.rg --user=krydos --database=krydos_db -p that is going to use up one of the available mysql connections until I type exit which closes the connection. I suspect mysql workbench is the same. As far as your application, most languages keep mysql connections open in case you need them again until you explicitly close them, or the script ends. The syntax to close the connection depends on the language you use. Well written code will open a mysql connection execute the query and immediately close the connection again. That way the mysql connection is only open for a few milliseconds. The longer you leave those connections open the more likely you are to see that error.
-
[Solved] Deploy .war User: Seguvigo .war: Tfgsegmentacion.war
Krydos replied to braissg13's topic in Customer Service
Deployed. http://seguvigo.heliohost.org/seguvigo_segmentacionUvigo/ -
FAIL - Application at context path /spviz_sphereviz could not be started FAIL - Encountered exception org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/spviz_sphereviz]] I see a bunch of errors about having too many mysql connections open preventing it from even deploying. Are you closing your mysql connections?
-
# ./deploy_java spviz sphereviz User spviz found. Unable to find file: /home/spviz/sphereviz.war Java is enabled on spviz Usage: deploy_java <username> <.war file>
-
There you go http://ubitecht.heliohost.org/
-
[Solved] Deploy .war User: Seguvigo .war: Tfgsegmentacion.war
Krydos replied to braissg13's topic in Customer Service
Deployed. http://seguvigo.heliohost.org/seguvigo_segmentacion/ -
Let us know when you're ready to fix your high load.
-
[Solved] My Account Has Been Archived
Krydos replied to imprensaibirite's topic in Escalated Requests
Your account has been unarchived and you should now be able to log in to your cPanel https://www.heliohost.org/login/ Your domain http://sugarexperience.com.br/ should start working within a few hours. -
[Solved] Deploy .war User: Seguvigo .war: Tfgsegmentacion.war
Krydos replied to braissg13's topic in Customer Service
Deployed. http://seguvigo.heliohost.org/tfgSegmentacion/ -
The directory dedek was 775 permissions when it should have been 755.
-
Johnny Server Not Using The Right Certificate For My Domain
Krydos replied to truedigi's topic in Customer Service
Johnny can take up to 24 hours to start using the ssl certificate on your site. How long has it been since you installed it? -
[Solved] Deploy War File User:andersof War: Teste.war
Krydos replied to afilippi's topic in Customer Service
Deployed. http://andersof.heliohost.org/andersof_teste/ -
The restrictive permissions should now be in place again.
-
[Solved] Deploy War File User:andersof War: Teste.war
Krydos replied to afilippi's topic in Customer Service
Yes, username must be appended to the start of all wars that don't already have it because otherwise no one else could use the name teste. Another user found the best solution was to prename his file username_filename.war and then our system doesn't append a new username_ to the front since it's already there. Either that or you could just use relative paths like our wiki explains. -
Domain Already Exists In The Apache Configuration.
Krydos replied to truedigi's topic in Customer Service
truedigital.me has been added to your account and should start working in a few hours. -
The username cmh is available and I just sent you a new invite.
-
[Solved] Deploy War File User:andersof War: Teste.war
Krydos replied to afilippi's topic in Customer Service
Is there anything in particular you're looking for in Catalina.out? Since output from all the users on your server all get put into that log file it may contain private information that you shouldn't be accessing. Providing the full log file to you could violate our privacy policy of other users. -
pelikaivos.tk is your main domain.
-
[Solved] Deploy War File User:andersof War: Teste.war
Krydos replied to afilippi's topic in Customer Service
Deployed. http://andersof.heliohost.org/teste/ -
Just waiting for you to let me know that the account is deleted, or that you don't care about the username enough to change it. Your choice. I can't send you a new invite until the existing account is deleted.
-
The default limit is 4 simultaneous connections per user.
-
Well designed code doesn't need that many mysql connections. If each connection is open for a few milliseconds and then immediately closed it's highly unlikely that you would ever see that error. We have plenty of well designed sites that use our hosting that have thousands of visitors per hour and don't complain about that error. There is really no good reason to use persistent connections in this situation.
-
It should be noted that basically nothing can be seen when using a root symlink on our servers. It's just one of the first thing hackers do when they gain control of an account just in case they can get some information from it and therefore it's a really easy way to monitor for compromised accounts.
-
Sure. It seems like a lot of work just to change a username, but it's up to you. The reason you couldn't use the username cmh is because your forum account already has the username cmh.