Jump to content

Krydos

Chief Executive Officer
  • Posts

    26458
  • Joined

  • Last visited

  • Days Won

    945

Everything posted by Krydos

  1. Can you edit them now?
  2. What does it say when you try to edit those pages? Is there an error message? I see your SSL/SNI changes.
  3. Are you connecting to port 3306?
  4. Let us know if there is any alternate version of Python that you would like to have available.
  5. The link to download your backup has been emailed to this email address.
  6. Deployed. http://brassatom.heliohost.org/SpringClient/
  7. Sure, ports 587 out and 587 in are definitely open though. Does google have to whitelist the incoming connection IP perhaps like how our remote mysql is set up?
  8. Tommy free signups reset daily at midnight UTC, or you can get an invite that works any time if you make a donation of any amount https://heliohost.org/tommy if you are interested in transferring your account to Tommy.
  9. Java is not enabled on that account. You can request java or check the status of your request by going to https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php
  10. That error is usually due to not closing your mysql connections.
  11. Java is not enabled on that account. You can request java or check your estimated install date by going to https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php
  12. It was tough to edit on my phone, but I think it should be working now.
  13. Please post the following information: Your cPanel username Your main domain The server that you are on
  14. Which domain shows the queued message? Have you cleared your browser cache?
  15. No, we do not block any countries from accessing webmail. I restarted cpanel on Johnny and it seems to have reduced the load time on cpanel components like phpmyadmin and webmail. Tommy free signups reset at midnight UTC. All of our servers are located in silicon valley, California, USA.
  16. The reason you couldn't register the username inc23 is because you already created an account on Johnny with that username. When you create an account a matching forum username is created, and the forum username must be deleted or renamed before that username can be reused. I have renamed your forum username, and sent you a new Tommy invitation. The username inc23, and the domain inc23.org are available to create a new account.
  17. For verification please post the original email address in its entirety.
  18. No, I can't because it's like 50 pages long.
  19. It looks like you're good to go https://abdu.io/
  20. Here's the error message you got (XID 6bzkn2) The system cannot accept abdu. as a domain name (domain name must have a valid TLD label). Did you mean to put abdu.heliohost.org or abdu.com or something?
  21. I just tested webmail on the Johnny server and it opened in about 1.5 seconds and functioned just fine. Do you have port 2096 blocked for https://johnny.heliohost.org:2096/ ? Johnny is our unstable server that's why we allow so many free signups each day. If you don't care about uptime, but just want to create an account fast then Johnny is for you. Free signups on Tommy reset at midnight UTC, and usually fill up in an hour or two. If you don't want to wait until midnight UTC you can send a donation https://www.heliohost.org/tommy/ and you will receive a special link that will allow you to create a Tommy account whenever you want. Keep in mind also that you're only allowed to have one account, and having more than one without permission could result in all of your accounts being suspended. Here are the terms of service http://wiki.helionet.org/Terms
  22. What version of python would you like to use with django? Tommy uses python 3.6.0 and django 1.10.5. I was thinking of using python 2.x.x on Johnny so people that prefer that over 3.x.x. Python 2.7.13 was last updated on 2016-12-17 so it's still being developed.
  23. The account dimly was created on Johnny on 2013-09-07. Since then Johnny crashed, and we rebuilt him from scratch with upgraded hardware and upgraded software. http://www.helionet.org/index/topic/26727-johnnys-rebirth/ We gave users 72 days to download their backups if they wished, and then wiped the server clean. We did not recreate any accounts since users can recreate their own accounts using the backups that were provided. To recreate your account go to https://www.heliohost.org/signup/
  24. Your war throws a lot of INFO, WARN, and ERROR. Here are your two SEVERE though: 13-Apr-2017 20:34:20.055 SEVERE [localhost-startStop-2] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/alobel1_SpringClient]] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:158) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:724) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:700) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:952) at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1823) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaAutoConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set and 13-Apr-2017 20:34:20.079 SEVERE [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployWAR Error deploying web application archive /opt/tomcat/apache-tomcat-8.5.4/webapps/alobel1_SpringClient.war java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/alobel1_SpringClient]] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:728) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:700) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:952) at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1823) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)
  25. You don't have any open mysql connections currently which means that you shouldn't be getting the max_user_connections error. Do you use persistent connections? The main reason people see that error is because they aren't closing their connections properly.
×
×
  • Create New...