Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,180
  • Joined

  • Last visited

  • Days Won

    900

Everything posted by Krydos

  1. Done. You should now be able to log in and your website should be working again.
  2. Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
  3. Is there supposed to be a directory called ServletUsuarioLogin? # ls -la total 8 drwxr-x---. 8 nobody nobody 121 Nov 23 21:36 . drwxr-xr--. 17 nobody nobody 4096 Nov 23 21:36 .. drwxr-x---. 2 nobody nobody 41 Nov 23 21:36 actividad -rw-r-----. 1 nobody nobody 11 Nov 8 11:16 .gitignore drwxr-x---. 3 nobody nobody 57 Nov 23 21:36 META-INF drwxr-x---. 2 nobody nobody 24 Nov 23 21:36 parciales drwxr-x---. 5 nobody nobody 38 Nov 23 21:36 resources drwxr-x---. 2 nobody nobody 61 Nov 23 21:36 usuario drwxr-x---. 4 nobody nobody 93 Nov 23 21:36 WEB-INF
  4. You could just add it as an alias instead.
  5. You got blocked again. 80 connections this time. Unblocked again.
  6. Blocked for having 76 simultaneous connections open to the server. Unblocked. Sometimes having a poorly coded website can cause this if your browser has to make dozens of connections to the website to download all of the small .js files and images. Having too many connections open like this can cause the server to run out of available connections which would result in no one else being able to connect.
  7. You were blocked for having 79 simultaneous connections open to the server. Unblocked.
  8. What are you trying to change it to?
  9. You're probably getting a 404 error because there's basically nothing in your .war # ls -la total 4 drwxr-x---. 4 nobody nobody 37 Nov 21 13:56 . drwxr-xr--. 16 nobody nobody 4096 Nov 22 05:02 .. drwxr-x---. 3 nobody nobody 57 Nov 21 13:56 META-INF drwxr-x---. 4 nobody nobody 32 Nov 21 13:56 WEB-INF Have you tested this on your home pc?
  10. 22-Nov-2018 04:58:14.062 SEVERE [localhost-startStop-23] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/weweneh1_admin]] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:752) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:728) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:986) at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857) 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:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: org.springframework.jmx.export.UnableToRegisterMBeanException: Unable to register MBean [HikariDataSource (HikariPool-6)] with key 'dataSource'; nested exception is javax.management.InstanceAlreadyExistsException: com.zaxxer.hikari:name=dataSource,type=HikariDataSource
  11. It looks like it's working http://thmueller.heliohost.org/licence/
  12. Ah, didn't realize you were on mobile. I don't think you can change your email address without using the full version of the forums.
  13. Try https://stackoverflow.com/a/50493714/2336864
  14. If you're signed in to the forums, which you have to be in order to make any of these posts, there should be a black bar along the top of the page. On the right it should say Walt with a drop down arrow and sign out to the right of that. If you click where it says Walt a menu should drop down and you can follow the rest of the instructions from there. Also, veracity forum account has been deleted.
  15. It looks like your application won't even start. FAIL - Application at context path [/weweneh1_wekenche] could not be started FAIL - Encountered exception [org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/weweneh1_wekenche]]]
  16. Deleted.
  17. The forum account with that email address had 0 posts, so it has been deleted. You can now change the email address on your walt forum account by clicking walt in the top right, then click my profile, then in the top right click the edit my profile button, and select the email & password tab on the left. Let us know if you need help with anything else. That's because there is no forum account with the username wpowell. The email address you used to create your hosting account matches a forum account named veracity. That forum account also has 0 posts if you would like to have it deleted.
  18. His other account access11 was suspended for phishing too. Don't create another account.
  19. Since this has happened a couple times now I tracked down the issue with Tomcat, and found that the process is hitting the max open file cap. Apparently we have too many users with java enabled, and too many .wars deployed. I have increased the max open file limit so this shouldn't happen again. I deployed your .war for you, and it succeeded, but it looks like your nameservers are broken so your domain doesn't work. Instead of using freenom's namservers I recommend setting them to ns1.heliohost.org and ns2.heliohost.org. Your domain should start working then.
  20. Please clear your cache.
  21. Something is crashing Tomcat. It has nothing to do with you. I might just upgrade Tomcat anyways. The version we're running is almost a year old. Have you tested your .war on Tomcat 9.0?
  22. That redirect is caused by your code. Most likely it's a conflict with our systems renaming your .war file from what it expects to be named. You are deploying login.war, but we need to append your username to the front of it to make weweneh1_login.war. If our system didn't do that anyone else who tried to deploy a login.war would overwrite your site. Most of the time this can be fixed by naming your file weweneh1_login.war when you create it.
  23. Try adding it now.
  24. Check your email for your invite link.
×
×
  • Create New...