-
Posts
24,534 -
Joined
-
Last visited
-
Days Won
867
Everything posted by Krydos
-
That .war file cannot be deployed. FAIL - Application at context path /sraj_sarvaraj_spring could not be started FAIL - Encountered exception org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/sraj_sarvaraj_spring]]
-
Um. No it's not: root@johnny [/home/palyuri/public_html/cgi-bin]# ls -l total 4 -rw-r--r--. 1 palyuri palyuri 72 Aug 25 06:34 hello.cgi If it was 755 it would say -rwxr-xr-x. Right now it's 644. What 644 means is owner can read and write, group can read, and other can read. What 755 means is owner can read, write and execute, group can read and execute, and other can read and execute. You can change the permission through SFTP or with the file manager in cpanel https://johnny.heliohost.org:2083/frontend/paper_lantern/filemanager/index.html
-
We do support: Core Libraries 1.1: mscorlib, System, System.Xml Core Libraries 2.0: mscorlib, System, System.Xml System.Core
-
Considering that was released to windows 9 days ago, it's highly unlikely mono has implemented it. Most windows servers probably haven't updated their software to be compatible with it yet either.
-
Request Free Auto Ssl Certificate Installation On My Domain
Krydos replied to vaninf's topic in Customer Service
For anyone who searches and finds this thread you can install an autossl certificate yourself by deleting your current ssl certificate at https://tommy.heliohost.org:2083/frontend/paper_lantern/ssl/install.html and then waiting 24 hours. The system automatically scans through all of the hosted domains and installs ssl certificates on any domains that don't already have one. That's why it's called AutoSSL. Also, keep in mind that you're only allowed to have one account unless you get permission from an admin in advance of creating more than one account. Having more than one account violates our terms of service and could result in all of your accounts being suspended. Log for the AutoSSL run for “vaninf”: Friday, August 25, 2017 12:56:03 PM GMT-0500 (cPanel (powered by Comodo)) 12:56:03 PM This system has AutoSSL set to use “cPanel (powered by Comodo)”. 12:56:03 PM Checking websites for “vaninf” … 12:56:03 PM The website “van51.ml”, owned by “vaninf”, has no SSL certificate. AutoSSL will attempt to obtain a new certificate and install it. 12:56:18 PM WARN The domain “mail.van51.ml” failed domain control validation: “mail.van51.ml” does not resolve to any IPv4 addresses on the internet. 12:56:19 PM WARN The domain “cpanel.van51.ml” failed domain control validation: “cpanel.van51.ml” does not resolve to any IPv4 addresses on the internet. 12:56:19 PM WARN The domain “webdisk.van51.ml” failed domain control validation: “webdisk.van51.ml” does not resolve to any IPv4 addresses on the internet. 12:56:19 PM WARN The domain “webmail.van51.ml” failed domain control validation: “webmail.van51.ml” does not resolve to any IPv4 addresses on the internet. 12:56:19 PM The system will attempt to renew SSL certificates for the following websites: 12:56:19 PM van51.ml (van51.ml www.van51.ml) 12:56:21 PM The system has completed the AutoSSL check for “vaninf”. 1:00:02 PM The queue contains a request for a certificate for “vaninf”’s website “van51.ml”. The system last polled for this certificate at Aug 25, 2017, 5:56:21 PM UTC. The next poll will be no earlier than Aug 25, 2017, 6:01:21 PM UTC. 1:05:02 PM Polling for “vaninf”’s new certificate for “van51.ml” (order item ID “234266391”) … 1:05:04 PM The certificate is available. The system will now attempt to install it. 1:05:09 PM SUCCESS The certificate is now installed! https://www.sslshopper.com/ssl-checker.html#hostname=van51.ml -
Unarchiving... Done. You should now be able to log in at https://www.heliohost.org/login/ and your domain should start working again within 24 hours.
-
I stand by my original statement: That said, it's always wise to use the right tool for the job. Sure, you can probably use a chainsaw to shave your legs if you're really good at chainsawing things, but it's probably not the best tool for the job. Running a windows binary executable on a linux server in a constant loop to check a mailbox every 10 seconds is the chainsaw in my opinion. It might work, but it's kind of ridiculous. Actually, one of perl's strengths is regular expression matching which makes it quite powerful when processing strings, and extracting data from text. When you pipe an email to a script it passes it via stdin which is basically just a big wad of text. Perl would be an excellent choice in my opinion for this project. Let us know if you need help with any of it even if you decide to go with the .exe file.
-
[Solved] Add Domain Not Showing In Add Domain List
Krydos replied to nurdidy's topic in Escalated Requests
The addon domain nurmuviz.ga should now show up on your addon page in cpanel, and it should start working within 24 hours. -
Transferring the Johnny account damnu to Tommy. You can ignore the Tommy invitation that was sent to the web.de email address. I'll post again when the transfer is complete. Your account is now on Tommy.
-
Byron started unarchiving this account this morning, but the command took longer than expected and he had to leave with the command still running. It looks like it has completed and you should now be able to log in at https://www.heliohost.org/login/ Your domain should start working again within 24 hours.
-
Remote access enabled.
-
I created the addon domain for you and you should now be able to see it on the addon page. https://johnny.heliohost.org:2083/frontend/paper_lantern/addon/index.html The domain should start working within 24 hours.
-
Logging in and changing password at https://www.heliohost.org/ is working for me. Are you still unable to log in?
-
Yes, it will probably run, but keep in mind that scripts that run constantly cause a lot of load. If you cause so much load that you begin to cause downtime or slow response time for the other users on your server your account will be suspended. It's usually better to use an external cron to run a short script every few minutes than have a script that never ends.
-
[Solved] Enable Ns Records In The Advanced Dns Editor
Krydos replied to miwilc's topic in Escalated Requests
Will setting the IP address of the A record of the subdomain work for what you're trying to do? -
You can always edit the post.
-
The invitation with that transaction ID has been sent to baileyjmatthews@gmail.com
-
External cron created.
-
Does it work when you use a normal mail client? Like on your phone or something?
-
That url gives a 404 error.
-
http://apiapi.heliohost.org/cgi-bin/hello.cgi is giving a 500 error because it is permissions 644, and it needs to be 755.
-
I don't see a python script running on that account. Your website is likely running slowly because you picked the Johnny server. Since Johnny is an experimental server that means he can have high load and slow response time sometimes. If you want a faster server with better uptime we recommend picking a production server such as Tommy. As far as starting and stopping cgi scripts you might be interested in this post: https://www.helionet.org/index/topic/29129-python-script-behavior/?p=132451
-
Done. PHP scripts shouldn't be running for 10 minutes...
-
Deployed. http://stockdiv.heliohost.org/MyHelioServlet/
-
That .war file cannot be deployed because java is not enabled on your account. To request java on your account please visit https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php and click the request java button. Please be aware that since you picked the Johnny server the wait to receive java on your account is considerable. The wait to receive java on a Tommy account is generally only a few hours.