Server Error - Macromedia application server(s) are unreachable

For my test environment, I've got a ColdFusion 8 instance
running on Windows 2003 Server. Everything was fine until I
rebooted the server. Then I started getting an error message:
quote:
Either the Macromedia application server(s) are unreachable
or none of them has a mapping to process this request.
My first thought was an application mapping error or
something happened to the .cfm mappings. Everything checked out
fine though. So I looked in the wsconfig log files and saw this.
quote:
2008-06-04 16:54:58 jrISAPI[ 760:1048] could not initialize
proxy for 127.0.0.1:51800
2008-06-04 16:54:58 jrISAPI[ 760:1048] Couldn't initialize
from remote server, JRun server(s) probably down.
Something was definitely running on port 51800 though since I
could telnet to it. No clue why it couldn't initialize. Any ideas?
Thanks.
Steve

From what I can tell, this error displays when the web server connector exists, but JRUN (coldfusion) server is not running.
I have spent 3 days trying to repair this error message on my Windows XP CF9 Standard Edition.We had coincidentally made some network changes which I assumed right away was the culprit. When I would try and start the JRUN server manually (jrun.exe) it would fail and the log would specify an error to the effect of:
"RMI transport layer does not exists." <---- not the whole error. But it should be specific enough for someone else with the same trouble to find.
I deleted the web server connector from wsconfig.exe and tried to re-add it. Which also failed:
"Could not connect to any JRun/ColdFusion servers on host xxxxx.
Possible causes:
-Server not running:
-----Start Macromedia Jrun4 or ColdFusion 9 server
-Server running:
-----JNDI listen port in jndi.properties blocked by TCP/IP filtering or firewall
-----host restriction in security.properties blocking communication with server"
I knew then (since JRun was not running) I wouldn't be able to re-add the connector until I resolved the JRUN "RMI transport layer does not exists" error. After 2 days of unsuccessfully making sure I had done everything I could to allow the ports that JRUN needed, I was still convinced this was a port issue. I also noticed that MSSQL Express (unrelated service) was not starting either. STRANGE!!
Decided to run MalwareBytes and after a "Quick Scan", it did find a few infections. I removed the infections and MalwareBytes requested a reboot, rebooted, and VIOLA!! Working.
If your ColdFusion configuration was working (in my case for at least a year) prior to a reboot, and then suddenly can't start itself, be sure to run a scan to remove any infections. I'm assuming my infection was blocking the ports that JRun needed to startup. Good Day!!!

