Site displayed the "unexpected error"

Could you check the below issue, I checked in server. It is showing error correlation ID, I checked the ULS log and windows event viewer.
I think the problem with webpart.
 the correlation id
System.Net.WebException: The remote server returned an error: (404) Not Found.    at System.Net.HttpWebRequest.GetResponse()     at Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute()     at Microsoft.SharePoint.Client.ClientContext.EnsureFormDigest()
    at Microsoft.SharePoint.Client.ClientContext.ExecuteQuery()     at MCHStudentServicesCreateAccount.ControlTemplates.MCHStudentServicesCreateAccount.CreateAccountUserControl.getPrograms()     at MCHStudentServicesCreateAccount.ControlTemplates.MCHStudentServicesCreateAccount.CreateAccountUserControl.Page_Load(Object
sender, EventArgs e)     at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)     at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)     at System.Web.UI.Control.OnLoad(EventArgs
e)     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Control.AddedControl(Control control, Int32 index)     at MCHStudentServicesCreateAccount.CreateAccountWebPart.CreateAccountWebPart.CreateChildControls()  
  at System.Web.UI.Control.EnsureChildControls()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()
    at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Thank u given that issue.
our team members tried this way, its working fine procedure
This is corrected – was an issue with alternate access mapping on other server(not for original server).  we updated the code to use
our siteinstead of original default mapping of original servername.

