Getting 500 Internal Server error when calling createUrlwidget

We are using API version 9. I currently have an ASP.net/C# application that sends documents to echosign, and that works fine. I'm trying to create a new web application that creates a widget, so the user can be presented with the document to sign. I am calling the createUrlwidget method, but getting an internal server error, and I don't know why.
Here's my code  (the url I use to call the service is https://secure.echosign.com/services/EchoSignDocumentService9)
The error occurs below on the line:
            using (StreamWriter sw = new StreamWriter(req.GetRequestStream()))
                sw.Write(message);
try
                XmlDocument xRequest = BuildEchosignWidgetRequest(byteMyFile);  //build soap envelope
                XmlDocument xResponse = SendRequest("createUrlWidget", xRequest);
                XmlNodeList xSuccess = xResponse.GetElementsByTagName("success");
                if (xSuccess[0].InnerText == "true")
                    XmlNodeList xUrl = xResponse.GetElementsByTagName("url");
                    string strURL = xUrl[0].InnerText; //the response xml
                    Response.Redirect(strURL); //launch the widget
                else  //we got an error
                    XmlNodeList xError = xResponse.GetElementsByTagName("errorMessage");
                    string strErrorMessage = xError[0].InnerText;
                    throw new Exception("Unable to create Echosign Widget;" + strErrorMessage);
            catch (Exception ex)
                lblErrorMessage.Text = "Error: Unable to send document for signature(s).\n" + ex.Message;
private XmlDocument SendRequest(string operation, XmlDocument xRequest)
            XmlDocument functionReturnValue = default(XmlDocument);
            functionReturnValue = null;
            string message = xRequest.OuterXml; //soap envelope
            WebRequest req = HttpWebRequest.Create(System.Configuration.ConfigurationManager.AppSettings[QueryStringCo nstants.EchoSignWebServiceURL]);
            req.ContentLength = message.Length;
            req.ContentType = "text/xml; charset=UTF-8";
            req.Headers.Add("SOAPAction", "\"\"");
            req.Method = "POST";
            req.Proxy = null;
            req.Timeout = 1000 * 60;
            //this is where the web service call is finally made
            using (StreamWriter sw = new StreamWriter(req.GetRequestStream()))
                sw.Write(message);
            WebResponse resp = req.GetResponse();
            using (StreamReader sr = new StreamReader(resp.GetResponseStream()))
                XmlDocument xResponse = new XmlDocument();
                xResponse.LoadXml("<?xml version=\"1.0\" encoding=\"utf-8\" ?>" + sr.ReadToEnd());
                functionReturnValue = xResponse;
            return functionReturnValue;

when we wrote our initial echosign application, version 9 was current. the person that wrote it is gone, and we don't have much expertise with web services, so when we updated it, we kept using version 9. Our existing application sends the document to echosign with email addresses of the required signers, and they are notified by email, and this all works fine.
We are now trying to present the document to the end user directly using the widget, so I kept using the same version of the api. I don't know what is involved (if anything) in upgrading to the newest version. Do I just need to change the call from https://secure.echosign.com/services/EchoSignDocumentService9 to https://secure.echosign.com/services/EchoSignDocumentService17  , and then make sure that I create the SOAP request according to the documentation (in case the methods have changed)?
As far as your question about "generating a request log", I'm not sure what this means.
Thanks in advance for your help.

