-
Posts
26471 -
Joined
-
Last visited
-
Days Won
945
Everything posted by Krydos
-
Yeah, I've been fiddling with this ssl on your account all day and it just doesn't want to work. Johnny is too overloaded to do ssl well. Ricky and Tommy actually have something called autossl where they install an ssl certificate on all of your domains for you, and then even update it when it gets close to expiring. So that said, my recommendations are: 1) Forget about https and just use http for your site on Johnny. 2) You can delete your Johnny account and move to Ricky. 3) You can delete your Johnny account and move to Tommy (but you'll have to wait nearly 24 hours to create the new account since he's full for the day already.) 4) I can move your account to Ricky for free. 5) I can move your account to Tommy for a donation even though the server is full for the day. Option 4 is probably best unless you're interested in donating and being on our best, fastest, and highest uptime server.
-
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.
-
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.
-
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.
-
[Solved] Please Help : Can Not Access Postgresql Remotely
Krydos replied to hadinih's topic in Escalated Requests
Remote access enabled.- 4 replies
-
- postgresql
- connect
-
(and 1 more)
Tagged with:
-
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.
-
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.
-
The Johnny account user848 was created 2017-11-21, and deleted today. Then the Tommy account user848 was created today.
-
Since you picked the Johnny server it can take up to 12 hours for the new certificate to start working. Has it been 12 hours since you updated it?
-
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.
-
You can deploy your .war and start it up at https://tommy.heliohost.org:2083/frontend/paper_lantern/java/index.live.php
-
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.
-
There you go http://www.cuzinsapp.com/test.jsp
-
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?
-
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.
-
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.
-
For people who search and find this you can change your own password at https://www.heliohost.org/reset/
-
If you log in at https://www.heliohost.org/login/ this won't happen. Unblocked.
-
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
-
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.
-
We automatically post our news to facebook using a service called https://zapier.com/ Check them out. It's free.
-
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.
-
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?
