-
Posts
24,534 -
Joined
-
Last visited
-
Days Won
867
Everything posted by Krydos
-
Try this ErrorDocument 404 /404.php Putting the / in front in linux means to go all the way back to the webroot before loading the file 404.php.
-
[Solved] Cgi And Perl Scripts Returnss 500 Error
Krydos replied to mrj's topic in Escalated Requests
You used the wrong file encoding http://netrix.ml/cgi-bin/test2.pl Linux is very particular about dos line endings. I recommend using the file manager in cpanel, then click the code editor button to make sure your files have proper linux encoding. Either that or you can use an editor like notepad++ on windows. -
There you go https://incc.gq/ Are you able to log in now?
-
Oh, you're right. I just checked the status of your account and it definitely isn't suspended. Hurricane Electric where we house our servers had a massive power outage earlier this evening and we've been having to fix a few things as our servers come back online. I'll see what I can do about your account.
-
What makes you think it's suspended? https://www.heliohost.org/status/?u=jwdmo
-
Your site is working for me. Earlier this evening Hurricane Electric had some massive downtime that involved a power outage. I still haven't gotten all of the details from them so I'm not sure what exactly happened, but in the entire existence of HelioHost this has never happened. It wasn't our fault. A massive chunk of the internet went offline, and took us with it.
-
Potentially. Tommy has a pretty solid track record of being reliable. We'll have to see how Ricky does over the long haul.
-
Are you aware that Fedena is paid software https://www.fedena.com/pricing_and_plans and the free trial version only lasts for 14 days? Is this something you have already paid for or are planning on paying for if it works on our servers? It's probably not worth the effort to even try installing it if not. Edit: Maybe the pricing is just for support? I found this opensource project as well https://github.com/projectfedena/fedena which appears to be the same thing. Well, I did all the commandline stuff for you, but it looks like it still has some issues. It's sort of running though: Update: I fiddled with it some more and look what I did! http://skarthi1.heliohost.org/ Also, keep in mind that our Terms of Service state that you may only have 1 active account at a time so please use http://www.heliohost.org/classic/support/scripts/delete to delete any accounts in excess of one otherwise we'll be forced to suspend all of your accounts. Thanks.
-
It still won't deploy, but at least you've got a different error now: User sraj_root already has more than 'max_user_connections' active connections This is a pretty common reason for .wars to not deploy. Java and Tomcat do not play well with others and they always assume they have the entire server to themselves to use as many resources as are available. This is the reason free java hosts are so rare. Tomcat is not designed to be used in a multiuser environment. Generally you need to purchase a VPS and install tomcat yourself. Anyways, limit your mysql connections to 4 or less and it should deploy next time.
-
[Solved] Not Resolved Due To Non-Compliancesuspended
Krydos replied to mo2020ad's topic in Suspended and Queued Accounts
Also keep in mind that you're only allowed to have one active account at a time. It's fine if you want to create a new account to replace your permanently suspended one. I do believe it's possible that terrorists just used your publicly accessible upload site to post their illegal content, but you're still only allowed to have one account. Please delete any accounts in excess of one with this link http://www.heliohost.org/classic/support/scripts/delete -
Wow, according to the logs you requested deployment 13 times in 49 minutes. That's impressive. Thanks for highlighting the fact that I need to disable the deploy button once the initial deployment request is submitted to the system. I really appreciate you helping us beta test this new feature.
-
I was able to install a functional copy of SVNManager on Johnny without using shell, but like I said in an earlier post the software was slightly crippled due to lack of php exec() function. If you would like to try it out let me know and I can get it set up on your account for you.
-
[Solved] Problem With Addon Domain On Johnny Server
Krydos replied to seintitus's topic in Escalated Requests
When you delete your Johnny account all of the domains will be deleted as well. http://www.heliohost.org/classic/support/scripts/delete -
Are you able to log in at https://www.heliohost.org/login/ ?
-
Is this cpanel you're getting that session cookie error from?
-
You were blocked for using the wrong cpanel username or password too many times. We recommend logging in at https://www.heliohost.org/login/ to prevent this from happening again. Unblocked.
-
A .war file cannot be deployed on that account because java is not enabled on that account. To check the status of your java request please visit https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php Please note that since you picked the Johnny server the wait to receive java is currently very long. The wait to receive java on the Tommy server is generally only a few hours.
-
2017-09-10 09:57:51.129 ERROR 2042 --- [io-8080-exec-15] o.s.boot.SpringApplication : Application startup failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Tomcat.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.tomcat.jdbc.pool.DataSource]: Factory method 'dataSource' threw exception; nested exception is java.lang.NullPointerException
-
[Solved] Totally A Newbie - Running Python On Ricky Would Cause 500 Error
Krydos replied to jwdmo's topic in Customer Service
/usr/bin/python3.6 doesn't exist on Ricky (yet). For now use /usr/bin/python -
[Solved] Unable To Export Database From Phpmyadmin
Krydos replied to rahulawa's topic in Escalated Requests
Deployed. http://rajesha1.heliohost.org/cmis/ -
That .war file cannot be deployed because java is not enabled on your account. To check the status of your java request please visit https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php Please be aware that since you picked the Johnny server the wait to receive java is quite long. On Tommy the wait to receive java access is generally only a few hours.
-
FAIL - Application at context path /sraj_uatoday could not be started FAIL - Encountered exception org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/sraj_uatoday]]
-
[Solved] Problem With Addon Domain On Johnny Server
Krydos replied to seintitus's topic in Escalated Requests
If you're going to be using a lot of addon domains you might be interested in Ricky or Tommy where creating an addon domain has a 100% success rate. The domain bitinvestment.ga has been added. -
/username_filename
-
[Solved] Unable To Export Database From Phpmyadmin
Krydos replied to rahulawa's topic in Escalated Requests
Johnny runs tomcat 7.0.42. Tommy runs tomcat 8.5.4. If it needs tomcat 7 then you'll need to move to Johnny.