mdzidic / ovz-web-panel

Automatically exported from code.google.com/p/ovz-web-panel
Other
0 stars 0 forks source link

Blank page instead of login page #348

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce:
1.Try enter at http://%myhostip%:3000
2.
3.

Actual result:
Blank page without end of download (page is still loading but no data received 
for any time).
Expected result:
Login page
Version of the product:
2.0
Server OS:
Debian 6.0.2 amd64 (stable)
Browser:
Firefox 3.5.18, Firefox 3.6.18, Firefox 4.0.1, Firefox 6.0.2, Chrome 
14.0.835.186, IE 7, IE 8, Opera 10.10.1893.9
Additional information:
There are only some message in production.log without errors: "Processing 
SessionsController#new (for 10.10.1.100 at 2011-09-26 18:40:42) [GET]
  Parameters: {"action"=>"new", "controller"=>"sessions"}
Rendering template within layouts/application
Rendering sessions/new
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://vmhost/]"
After update ruby to 1.8.7 nothing changed.
I tried uninstall owp, purge all packages for it and clean install - nothing 
changed!
I tried solutions from:
http://code.google.com/p/ovz-web-panel/issues/detail?id=315
http://code.google.com/p/ovz-web-panel/issues/detail?id=330
http://code.google.com/p/ovz-web-panel/issues/detail?id=209

Original issue reported on code.google.com by saturnsu...@gmail.com on 26 Sep 2011 at 3:01

GoogleCodeExporter commented 9 years ago
Have the same problem on the CentOS 6.0 64 and it's not only login page. Some 
pages does not shown but after refresh the screen in the browser (f5) its 
appear.

Original comment by max.emel...@gmail.com on 23 Oct 2011 at 11:47

GoogleCodeExporter commented 9 years ago
I can confirm the problem happens in Firefox 11 on Windows 7. I reported a 
duplicate issue before finding this one.

Original comment by lvp1...@gmail.com on 29 Mar 2012 at 4:35

GoogleCodeExporter commented 9 years ago
Issue 419 has been merged into this issue.

Original comment by sibprogrammer on 8 Apr 2012 at 9:14

GoogleCodeExporter commented 9 years ago
Need to have an access to the server to understand the root cause. If anyone 
interested in investigation, send the info with temporary access to your server 
to my personal mail sibprogrammer@gmail.com

Original comment by sibprogrammer on 8 Apr 2012 at 9:16

GoogleCodeExporter commented 9 years ago
I had something similar:
login worked properly, then blank page. There is a page served to the browser, 
it has a bunch of JS code but the body part is blank.
Restarting webrick didn't do anything, I only had a blank page trying to go to 
the login page.
I uninstalled and reinstalled. When going on the main url, it took me straight 
to the main page so I assume my login was still valid. When I clicked on a 
link, the same thing happened (blank page)

Unfortunately, I cannot give access to the machine, but if there are some 
specific log files you need, let me know and I'll send them.

Original comment by thomasdj...@gmail.com on 22 Apr 2012 at 1:22

GoogleCodeExporter commented 9 years ago

Original comment by sibprogrammer on 1 May 2012 at 9:17

GoogleCodeExporter commented 9 years ago
Hi,

I had the same issue on Firefox. Using Firebug I noticed I was getting lots of 
500 errors with the following content 

    "Error:  private method `gsub!' called for class ..."

A quick google located the Knowledge base solution:

http://code.google.com/p/ovz-web-panel/wiki/KnowledgeBase#Internal_Server_Error:
_private_method_gsub!_called_for_Class

All working fine now.

Original comment by ian.gibb...@gmail.com on 24 Oct 2012 at 3:40