Similar Messages

  • Getting 500 internal server error when calling IIS application in portal

    Hello All,
    We have setup to access IIS application from portal http server. We have setup proxy rules in portal http server. When we are accessing the link of IIS,we are getting 500 internal server error.
    In the sso log file,we are getting the below error.
    [ERROR] AJPRequestHandler-ApplicationServerThread-17 Unexpected Exception received
    java.lang.NullPointerException
    at oracle.security.sso.server.policy.FilePolicyManager.getAuthLevel(FilePolicyManager.java:325)
    at oracle.security.sso.server.auth.AuthDirector.getAuthLevel(AuthDirector.java:199)
    at oracle.security.sso.server.ui.SSOLoginServlet.doPost(SSOLoginServlet.java:316)
    at oracle.security.sso.server.ui.SSOLoginServlet.doGet(SSOLoginServlet.java:278)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Please advise.
    Thank you,
    Vijay

    Question:
    Do you have to sign on to the IIS application?
    Or are you just trying to link to it?

  • I get 500 Internal Server Error when I try to go into Firefox. I aqm using Windows 7

    I get 500 Internal Server Error when I try to log in to my Firefox Program. I am using Windows 7.
    I have tried the updates, but still get the 500 Internal Server Error message.
    Is there something I can do co correct this error so I can use
    Firefox Again?

    I have this issue and believe it is related to a MALWARE virus that has affected my laptops registry. Any suggestions?

  • Getting 500   Internal Server Error when i click any day on calendar

    Hi all,
    The following error getting, when I click any day on calendar.
    Please help me regarding this issue.
    500   Internal Server Error
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.IllegalArgumentException
        at java.sql.Date.valueOf(Date.java:138)
        at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.DateNavigatorAdapter.onDATENAVIGATORDAYCLICK(DateNavigatorAdapter.java:438)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        ... 43 more

    Hi,
    Check this [forum|Record Working Time  iView Error in Portal;
    Hope this helps!!
    Thanks & Regards
    Vijay K

  • I keep getting "500 Internal Server Error" when I open Firefox. I don't know why. This just began.

    I recently uploaded the latest version of McAfee Security Center and the latest version of Firefox. Now when I open Firefox all I get is "500 Internal Server Error." I am now sure what do to.

    There is an existing thread which might help you with this : see
    https://support.mozilla.com/en-US/questions/780053
    For background information, see the Wikipedia article on HTTP Codes at http://en.wikipedia.org/wiki/List_of_HTTP_status_codes
    - and, if you want more information, there's a page explaining the 500 Error [http://www.checkupdown.com/status/E500.html HERE]
    In brief, the 500 means that your request has reached the server but the server cannot process it, for some unspecified reason. It is not a client-side error message.

  • 500 Internal Server Error - When calling LOV's

    I receiving the following error when calling a LOV.
    Both date LOV's and LOV's based on a foreign key fail.
    500 Internal Server Error
    OracleJSP: oracle.jsp.provider.JspCompileException:
    Errors compiling:D:\Oracle\oc4j\j2ee\home\application-deployments\ois\web\persistence\_pages\_jheadstart\_lovFrame.java
    error: Invalid class file format in C:\Program Files\Java\j2re1.4.0\lib\rt.jar(java/lang/Object.class). The major.minor version '48.0' is too recent for this tool to understand.
    D:\Oracle\oc4j\j2ee\home\application-deployments\ois\web\persistence\_pages\_jheadstart\_lovFrame.java:0: Class java.lang.Object not found in class com.orionserver.http.OrionHttpJspPage.
    package _jheadstart;
    ^
    2 errors

    Marcel,
    JDeveloper will not run out of the box with JDK 1.4. There is a help topic 'Configuring Support for JDK 1.4.0.01 in JDeveloper' that gives you some information.
    But you also need to verify the compatability of all the frameworks you use with JKD 1.4, including BC4J, MVC and UIX. E.g. the classes12.jar we normally use for a JHeadstart application only works with JKD 1.2/1.3.
    Having found out which versions of the frameworks you need, the next step is to validate whether the JHeadstart runtime classes will work with these versions. We have no experience ourself in this respect.
    If it is an option for you, you might consider to downgrade to JKD 1.3.
    Jan Kettenis

  • Getting 500 Internal Server Error when opening GC page

    There was no change in configuration and all of a sudden, I can not connect to GC. I did notice that OC4J for OC4J_EM is down and I can't get it to go "Alive". Can someone run opmnctl status and print the output for me?
    I'm on Windows 2003/GC 10.1.0.4. Anyone has seen this problem?
    Cheers,
    Rodney

    Exact error when opening page is:
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] 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.

  • "500 internal server error" when trying to use F4 help in the variable sele

    Hi Experts,
    I am getting "500 internal server error" when trying to use F4 help in the variable selection screen (in WAD).
    How could this be resolved?
    Quick reply would be very helpfull.
    Thanks in advance !!

    It seems you are using wrong client ID. Make sure your logon pad has right details. You should verify this with your basis team.
    If the problem persists then try re-installing. But before you do that you can execute sapbexc.xla which is in the c:\program files\sap\bw. Type c:\ in cell c3 and click "start button". Any red flag means you have wrong version dll/ocx on your local drive, in that case you should reinstall with right patches.
    if this solution helps u then pls assign points

  • I now get an 500 Internal Server error when loading Firefox, after updating RealPlayer

    I now get an 500 Internal Server error when loading Firefox, after updating RealPlayer.
    When I try to open Firefox, it opens. But there is the error message.
    What is this? How do I did rid of it?
    '''bold text'''

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    You can also check the connection settings in Tools > Options > Advanced : Network : Connection<br />
    If you do not need to use a proxy to connect to internet then select "No Proxy"
    See "Firefox connection settings":
    * [[Firefox cannot load websites but other programs can]]

  • How to find error details when getting 500   Internal Server Error

    Hi Everyone,
    I get 500   Internal Server Error on b2b order main page after modified tabstrip.inc.jsp.  I want to see the detail error messages, but don't know how to.  Any advises?
    Thanks, Jin

    Hi Jin,
    From code.
    You please check it again.
    You have written below lines in your code.
    <%@ page import com.sap.isa.core.xcm.ConfigContainer %>
    <%
    UserSessionData userData = UserSessionData.getUserSessionData(request.getSession());
    ConfigContainer configcontainer = (ConfigContainer)(userData.getCurrentConfigContainer());
    String sName = configcontainer.getScenarioName();
    I think check your first line of import. It should be
    <%@ page import="com.sap.isa.core.xcm.*" %>
    I think you forgot to put = and ". See above line. and check your code again.
    Regards.
    eCommerce Developer

  • Get 500 Internal Server Error message when attempting to open Firefox.

    Firefox working fine until last week. Cannot connect. Only receive error message. Uninstalled & re-installed. Same error message. Windows 7, Zone Alarm. Explorer 8.

    Hi,
    According to your description, there is a 500 internal server error when you select any Option in your OWA.
    Based on my research, we can try the following steps:
    1.  Check whether Virtual Directories Authentication configured properly. Enable the ECP Virtual Directory with Anonymous and Basic Authentication.
    2.  Check on the Application Pools to view whether ECP Application Pool is running on .NET Framework v4.0. It maybe the incompletely installation of Framework that causes this error.
    If so, We can try to run the following command as Administrator:
    %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i
    Or change the MSExchangeECPAppPool from .NET Framework from v4.0 to v2.0. Then restart IIS.
    If you have any question, please do not hesitate to tell me.
    Hope it helps.
    Thanks,
    Winnie Liang

  • Error 500 -Internal Server Error when I click on browse catelog button on Reports and Analytics in Fusion

    Hi
    I am unable to access Reports and Analytics . It throws a Error 500 -Internal Server Error when I click on browse catelog button on Reports and Analytics in Fusion
    I have all the required roles and also BIADMINISTRATOR ACCESS still I am unable to login to Reports and Analytics. I have cleared the cache also.
    My collegue who has the same roles is able to access it.
    Regards
    Avinash

    I created the showModule.xhtml in the web.view.module\src\main\resources folder and test the application and Now I'm getting the error in both deployment ways.
    a) Local deployment: Same result
    Error 500--Internal Server Error
    com.sun.faces.context.FacesFileNotFoundException: /showModule.xhtml Not Found in ExternalContext as a Resource
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:232)
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:273)
    b) Remote server:
    Error 500--Internal Server Error
    com.sun.faces.context.FacesFileNotFoundException: /showModule.xhtml Not Found in ExternalContext as a Resource
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:232)
    at com.sun.faces.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:273)
    Please check the below screenshots for the mappings captured in the properties window.
    http://imageshack.us/photo/my-images/5/srwebviewmodule.png/
    http://imageshack.us/photo/my-images/811/eclipseexplorer.png/
    http://imageshack.us/photo/my-images/521/cdiandrichfacesear.png/
    http://imageshack.us/photo/my-images/90/cdiandrichfaces.png/
    Thanks,
    Vijaya

  • Get '500 Internal Server Error' during SIP INVITE - cause 44

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    Get ‘500 Internal Server Error’ during SIP INVITE - cause 44
    Have you ever seen anything like this before?  It usually works, but intermittently, we see calls get rejected.  It somehow seems related to high loads on the router.  We reduced the occurrences by changing our code to throttle the number of SIP INVITEs we send, but this doesn’t scale well.  Once it occurs, the only way to clean it up is to do a shut/no shut on the voice-port associated to SIP INVITE.
    Any suggestions on how we can proceed to debug this issue?
    BACKGROUND:
    Cisco 2811 running (C2800NM-ADVENTERPRISEK9-M), Version 12.4(24)T3, RELEASE SOFTWARE (fc2)
    NAME: "2811 chassis", DESCR: "2811 chassis" PID: CISCO2811
    NAME: "9 Port FE Switch on Slot 0 SubSlot 1", DESCR: "9 Port FE Switch" PID: HWIC-D-9ESW
    NAME: "WIC/VIC/HWIC 1 Power Daughter Card", DESCR: "9-Port HWIC-ESW Power Daughter Card" PID: ILPM-8
    NAME: "Two port E1 voice interface daughtercard on Slot 0 SubSlot 2", DESCR: "Two port E1 voice interface daughtercard" PID: VWIC-2MFT-E1=
    NAME: "Two port E1 voice interface daughtercard on Slot 0 SubSlot 3", DESCR: "Two port E1 voice interface daughtercard" PID: VWIC-2MFT-E1=
    NAME: "PVDMII DSP SIMM with four DSPs on Slot 0 SubSlot 4", DESCR: "PVDMII DSP SIMM with four DSPs" PID: PVDM2-64
    NAME: "High Density Voice2 Network module with on board two port interface  on Slot 1", DESCR: "High Density Voice2 Network module with on board two port interface " PID: NM-HDV2-2T1/E1
    NAME: "2nd generation two port EM voice interface daughtercard on Slot 1 SubSlot 0", DESCR: "2nd generation two port EM voice interface daughtercard" PID: VIC2-2E/M
    NAME: "PVDMII DSP SIMM with four DSPs on Slot 1 SubSlot 2", DESCR: "PVDMII DSP SIMM with four DSPs" PID: PVDM2-64
    NAME: "PVDMII DSP SIMM with four DSPs on Slot 1 SubSlot 3", DESCR: "PVDMII DSP SIMM with four DSPs" PID: PVDM2-64
    NAME: "PVDMII DSP SIMM with four DSPs on Slot 1 SubSlot 4", DESCR: "PVDMII DSP SIMM with four DSPs" PID: PVDM2-64
    NAME: "PVDMII DSP SIMM with four DSPs on Slot 1 SubSlot 5", DESCR: "PVDMII DSP SIMM with four DSPs" PID: PVDM2-64
    WIRESHARK:
    No.     Time        Source                Destination           Protocol Info
          2 0.057246    10.194.154.136        171.68.115.156        SIP      Status: 100 Trying
    Frame 2 (471 bytes on wire, 471 bytes captured)
    Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
    Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
    User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
    Session Initiation Protocol
        Status-Line: SIP/2.0 100 Trying
        Message Header
            Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41a-100875-517454db
            From: <sip:[email protected]:5060>;tag=82f4a00-9c7344ab-13c4-45026-41a-4ea64c5a-41a
            To: <sip:[email protected]:5060>
            Date: Wed, 08 Sep 2010 20:47:49 GMT
            Call-ID: 80e4f50-9c7344ab-13c4-45026-41a-10aff3f4-41a
            CSeq: 1 INVITE
                Sequence Number: 1
                Method: INVITE
            Allow-Events: telephone-event
            Server: Cisco-SIPGateway/IOS-12.x
            Content-Length: 0
    No.     Time        Source                Destination           Protocol Info
          3 0.071428    10.194.154.136        171.68.115.156        SIP/SDP  Status: 183 Session Progress, with session description
    Frame 3 (1109 bytes on wire, 1109 bytes captured)
    Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
    Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
    User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
    Session Initiation Protocol
        Status-Line: SIP/2.0 183 Session Progress
       Message Header
            Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41a-100875-517454db
            From: <sip:[email protected]:5060>;tag=82f4a00-9c7344ab-13c4-45026-41a-4ea64c5a-41a
            To: <sip:[email protected]:5060>;tag=48645D8-1175
            Date: Wed, 08 Sep 2010 20:47:49 GMT
            Call-ID: 80e4f50-9c7344ab-13c4-45026-41a-10aff3f4-41a
            CSeq: 1 INVITE
                Sequence Number: 1
                Method: INVITE
            Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
            Allow-Events: telephone-event
            Remote-Party-ID: <sip:[email protected]>;party=called;screen=no;privacy=off
                [Expert Info (Note/Undecoded): Unrecognised SIP header (Remote-Party-ID)]
                    [Message: Unrecognised SIP header (Remote-Party-ID)]
                    [Severity level: Note]
                    [Group: Undecoded]
            Contact: <sip:[email protected]:5060>
            Supported: sdp-anat
            Server: Cisco-SIPGateway/IOS-12.x
            Content-Type: application/sdp
            Content-Disposition: session;handling=required
            Content-Length: 264
        Message Body
            Session Description Protocol
                Session Description Protocol Version (v): 0
                Owner/Creator, Session Id (o): CiscoSystemsSIP-GW-UserAgent 8759 6996 IN IP4 10.194.154.136
                    Owner Username: CiscoSystemsSIP-GW-UserAgent
                    Session ID: 8759
                    Session Version: 6996
                    Owner Network Type: IN
                    Owner Address Type: IP4
                    Owner Address: 10.194.154.136
                Session Name (s): SIP Call
                Connection Information (c): IN IP4 10.194.154.136
                    Connection Network Type: IN
                    Connection Address Type: IP4
                    Connection Address: 10.194.154.136
                Time Description, active time (t): 0 0
                    Session Start Time: 0
                    Session Stop Time: 0
                Media Description, name and address (m): audio 18710 RTP/AVP 18 101
                    Media Type: audio
                    Media Port: 18710
                    Media Protocol: RTP/AVP
                    Media Format: ITU-T G.729
                    Media Format: DynamicRTP-Type-101
                Connection Information (c): IN IP4 10.194.154.136
                    Connection Network Type: IN
                    Connection Address Type: IP4
                    Connection Address: 10.194.154.136
                Media Attribute (a): rtpmap:18 G729/8000
                    Media Attribute Fieldname: rtpmap
                    Media Format: 18
                    MIME Type: G729
                    Sample Rate: 8000
                Media Attribute (a): fmtp:18 annexb=no
                    Media Attribute Fieldname: fmtp
                    Media Format: 18 [G729]
                    Media format specific parameters: annexb=no
                Media Attribute (a): rtpmap:101 telephone-event/8000
                    Media Attribute Fieldname: rtpmap
                    Media Format: 101
                   MIME Type: telephone-event
                    Sample Rate: 8000
                Media Attribute (a): fmtp:101 0-16
                    Media Attribute Fieldname: fmtp
                    Media Format: 101 [telephone-event]
                    Media format specific parameters: 0-16
    No.     Time        Source                Destination           Protocol Info
          4 0.089917    10.194.154.136        171.68.115.156        SIP/SDP  Status: 200 OK, with session description
    Frame 4 (1116 bytes on wire, 1116 bytes captured)
    Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
    Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
    User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
    Session Initiation Protocol
        Status-Line: SIP/2.0 200 OK
        Message Header
            Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41a-100875-517454db
            From: <sip:[email protected]:5060>;tag=82f4a00-9c7344ab-13c4-45026-41a-4ea64c5a-41a
            To: <sip:[email protected]:5060>;tag=48645D8-1175
            Date: Wed, 08 Sep 2010 20:47:49 GMT
            Call-ID: 80e4f50-9c7344ab-13c4-45026-41a-10aff3f4-41a
            CSeq: 1 INVITE
                Sequence Number: 1
                Method: INVITE
            Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
            Allow-Events: telephone-event
            Remote-Party-ID: <sip:[email protected]>;party=called;screen=no;privacy=off
                [Expert Info (Note/Undecoded): Unrecognised SIP header (Remote-Party-ID)]
                    [Message: Unrecognised SIP header (Remote-Party-ID)]
                    [Severity level: Note]
                    [Group: Undecoded]
            Contact: <sip:[email protected]:5060>
            Supported: replaces
            Supported: sdp-anat
            Server: Cisco-SIPGateway/IOS-12.x
            Content-Type: application/sdp
            Content-Disposition: session;handling=required
            Content-Length: 264
        Message Body
            Session Description Protocol
                Session Description Protocol Version (v): 0
                Owner/Creator, Session Id (o): CiscoSystemsSIP-GW-UserAgent 8759 6996 IN IP4 10.194.154.136
                    Owner Username: CiscoSystemsSIP-GW-UserAgent
                    Session ID: 8759
                    Session Version: 6996
                    Owner Network Type: IN
                    Owner Address Type: IP4
                    Owner Address: 10.194.154.136
                Session Name (s): SIP Call
                Connection Information (c): IN IP4 10.194.154.136
                    Connection Network Type: IN
                    Connection Address Type: IP4
                    Connection Address: 10.194.154.136
                Time Description, active time (t): 0 0
                    Session Start Time: 0
                    Session Stop Time: 0
                Media Description, name and address (m): audio 18710 RTP/AVP 18 101
                    Media Type: audio
                    Media Port: 18710
                    Media Protocol: RTP/AVP
                    Media Format: ITU-T G.729
                    Media Format: DynamicRTP-Type-101
                Connection Information (c): IN IP4 10.194.154.136
                    Connection Network Type: IN
                    Connection Address Type: IP4
                    Connection Address: 10.194.154.136
                Media Attribute (a): rtpmap:18 G729/8000
                    Media Attribute Fieldname: rtpmap
                    Media Format: 18
                    MIME Type: G729
                    Sample Rate: 8000
                Media Attribute (a): fmtp:18 annexb=no
                    Media Attribute Fieldname: fmtp
                    Media Format: 18 [G729]
                    Media format specific parameters: annexb=no
                Media Attribute (a): rtpmap:101 telephone-event/8000
                    Media Attribute Fieldname: rtpmap
                    Media Format: 101
                    MIME Type: telephone-event
                    Sample Rate: 8000
                Media Attribute (a): fmtp:101 0-16
                    Media Attribute Fieldname: fmtp
                    Media Format: 101 [telephone-event]
                    Media format specific parameters: 0-16
    No.     Time        Source                Destination           Protocol Info
         7 1.661867    10.194.154.136        171.68.115.156        SIP      Status: 100 Trying
    Frame 7 (469 bytes on wire, 469 bytes captured)
    Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
    Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
    User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
    Session Initiation Protocol
        Status-Line: SIP/2.0 100 Trying
        Message Header
            Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41c-100eca-13593e22
            From: <sip:[email protected]:5060>;tag=82f4b98-9c7344ab-13c4-45026-41c-669825d-41c
            To: <sip:[email protected]:5060>
            Date: Wed, 08 Sep 2010 20:47:51 GMT
            Call-ID: 80e5138-9c7344ab-13c4-45026-41c-3f6bfc7-41c
            CSeq: 1 INVITE
                Sequence Number: 1
                Method: INVITE
            Allow-Events: telephone-event
            Server: Cisco-SIPGateway/IOS-12.x
            Content-Length: 0
    No.     Time        Source                Destination           Protocol Info
          8 1.676056    10.194.154.136        171.68.115.156        SIP/SDP  Status: 183 Session Progress, with session description
    Frame 8 (1107 bytes on wire, 1107 bytes captured)
    Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
    Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
    User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
    Session Initiation Protocol
        Status-Line: SIP/2.0 183 Session Progress
        Message Header
            Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41c-100eca-13593e22
            From: <sip:[email protected]:5060>;tag=82f4b98-9c7344ab-13c4-45026-41c-669825d-41c
            To: <sip:[email protected]:5060>;tag=4864C1C-10F8
            Date: Wed, 08 Sep 2010 20:47:51 GMT
            Call-ID: 80e5138-9c7344ab-13c4-45026-41c-3f6bfc7-41c
            CSeq: 1 INVITE
                Sequence Number: 1
                Method: INVITE
            Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
            Allow-Events: telephone-event
            Remote-Party-ID: <sip:[email protected]>;party=called;screen=no;privacy=off
                [Expert Info (Note/Undecoded): Unrecognised SIP header (Remote-Party-ID)]
                    [Message: Unrecognised SIP header (Remote-Party-ID)]
                    [Severity level: Note]
                    [Group: Undecoded]
            Contact: <sip:[email protected]:5060>
            Supported: sdp-anat
            Server: Cisco-SIPGateway/IOS-12.x
            Content-Type: application/sdp
            Content-Disposition: session;handling=required
            Content-Length: 264
        Message Body
            Session Description Protocol
                Session Description Protocol Version (v): 0
                Owner/Creator, Session Id (o): CiscoSystemsSIP-GW-UserAgent 7991 6854 IN IP4 10.194.154.136
                    Owner Username: CiscoSystemsSIP-GW-UserAgent
                    Session ID: 7991
                    Session Version: 6854
                    Owner Network Type: IN
                    Owner Address Type: IP4
                    Owner Address: 10.194.154.136
                Session Name (s): SIP Call
                Connection Information (c): IN IP4 10.194.154.136
                    Connection Network Type: IN
                    Connection Address Type: IP4
                    Connection Address: 10.194.154.136
                Time Description, active time (t): 0 0
                    Session Start Time: 0
                    Session Stop Time: 0
                Media Description, name and address (m): audio 17660 RTP/AVP 18 101
                    Media Type: audio
                    Media Port: 17660
                    Media Protocol: RTP/AVP
                    Media Format: ITU-T G.729
                    Media Format: DynamicRTP-Type-101
                Connection Information (c): IN IP4 10.194.154.136
                    Connection Network Type: IN
                    Connection Address Type: IP4
                    Connection Address: 10.194.154.136
                Media Attribute (a): rtpmap:18 G729/8000
                    Media Attribute Fieldname: rtpmap
                    Media Format: 18
                    MIME Type: G729
                    Sample Rate: 8000
                Media Attribute (a): fmtp:18 annexb=no
                    Media Attribute Fieldname: fmtp
                    Media Format: 18 [G729]
                    Media format specific parameters: annexb=no
                Media Attribute (a): rtpmap:101 telephone-event/8000
                    Media Attribute Fieldname: rtpmap
                    Media Format: 101
                    MIME Type: telephone-event
                    Sample Rate: 8000
                Media Attribute (a): fmtp:101 0-16
                    Media Attribute Fieldname: fmtp
                    Media Format: 101 [telephone-event]
                    Media format specific parameters: 0-16
    No.     Time        Source                Destination           Protocol Info
         10 1.700567    10.194.154.136        171.68.115.156        SIP      Status: 100 Trying
    Frame 10 (471 bytes on wire, 471 bytes captured)
    Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
    Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
    User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
    Session Initiation Protocol
        Status-Line: SIP/2.0 100 Trying
        Message Header
            Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41c-100f04-2fde97a9
            From: <sip:[email protected]:5060>;tag=82f4d30-9c7344ab-13c4-45026-41c-5c20b753-41c
            To: <sip:[email protected]:5060>
            Date: Wed, 08 Sep 2010 20:47:51 GMT
            Call-ID: 80e5320-9c7344ab-13c4-45026-41c-7fbe4865-41c
            CSeq: 1 INVITE
                Sequence Number: 1
                Method: INVITE
            Allow-Events: telephone-event
            Server: Cisco-SIPGateway/IOS-12.x
            Content-Length: 0
    No.     Time        Source                Destination           Protocol Info
         11 1.726376    10.194.154.136        171.68.115.156        SIP/SDP  Status: 200 OK, with session description
    Frame 11 (1114 bytes on wire, 1114 bytes captured)
    Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
    Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
    User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
    Session Initiation Protocol
        Status-Line: SIP/2.0 200 OK
        Message Header
            Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41c-100eca-13593e22
            From: <sip:[email protected]:5060>;tag=82f4b98-9c7344ab-13c4-45026-41c-669825d-41c
            To: <sip:[email protected]:5060>;tag=4864C1C-10F8
            Date: Wed, 08 Sep 2010 20:47:51 GMT
            Call-ID: 80e5138-9c7344ab-13c4-45026-41c-3f6bfc7-41c
            CSeq: 1 INVITE
                Sequence Number: 1
                Method: INVITE
            Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
            Allow-Events: telephone-event
            Remote-Party-ID: <sip:[email protected]>;party=called;screen=no;privacy=off
                [Expert Info (Note/Undecoded): Unrecognised SIP header (Remote-Party-ID)]
                    [Message: Unrecognised SIP header (Remote-Party-ID)]
                    [Severity level: Note]
                    [Group: Undecoded]
            Contact: <sip:[email protected]:5060>
            Supported: replaces
            Supported: sdp-anat
            Server: Cisco-SIPGateway/IOS-12.x
            Content-Type: application/sdp
            Content-Disposition: session;handling=required
            Content-Length: 264
        Message Body
            Session Description Protocol
                Session Description Protocol Version (v): 0
                Owner/Creator, Session Id (o): CiscoSystemsSIP-GW-UserAgent 7991 6854 IN IP4 10.194.154.136
                    Owner Username: CiscoSystemsSIP-GW-UserAgent
                    Session ID: 7991
                    Session Version: 6854
                    Owner Network Type: IN
                    Owner Address Type: IP4
                    Owner Address: 10.194.154.136
                Session Name (s): SIP Call
                Connection Information (c): IN IP4 10.194.154.136
                    Connection Network Type: IN
                    Connection Address Type: IP4
                    Connection Address: 10.194.154.136
                Time Description, active time (t): 0 0
                    Session Start Time: 0
                    Session Stop Time: 0
                Media Description, name and address (m): audio 17660 RTP/AVP 18 101
                    Media Type: audio
                    Media Port: 17660
                    Media Protocol: RTP/AVP
                    Media Format: ITU-T G.729
                    Media Format: DynamicRTP-Type-101
                Connection Information (c): IN IP4 10.194.154.136
                    Connection Network Type: IN
                    Connection Address Type: IP4
                    Connection Address: 10.194.154.136
                Media Attribute (a): rtpmap:18 G729/8000
                    Media Attribute Fieldname: rtpmap
                    Media Format: 18
                    MIME Type: G729
                    Sample Rate: 8000
                Media Attribute (a): fmtp:18 annexb=no
                    Media Attribute Fieldname: fmtp
                    Media Format: 18 [G729]
                    Media format specific parameters: annexb=no
                Media Attribute (a): rtpmap:101 telephone-event/8000
                    Media Attribute Fieldname: rtpmap
                    Media Format: 101
                    MIME Type: telephone-event
                    Sample Rate: 8000
                Media Attribute (a): fmtp:101 0-16
                    Media Attribute Fieldname: fmtp
                    Media Format: 101 [telephone-event]
                    Media format specific parameters: 0-16
    No.     Time        Source                Destination           Protocol Info
         13 1.727645    10.194.154.136        171.68.115.156        SIP      Status: 500 Internal Server Error
    Frame 13 (526 bytes on wire, 526 bytes captured)
    Ethernet II, Src: Cisco_0d:3c:c0 (00:1f:ca:0d:3c:c0), Dst: HewlettP_06:71:52 (00:1f:29:06:71:52)
    Internet Protocol, Src: 10.194.154.136 (10.194.154.136), Dst: 171.68.115.156 (171.68.115.156)
    User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
    Session Initiation Protocol
        Status-Line: SIP/2.0 500 Internal Server Error
        Message Header
            Via: SIP/2.0/UDP 171.68.115.156:5060;rport;branch=z9hG4bK-41c-100f04-2fde97a9
            From: <sip:[email protected]:5060>;tag=82f4d30-9c7344ab-13c4-45026-41c-5c20b753-41c
            To: <sip:[email protected]:5060>;tag=4864C50-3C3
            Date: Wed, 08 Sep 2010 20:47:51 GMT
            Call-ID: 80e5320-9c7344ab-13c4-45026-41c-7fbe4865-41c
            CSeq: 1 INVITE
                Sequence Number: 1
                Method: INVITE
            Allow-Events: telephone-event
            Server: Cisco-SIPGateway/IOS-12.x
            Reason: Q.850;cause=44
                Reason Protocols: Q.850
                Cause: 44(0x2c)[Requested circuit/channel not available]
            Content-Length: 0
    Thanks!
    -John

    Since it appears you are a Cisco Employee, my recommendation is that you use the many internal resource available to you (including, but not limited to) , like TAC access, internal forums, team leaders, etc.
    This not to give the casual reader, the impression that the best source of support at Cisco is a customer's public forum.

  • 500 internal server error when I look at http_server - pl/sql properties

    When I click on PL/Sql Properties under http_server/administration I get
    500 Internal Server Error
    java.lang.NullPointerException
         at oracle.webdb.monitoring.hawkeye.bean.CacheWizardBean.refresh9025(Unknown Source)
         at oracle.webdb.monitoring.hawkeye.bean.CacheWizardBean.refresh(Unknown Source)
         at oracle.webdb.monitoring.hawkeye.bean.CacheWizardBean.<init>(Unknown Source)
         at oracle.webdb.monitoring.hawkeye.MonitoringControl.setBeans(Unknown Source)
         at oracle.webdb.monitoring.hawkeye.MonitoringControl.handleEvent(Unknown Source)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:406)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:728)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:307)
         at oracle.sysman.eml.app.Console.doGet(Console.java:271)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:847)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:340)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    And idea on what is causing this? This OAS installation is not new. It's a test setup so I don't check it often but it was working as far as I knew.

    Please ,
    post this thread to JDeveloper forum.....
    Regards,
    Simon

  • 500 Internal Server Error while calling Reports 10g

    I am using standalone forms and report services. I am getting intermittently 500 Internal Server Error while calling Reports 10g.

    500 Internal error is a generic error and it could be due to multiple reasons like misconfiguration or the dearth of the resources.

Maybe you are looking for

  • Web Form in Task List and Security

    Hi, I have a couple of specific questions regarding Task List; below is a simplified example of my questions 1. Say, I have a 2 web forms (X,Y) that are part of a Task List 1. Group A has been given access to both web forms X and Y. Group A also has

  • Not allowing the wifi to be turned on on iPhone 6

    Wifi signal goes down to one bar and when I go to the general button nothing shows up and I have to do a force shut down

  • Modify / Add registry keys through GPO

    Hi How can we add / modify registry key through GPO (we are using Windows 2003 AD). Our requirement is to add / modify below key HKEY LOCAL MACHINE\Software\Microsoft\Ole , Name: EnableDCOM, Type: REG_SZ, Data: Y Thanks in advance  LMS

  • Problem with showing mp3 album art in list view.

    Hello. I have litle problem with showing mp3 album artwork in list view. In SNOW LEOPARD all work fine, and all mp3 files have album art's preview in list mode in finder. But in LION i have only default preview mp3 icon. Option "Show icon preview" is

  • Automator or Applescript help...

    Can a script be written in any of these to clear Safari history or favicons? I'd like to write one so that I can just click it instead of doing this every week.