Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,178
  • Joined

  • Last visited

  • Days Won

    900

Everything posted by Krydos

  1. 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.
  2. The Johnny account user848 was created 2017-11-21, and deleted today. Then the Tommy account user848 was created today.
  3. 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.
  4. You can deploy your .war and start it up at https://tommy.heliohost.org:2083/frontend/paper_lantern/java/index.live.php
  5. 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.
  6. There you go http://www.cuzinsapp.com/test.jsp
  7. 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.
  8. 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?
  9. 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.
  10. Each domain that java is enabled on increases the total server resources that are required by tomcat. If we were to enable java on two of your domains then that would essentially mean someone else wouldn't be able to java enabled at all. By default your main domain is the domain that java is enabled on.
  11. For people who search and find this you can change your own password at https://www.heliohost.org/reset/
  12. If you log in at https://www.heliohost.org/login/ this won't happen. Unblocked.
  13. That .war file cannot be deployed due to errors. 07-Dec-2017 17:28:38.391 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-1.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.NoClassDefFoundError: javafx/application/Application at com.cuzins.web.Main.configure(Main.java:18) at org.springframework.boot.web.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:121) 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 Caused by: java.lang.ClassNotFoundException: javafx.application.Application at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1284) at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1118) ... 16 more 07-Dec-2017 17:28:38.391 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-1.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-1.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) 07-Dec-2017 17:28:38.392 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-1.0.1.war has finished in 13,600 ms
  14. I would suggest taking a look at your raw access logs which can be found at https://tommy.heliohost.org:2083/frontend/paper_lantern/raw/index.html Keep in mind that 2017-12-04 is the day you were suspended so I would start there and look backwards.
  15. We automatically post our news to facebook using a service called https://zapier.com/ Check them out. It's free.
  16. I'll save you the time: https://web.archive.org/web/20170426212922/http://internetmoneyscam.com/ and https://twitter.com/idiotwhoreass Looks fine to me. Unsuspended. If you're worried about load check in here every once in a while to ask what your load looks like. We can run a report for you to let you know how likely you are to get suspended. We do have to suspend high load accounts occasionally to keep the servers from crashing, but it's usually not due to high traffic. Poorly written code and obvious abuse go first.
  17. You'd be surprised how dumb some of these criminals are. We've actually had them create the domain phishing.heliohost.org, etc. Why did your site get taken down?
  18. I restarted SFTP on Tommy. Is it working for you now?
  19. You were suspended for high load on 2017-12-04. You were #1 for cpu usage, #7 for memory usage, and #151 for bandwidth. According to the logs the majority of your load appears to be coming from /home/seslaks/public_html/enkidu.org/index.php Which appears to be a wordpress install. You've got something pretty seriously wrong to be causing that much load with basically zero traffic. For instance there is someone doing 20,874% more bandwidth than you, and your account is using 4800% more cpu. I would disable all of your plugins first. Vanilla wordpress shouldn't cause this much load.
  20. Your account was archived because you haven't logged in for several months. 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 is working again. http://stunning.heliohost.org/
  21. Most of your load appears to be coming from /home/bh7/public_html/get.php
  22. There are two ways to move your account as explain on our wiki http://wiki.helionet.org/Moving_your_account To move your account yourself you will need to delete your Ricky account before you create your Tommy account. If you want an admin to move your account for you do not delete it. Just create a backup and download it to your home pc in case something goes wrong.
  23. Unfortunately you picked the only server we own that doesn't have java on it. We recommend Tommy for java as the wait to receive java is generally only a few hours. The wait to receive java on Johnny is several months. Let us know if you need help moving your account.
×
×
  • Create New...