-
Posts
24,190 -
Joined
-
Last visited
-
Days Won
853
Everything posted by Krydos
-
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.
-
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.
-
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: