Jump to content

Krydos

Chief Executive Officer
  • Posts

    26503
  • Joined

  • Last visited

  • Days Won

    948

Everything posted by Krydos

  1. Transferring... Done. You're on Tommy now. Thanks for your donation. If you haven't seen it yet, here is a guide I wrote on how to get a simple flask website started https://www.helionet.org/index/topic/27822-how-do-i-use-flask-on-johnny/?p=128919
  2. Interesting. I logged in to your account, and sure enough there is the error, but on my Johnny account it works fine. There is something localized to your account that is causing this error.
  3. Yep, you fixed the tabs/spaces error. Here is the new error: [Tue Aug 29 14:21:16.558991 2017] [wsgi:error] [pid 30183:tid 140299401623296] [client x.x.x.x:50743] mod_wsgi (pid=30183): Target WSGI script '/home/susoft1/public_html/flask/flask.wsgi' cannot be loaded as Python module. [Tue Aug 29 14:21:16.559107 2017] [wsgi:error] [pid 30183:tid 140299401623296] [client x.x.x.x:50743] mod_wsgi (pid=30183): Exception occurred processing WSGI script '/home/susoft1/public_html/flask/flask.wsgi'. [Tue Aug 29 14:21:16.559725 2017] [wsgi:error] [pid 30183:tid 140299401623296] [client x.x.x.x:50743] Traceback (most recent call last): [Tue Aug 29 14:21:16.559788 2017] [wsgi:error] [pid 30183:tid 140299401623296] [client x.x.x.x:50743] File "/home/susoft1/public_html/flask/flask.wsgi", line 7, in <module> [Tue Aug 29 14:21:16.559807 2017] [wsgi:error] [pid 30183:tid 140299401623296] [client x.x.x.x:50743] from views import app as application [Tue Aug 29 14:21:16.559823 2017] [wsgi:error] [pid 30183:tid 140299401623296] [client x.x.x.x:50743] File "/home/susoft1/public_html/flask/views.py", line 4, in <module> [Tue Aug 29 14:21:16.559829 2017] [wsgi:error] [pid 30183:tid 140299401623296] [client x.x.x.x:50743] from app import app #Comentar para srv. prod. [Tue Aug 29 14:21:16.559858 2017] [wsgi:error] [pid 30183:tid 140299401623296] [client x.x.x.x:50743] ModuleNotFoundError: No module named 'app' Are you sure you can't replicate these errors and solve them yourself on your home computer?
  4. The addon domain gemsinthecountrycrystals.cf should now show up in cpanel correctly, and it should start working within 24 hours.
  5. Deployed. http://rajesha1.heliohost.org/fintech-project/
  6. Phpmyadmin on Johnny is working perfectly for me. Is it working for you now? Please be aware that Johnny is our experimental server. That mainly means that he can experience high load levels quite frequently and when the load is high error messages like that tend to happen. The timing of your post happens to coincide with a rather nasty red patch (red is bad) on our server monitor http://heliohost.grd.net.pl/monitor/ Let us know if you're still getting the error when the load is low and we can take a closer look. You can check the load of the Johnny server with the image below. Anything below 15 is pretty good for Johnny.
  7. Please clear your cache.
  8. A .war file cannot be deployed on that account because java is not enabled on that account. To request java on your account please visit https://johnny.heliohost.org:2083/frontend/paper_lantern/java/index.live.php and click the request java button. Please be aware that since you picked the Johnny server the wait to receive java quite long. The queue to receive java on the Tommy server is generally a few hours.
  9. Deployed. http://rajesha1.heliohost.org/fintech-project/
  10. Line 7 of dispatch.wsgi calls from views import app as application which loads up views.py and it encounters an error on line 111 because the tabs and spaces are inconsistent. A common reason for this error is using a tab in one place and four spaces in another. They look the same in your editor, but it will cause this error. Check out https://stackoverflow.com/questions/5685406/inconsistent-use-of-tabs-and-spaces-in-indentation
  11. Same error as last time you asked: [Mon Aug 28 20:07:28.837058 2017] [wsgi:error] [pid 22740:tid 140299401623296] [client x.x.x.x:53803] mod_wsgi (pid=22740): Target WSGI script '/home/susoft1/public_html/flask/flask.wsgi' cannot be loaded as Python module. [Mon Aug 28 20:07:28.837155 2017] [wsgi:error] [pid 22740:tid 140299401623296] [client x.x.x.x:53803] mod_wsgi (pid=22740): Exception occurred processing WSGI script '/home/susoft1/public_html/flask/flask.wsgi'. [Mon Aug 28 20:07:28.879874 2017] [wsgi:error] [pid 22740:tid 140299401623296] [client x.x.x.x:53803] Traceback (most recent call last): [Mon Aug 28 20:07:28.880050 2017] [wsgi:error] [pid 22740:tid 140299401623296] [client x.x.x.x:53803] File "/home/susoft1/public_html/flask/flask.wsgi", line 7, in <module> [Mon Aug 28 20:07:28.880068 2017] [wsgi:error] [pid 22740:tid 140299401623296] [client x.x.x.x:53803] from views import app as application [Mon Aug 28 20:07:28.880153 2017] [wsgi:error] [pid 22740:tid 140299401623296] [client x.x.x.x:53803] File "/home/susoft1/public_html/flask/views.py", line 111 [Mon Aug 28 20:07:28.880192 2017] [wsgi:error] [pid 22740:tid 140299401623296] [client x.x.x.x:53803] errorEnDni=True [Mon Aug 28 20:07:28.880313 2017] [wsgi:error] [pid 22740:tid 140299401623296] [client x.x.x.x:53803] ^ [Mon Aug 28 20:07:28.880341 2017] [wsgi:error] [pid 22740:tid 140299401623296] [client x.x.x.x:53803] TabError: inconsistent use of tabs and spaces in indentation
  12. There you go http://krydos.heliohost.org/cgi-bin/modules36.py
  13. Java can be a pain to close connections because you might need to close three different things: connections, prepared statements, and result sets. See https://stackoverflow.com/questions/2225221/closing-database-connections-in-java The user rajesha1 does not currently have any open mysql connections.
  14. FAIL - Application at context path /sraj_UAtoday could not be started FAIL - Encountered exception org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/sraj_UAtoday]]
  15. It looks like that domain is available for purchase. We recommend using namecheap to purchase your domains https://www.namecheap.com/domains/registration/results.aspx?domain=rkwonenlabels.com&aff=102467
  16. gemsinthecountrycrystals.cf is not hosted by us. To host a domain with us please change your namservers to ns1.heliohost.org and ns2.heliohost.org.
  17. Which version of python are you using?
  18. Here is where you can create email addresses, set the passwords, and get the login information https://johnny.heliohost.org:2083/frontend/paper_lantern/mail/pops.html<br /><br />Unblocked.
  19. When I debug a script that has mail being piped to it I use log files to debug it. Like have the script write variables and whatnot to a file, and then run an email through it and then see what is in the log file. Did you catch this line in my guide?
  20. There you go http://bailey.cf/NET45/
  21. By default the script to enable java on an account only enables it over http not https.
  22. Whatever mail client you used doesn't seem to agree with our mail processing scripts. Since the subject has the word flask have you seen this guide? https://www.helionet.org/index/topic/27822-how-do-i-use-flask-on-johnny/?p=128919
  23. Unblocked. It looks like you might have the wrong username or password saved in your mail client.
  24. You can only have mono enabled on one domain at a time. The default is your main domain. I can manually change it though. Would you rather it only work on bailey.cf?
×
×
  • Create New...