Jump to content

[Inactive] Error 500 On Johnny + No Panel Access


ezugaru

Recommended Posts

Hi, I was working on my site and when I uploaded some new ASPX files I noticed that the *.ASPX started to throw an error, even the files that were working before are showing an error, then I deleted every file and tried with a fresh Default.aspx and web.config files, but still no luck, even my control panel is not working, i just get a blank page after login in. this is the error I'm getting:

 

 

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@ezugaru.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_mono/2.6.3 mod_jk/1.2.35 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 mod_wsgi/3.4 Python/2.4.3 Server at ezugaru.heliohost.org Port 80

Link to comment
Share on other sites

Oh! If you're getting that error even when logging into cPanel then you're likely hitting your process limit, check your files remotely to see if maybe you got some infinite loops in code and such. Eventually the rogue processes will be killed either automatically or by an admin.

Link to comment
Share on other sites

Hi, in fact after i deleted the old files and uploaded the new Defualt.aspx file, there is no code in VB, just the forms, so i dont think my code is still cycling the processes.

 

I just deleted all the aspx files and now i get into the root of the html direcectory.

 

mmmm after i deleted all the aspx files now it let me get into the control panel, what could it be then???

Link to comment
Share on other sites

it is still ocurring, i can access my control panel now, but the server is still throwing an error on Default.aspx, this are the files I uploaded:

 

http://ezugaru.heliohost.org/WebSite5.rar

 

Thanks for your help guys.

 

This is the new error:

 

 

Server Error in '/' Application

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

 

<configuration>

<system.web>

 

<customErrors mode="Off"/>

</system.web>

</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

 

<configuration>

<system.web>

<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>

 

</system.web>

</configuration>

Link to comment
Share on other sites

ok, let me mod the webconfig

 

It is still showing the error w/o describing it, like the web.config is not working either...I've read that after modding the web.config the apache service needs to be restarted , but it seems that could be kind of a problem here, :/

 

<p>oh, is this what we are looking for?</p>

<p> </p>

<p> </p>

<h1 style="color: rgb(0, 0, 0); font-family: 'Times New Roman';">

Internal Server Error</h1>

<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;">The server encountered an internal error or misconfiguration and was unable to complete your request.</p>

<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;">Please contact the server administrator, webmaster@ezugaru.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p>

<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;">More information about this error may be available in the server error log.</p>

<p style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;">Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p>

<hr style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;" />

<address style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium;">

Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_mono/2.6.3 mod_jk/1.2.35 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 mod_wsgi/3.4 Python/2.4.3 Server at ezugaru.heliohost.org Port 80</address>

 

Link to comment
Share on other sites

Just to note, I've been looking at the code in Default.aspx and there were some weird things going on there, took stuff out that should've allowed it to work properly and still got nowhere so I'm thinking there's something in web.config and right now that looks Greek to me, I'll look at it some more later on though.

 

On the bright side I'm getting some good ASP.NET exercise in heh, my class on the very subject fell through because there were only 4 students registered the week before classes began :/.

Link to comment
Share on other sites

Yeah, in fact the web.config is created by the visual studio 2012 IDE , so i am not completely sure about what could be wrong, since is a fresh website project and everything was working properly before ... maybe i deleted something important from the server w/o noticing?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...