Similar Messages

  • Hello! The new version of Firefox I have a problem with opening the site VKontakte. The browser displays the following error: "Firefox has determined that the s

    Hello!
    The new version of Firefox I have a problem with opening the site VKontakte. The browser displays the following error: "Firefox has determined that the server redirects the request for this address in a way that it will never end." How to solve this problem? Please excuse me for my English.
    Sincerely, Vsevolod.

    You're welcome

  • U have encountered the unexpected error

    Hi,
        I have installed the JDeveloper properly and i have specified the Data base connections and run time connections also properly
         Now i have created the simple page and i am getting the error like below
       U have encountered the unexpected error ,please contact the system administrator.
    please any one will help please
    Regards,
    Sangu

    Hi,
    You need to get your .DBC file from the server. Did you do the same?
    Also paste the entire error stack to get a better idea.
    BM

  • I have two fields and I would like the 2nd field to display the word "Error" if the number is smalle

    I have two fields and I would like the 2nd field to display the word "Error" if the number is smaller than the number in field 1.
    can any one help?

    The code for the field? Sure, it's simple.
    You can use something like this as its custom calculation code:
    var v1 = this.getField("Field 1").valueAsString;
    var v2 = this.getField("Field 2").valueAsString;
    if (v1 && v2 && Number(v2)<Number(v1)) event.value = "Error";
    else event.value = "";
    Edit: Fixed code

  • What are solutions to the "Unexpected error while attempting to bind.  Operation cancelled." message when trying to bind

    What are solutions to the "Unexpected error while attempting to bind.  Operation cancelled." message when trying to bind and i alreeady cheack my DNS settings and everything

    Has this worked before, or is this a new configuration?
    On the server, launch Terminal.app from Applications > Utilities and post the output of the following harmless diagnostic command — and you'll need to enter an administrative password when requested:
    sudo changeip -checkhostname
    On the OS X (presumably) Mavericks client, please post the IP address(es) of the DNS server(s) you're referencing.  These are available via the System Preferences > Network > Advanced > DNS settings.
    To check the console logs, launch Console.app from Applications > Utilities on both the client and the server, and then attempt the binding, and then post a (short! no more than ~25 to 50 lines!) of any errors related to the binding error.
    If you're not in a position to post configuration details here — which is perfectly reasonable, and entirely your prerogative — or if I'm getting too confusing or too technical with some of the questions here, which would be my error of course — then (assuming these systems are under warranty) I'd suggest contacting the folks at the local Apple Store and having a chat with the local Geniuses about this, or checking directly with the Apple Support folks via telephone.

  • "SharePoint Designer cannot display the item" error when edit workflow

    Hi
    I create workflow for sharepoint list in version 2007. Then upgrade sharepoint form version 2007 to 2010. Now when I want to edit this workflow, get this error:
    “SharePoint Designer cannot display the item.
    What you can try:
    Click the Refresh button or press F5 to refresh the content from your site.
    Go back to the previous page
    Most likely causes:
    The file has been deleted from the site.
    The site is encountering problems.”
    What is the problem?
    Thanks.

    Hi,
    Have you used custom activity in your workflow? We may come across this issue when we use custom activity. A workaournd is to modify the Workflows XOML file, and remove custom activity reference from it. And restart your SharePoint designer. See below blog.
    http://saiabhilash.blogspot.com/2011/11/sharepoint-designer-cannot-display-item.html
    Or a quick workaround is recreate the workflow in SharePoint Designer 2010.
    Thanks & Regards,
    Emir
    Emir Liu
    TechNet Community Support

  • OAF page is not able to display the custom error messages

    Hi,
    I have extended a seeded CO and trying to throw few custom error messages.
    It was working fine, but suddenly it is not able to display the error messages(but checked that the error messages are still present in application) and saying "Message not found. Application: PER, Message Name: ...."
    Is there any profile option which enables the custom messages?
    Thanks,
    Ranita

    Hi,
    There is no profile to enable the Custom error Messages, u will use the diagnostistics for showing the messages in the custom page
    use the following syntax for writing a msg in Jdeveloper
    pageContext.writeDiagnostics(strClassName, "Initializing the vo....", OAWebBeanConstants.STATEMENT);
    and enable the following profile option to yes
    Fnd:Diagnostics
    Regards
    Chanu

  • Internet Explorer cannot display the webpage error urgent!

    Hi,
    I have created a OAF page. am displaying some report data in the page. The VO query is executing more thatn 20 min to get the records after tuning.
    Now my problem is, am getting the error "Internet Explorer cannot display the webpage" in 10 mins after the VO query execution started. However, the DB session for this query is still executing at the backend and I am unable to get the same OAF page until the DB session completes.
    Could you please help me in this?
    Thanks,
    Raja.

    Raja,
    There are two options here :
    1) The correct one is to go via concurrent program , because as per web standards a web page should not take max of 3-4 minutes to render.
    2) If you still wanna go via your present approach, you need to set profile ICX:Session Timeout which specifies Maximum idle time for the Oracle Applications user session(specified in minutes).
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Reporting IAC - Internet Explorer cannot display the webpage error

    Hello
    We are working on ECC 6, EHP 3, MSS Reports using LaunchPad.
    When we try to see the report results, it gives us following error at below URL:
    http://domain.com:50000/irj/servlet/prt/portal/prteventname/navigate/prtroot/pcd!3aportal_content!2fevery_user!2fgeneral!2fdefaultDesktop!2fframeworkPages!2fframeworkpage!2fcom.sap.portal.innerpage!2fcom.sap.portal.contentarea?NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fcom.sap.pct%2Fline_manager%2Fcom.sap.pct.erp.mss.bp_folder%2Fcom.sap.pct.erp.mss.roles%2Fcom.sap.pct.erp.mss.manager_self_service%2Fcom.sap.pct.mss.hcm.rpt.iac&ApplicationParameter=S%3DMSS0%26F%3D*HISRETQTA++5%26B%3D20100329%26E%3D20100329%26V%5B1%5D%3DMSS_RPT_SEL_PD1%26OV%3DMSS_RPT_SEL_PD%26R%3D4365AF4B40472508E10000000A000326&CurrentWindowId=WID1269788098656&NavMode=1 
    Internet Explorer cannot display the webpage
    Most likely causes:
    You are not connected to the Internet.
    The website is encountering problems.
    There might be a typing error in the address.
    - I am connected to Net very well.
    - Not sure abt website problems
    - address shown in the address bar is mentioned above
    Any idea what is wrong? We were earlier getting IAC exception, and added the permissions to overcome it.
    Reagrds
    Yash

    HI Yash,
    Please follow this link http://help.sap.com/saphelp_erp2004/helpdata/en/0c/c28c4024d26e1de10000000a1550b0/frameset.htm.
    It will solve your problem. Also make sure that you will give READ access to the end user on this folder.
    In case you are still facing with issue, do let us know.
    Cheers,
    AB

  • The mxmlc compiler displays the compilation errors in Japanese - and I want them in English!

    Working in a Japanese company I have to use a machine with
    Windows XP in Japanese. The thing is that I can barely read this
    language so it's really depressing when most Java apps (and Flex,
    through Eclipse, is one of them) outsmart themselves and default to
    displaying their UI strings/messages in Japanese
    without giving the user the ability to select another
    language.
    When compiling Flex apps using Flex Builder 2, the mxmlc
    compiler is internally called by the IDE to perform the compilation
    and then its output is displayed in the Problems View.
    Well, the English version of mxmlc, has all its messages
    (compilation warnings, errors etc) translated into Japanese (as far
    as I can tell, they are hardwired into the exe). So although I'm
    using the English version of the FB2,
    with -locale en_US specified as an argument for the
    compiler, all the compilation erros are reported in Japanese!
    Even after changes in "flex-config.xml" and "jvm.config" as
    you can see below, the compilation errors are still in Japanese. I
    started to doubt that there's a solution to this problem but I
    really hope there is one.
    TIA,
    .x.
    Here are the relevant portions of my config files and an
    example of mxmlc's output (Japanese might not display correctly):
    -- C:\Program Files\Adobe\Flex Builder 2\Flex SDK
    2\frameworks\flex-config.xml --
    <flex-config>
    <compiler>
    <!-- Turn on generatation of accessible swfs. -->
    <accessible>false</accessible>
    <!-- Specifies the locale for internationalization.
    -->
    <locale>en_US</locale>
    </compiler>
    </flex-config>
    -- C:\Program Files\Adobe\Flex Builder 2\Flex SDK
    2\bin\jvm.config --
    # Arguments to VM
    java.args=-Xmx384m -Dsun.io.useCanonCaches=false
    -Duser.language=en
    -- mxmlc invoked on the command line --
    mxmlc -o ASCIIArt -locale en_US ASCIIArt.mxml
    Loading configuration file C:\Program Files\Adobe\Flex
    Builder 2\Flex SDK 2\frameworks\flex-config.xml
    ASCIIArt\AsciiArtBuilder.as(7): col: 45 Error:
    定義
    com.example.programmingas3.asciiArt:BitmapToAsciiConverter
    が見つかりません。
    import
    com.example.programmingas3.asciiArt.BitmapToAsciiConverter;
    ^
    ASCIIArt\AsciiArtBuilder.as(8): col: 45 Error:
    定義 com.example.programmingas3.asciiArt:Image
    が見つかりません。
    import com.example.programmingas3.asciiArt.Image;

    inlineblue you are right about the "-locale" switch. I've
    just found this page on live docs:
    http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=L iveDocs_Parts&file=00001500.html
    with all the compiler options
    I thought that "-metadata.language <code>" (alias
    "-language") sets the language, but it seems that it's only for
    metadata.
    So -locale is out. Thanks for clearing this for me. There's
    one more path left...
    As I wrote in my first message, besides the "-locale en_US"
    compiler option, I am also setting the "user.language" flag in
    jvm.config to "en":
    -- C:\Program Files\Adobe\Flex Builder 2\Flex SDK
    2\bin\jvm.config --
    # Arguments to VM
    java.args=-Xmx384m -Dsun.io.useCanonCaches=false
    -Duser.language=en
    According to the docs:
    http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=L iveDocs_Parts&file=00001462.html
    this is the standard (only?) way to pass arguments to the JVM. And
    AFAIK "-Duser.language=en" is supposed to set the user language to
    English. But it does not happen... I have to investigate this
    more...

  • Win 7 upgrade causes intermitte​nt IE 8 "Cannot display the webpage" errors

    I upgraded my Touchsmart IQ846t from Vista Home Prem 64-bit to Win 7 Home prem 64-bit last week, 9/20/10.
    After the upgrade there were about 40 - 50 Windows Updates that I also installed.  About 2 days later I began having my problem.  When I first bootup I have full access to the Internet.  After 20 - 30 minutes, however, if I try to open, or reopen, IE8 I get the subject error.  My internet connection, using a wireless broadband MiFi card, is still connected to the internet but IE8 won't open (Firefox and AOL won't either).  The usual Microsoft diagnostics, FixIts, etc are no help.  The only way to get IE back is to reboot.
    Also, I have an HP laptop that was upgraded to Win 7 Home Prem 64-bit at the same time.  It uses the wireless card to connect to the internet and has had none of the IE issues I am experiencing with the Touchsmart.
    Any help will be greatly appreciated. 

    Hi Lizzyb,
    First, make sure you have the updated Win7 drivers for your wireless LAN.  If you update the drivers and find that there are still issues, I would try a System Restore and go back to 9/20 (before installing all the updates) and verify that the hardware works with Win7.
    -Chris
    I work for HP.
    Support Forums are now on your mobile phone: http://m.hp.com/supportforum

  • Firefox on uusing the back arrow from any site displays the link ANASAFYA. What is casuing this?

    Pretty simple. I start at the Firfox / Google page I am on a site that I searched for and when I use the back arrow I recieve an error in the location tab and the screen has this message Bir hata olustu sistem yoneticis Bu konuda bil, then the link ANASAYFA

    Sounds like Malware on your PC.
    Install, update, and run these programs in this order. They are listed in order of efficacy.<br />'''''(Not all programs detect the same Malware, so you may need to run them all to solve your problem.)''''' <br />These programs are all free for personal use, but some have limited functionality in the "free mode" - but those are features you really don't need to find and remove the problem that you have.<br />
    ''Note: If your Malware infection is bad enough and you are mis-directed to URL's other than what is posted, you may have to use a different PC to download these programs and use a USB stick to transfer them to the afflicted PC.''
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php] <br />
    SuperAntispyware - [http://www.superantispyware.com/] <br />
    AdAware - [http://www.lavasoftusa.com/software/adaware/] <br />
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html] <br />
    Windows Defender: Home Page - [http://www.microsoft.com/windows/products/winfamily/defender/default.mspx]<br />
    Also, if you have a search engine re-direct problem, see this:<br />
    http://deletemalware.blogspot.com/2010/02/remove-google-redirect-virus.html
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help: <br />
    [http://www.spywarewarrior.com/index.php] <br />
    [http://forum.aumha.org/] <br />
    [http://www.spywareinfoforum.com/] <br />
    [http://bleepingcomputer.com]

  • Content assist only displays the flash.errors package

    Has someone encountered this before? Content assist is not working for me within Flex Builder 3. I just updated to the latest stable sdk 3.4.0.6955. I was starting a project and when I typed "import flash." all that was offered by content assist was "errors".
    See picture below and thanks in advance for any and all help!
    Jake

    Hey there!
    I happen to have the exact same problem... and I'm yet to find a solution. Happened yesterday and somehow I managed to fix it. Don't know what I did but it envolved importing/exporting, clearing the workspace... whatever, it just got back on track the same way it got out of it... Happend again today... and I haven't been able to fix it. Have you found a solution for this? I'm using the 3.5.0.12683 sdk.
    Edit: It's working again... all I did was open a *.as file that happened to implement the Event class... don't know if that triggered it.

  • HT201358 I am getting the unexpected error occurred of: The update "Remote Desktop Client Update" can't be installed.  What to do? thanks!

    Remote Desktop Client Update not able to install? Any workarounds to get it to install?
    Thanks

    do you know the exact verion of the remote desktop client update? Have you tried downloading the update manually from the apple website?
    Have you tried a safeboot and then installing the update?

  • I have tried to install Windows 7 Beta multiple times, but I always get the following error statement while copying temporary files or just as "Setup is starting" is displayed: "Windows Setup experienced an unexpected error. To install Windows, restart t

    Restarting the installation results in the same error message. Any ideas on what's wrong? Here are some details:
    my computer is lenovo g585.
    I am running windows8. It's licence will be closed in one week.
    I have windows7 OS genune.
    While installing this (with sandisk pendrive ) the unexpected error occurs.
    I am using avast antivirus, I have turned off this while installing.
     So any help or suggestions would be greatly appreciated!
    Thanks in advance!

    Is OS already installed on your HDD?
    Check this link : http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_install/windows-setup-experienced-an-unexpected-error-to/e28d6f6e-7afc-4ad8-ae99-a92f90cf9083
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

Maybe you are looking for

  • .pkf files opening in Adobe Reader

    I sincerely hope someone can help me rectify an awkward problem.  Yesterday, for some crazy reason, I clicked on a .pkf file and opened it with Adobe Reader. To make matters worse, that infamous little box was checked, and now ALL my .pkf files are o

  • Linksys WRT54G Router set up

    Hi, I recently got hold of a WRT54G Router and am trying to set it up....unfotunately, my knowledge of this kind of stuff is, lets say, basic! haha I was wondering if anyone has set up this model (or any other model) with AOL as their ISP and if they

  • Fonts aren't working after update

    I recently updated my software and now my fonts don't work. Im not even sure what i updated, i know itunes and some system related upgrade. Adobe programs, quark and word all only show system fonts now but font book still shows all the other fonts an

  • Similar to cascading select list...please give me some suggestions..

    Hi everyone, I had worked on cascading select lists where if i select a value in PARENT SELECT LIST,depend on the value of PARENT SELECT LIST the CHILD SELECT LIST will populate... i am trying to implement something similar..but i would like to have

  • DropDown List in Pages Template?

    Hi! Id like to know if there is a way to insert a dropdown list into a pages template just as i can do it in numbers? I want to be able to select between 3 possible values for a box which are all quite long so copy pasting or typing it all each time