-
Posts
24,618 -
Joined
-
Last visited
-
Days Won
871
Everything posted by Krydos
-
This happens quite a bit on Johnny unfortunately. When you execute a long delicate process such as creating an addon domain on an unstable experimental server there is a chance of high load breaking the process. This never happens on our productions servers Ricky and Tommy. It looks like your domain got half created. I manually finished the addon domain creation, and you should now be able to see it on your addon domain section in cpanel. Since you're on Johnny it could take up to 24 hours to start working. Be sure to clear your browser cache before you check each time. Once your domain is working with our namservers log in to cloudflare, have them copy the working settings, and switch to the nameservers they assign you.
-
The reason you got blocked is because some computer or some device on your IP is trying to connect to mail with the wrong username or password. Sometimes people save a password in their phone and then change the password, but don't update their phone. The phone continues trying to download new messages with the wrong password and you get blocked. Something like that is happening. I recommend checking the settings on all email clients on your network to make sure they are using the correct credentials.
-
Remote access enabled.
- 2 replies
-
- postgresql
- remote
-
(and 1 more)
Tagged with:
-
Are you using persistent mysql connections?
-
[Solved] Request For Sourceguardian Enabled
Krydos replied to seintitus's topic in Escalated Requests
Please post the following information: Your cPanel usernameYour main domainThe server that you are onSoftware that requires this -
Thanks for the warning. Our system actually holds on to user's data until the total free home space dips below 10 GB, at which point it gets transferred automatically to cold storage where it can still be recalled if the user comes back and wants their data. We have a monitor on our admin control panel to keep an eye on it. Currently Johnny has 11.1 GB real space, and 92.7 GB theoretical space available. Tommy has 35.8 GB real space, and 174.6 GB theoretical space available. Eventually your server monitors will just show roughly 10 GB free home space on all servers all the time. We just figure why delete user's data if we don't really need to?
-
[Solved] Imageboard - Wakaba And Kareha, Can I ?
Krydos replied to fliper4o's topic in Escalated Requests
You created your account on Johnny, and that server has perl 5.10.1. You can use mysql or sqlite on Johnny as well although I strongly recommend mysql. Perl has DBI and DBD::mysql 4.043 installed. Digest::MD5 2.55 is also installed. ImageMagick 6.7.2 is also already installed. It should probably work. Let us know if you run into any problems. -
That .war file cannot be deployed because java is not enabled on your account. To request java access please visit https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php and click the Request Java button. Please be aware that the queue to receive tomcat access on Johnny is currently quite long. The wait to receive tomcat access on Tommy is generally a few hours.
-
SFTP != FTPS https://www.howtogeek.com/194740/what-is-the-difference-between-ftps-and-sftp/
-
Thanks for in depth explanation of what you tried and what worked. A lot of people just never post once they figure it out, and since they didn't share their knowledge every subsequent person who tries to do the same thing has to figure it all out from scratch all over again. If you feel that your process would help others you could consider writing an article on our wiki too http://wiki.helionet.org/
-
[Solved] Can I Access To Php.ini File On Server
Krydos replied to ahmedsk's topic in Escalated Requests
Enabled. -
Remote access enabled.
-
Well, first of all, the way the .htaccess is written you need the trailing /. So, if you check http://tommygun.heliohost.org/socket/ you will see a 503 error. What that means is there is nothing running on port 12001 (which is just a mainly arbitrary number I came up with.) You can edit the .htaccess to include the port you want to use.
-
You're on Tommy now. http://bh7.heliohost.org/ If you see a 404 error or a Johnny queued page be sure to clear your browser cache and flush your os dns records. Let us know if you need help with anything. Thanks again for your donation. We really appreciate it. Yeah, Johnny is slow so it took him a while to package up your account. I had to go afk during the process.
-
Wolstech already said this, but thanks again! Thanks! Admittedly our services are a little hard to understand at first because we do things quite differently from most hosting providers. Most free hosting providers are actually scams to lure in customers and then force them to upgrade to a paid plan by holding their website hostage and other schemes. We're not like that though. Since these sleazy free hosting providers are actually just paid hosts they have a TON more money and hardware to throw at you, so you can get a very tantelizing good performance and instantly online website, but then you realize later that the free accounts are so handicapped that you can't actually host a real website without paying. All we do is free hosting, and all the money we make is from donations from people who appreciate what we do. I love getting feedback like this. Can you think of a better way to word the final page of the account creation to explain it better? We want to make things as user friendly and easy as we can. I'm moving your account now.
-
Remote access enabled.
- 3 replies
-
- Remote
- Connection
-
(and 1 more)
Tagged with:
-
[Solved] Remote Connection To Johnny Via Pgadmin (Or Similar)
Krydos replied to Thottelberro's topic in Escalated Requests
Remote access enabled.- 3 replies
-
- postgresql
- remote connection
-
(and 1 more)
Tagged with:
-
Since you're on Tommy the versions are currently java 1.8.0 tomcat 8.5.4
-
Go to https://tommy.heliohost.org:2083/frontend/paper_lantern/java/index.live.phpClick Upload.Select your .war file from your hard drive.Make sure your .war file is selected in the dropdown menu (if you have more than one .war uploaded.)Click Deploy.
-
FAIL - Application at context path /freedomp_blog could not be started
-
The only ports that are open externally are ports that are already in use by services so you're not going to be able to have your servlet listen directly on any random port like 8443. Try this /home/tommygun/public_html/.htaccess RewriteEngine on RewriteCond %{HTTP_HOST} ^tommygun\.heliohost\.org$ [OR] RewriteCond %{HTTP_HOST} ^www\.tommygun\.heliohost\.org$ RewriteRule ^socket\/(.*) "http\:\/\/127\.0\.0\.1\:12001\/$1" [P,L]
-
28-Sep-2017 18:36:58.723 WARNING [localhost-startStop-5] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/ui-darkness-1.0.8.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache 28-Sep-2017 18:36:58.846 SEVERE [localhost-startStop-5] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/climic_ClimicWeb]] 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.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/faces/webapp/FacesServlet at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2251) at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:810) at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1253) at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1118) at com.sun.faces.config.FacesInitializer.<clinit>(FacesInitializer.java:105) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at org.apache.catalina.startup.WebappServiceLoader.loadServices(WebappServiceLoader.java:188) at org.apache.catalina.startup.WebappServiceLoader.load(WebappServiceLoader.java:159) at org.apache.catalina.startup.ContextConfig.processServletContainerInitializers(ContextConfig.java:1611) at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1131) at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:771) at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:298) at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:94) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5076) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152) ... 10 more 28-Sep-2017 18:36:58.846 SEVERE [localhost-startStop-5] org.apache.catalina.startup.HostConfig.deployWAR Error deploying web application archive /opt/tomcat/apache-tomcat-8.5.4/webapps/climic_ClimicWeb.war java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/climic_ClimicWeb]] 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) 28-Sep-2017 18:36:58.908 INFO [localhost-startStop-5] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /opt/tomcat/apache-tomcat-8.5.4/webapps/climic_ClimicWeb.war has finished in 1,744 ms
-
Ooops, copy/pasted the wrong line! No, because that would be a violation of our privacy policy. The log files contain information for all of the users, as my above mistake proves.