Similar Messages

  • Server Error Either the Macromedia application server(s) are unreachable or none of them has a mappi

    Server Error Either the Macromedia application server(s) are unreachable or none of them has a mapping to process this request.I got this error.I installed coldfusion 8 on windows 7 64 bit.What should I do?Can't I use coldfusion?Is there any suggestion???

    Yes I google before and I tried to do all advice.But there is nothing change.Can you explain or send a link for solving this?

  • Macromedia application server is unreachable

    Hi, we are running a virtual server (p2v) copy of our
    production and dev CF6MX sites.
    The virtual copy of the dev server, works fine.
    However, in production we are getting the dreaded "Macromedia
    application server is unreachable or it does not have a mapping to
    process this request" server error. Our prod server was installed
    differently as it was originally intended to be a load-balanced
    server so the services in prod have "Macromedia" in their names,
    not in dev.
    I've re-booted the server, restarted IIS, ran the
    bin/jrun.exe utility, and am still getting the error. The jrun
    utility yielded this message: "warning Could not find valid
    replication peer- assuming this server is first server running in
    replication group." I'm not sure if this is a show-stopper or not.
    I also looked at the server log and nothing looked awry.
    Any other ideas ? I've checked the forum here, and someone
    posted a link for this, but the link was dead...

    "warning Could not find valid replication peer-assuming htis
    server is first server running in replication group" is telling you
    this is the first instance to start up. Not a big deal (unless
    you're expecting other instances to be there already or this wasn't
    the first instance you expected to start).
    If you changed the name of the server or IP addresses during
    your p-to-v process then the xml files may be trying to contact the
    wrong IP addresses.
    When I get the application server is unreachable error, a
    quick iisreset or restarting the World Wide Web Publishing service
    will fix it. Sometimes a race condition happens and IIS and JRun
    seem to grab the connector at the same time and that error ends up
    showing up.

  • When I try to log in to my BC account I get a message that says this"Server Error in '/' Application.  The resource cannot be found.  Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its nam

    When I try to log in to my BC account I get a message that says this"Server Error in '/' Application.  The resource cannot be found.  Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.   Requested URL: /Admin/Index2.aspx"
    Any ideas???

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • What is macromedia application server is unreachable

    I have tried repeatedly to reach a website which I have visited previously, but continue to get an error message that reads:
    macromedia application server is unreachable

    Adobe bought out Macromedia years ago. Try the Adobe support forum. <br />
    http://forums.adobe.com/index.jspa

  • Sharepoint FBA web application error: Server Error in '/' Application. when login to the web application

    Hello Team,
    I have configured FBA in SharePoint 2010. After the FBA i can get the SQL users using people picker and added users as a site collection admin.
    When i tried to access the site, it shows login page and i have given user name and password then pressed signin button, it's try to redirect the another page and showing below error,
    Server Error in '/' Application.
    Runtime Error 
    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. 
    Details: To enable the details of this specific error message to be viewable on the local server machine, 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 "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".
    <!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly"/>
        </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="On" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>
    "An exception occurred when trying to issue security token: The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+msbin1). If using a custom encoder, be sure that the IsContentTypeSupported
    method is implemented properly. The first 1024 bytes of the response were: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    <html xmlns="http://www.w3.org/1999/xhtml"> 
    <head> 
    <title>IIS 7.5 Detailed Error - 500.19 - Internal Server Error</title> 
    <style type="text/css"> 
    <!-- 
    body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;background:#CBE1EF;} 
    code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;} 
    .config_source code{font-size:.8em;color:#000000;} 
    pre{margin:0;font-size:1.4em;word-wrap:break-word;} 
    ul,ol{margin:10px 0 10px 40px;} 
    ul.first,ol.first{margin-top:5px;} 
    fieldset{padding:0 15px 10px 15px;} 
    .summary-container fieldset{padding-bottom:5px;margin-top:4px;} 
    legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;} 
    legend{color:#333333;padding:4px 15px 4px 10px;margin:4px 0 8px -12px;_margin-top:0px; 
     border-top:1px solid #EDEDED;border-left:1px solid #EDEDED;border-right:1px solid #969696; 
     border-bottom:1px solid #969696;background:#E7ECF0;font-weight:bold;'..
    I checked sharepoint logs and didn't see any log. but i can see below error logged in  Event viewer application logs,
    I tried changing all customErrors mode and still same error.
    Kindly help me on this, how to resolve the issue.
    Thanks in advance.
    JP

    Hi,
    According to your description, my understanding is that the error occurred when you accessed SharePoint site through form based authentication.
    How did you configure the form based authentication?
    Here is a link about the steps required to configure FBA in SharePoint 2010 for your reference, and check the steps to see if there anything wrong in your configuration:
    http://www.codeproject.com/Articles/352841/How-to-Configure-Form-Based-Authentication-FBA-in
    Through the common error message, we cannot find what exactly caused the error.
    Here is a similar thread for you to take a look:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/120ab535-63d2-4205-a51f-1987e9c0cf79/sharepoint-fba-the-content-type-texthtml-charsetutf8-of-the-response-message-does-not-match-the?forum=sharepointgeneralprevious
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Certain websites that i've accessed earlier in a day return a message saying 'Server Error in '/' Application. how can i access these websites and resolve what seems to be a continuing problem'

    within the past 10 days I've started to have problems in accessing websites that I visit regularly and may have visited only hours before. The message I receive is 'Server Error in '/' Application' which gives details about how to find out more information but (1) I'm not sure how to follow the information and (20 whether the information is safe, and (3) whether following the advice will correct the problem - it doesn't sound as if it will. I'll cut and paste the information below - help received with thanks (I'll just provide the current problem site but it has happened with a number including abc.net.au and classicsonline.com amongst others
    Web page error_Firefox_Feb 2011
    Server Error in '/' Application.
    Runtime Error
    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>

    within the past 10 days I've started to have problems in accessing websites that I visit regularly and may have visited only hours before. The message I receive is 'Server Error in '/' Application' which gives details about how to find out more information but (1) I'm not sure how to follow the information and (20 whether the information is safe, and (3) whether following the advice will correct the problem - it doesn't sound as if it will. I'll cut and paste the information below - help received with thanks (I'll just provide the current problem site but it has happened with a number including abc.net.au and classicsonline.com amongst others
    Web page error_Firefox_Feb 2011
    Server Error in '/' Application.
    Runtime Error
    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>

  • Server Error in '/' Application. [COMException (0x81020024): Unable to connect to database]

    Hi,
    My team and I are trying to resolve this issue. some of our users are having trouble uploading data into the database. this is the error that they are getting.
    I would really appreciate it if you could help me get ridd fo this issue.
    Server Error in '/' Application.
    Unable to connect to database. Check database connection information and make sure the database server is running.
    Description:
    An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details:
    System.Runtime.InteropServices.COMException: Unable to connect to database. Check database connection information and make sure the database server is running.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace
    below.
    Stack Trace:
    [COMException (0x81020024): Unable to connect to database.  Check database connection information and make sure the database server is running.]
       Microsoft.SharePoint.Library.SPRequestInternalClass.PreInitServer(String bstrAbsoluteRequestUrl, String bstrServerRelativeUrl, Int32 lZone, Guid gApplicationId, Guid gSiteId, Guid gDatabaseId,
    String bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, Boolean fHostHeaderIsSiteName) +0
       Microsoft.SharePoint.Library.SPRequest.PreInitServer(String bstrAbsoluteRequestUrl, String bstrServerRelativeUrl, Int32 lZone, Guid gApplicationId, Guid gSiteId, Guid gDatabaseId, String
    bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, Boolean fHostHeaderIsSiteName) +359
    [SPException: Unable to connect to database.  Check database connection information and make sure the database server is running.]
       Microsoft.SharePoint.Library.SPRequest.PreInitServer(String bstrAbsoluteRequestUrl, String bstrServerRelativeUrl, Int32 lZone, Guid gApplicationId, Guid gSiteId, Guid gDatabaseId, String
    bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, Boolean fHostHeaderIsSiteName) +479
       Microsoft.SharePoint.SPSite.PreinitializeServer(SPRequest request) +666
       Microsoft.SharePoint.SPWeb.InitializeSPRequest() +548
       Microsoft.SharePoint.SPWeb.EnsureSPRequest() +75
       Microsoft.SharePoint.SPWeb.get_Request() +74
       Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPControl(HttpContext context) +613
       Microsoft.SharePoint.WebControls.SPControl.GetContextWeb(HttpContext context) +41
       Microsoft.SharePoint.SPContext.get_Current() +123
       CKS.EBE.BlogContext.get_BlogEnabledSite() +37
       CKS.EBE.BlogHttpModule._app_PostAuthorizeRequest(Object sender, EventArgs e) +113
       System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171
    the description of the error on the server is as follows:
    The description for Event ID ( 27745 ) in Source ( Windows SharePoint Services 3 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use
    the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: #50071: Unable to connect to the database MOSS_Content_RBI on BartDB\Bart.  Check the database connection information
    and make sure that the database server is running..

    are you using the Aliases for the SQL Server, make sure your account having the correct permission.
    If it is your QA farm, you can run the config wizard to fix his problem...
    check this post having the similar issue.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/478d6b3a-a51e-48c5-832b-5afb51c69734/unable-to-connect-to-the-sql-content-database-from-sharepoint-web-front-server?forum=sharepointadminlegacy
    http://hammad1.wordpress.com/2008/06/04/unable-to-connect-to-database-in-event-logs/
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Server Error in '/' Application - The resource cannot be found

    Using VS 2008 with Framework 3.5, I built a web-service that runs perfectly on the development PC.  When I build and run the web service, it runs in a virtual port as "ASP.Net Development Server Port 49259".  All the methods will
    invoke no problem.  However, if I try bring up this web-service asmx page on another PC or the mobile app that is cradled to the development PC via USB, I get: Server Error in '/' Application. The resource cannot be found.  HTTP 404... 
    This app ran just fine back in October13 but I opened for further development over the weekend and I cannot work because of this.  I have updated PC and VS with latest updates (problem before & after updates).  Using 3.5 because I am using
    Windows Mobile 5.0 Clients.  I have searched the forum universe for the solution and have found many people with this error but with other platforms.
    I am using the DefaultApplicationPool and I made sure that the local security has READ access on the web service file folders. I hope this is something simple that I am missing.
    And help - grateful!

    Hello,
    Thank you for your post.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    If you are working with ASP.NET Web Application, I suggest that you can consult your issue on ASP.NET
    WCF, ASMX and other Web Services forum for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • SharePoint 2013 - Server Error in '/' Application - This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database

    Hi
    After I ran SharePoint configuration wizard successfully to upgrade to SharePoint 2013 / SP1.
    I can open Central Administration site just fine.
    but now when I open any Site collection,  I got this error.
    Server Error in '/' Application
    This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration
    Wizard, located on the Start menu in Microsoft SharePoint 2010 Products
    I have restarted all the servers:  SQL server, WFE and APP servers but still cann't get this resolve.
    Services on all servers are running,  IIS - application pools are running.
    Can someone help with where that could be a problem or if there is a solution.
    Thanks in advance for your comments or advices.
    Swanl

    Please verify the followings:
    Make sure that from the SharePoint front end and application servers that you can ping your SQL server.
    Make sure that your Farm account has permission to the configuration database.
    Lastly verify that your database didn't for some reasons go into recovery mode.
    once everything is fine and you are still having issues, restart the SQL host service on the SQL server.
    Once the service is restarted you will need to reboot Central Admin and then your front end servers.
    In addition, as you built your farm inside the firewall, please disable the firwall, or create rules for SQL Server service in the firwall on SQL server.
    More information about creating rules in firewall, please refer to the following posts: http://social.technet.microsoft.com/Forums/en-US/c5d4d0d0-9a3b-4431-8150-17ccfbc6fb82/can-not-create-data-source-to-an-sql-server http://www.mssqltips.com/sqlservertip/1929/configure-windows-firewall-to-work-with-sql-server/
    Here is a similar post for you to take a look at: http://social.technet.microsoft.com/Forums/en-US/ea54e26c-1728-48d4-b2c5-2a3376a1082c/this-operation-can-be-performed-only-on-a-computer-that-is-joined-to-a-server-farm-by-users-who-have?forum=sharepointgeneral 
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Sharepoint 2013 runtime error: Server Error in '/' Application.

    Morning Ladies and Gentlemen,
    I am an Intern in a mining company that decided to use sharepoint as their intranet system. Everything was going fine upto yesterday. I don't know if this might be the source of the problem, but after my boss asked for the IP Address for PING. After that,
    I first got an error 404. Then a decision was made to restart the Server (Server is on Amazon, and we access it remotely).
    I'm getting the following error:
    Server Error in '/' Application.
    Runtime Error
    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>

    Hi Avinash
    Thanks for your quick reply.
    I have tried the steps you described and now I'm getting an Error 500.
    But I cannot see anywhere into the web.config filr the tag "trace".
    My project manager told me that the problem wasn't into the web.config file but the problem has to do with the server being out of the domain. Now the server is back into the domain and I can't really connect my Sharepoint to the FARM.
    I'm so confused but I'm still convinced the problem is in the web.config. Is there any onther technic I can use to fix this problem?
    Thanks again for your help

  • Server error in '/' Application Runtime error

    hello everyone,
    I have a sharepoint 2013 in a simple farm server configuration(web server and application server on the same server (windows server 2012), and a seperate sql server ( unsure of version, but will check).   All servers using domain authentication.
    Users are randomly getting this message:
    Users are getting this randomly but are able to click the back button to get to their web pages with list views.  Any ideas why it might be happening?
    George Ferreira

    Hi George,
    According to your description, my understanding is that you got an error when you used SharePoint 2013.
    Please change the web.config files as the followings:
     1.In customErrors tag set mode="Off" to "On
     2.In SafeMode tag set CallStack="true" to false
     3.In Compilation tag Debug="false" to true
    There are three web.config files you need to change, the paths are:
     1.C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\web.config
     2.C:\inetpub\wwwroot\wss\VirtualDirectories\Port_Number\web.config
     3.C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\CONFIG\web.config
    Finally  reset IIS to do go to windows start->run->IISRESET  (for this you must have administrative permissions).
    More information, please refer to the link below:
    http://sp77.blogspot.in/2011/08/server-error-in-application-runtime.html
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Just updated to 3.6.8. Now can't navigate reliably. Frequently get this error message: "Server Error in '/' Application. Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies th

    Just updated to 3.6.8. Now can't navigate reliably. Frequently get this error message: "Server Error in '/' Application. Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster." Pending fix of this glitch, is there a way to go back to previous version of Firefox that worked perfectly well?
    == URL of affected sites ==
    http://www.americanleather.com/ComfortSleeper/Madison.aspx?page=2

    Hi JH,
    According to your description, my understanding is that you got an error when you deleted  columns in SharePoint 2010.
    Please add the following string in <system.web> section of your web.config file :
    <pages validateRequest="false" enableEventValidation="false" viewStateEncryptionMode ="Never" />
    Note: before changing web.config, please make a backup for the file.
    Here are some similar posts for you to take a look at:
    http://forums.asp.net/p/1355367/2778642.aspx
    http://forums.asp.net/t/1166634.aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Server Error in '/' Application. - WEBPAGE WON'T OPEN??!

    when i'm connected to the internet, every website seems to work fine, except on one site, which up until this last week has always been fine.
    the page comes up with this:
    Server Error in '/' Application.
    Runtime Error
    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>
    I have no idea what that means and no idea how to sort it out.
    Any ideas?
    i book g4   Mac OS X (10.4.8)  

    the webpage is www.myspace.com
    it is only when i enter my login details will it say all the error details.
    and im using safari, which i have always used.
    i dont know why it would have changed as this site had been added to my bookmarks and always been the same?!
    thanks

  • Server Error in '/' Application upon logging into Myspace using Firefox

    Hi Everybody,
    I keep trying to log into myspace from both safari and firefox and everytime I get this message....
    Server Error in '/' Application.
    Runtime Error
    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.
    Anybody have a solution for this? Right about the time this started happening I have not able to send mail. Related? I feel like such a mess right now!!Ha Ha!
    Any help would be appreciated!
    Jared
    G4 I Mac   Mac OS X (10.4.9)  

    Hi again J,
    You are welcome for the suggestions. Sorry, it's still a no go .
    When you are done with the gym: ) I think you ought to try login into Myspace with Safari using a freshly made "test" account. This will show if this issue is system wide,
    • Safari Preferences->Advanced tab, Proxies: check that those are not selected.
    • Are you using a third party firewall Net Barrier, or Peer Guardian?
    if you are they could be the issue, disable them do a restart & see if that helps.
    • Are you using DNS #s in System prefrences-> Network,-> Show: Airport
    or Ethernet which ever is the case,
    TCP/IP tab DNS Servers: enter DNS #'s look for your ISP's here on this page,
    http://www.portforward.com/networking/dns.htm
    ( I also make sure to add DNS #s in the Airport Admin Utility app, found in Utilities
    Or try these
    Verizon (Level3) - these are not restricted to Verizon customers
    4.2.2.1
    4.2.2.2
    The site is working for me & other users here, so the issue seems to be with either your username account on your computer or system wide on your computer, try the test account & that should help shed a little light.
    Good luck, & please keep us posted.
    Eme
    p.s I forgot this may help:
    Under the Blue Apple ->System Preferences /Accounts/ Login Options,
    Click on the padlock, enter your admin password.
    use the [+] to create one, for ease you could enter test in all the fields.
    The short name will be generated for you.
    Log Out from your user name account via the Apple menu at top-left of your screen, log in to the Test account that you created.

Maybe you are looking for

  • Is there a version of Microsoft Office that will work on Mavericks?

    I have seen several questions on this topic, but don't have a clear answer on if I need to buy something or can get an update for my version of MS Office. I believe I have MS Office 2004 based on the log files I can see in the directory.  MS Office w

  • What steps do I need to take for the iPod mini to remember the last song?

    What steps to I have to take for my iPod mini to remember the last song that I played from an album when I turn it on again, after I have turned it off. Whenever I turn my iPod mini off, it seems to go back to the main menue. Any help would be greatl

  • How do I know if the home button is too weak and/or sunken ?

    Hello, On Dec 22nd I purchased an IPT5 and while it works just fine, the home button seems to have a very short 'travel' behind it when pressing it. It does appear a little bit 'loose' also just by 'tapping lightly' on it you can feel it does not 'ho

  • Reservation system for unique product in SAP in timeschedule

    Is it possible somewhere to reserve products for a certain period of time and that the system checks whether the product is already reserved or not. the business case is as follows: we have a department which is responsible for the renting of audio v

  • HTML Editor component and images

    Hi All! I know that the HTML editor component does not support images currectly. BUT: I though if I directly insert image link tags (<--img src="..."/-->) into the content of the editor, maybe it could work. So I tried. I realized the followings: - T