-
Posts
24,140 -
Joined
-
Last visited
-
Days Won
847
Everything posted by Krydos
-
It gets half deployed, and then fails with this message: FAIL - Application at context path /infopar_catechesi could not be started FAIL - Encountered exception org.apache.catalina.LifecycleException: Failed to start component [standardEngine[Catalina].StandardHost[localhost].StandardContext[/infopar_catechesi]] If that means anything to you.
-
Please post the following information: Your cPanel username Your main domain The server that you are on
-
[Solved] Accidentally Changer Domain, Site Doesn't Work Any More
Krydos replied to junk099's topic in Customer Service
The reason alkhaouarizmy.heliohost.org doesn't work is because your account's main domain is still set to lak.ac.ma. Here is the link to change your main domain if that's what you wish to do http://www.heliohost.org/home/support/scripts/domain -
Please clear your cache.
-
Please clear your cache.
-
[Solved] Request For Ssh Commands (Installing Tracks)
Krydos replied to supermattkelly's topic in Customer Service
Glad your problem got solved! Please spare a few minutes to take our brief survey: http://feedback.heliohost.org/ Your participation in this survey is greatly appreciated. -
[Solved] Request For Ssh Commands (Installing Tracks)
Krydos replied to supermattkelly's topic in Customer Service
SSH isn't provided for user accounts because it is too much of a security risk for shared hosting. If you need to install ruby gems this is the link to use: http://johnny.heliohost.org:2082/frontend/x3/module_installers/main.html?lang=ruby Most commands to set up RoR applications can be run through cron jobs. Just be sure not to exceed 2 cron jobs per day or your account will be suspended. -
How To Read Msacess (*.mdb) Databases
Krydos replied to Aashim's topic in Website Management and Coding
Stevie doesn't run msaccess because we don't run Microsoft operating system. The local database options available are MySQL, PostgreSQL, and SQLite. If you find an msaccess database with remote access enabled you could connect to that, or you could convert your database to something that will work on our servers. -
How To Read Msacess (*.mdb) Databases
Krydos replied to Aashim's topic in Website Management and Coding
Where is this msaccess database hosted, and what port is it running on? -
Please clear your cache.
-
Please clear your cache.
-
When visiting cs7clan.com I get a redirect error, which isn't a queued page. Try deleting your .htaccess from the webroot of that addon domain.
-
This is what I'm seeing: Ftp Server Issuer: C=US, ST=Unknown, L=Unknown, O=Unknown, OU=Unknown, CN=johnny.heliohost.org/emailAddress=ssl@johnny.heliohost.org Not Before: Jun 8 03:10:01 2013 GMT Not After: Jun 8 03:10:01 2014 GMT Subject: C=US, ST=Unknown, L=Unknown, O=Unknown, OU=Unknown, CN=johnny.heliohost.org/emailAddress=ssl@johnny.heliohost.org Self Signed: YES What process are you using to get what you posted? Using the command at the start of your code snippet openssl s_client -showcerts -starttls ftp -connect ftp.guysalias.tk:21|openssl x509 -dates -subject -noout -fingerprint -md5 -nameopt multiline I get this result: depth=0 /C=US/ST=Unknown/L=Unknown/O=Unknown/OU=Unknown/CN=johnny.heliohost.org/emailAddress=ssl@johnny.heliohost.org verify error:num=18:self signed certificate verify return:1 depth=0 /C=US/ST=Unknown/L=Unknown/O=Unknown/OU=Unknown/CN=johnny.heliohost.org/emailAddress=ssl@johnny.heliohost.org verify return:1 220 You will be disconnected after 2 minutes of inactivity. notBefore=Jun 8 03:10:01 2013 GMT notAfter=Jun 8 03:10:01 2014 GMT
-
It might be your ISP caching the page then. I see a directory listing with a bigfish and cs7 directory. Try viewing your site through a free web proxy to see what everyone else is seeing.
-
I've tried deploying this servlet for you three of four times now over the last couple days. I have no idea what the problem is but tomcat just hangs trying to load it. It can just sit there for an hour trying to deploy it and it never works.
-
Please post the following information: Your cPanel username Your main domain The server that you are on
-
There are three steps to creating an account with a dedicated IP. Create the account. Make the paypal payment. Post on the forums. Generally when there are three steps to a process people don't do them in the order of 2,3,1 but the way it's set up right now we can't really stop them. The process for creating an account with a dedicated IP was recently streamlined from a much more confusing set of instructions to what we have now, but I agree that it could be further refined. Thanks for your input.
-
Try this web.config to show error messages: <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
-
The domain polvosrosados.com actually belongs to an account located on johnny, not the stevie account you listed in the orignal post. Keep in mind that each user is allowed to have one account, and having multiple accounts without first receiving permission from a Heliohost staff member could result in all involved accounts being suspended.
-
Please clear your cache.
-
Accounts that are inactive cannot be logged into or have the password reset. To reactivate your account just type your username into this link http://www.heliohost.org/home/support/scripts/renew Once your account is reactivated you should be able to log in with your old password or reset the password. Let us know if you're still having trouble logging into your account.
-
All self-signed SSL certificates on Johnny have been recreated and won't expire until Jun 8th 2014.
-
If you think there is something wrong with your account you can restore the default settings by deleting your account http://www.heliohost.org/home/support/scripts/delete and then recreating it http://www.heliohost.org/home/signup Otherwise if you don't want to do that I can take a look at it maybe sometime later today or tomorrow.
-
Can it be run in cgi mode?
-
[Solved] Mysql, Too Many Connection Errors (External Access)
Krydos replied to edoedox's topic in Customer Service
Are you still getting that error?