-
Posts
24,146 -
Joined
-
Last visited
-
Days Won
848
Everything posted by Krydos
-
[Solved] Johnny Mysql Innodb 'got Error -1 From Storage Engine' Error
Krydos replied to edoedox's topic in Customer Service
Is it working now? -
The folks over at incident@nsc.org.my were being really annoying and sending multiple email reports about http://cybercrookz.sembang.my/ They wouldn't explain what was important to take down three words of text, but to get them to shut up we just suspended your website. You can contact them directly and ask what the issue is if you want. Your account has been unsuspended.
-
You must have deleted some files then because your public_html is currently using only 124 MB. Sometimes it takes time for cPanel to update the usage after you delete files.
-
Yes, there is. Create a post on these forums stating your username, domain, and server and ask for a load report.
-
[Solved] Sql Server Not Working For Groovyca
Krydos replied to GroovyCarrot's topic in Customer Service
Both MySQL and PostgreSQL are working fine for me on Stevie. Can you post a link to a test script that fails to connect to "SQL"? What error messages (if any) are you getting? -
[Solved] Request For Deploying .zip File: Rajukumargiri
Krydos replied to rajukumargiri's topic in Customer Service
You don't need the assistance of a staff member to extract a .zip file. Simply upload the .zip (which you've already done) and click "File Manager" in your cPanel. Browse to your file, highlight it, and click the "Extract" button. -
Here is everything that is in all of the log files regarding your application: manager.2014-01-22.log:INFO: HTMLManager: start: Starting web application '/sunjapan_sample' manager.2014-01-22.log:SEVERE: FAIL - Application at context path /sunjapan_sample could not be started manager.2014-01-22.log:org.apache.catalina.LifecycleException: Failed to stop component [standardEngine[Catalina].StandardHost[localhost].StandardContext[/sunjapan_sample]] manager.2014-01-22.log:Caused by: org.apache.catalina.LifecycleException: Failed to stop component [ProvisioningWebappLoader[/sunjapan_sample]]
-
If you want to delete your account here is the link to visit http://www.heliohost.org/home/support/scripts/delete Although editing a single file seems a lot easier than creating a new account.
-
Stevie is currently running postgres v9.0.7 http://www.heliohost.org/home/signup Do you need asp.net, java, or ror? If no it might be quicker for you to switch servers.
-
No, nothing changes in your cPanel. The easiest way to tell if java is enabled on your account is to try to execute a simple .jsp script. If the script shows the source like a .txt file or something would then java isn't enabled. If the .jsp file executes the code then java is enabled.
-
[Solved] Account Suspended: Groovyca On Stevie
Krydos replied to GroovyCarrot's topic in Escalated Requests
Here is your cpu and memory usage as a rank amongst other users on your same server. 1=highest 4=three users are higher than you, etc. Higher numbers mean less load and less chance of being suspended. date cpu mem 1-24 4 1 1-23 6 1 1-22 9 1 1-21 8 1 1-20 5 1 1-19 1 1 1-18 4 2 Obviously memory usage is what got you suspended. -
The problem isn't with php or your account. The problem is with /home/snwast/public_html/.htaccess Try renaming that file to something else, or editing it to correct the syntax error.
-
That .war could not be deployed. FAIL - Application at context path /sunjapan_sample could not be started FAIL - Encountered exception org.apache.catalina.LifecycleException: Failed to stop component [standardEngine[Catalina].StandardHost[localhost].StandardContext[/sunjapan_sample]]
-
It sounds like you're confusing disk space usage with memory usage. If you remove some large file from your account you will gain back disk space. Php memory usage has more to do with how much memory each php script requires to execute. Using less variables, and storing less data into memory will reduce how much memory php requires. For instance, if you need a value out of a 50x50 table and you load the entire table into memory to get the one value it will use a lot more memory than simply loading that same value into a single variable instead of a large table. Optimizations like that will reduce php memory usage. Try searching google for other ideas you could try.
- 1 reply
-
- PHP
- 500 Server Error
-
(and 2 more)
Tagged with:
-
Java and .jsp only works on a limited number of accounts at a time that have java enabled. Once java is enabled on your account there will be a post made on your request thread http://www.helionet.org/index/topic/18203-request-for-java-rajugiri/ Please don't make duplicate requests since it does you no good, and just wastes our volunteers time for having to delete them.
-
You don't have to keep trying over and over. Signups on Stevie are limited by number each day to help keep that server fast and stable and have a high uptime. You can see when signups reset with this link http://bybyron.net/helio/sign-up.php and you just need to create an account before they fill up for the day which is usually 3-12 hours after signups open. You can tell how long signups on Stevie were open each day for the last several years with this link http://heliohost.grd.net.pl/monitor/
-
That server load is the whole server, not just your account. If you're curious or worried that you may be causing too much load just create a new thread in the customer service forum asking how your load is.
-
The account shinx has been unsuspended.
-
You could also follow us on Twitter https://twitter.com/Heliohost/ or like us on Facebook https://www.facebook.com/pages/HelioHost/133105633434140 or even just check the news on our homepage http://heliohost.org/ or subscribe to the news forum http://www.helionet.org/index/forum/1-news/ for email updates on what is going on with Heliohost.
-
Most of your load seems to be coming from /home/apotheos/public_html/ogame/forum/sachat/index.php
-
If you set mail to infinite space that means it can fill your entire 500 mb. The reason you can limit the space that mail uses is so even in a worst case scenario your website is still able to function and read and write to disk. If you let mail go completely out of control and fill all available space a lot of websites will stop functioning too.
-
Especially #1. Do you get 500 errors when you log out of all of your sftp and everything else?
-
That account cannot be unsuspended.
-
Try this: #!/usr/bin/perl BEGIN { my $b__dir = (-d '/home/raycone/perl'?'/home/raycone/perl':(/> getpwuid($>) )[7].'/perl'); unshift @INC,$b__dir.'5/lib/perl5',$b__dir.'5/lib/perl5/x86_64-linux',map { $b__dir . $_ } @INC; } use CGI::Carp qw(fatalsToBrowser); use CGI qw(:standard); #use v5.12; use strict; use warnings; use AnyEvent::Log; use Moo; use Moose; use KiokuDB; print "Content-type: text/html\n\n"; print '<html> <body>'; print '<p>Time: '.localtime()."</p><hr />\n"; print '</body></html>'; 1;
-
As soon as java in enabled on your account there will be a new post on your request http://www.helionet.org/index/topic/18119-request-for-java-sundoko/ so keep an eye on that thread. You can also click "Follow this topic" in the top right to get notified by email when java is enabled. Once java is enabled it is enabled forever unless your account goes inactive or you're suspended for breaking the rules etc.