Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,192
  • Joined

  • Last visited

  • Days Won

    854

Everything posted by Krydos

  1. Try deleting or renaming your .htaccess file.
  2. Most of your load is coming from /home/cbrpics/public_html/wp-login.php which probably means you have a lot of bots trying to bruteforce their way into your wordpress account. Would it be feasible to disable logins? Like wolstech said you have basically no bandwidth usage so your site shouldn't be causing this much load unless something is wrong.
  3. On November 22 he created an account called eventor on Johnny. Today he deleted his Johnny account and created a Ricky account. Rather than delete his forum account, I renamed it to match his new hosting username.
  4. You can delete your own hosting account at http://www.heliohost.org/classic/support/scripts/delete Would you like your forum account deleted as well?
  5. Does it look better now?
  6. See https://www.helionet.org/index/topic/30848-account-archived/?p=139049
  7. Yeah, you only have one database and it's 11 MB not 2807 MB. Not sure why it would say that. Is there any effect in cpanel due to this bug or is it just graphical? Can you still upload files and/or update your database?
  8. The error isn't yours. The code that deploys .war files needed to be edited slightly due to the tomcat version upgrade. All that needed to be done is to add a single character. Here you go http://harshacommunications.com/Harsha_Communications/
  9. Your account was archived because you haven't logged in since August. 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... Done. You should now be able to log in and your website should start working within 12 hours.
  10. All three of those functions can be used by malicious users for nefarious purposes so they are disabled for the security of the server. If they are required for your software to operate as you want we recommend getting a vps https://www.heliohost.org/partners/vps as you'll be the only user on the server so you won't need to worry about internal abuse. The more affordable (or free in our case) shared servers will have those functions disabled as well, and if they don't they will soon regret it I suppose. If you do decide to move to a vps we would greatly appreciate you using our link as we'll get a share of the profit.
  11. That .war file could not be deployed because java is not enabled on your account. To request java and then check the status of your request go to the java button in your cPanel. Please be aware that since you picked the Johnny server the wait to receive java access is quite long due to high demand. The wait to receive java on Tommy is generally just a few hours. If you're in a hurry we recommend moving your account to Tommy. If you want to save yourself some work an admin can move your account for you if you're a donor. Just let us know the transaction ID.
  12. That error is because mysql was restarting not that there were too many connections. Mysql has to restart occasionally on all of our servers, but since the load is so high on Johnny it can take a minute or so. When it takes more than 30 seconds people tend to notice it. The only thing that can be done to "fix" it is have less users on that server, but people get frustrated when they can't create an account because all of the servers are full for the day so we let Johnny get overloaded on purpose so people can just create an account. If you want a server with higher uptime (and less of these types of errors) we highly recommend Tommy.
  13. You were blocked for trying to log in to cpanel with the wrong username and/or password. Make sure you're logging in at https://www.heliohost.org/login/ Unblocked.
  14. You can have as many domains on your one account as you want. If you want your existing domain to be the same as your whatever.heliohost.org domain then add it to cpanel as an alias. If you want it to be separate then add it as an addon domain. It's also possible to change your main domain if you want.
  15. It appears to be internal abuse. I was actually looking at the load report and there was someone causing significant load. Then the load spiked so high that I just restarted Tommy instead of waiting for the load to go back down on its own. Everything should be working soon.
  16. Here's what we recommend https://www.heliohost.org/partners/vps If you use our link we get a cut. Thanks. What exactly are you trying to do? It's possible there is a way to do it without needing an inbound port to bind your socket to.
  17. The Johnny account user848 was created 2017-11-21, and deleted today. Then the Tommy account user848 was created today.
  18. The empty account angellove has been deleted, and the Johnny account icedcup has been moved to Tommy. http://icedcup.heliohost.org/ If you see a 404 error or a Johnny queued page please clear your browser cache and flush your os dns records. Thank you for your donation. We really appreciate it.
  19. You can deploy your .war and start it up at https://tommy.heliohost.org:2083/frontend/paper_lantern/java/index.live.php
  20. Try creating a file somewhere like /home/cuzinsws/server.log with at least 666 permissions or higher. This will allow the user that tomcat runs as to read/write to the file. Then make sure you write to it using the full absolute path. If you try to use a relative path you'll most likely get denied. Also, I don't have time to sit here and post logs for you all day. Start simple like http://wiki.helionet.org/Java_Servlet and if that works build from there one feature at a time. If you just jump in head first doing 50 things at once any one of them could fail. If you get a basic .war working then add logging to a file. If that works go from there.
  21. There you go http://www.cuzinsapp.com/test.jsp
  22. That's pretty long in the world of scripts. If you're opening 3 mysql connections and not closing them for the full half second that means you can only have 2 users during the same half second window.
  23. 08-Dec-2017 07:49:46.163 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[/cuzinsws_cuzins-web-service-v1.0.1]] 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:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.IllegalStateException: Logback configuration error detected: ERROR in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Failed to create parent directories for [/etc/apache2/conf.d/userdata/std/2_4/./logs/server.log] ERROR in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - openFile(./logs/server.log,true) call failed. java.io.FileNotFoundException: ./logs/server.log (No such file or directory) at org.springframework.boot.logging.logback.LogbackLoggingSystem.loadConfiguration(LogbackLoggingSystem.java:162) at org.springframework.boot.logging.AbstractLoggingSystem.initializeWithConventions(AbstractLoggingSystem.java:81) at org.springframework.boot.logging.AbstractLoggingSystem.initialize(AbstractLoggingSystem.java:59) at org.springframework.boot.logging.logback.LogbackLoggingSystem.initialize(LogbackLoggingSystem.java:115) at org.springframework.boot.logging.LoggingApplicationListener.initializeSystem(LoggingApplicationListener.java:303) at org.springframework.boot.logging.LoggingApplicationListener.initialize(LoggingApplicationListener.java:276) at org.springframework.boot.logging.LoggingApplicationListener.onApplicationEnvironmentPreparedEvent(LoggingApplicationListener.java:239) at org.springframework.boot.logging.LoggingApplicationListener.onApplicationEvent(LoggingApplicationListener.java:212) at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:122) at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:74) at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:54) at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:325) at org.springframework.boot.SpringApplication.run(SpringApplication.java:296) at org.springframework.boot.web.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:154) at org.springframework.boot.web.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:134) at org.springframework.boot.web.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:87) at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:169) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5167) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152) ... 10 more 08-Dec-2017 07:49:46.707 SEVERE [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployWAR Error deploying web application archive /opt/tomcat/apache-tomcat-8.5.4/webapps/cuzinsws_cuzins-web-service-v1.0.1.war java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/cuzinsws_cuzins-web-service-v1.0.1]] 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:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 08-Dec-2017 07:49:46.899 INFO [localhost-startStop-2] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /opt/tomcat/apache-tomcat-8.5.4/webapps/cuzinsws_cuzins-web-service-v1.0.1.war has finished in 38,913 ms Are you trying to write to ./logs/server.log?
  24. No matter how you install software if it sends out emails there is a possibility of a bot typing in someone's email address and it getting flagged as spam. The best thing to do is implement some good anti-bot measures like captcha's, or even better if you don't need users on your site just disable the account creation entirely and create accounts manually through the admin section if someone really needs an account.
×
×
  • Create New...