-
Posts
26431 -
Joined
-
Last visited
-
Days Won
944
Everything posted by Krydos
-
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.
-
[Hh#96915] Python Module Install Request On Johnny
Krydos replied to HelioHost's topic in Email Support
There you go https://krydos2.heliohost.org/cgi-bin/modules27.py -
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.
-
> datetime, time, base64, urllib2, json, getpass, webbrowser Those are all already available on Johnny's python 2.7.
-
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
-
> -1.274 RDNS_NONE Delivered to internal network by a host with no rDNS > This may be a false-positive, please check the reverse DNS test below to confirm or not this issue This one is our fault. I thought Ricky already had reverse dns set up, but apparently not. That one is fixed now. Thank you for pointing it out. > -0.726 HTML_IMAGE_ONLY_28 HTML: images with 2400-2800 bytes of words > You should write more text in your email Too many pictures and not enough text. You need to write a better email. > -0.724 MPART_ALT_DIFF HTML and text parts are different > -1.483 MPART_ALT_DIFF_COUNT HTML and text parts are different > Make sure your TEXT version looks similar as the text inserted in your HTML version Emails are split into parts by mime type. Your text part and your html part are too different. You need to write a better email. > -1.985 PYZOR_CHECK Similar message reported on Pyzor (http://pyzor.org) > Please test a real content, test Newsletters will always be flagged by Pyzor > Adjust your message or request whitelisting ( > http://public.pyzor.org/whitelist/) You could request a whitelist, or you could just write a better email. I fixed the only thing that I can. The rest of it is just because you write emails that look like spam. Let us know if you need help with anything else.
-
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.
-
As long as it isn't completely broken 10 minutes is the longest it can take.
-
I checked the logs, and it looks like the javascript that checks for domain conflicts failed in your browser and you tried to create the domain neo.heliohost.org anyways. So your Johnny account was never even created because of this, but your forum account was created which is why your shihong username got blocked. Renamed back.
-
Deployed. http://sanpro.heliohost.org/progressive_app/ Since you're on Johnny it could take up to 24 hours to start working.
-
Have you checked the spam box of an inbox that hasn't first sent an email to your heliohost account? A lot of times sending an email to an address automatically flags that address as not spam since you sent them a message first, but if you've never received an email then it has a higher chance of being flagged. Does it work with certain email providers? Try like gmail.com, hotmail.com, yahoo.com etc. You can also try sending an email to https://www.mail-tester.com/ and let us know what your score is, and what problems it sees. It might be that you don't have dkim set up and your dmarc says to discard everything without dkim or something like that.
-
The same SEVERE error that every .war that refuses to deploy throws. <removed> For some reason anytime someone uses spring it tries to open like 500 mysql connections. You should be able to fix this by making your connection string something like jdbc:mysql://localhost:3306/climic_db?max-connections=1
-
The Tommy account shihong0 has been deleted. Your forum username has been changed temporarily. An Tommy invite has been sent to the gmail address that was used to create shihong0 and your forum account. Let us know once you have created your shihong Tommy account and one of us can change your forum username back. I'll try to explain this better. Someone other than you already has the domain neo.heliohost.org and they created their account several months ago. The username is pccper. If this is your account you can delete it using the delete link above otherwise you'll need to use a different domain.
-
[Solved] Account Archived Due To Inactivity
Krydos replied to rfm10217's topic in Suspended and Queued Accounts
Unarchiving... There you go http://erefem.xyz/- 2 replies
-
- inactivity
- account
-
(and 1 more)
Tagged with:
-
It looks like you picked the Johnny server so your remote host to connect to mysql is johnny.heliohost.org
-
Regarding usernames: First of all, the only way to change the username of a hosting account is to delete the hosting account and recreate it. The reason you couldn't reuse the hosting account username shihong is because this forum account existed. In order to create a new hosting account named shihong an admin will need to rename your forum account temporarily, then you can delete your shihong0 hosting account, then you can create your hosting account shihong, and then an admin can rename your forum username back to shihong as well. Would you like to procede? Regarding main domains: You can change your main domain with this page http://www.heliohost.org/classic/support/scripts/domain Please be aware that the domain neo.heliohost.org is currently unavailable because it is in use by another account.
