Restful webservice Internal Server Error PUT POST DELETE

Hi ,
When I make a RESTful webservice on the Oracle Cloud with a PUT,POST or DELETE method, the test results is always the same error: "500 - Internal Server Error".
The GET method causes no problems and gives me the value in JSON format.
Can anyone help me because I can't find an Oracle example with one of these methods?

Java Cloud Service does support RESTful WebServices based on JAX-RS 1.1 specification & Jersey 1.9 implementation.
Please follow the documentation for http://docs.oracle.com/cd/E23943_01/web.1111/e13734/rest.htm#CHDCGFCH (Section Using the Jersey JAX-RS Reference Implementation)
The required Jersey 1.9 shared library is pre-deployed in all the Java Cloud Service instances , you only need to add the reference of this shared lib in your weblogic.xml.
The following example shows how to update the weblogic.xml file to use the Jersey JAX-RS RI Version 1.9.
<library-ref>
<library-name>jax-rs</library-name>
<specification-version>1.1</specification-version>
<implementation-version>1.9</implementation-version>
<exact-match>false</exact-match>
</library-ref>

Similar Messages

  • Http 500 internal server error while calling webservice

    I have a scenario Rfc to webservice
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="HTTP">ADAPTER.HTTP_EXCEPTION</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>HTTP 500 Internal Server Error</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    In my response pay load i am getting error msg
      <b>ClientUnable to parse the incoming request. Please make sure that the request is valid: javax.xml.soap.SOAPException: Unsupported Content-Type: application/xml</b>
      </env:Envelope>
    Can any one please tell me what would be the problem i have doubled checked the scnrio,i message monitoring i have a messages
    Audit Log for Message: ec1dc1d0-f1c7-11da-91dd-0004ac577b32
    Time Stamp Status Description
    2006-06-01 16:39:52 Success The message was successfully received by the messaging system. Profile: XI URL: http://saptst01.internal.pcshs.com:51000/MessagingSystem/receive/AFW/XI
    2006-06-01 16:39:52 Success Using connection AFW. Trying to put the message into the request queue.
    2006-06-01 16:39:52 Success Message successfully put into the queue.
    2006-06-01 16:39:52 Success The message was successfully retrieved from the request queue.
    2006-06-01 16:39:52 Success The message status set to DLNG.
    2006-06-01 16:39:52 Success Delivering to channel: ZCH_VERISIGNPPGR
    2006-06-01 16:39:52 Success Transform: using Transform.Class: com.sap.aii.messaging.adapter.XSLTConversion
    2006-06-01 16:39:52 Success Transform: transforming the payload ...
    2006-06-01 16:39:52 Success Transform: successufully transformed
    2006-06-01 16:39:52 Success SOAP: request message entering the adapter
    2006-06-01 16:39:53 Success SOAP: completed the processing
    2006-06-01 16:39:53 Success SOAP: response message received ec89a301-f1c7-11da-a561-0004ac577b32
    2006-06-01 16:39:53 Error SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error
    2006-06-01 16:39:53 Success The message status set to DLVD.
    2006-06-01 16:39:53 Success The message was successfully delivered to the application using connection AFW.
    Any help would be greatly appreciated.......
    Thanks
    sriram

    Hi,
    Content-Type: application/xml
    ...check for the content type of the message that is sent ot the WS.....with the above mentioned content-type going to the WS currently...WS is not able to parse the req and hence the error....in other words wrong format being being passed.
    Regards,
    ABhishek.

  • Cannot POST to create schedule - (500) internal server error

    I am trying to create a schedule using Raylight and Restful Web services using a post to
    http://xxxxxxxxxxx:6405/biprws/raylight/v1/documents/6385/schedules 
    when I do I get an error
    'The remote server returned an error: (500) Internal Server Error.'
    I suspect its to do with ports being open and closed as our system has all ports locked down by default and we have to get them opened as we find the need.
    Has anyone any idea as to where or how I might be able to find details of ports that need to be opened or services that need to run with specific ports rather than automatic ?
    Any help much appreciated as this is fast becoming a major stumbling block - we keep fixing one thing only to find another, unfortunately we are newbies to the SDK as well as newbies to 4.1

    The request is being made to the following Uri where 10781 is the document CUID that is having the schedule added :-
    "http://bc0boapp01.uat-tpplc.local:6405/biprws/raylight/v1/documents/10781/schedules"
    The body that is being POSTed is :-
    <schedule> 
          <name>ONCE Test</name> 
          <destination> 
                  <filesystem /> 
       </destination>
          <format type="webi" /> 
          <once retriesAllowed="1" retryIntervalInSeconds="120"> 
               <startdate>26/03/2015 12:00:40</startdate> 
               <enddate>27/03/2015 12:00:40</enddate> 
        </once> 
    </schedule>

  • HTTP 500 Internal Server Error while starting AppsTier post-clone

    Hello,
    Adcfgclone scripts on both DB and App Tiers, as well as Adautocfg scripts, complete successfully but I am faced with a "HTTP 500 Internal Server Error" and "The website cannot display the page" through IE when starting R12 Apps post clone. So far I have run a script on the cloned environment to synchronize the Workflow tables with APPS user, and re-ran autoconfig on both DB and App Tiers, but I still see the 500 error.
    Any other pointers? Thanks in advance!

    Adcfgclone scripts on both DB and App Tiers, as well as Adautocfg scripts, complete successfully but I am faced with a "HTTP 500 Internal Server Error" and "The website cannot display the page" through IE when starting R12 Apps post clone. So far I have run a script on the cloned environment to synchronize the Workflow tables with APPS user, and re-ran autoconfig on both DB and App Tiers, but I still see the 500 error.
    Any other pointers? Thanks in advance!What does "adopmnctl.sh status" return?
    The error you are getting "HTTP 500 Internal Server Error" is a generic one, please check Apache log files and the application.log file for details about the error.
    R12: Troubleshooting 500 Internal Server Error in Oracle E-Business suite [ID 813523.1]
    Http 500 : Internal Server Error When Login To A New Cloned Environment [ID 781413.1]
    Also, please confirm that you have no errors in the database log file.
    Thanks,
    Hussein

  • Post refresh BI portal shows 500 Internal Server Error

    Hi Experts,
    Post system refresh of BI and ECC system , our JAVA (BI Portal) shows the error "Application error occurred during the request processing" when Approval Portal tab is clicked
    Find the below default trace details. Please let me know what can be done further to resolve this issue.
    #2.0 #2014 05 26 00:00:55:961#0-700#Error#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#
    com.sap.ASJ.web.000137##opentext.com/IM_APPROVAL_PORTAL6_0SP5#C000A7EEAF610045000000040000230A#14599451000000004#opentext.com/IM_APPROVAL_PORTAL6_0SP5#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#Guest#0##3A20F44EE42B11E39A69000000DEC51B#08015d8ce42611e3a2ed00212817ec24#08015d8ce42611e3a2ed00212817ec24#0#Thread[HTTP Worker [@522913632],5,Dedicated_Application_Thread]#Plain##
    Cannot process an HTTP request to servlet [jsp] in [vimportal] web application.
    For more details on the problem please check traces searching by logId: C000A7EEAF610045000000020000230A#
    #2.0 #2014 05 26 00:00:56:008#0-700#Error#com.sap.engine.services.servlets_jsp.ISE500#
    com.sap.ASJ.web.000500##opentext.com/IM_APPROVAL_PORTAL6_0SP5#C000A7EEAF610045000000050000230A#14599451000000004#opentext.com/IM_APPROVAL_PORTAL6_0SP5#com.sap.engine.services.servlets_jsp.ISE500#Guest#0##3A20F44EE42B11E39A69000000DEC51B#08015d8ce42611e3a2ed00212817ec24#08015d8ce42611e3a2ed00212817ec24#0#Thread[HTTP Worker [@522913632],5,Dedicated_Application_Thread]#Plain##
    500 Internal Server Error is returned for HTTP request [https://sap-xxx1:50101/vimportal/jsp/common/index.jsp]:
    component [jsp],
    web module [vimportal],
    application [opentext.com/IM_APPROVAL_PORTAL6_0SP5],
    DC name [opentext.com/IM_APPROVAL_PORTAL6_0SP5],
    CSN component[],
    problem categorization [com.sap.ASJ.web.000137],
    internal categorization [-1152113356].
    [EXCEPTION]
    java.lang.NullPointerException: while trying to invoke the method java.lang.String.equalsIgnoreCase(java.lang.String) of a null object returned from com.opentext.vim.portal.util.JServerParameter.getWhiteListConigParam()
    at JEE_jsp_jsp_common_index_14599451_1390875356000_1390877128615._jspService(JEE_jsp_jsp_common_index_14599451_1390875356000_1390877128615.java:220)
    at com.sap.engine.services.servlets_jsp.lib.jspruntime.JspBase.service(JspBase.java:102)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
    at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:428)
    Thanks,
    Preetha Balan

    Hi Tapan,
    Please find the below log details
    2.0 #2014 05 27 03:48:42:030#0-700#Error#com.sap.engine.services.servlets_jsp.ISE500#
    com.sap.ASJ.web.000500##opentext.com/IM_APPROVAL_PORTAL6_0SP5#C000A7EEAF6100900000000700003D20#14599451000000004#opentext.com/IM_APPROVAL_PORTAL6_0SP5#com.sap.engine.services.servlets_jsp.ISE500#Guest#0##29D8F6BFE58B11E3A921000000DEC51B#7771ad18e58c11e3cbed000000dec51b#7771ad18e58c11e3cbed000000dec51b#0#Thread[HTTP Worker [@773885252],5,Dedicated_Application_Thread]#Plain##
    500 Internal Server Error is returned for HTTP request [https://sap-XXX1:50101/vimportal/jsp/common/index.jsp]:
    component [jsp],
    web module [vimportal],
    application [opentext.com/IM_APPROVAL_PORTAL6_0SP5],
    DC name [opentext.com/IM_APPROVAL_PORTAL6_0SP5],
    CSN component[],
    problem categorization [com.sap.ASJ.web.000137],
    internal categorization [-305178439].
    [EXCEPTION]
    java.lang.NullPointerException: while trying to invoke the method java.lang.String.equalsIgnoreCase(java.lang.String) of a null object returned from com.opentext.vim.portal.util.JServerParameter.getWhiteListConigParam()
    at JEE_jsp_jsp_common_index_14599451_1390875356000_1390877128615._jspService(JEE_jsp_jsp_common_index_14599451_1390875356000_1390877128615.java:220)
    at com.sap.engine.services.servlets_jsp.lib.jspruntime.JspBase.service(JspBase.java:102)

  • HTTP 500 internal Server ERROR, Application error occurred ...

    Hello Friends,<br/>
    i'm facing a suspictious problem and hope, one of you can help me. When i try to connect to J2EE-Startpage http://<server>:50000 or http://<server>:8000 i get the following Error<br/><br/>
    500 internal Server Error<br/>
    Application error occurred during the request procession.<br/>
    Details:   com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException:<br/>
      Error compiling [/main.jsp] of alias [/] of J2EE application [sap.com/com.sap.engine.docs.examples].<br/>
      Exception id: 005056906BAB0255000A676D00000F800004855341DFB776<br/>
    <br/>
    What happened before:<br/>
    I applied the J2EE-Part of EHP4 Upgrade with JSPM to the Java-Stack. Deployment has finished without any errors.<br/>
    <br/>
    Situation:<br/>
    Java-Stack is running and connected per SAPJSF to ABAP-Stack. Processes in SAPMMC are green. Java-Stack is allocating it's memory (about 1.5 GB) as i can see in Taskmanager and sysinternal`s processxplorer. I set Java-Parameter corresponding to note 723909 (696410, 716604) and upgraded JDK to latest version (1.4.2_26). Starting and stopping the Java-Stack with transaction SMICM works as it should. Even the Webservices for 3'rd Party-Applications supplied by the java-stack are working. Deployed Components in Service "Deploy" in VisualAdmin -> Server_0 are OK and connection to DB is up. Reboot of server doesn't help in this case. Anything seem's to be fine except i'm not able to access J2EE-Applications per Webbrowser, not on the werver itself by using localhost, nor by using fqdn on my client workstation. System: w2K3 x32Bit, MaxDB 7.7.07 Build 16, SUN JDK 1.4.2_26<br/>
    <br/>
    access the portal http://<server>:50000/irj/portal throws the following Error:<br/>
    Portal-Laufzeitfehler<br/>
    Ausnahme bei der Verarbeitung des Requests; senden Sie die ID der Ausnahme an Ihren Portaladministrator<br/>
    Ausnahme-ID 01:24_29/04/10_0001_2133850<br/>
    Weitere Details zu dieser Ausnahme finden Sie in der entsprechenden Protokolldatei <br/>
    <br/>
    http://<server>:50000/sld<br/>
    500 Internal server Error<br/>
    Application error occurred during the request procession. <br/>
      Details:   com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException:<br/>
      Error compiling [/index.jsp] of alias [sld] of J2EE application [sap.com/com.sap.lcr].<br/>
    Exception id: [005056906BAB00C3000085210000096C0004855448A9FAC3]<br/>
    <br/>
    http://<server>:50000/useradmin<br/>
    500 Internal server Error<br/>
    Application error occurred during the request procession. <br/>
      Details:   com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException:<br/>
      Error compiling [/index.jsp] of alias [useradmin] of J2EE application [sap.com/com.sap.security.core.admin].<br/>
    Exception id: [005056906BAB00280000A0A50000096C00048554574171DB]<br/>
    <br/>
    but connecting to "Hello World" Example http://<server>:50000/Hello works pretty good (don't know why)<br/>
    <br/>
    Many many thanks for your ideas, suggestions ...
    Regards
    Matthias

    Hi Shitij,
    thank you very much for your advice and sorry for beeing so late.<br/>
    You're absolutely right. there are some error's i've to look for. <br/>
    The confusing thing is, that the tracefiles DefaultTrace.&lt;NO&gt;.trc are filled up in about 5 seconds with 10 MB Stuff. In our productive Environment, this is not the case. Below, i attached the last lines from DefaultTrace.1.trc where i tried to connect to the webaccess. By the Way, there's an DB-connect error, even  though there are some SAPEC6DB sessions in DBM-Gui. Probably i've to raise up the numbers of maximum connections in VisualAdmin.DB-session  usage in DMB-gui is 53%. I will post DM-Connection error from DefaultTrace.&lt;NO&gt; in next Post.
    <br/><br/>
    <pre>
    part 1:
    #1.5 #005056906BAB016C000010C700002A380004855B94F9FD87#1272528294816#com.sap.engine.compilation#sap.com/com.sap.engine.docs.examples#com.sap.engine.compilation.DirObject.deleteDir(true)#J2EE_GUEST#0##n/a##e54700ce536511dfb80c005056906bab#SAPEngine_Application_Thread[impl:3]_33##0#0#Debug##Plain###The directory [D:
    usr
    sap
    EC6
    DVEBMGS00
    j2ee
    cluster
    server0
    compilerTempDir
    compiler_Apr_29_at_10.4] was successfully deleted.#
    #1.5 #005056906BAB016C000010C800002A380004855B94FA0015#1272528294816#com.sap.engine.services.servlets_jsp.client.RequestInfoServer#sap.com/com.sap.engine.docs.examples#com.sap.engine.services.servlets_jsp.client.RequestInfoServer#J2EE_GUEST#0##n/a##e54700ce536511dfb80c005056906bab#SAPEngine_Application_Thread[impl:3]_33##0#0#Error##Plain###application [] Error in compiling the jsp file D:/usr/sap/EC6/DVEBMGS00/j2ee/cluster/server0/apps/sap.com/com.sap.engine.docs.examples/servlet_jsp/_default/root/main.jsp. The error is: java.lang.NullPointerException
         at com.sap.engine.compilation.ExternalCompiler.getErrorMessage(ExternalCompiler.java:188)
         at com.sap.engine.services.servlets_jsp.server.jsp.JavaCompiler.compileExternalWithCompilationLib(JavaCompiler.java:109)
         at com.sap.engine.services.servlets_jsp.server.jsp.JavaCompiler.compile(JavaCompiler.java:319)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.generateJavaFile(JSPParser.java:369)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:107)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.getClassName(JSPServlet.java:242)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.reCompileAndGetClassName(JSPServlet.java:532)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:181)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    #1.5 #005056906BAB016C000010CA00002A380004855B94FA00EC#1272528294816#com.sap.engine.services.servlets_jsp.server.jsp.JSPParser#sap.com/com.sap.engine.docs.examples#com.sap.engine.services.servlets_jsp.server.jsp.JSPParser#J2EE_GUEST#0##n/a##e54700ce536511dfb80c005056906bab#SAPEngine_Application_Thread[impl:3]_33##0#0#Error#1#/System/Server/WebRequests#Plain###application [] Error in compiling the jsp file D:/usr/sap/EC6/DVEBMGS00/j2ee/cluster/server0/apps/sap.com/com.sap.engine.docs.examples/servlet_jsp/_default/root/main.jsp.
    The error is: java.lang.NullPointerException: null
    Exception id: [005056906BAB016C000010C800002A380004855B94FA0015]#
    #1.5 #005056906BAB016C000010CB00002A380004855B94FA041F#1272528294816#com.sap.engine.services.WebContainer#sap.com/com.sap.engine.docs.examples#com.sap.engine.services.WebContainer#J2EE_GUEST#0##n/a##e54700ce536511dfb80c005056906bab#SAPEngine_Application_Thread[impl:3]_33##0#0#Path##Java###Exception #1#: Error while compiling JSP file [D:/usr/sap/EC6/DVEBMGS00/j2ee/cluster/server0/apps/sap.com/com.sap.engine.docs.examples/servlet_jsp/_default/root/main.jsp].
    java.lang.Exception
         at com.sap.exception.BaseExceptionInfo.traceAutomatically(BaseExceptionInfo.java:1175)
         at com.sap.exception.BaseExceptionInfo.<init>(BaseExceptionInfo.java:263)
         at com.sap.engine.services.servlets_jsp.server.exceptions.WebServletException.<init>(WebServletException.java:57)
         at com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException.<init>(CompilingException.java:67)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.generateJavaFile(JSPParser.java:384)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:107)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.getClassName(JSPServlet.java:242)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.reCompileAndGetClassName(JSPServlet.java:532)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:181)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: java.lang.NullPointerException
         at com.sap.engine.compilation.ExternalCompiler.getErrorMessage(ExternalCompiler.java:188)
         at com.sap.engine.services.servlets_jsp.server.jsp.JavaCompiler.compileExternalWithCompilationLib(JavaCompiler.java:109)
         at com.sap.engine.services.servlets_jsp.server.jsp.JavaCompiler.compile(JavaCompiler.java:319)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.generateJavaFile(JSPParser.java:369)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:107)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.getClassName(JSPServlet.java:242)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.reCompileAndGetClassName(JSPServlet.java:532)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:181)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    #1.5 #005056906BAB016C000010CC00002A380004855B94FA06F2#1272528294816#com.sap.engine.services.servlets_jsp.client.RequestInfoServer#sap.com/com.sap.engine.docs.examples#com.sap.engine.services.servlets_jsp.client.RequestInfoServer#J2EE_GUEST#0##n/a##e54700ce536511dfb80c005056906bab#SAPEngine_Application_Thread[impl:3]_33##0#0#Error##Plain###application [/] Processing HTTP request to servlet [jsp] finished with error. The error is: com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error while compiling JSP file [D:/usr/sap/EC6/DVEBMGS00/j2ee/cluster/server0/apps/sap.com/com.sap.engine.docs.examples/servlet_jsp/_default/root/main.jsp].
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.generateJavaFile(JSPParser.java:384)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:107)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.getClassName(JSPServlet.java:242)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.reCompileAndGetClassName(JSPServlet.java:532)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:181)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: java.lang.NullPointerException
         at com.sap.engine.compilation.ExternalCompiler.getErrorMessage(ExternalCompiler.java:188)
         at com.sap.engine.services.servlets_jsp.server.jsp.JavaCompiler.compileExternalWithCompilationLib(JavaCompiler.java:109)
         at com.sap.engine.services.servlets_jsp.server.jsp.JavaCompiler.compile(JavaCompiler.java:319)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.generateJavaFile(JSPParser.java:369)
         ... 19 more
    </pre>

  • 500 internal server error..plz help

    hi,
    since i started working on oracle apps...this forum has proved itself alt helpful...
    i have performed a single node installation successfully over my laptop on win xp sp2 os.
    alt of error generated bt in da end i always found a solution here...
    guys like hsawwan are a great asset for this forum.....
    may GOD reward u guys fr da job u r doing by helping others....
    my recent problem has left me in a fix....
    problem:
    after a successful installation my system was working very fine ... i used the application and every thng seemed to work ok...
    bt thren i restarted my pc nd this chaos started ....
    first m receiving
    500 internal server error...
    thn a blank screen
    now again 500 internal server error...
    steps i performed
    1-restarted db listener
    2-Disabled Distributed JVM Cache by changing "LONG_RUNNING_JVM=" from "true" to "false" in the oc4j.properties.
    reference =metalink Doc ID: 761869.1
    plz help me get rid of this error.....
    m nt an xpert .m a newbie.. so if u xplain in plain simple word i'l b grateful....
    thanx thanx thanx in advance ....

    HI
    Sorry for late response ...
    actually i performed the installation of 12R ON MY LAPTOP...
    SORRY for posting it in 11I INSTALLATION issues...
    my problem was solved by this action plan...
    i am writing it here for some future reference ...
    open a new shell and set your apps environment
    then goto following directory -------->>> cd $ADMIN_SCRIPTS_HOME
    stop this service ---->>> adopmnctl.sh stop
    make a check if it is really down--------->>> ps -ef | grep <USER> grep opm (optional)
    delete the following:
    rm -fr $INST_TOP/ora/10.1.3/j2ee/oacore/persistence/* (optional but it would be better if u perform it)
    rm -fr $INST_TOP/ora/10.1.3/j2ee/oafm/persistence/*
    rm -fr $INST_TOP/ora/10.1.3/j2ee/forms/persistence/*
    again start the services ------>>> adopmnctl.sh start
    restart your machine ....
    this solution worked for my pc ...
    note ** solution may differ for different users ....
    thanks a lot helios and hsawwan for ur support .... :)

  • Internal Server Error while sending mail with extended property

    I am using EWS Managed API. I just started fiddling with Extended properties. So I wrote simple code to send a simple mail with extended property attached to it.
    Forming the mail part I simply copy pasted from this
    MSDN page. For testing purpose I suppressed certificate validations.
    This is my complete code:
    1 ServicePointManager.ServerCertificateValidationCallback = delegate(object s, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors) { return true; };
    2 service = new ExchangeService(ExchangeVersion.Exchange2007_SP1);
    3 service.TraceListener = new TraceListener();
    4 service.TraceEnabled = false;
    5
    6 service.Credentials = new WebCredentials("[email protected]", "password@123");
    7 service.Url = new Uri("https://exchng.domain.com/EWS/Exchange.asmx");
    8
    9 Guid MyPropertySetId = new Guid("{C11FF724-AA03-4555-9952-8FA248A11C3E}");
    10
    11 // Create a definition for the extended property.
    12 ExtendedPropertyDefinition extendedPropertyDefinition = new ExtendedPropertyDefinition(MyPropertySetId, "Expiration Date", MapiPropertyType.String);
    13
    14 // Create an e-mail message that you will add the extended property to.
    15 EmailMessage message = new EmailMessage(service);
    16 message.Subject = "Saved with extendedPropertyDefinition of two days";
    17 message.Body = "The expiration date is contained within the extended property.";
    18 message.ToRecipients.Add("[email protected]");
    19
    20 // Add the extended property to an e-mail message object named "message".
    21 message.SetExtendedProperty(extendedPropertyDefinition, DateTime.Now.AddDays(2).ToString());
    22
    23 // Save the e-mail message.
    24 message.SendAndSaveCopy();
    Please find the rest of the question in first reply, as I got "Body must be 4 to 60000 characters long".

    Rest of the question:
    I am getting below exception (with no nested inner exceptions) on line 24:
    An internal server error occurred. The operation failed.
    at Microsoft.Exchange.WebServices.Data.ServiceResponse.InternalThrowIfNecessary()
    at Microsoft.Exchange.WebServices.Data.ServiceResponse.ThrowIfNecessary()
    at Microsoft.Exchange.WebServices.Data.MultiResponseServiceRequest`1.Execute()
    at Microsoft.Exchange.WebServices.Data.ExchangeService.InternalCreateItems(IEnumerable`1 items, FolderId parentFolderId, Nullable`1 messageDisposition, Nullable`1 sendInvitationsMode, ServiceErrorHandling errorHandling)
    at Microsoft.Exchange.WebServices.Data.ExchangeService.CreateItem(Item item, FolderId parentFolderId, Nullable`1 messageDisposition, Nullable`1 sendInvitationsMode)
    at Microsoft.Exchange.WebServices.Data.Item.InternalCreate(FolderId parentFolderId, Nullable`1 messageDisposition, Nullable`1 sendInvitationsMode)
    at Microsoft.Exchange.WebServices.Data.EmailMessage.InternalSend(FolderId parentFolderId, MessageDisposition messageDisposition)
    at Microsoft.Exchange.WebServices.Data.EmailMessage.SendAndSaveCopy()
    If I comment line number 21, the code works fine and sends the message. So why it fails with extended properties?

  • Internal server error while connecting to Tandem NonStop SQL database

    Hi -
    We are trying to connect to the Tandem NonStop SQL database through JDeveloper.
    We are using Type4 JDBC driver provided by Tandem NonStop and everything works fine from Database connection to testing the AppModule through the BC4J tester. The VOs return rows perfectly when we test the AppModule.
    BUT -
    When we try to invoke a jspx page (using embedded OC4J server) with an ADF Read Only table of the ViewObj, we get a "500 Internal Server Error" with following details. (Error listing at the end)
    We are using:
    JDeveloper 10.1.3.0 SU5
    ADF JSF
    And the database is NonStop SQL on Tandem NonStop Server S Series box.
    Any help to resolve the issue will be highly appreciated. We also face problems when making this as a WebService - detals of which I will post in a new thread.
    Thanks in advance,
    Saran
    Error Listing (portions removed)
    JBO-30003: The application pool (model.PxdAppModuleLocal) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26061: Error while opening JDBC connection.
         at oracle.jbo.JboException.<init>(JboException.java:346)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26061: Error while opening JDBC connection.
         at oracle.jbo.JboException.<init>(JboException.java:346)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26061: Error while opening JDBC connection.
         at oracle.jbo.JboException.<init>(JboException.java:346)
    ## Detail 0 ##
    oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection.
         at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:220)
    ## Detail 0 ##
    java.sql.SQLException: No suitable driver
         at java.sql.DriverManager.getConnection(DriverManager.java:545)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:189)

    Kuba -
    I have done exactly as mentioned in the link you have provided except that I am using JSF instead of Struts.
    As I have mentioned earlier, if I test the AppModule through the BC4J tester it works fine. I can see my ViewObject with rows from the Tandem database. Only when I run the JSF page do I get the error. Is there something I need to configure in faces-config for accesing Tandme database?
    Saran

  • SRM MDM catalog items not checking back to EBP ("500 Internal Server Error")

    Hi All,
    We are having an issue, ONLY with our PRODUCTION environment.
    When we create a Shopping Cart and select items from an Internal catalogue, we cannot check the items back into SRM without the system throwing the "500 Internal Server Error" message. As the items never even reach SRM, there is nothing to check or display in the queues for anything even remotely helpful.
    As mentioned above, the issue is only happening in our Production environment. We have tested using the production MDM webservice details in our PreProd environment and everything works flawlessly, so the issue very likely arises from our Production portal.
    System info:
    We have SRM 7.2; SRM MDM 3.0 and SAP Netweaver portal 7.1.
    The users are using IE9 but the same happens on IE8 as well.
    We have checked and all MDM applications are running.
    We have done all the compatibility checks too given in https://scn.sap.com/thread/1075870  and https://scn.sap.com/thread/1836750 .
    I have attached the logs.
    Nothing helped so far, so we are hoping maybe either of you can.
    Thanks in advance,
    Niki

    Hi Jason,
    So in the end SAP gave a response that worked.
    We actually had to delete the BYPASS_INB_HANDLER parameter and change our URL slightly. That helped and now the items check back in to EBP without issues.
    The strange thing is that we still have that parameter in every other environment and yet it still works flawlessly, only causing issues in PROD. We are waiting on a response from them to ellaborate why... I am going to share when they respond.
    Thank you for all the help!
    Bests,
    Niki

  • Received HTTP response code 500 : Internal Server Error using connection Fi

    Hi everybody,
    I have configured a file-webservice-file without BPM scenario...as explained by Bhavesh in the following thread:
    File - RFC - File without a BPM - Possible from SP 19.
    I have used a soap adapter (for webservice) instead of rfc .My input file sends the date as request message and gets the sales order details from the webservice and then creates a file at my sender side.
    I monitored the channels in the Runtime work bench and the error is in the sender ftp channel.The other 2 channel status is "not used" in RWB.
    1 sender ftp channel
    1 receiver soap channel
    1 receiver ftp channel.
    2009-12-16 15:02:00 Information Send binary file "b.xml" from ftp server "10.58.201.122:/", size 194 bytes with QoS EO
    2009-12-16 15:02:00 Information MP: entering1
    2009-12-16 15:02:00 Information MP: processing local module localejbs/AF_Modules/RequestResponseBean
    2009-12-16 15:02:00 Information RRB: entering RequestResponseBean
    2009-12-16 15:02:00 Information RRB: suspending the transaction
    2009-12-16 15:02:00 Information RRB: passing through ...
    2009-12-16 15:02:00 Information RRB: leaving RequestResponseBean
    2009-12-16 15:02:00 Information MP: processing local module localejbs/CallSapAdapter
    2009-12-16 15:02:00 Information The application tries to send an XI message synchronously using connection File_http://sap.com/xi/XI/System.
    2009-12-16 15:02:00 Information Trying to put the message into the call queue.
    2009-12-16 15:02:00 Information Message successfully put into the queue.
    2009-12-16 15:02:00 Information The message was successfully retrieved from the call queue.
    2009-12-16 15:02:00 Information The message status was set to DLNG.
    2009-12-16 15:02:02 Error The message was successfully transmitted to endpoint com.sap.engine.interfaces.messaging.api.exception.MessagingException: Received HTTP response code 500 : Internal Server Error using connection File_http://sap.com/xi/XI/System.
    2009-12-16 15:02:02 Error The message status was set to FAIL.
    Please help.
    thanks a lot
    Ramya

    Hi Suraj,
    You are right.The webservice is not invoked.I see the same error in the sender channel and the receiver soap channel status is "never used".
    2009-12-16 15:52:25 Information Send binary file  "b.xml" from ftp server "10.58.201.122:/", size 194 bytes with QoS BE
    2009-12-16 15:52:25 Information MP: entering1
    2009-12-16 15:52:25 Information MP: processing local module localejbs/CallSapAdapter
    2009-12-16 15:52:25 Information The application tries to send an XI message synchronously using connection File_http://sap.com/xi/XI/System.
    2009-12-16 15:52:25 Information Trying to put the message into the call queue.
    2009-12-16 15:52:25 Information Message successfully put into the queue.
    2009-12-16 15:52:25 Information The message was successfully retrieved from the call queue.
    2009-12-16 15:52:25 Information The message status was set to DLNG.
    2009-12-16 15:52:27 Error The message was successfully transmitted to endpoint com.sap.engine.interfaces.messaging.api.exception.MessagingException: Received HTTP response code 500 : Internal Server Error using connection File_http://sap.com/xi/XI/System.
    2009-12-16 15:52:27 Error The message status was set to FAIL.
    what can I do about this?
    thanks,
    Ramya

  • Sip 500 Internal Server Error Reason: Q.850;cause=16

    Please help in understanding what is wrong in the config .Incoming calls don't work.
    show run:
    voice service voip
    ip address trusted list
      ipv4 87.226.136.164 255.255.255.255
      ipv4 172.16.24.0 255.255.255.0
      ipv4 188.254.68.66 255.255.255.255
      ipv4 188.254.68.67 255.255.255.255
      ipv4 188.254.69.66 255.255.255.255
      ipv4 188.254.69.67 255.255.255.255
      ipv4 46.38.52.68 255.255.255.255
    address-hiding
    allow-connections h323 to h323
    allow-connections h323 to sip
    allow-connections sip to h323
    allow-connections sip to sip
    supplementary-service h450.12
    no supplementary-service sip moved-temporarily
    no supplementary-service sip refer
    redirect ip2ip
    fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback cisco
    sip
    voice class codec 1
    codec preference 1 g729br8
    codec preference 2 g729r8
    codec preference 3 g711alaw
    codec preference 4 g711ulaw
    voice class codec 2
    codec preference 1 g711ulaw
    codec preference 2 g711alaw
    codec preference 3 g729r8
    codec preference 4 g729br8
    voice translation-rule 1
    rule 1 /XXX5397962/ /1999/
    voice translation-rule 2
    rule 1 /XXX55317577/ /1999/
    voice translation-rule 3
    rule 1 /5555317884/ /1999/
    voice translation-profile ROS
    translate called 1
    voice translation-profile ROS2
    translate called 2
    voice translation-profile ROS3
    translate called 3
    interface FastEthernet0/0
    ip address 178.208.X.X 255.255.255.248
    ip access-group INBOUND in
    no ip unreachables
    ip verify unicast reverse-path
    ip nat outside
    ip inspect IPFW in
    ip inspect IPFW out
    ip virtual-reassembly in
    duplex auto
    speed auto
    no cdp enable
    interface FastEthernet0/1
    no ip address
    ip nat inside
    ip virtual-reassembly in
    duplex auto
    speed auto
    interface FastEthernet0/1.1
    encapsulation dot1Q 1 native
    ip address 10.110.0.200 255.255.255.0
    ip nat inside
    ip virtual-reassembly in
    interface FastEthernet0/1.2
    encapsulation dot1Q 2
    ip address 172.16.24.254 255.255.255.0
    ip nat inside
    ip virtual-reassembly in
    h323-gateway voip interface
    h323-gateway voip bind srcaddr 172.16.24.254
    ip dns server
    ip nat inside source list NAT interface FastEthernet0/0 overload
    ip route 0.0.0.0 0.0.0.0 178.208.X.X
    ip route 192.168.0.0 255.255.0.0 Null0 254
    sccp local FastEthernet0/1.2
    sccp ccm 172.16.24.101 identifier 1 version 7.0
    sccp
    sccp ccm group 1
    associate ccm 1 priority 1
    associate profile 1 register XCODE123456
    keepalive retries 1
    keepalive timeout 10
    switchover method immediate
    switchback method immediate
    dspfarm profile 1 transcode
    codec g711ulaw
    codec g711alaw
    codec g729ar8
    codec g729abr8
    codec g729r8
    codec g729br8
    maximum sessions 6
    associate application SCCP
    dial-peer voice 10000 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS
    destination-pattern 74955397962
    session protocol sipv2
    session target ipv4:87.226.136.164
    session transport udp
    incoming called-number XXXX5397962
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 10010 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS2
    destination-pattern XXX55317577
    session protocol sipv2
    session target ipv4:87.226.136.164
    session transport udp
    incoming called-number 75555317577
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 10020 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS3
    preference 1
    destination-pattern 5555317884
    session protocol sipv2
    session target ipv4:188.254.68.66
    session transport udp
    incoming called-number 5555317884
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 10021 voip
    tone ringback alert-no-PI
    description ROSTELECOM Incoming
    translation-profile incoming ROS
    preference 2
    destination-pattern 5555317884
    session protocol sipv2
    session target ipv4:188.254.69.66
    session transport udp
    incoming called-number 5555317884
    dtmf-relay rtp-nte
    codec g711ulaw
    dial-peer voice 2 voip
    tone ringback alert-no-PI
    description to CUCM_PUB
    destination-pattern 1...
    session target ipv4:172.16.24.101
    voice-class codec 2
    dtmf-relay rtp-nte
    debug ccsip all:
    c2801#
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpIPv4SocketReads: Msg enqueued for SPI with IP addr: [188.254.68.66]:9290, local_address:[ - ]
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 2 for event 1
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportProcessNWNewConnMsg: context=0x0
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    INVITE sip:[email protected];user=phone SIP/2.0
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a(STATE_IDLE, SUBSTATE_NONE)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/T3c000c-1
    Call-ID: isbc6994325518770806443-1385214296-16204
    Fransport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Transport 1, SentBy Port 5060
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone MSK to SIP default timezone = GMT
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 929rom:
    <sip:[email protected];user=phone>;tag=sbc09026994325from (STATE_NONE, SUBSTATE_NONE)  to (STATE_IDLE, SUBSTATE_NONE)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Transport 1, SentBy Port 5060
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Converting TimeZone MSK to SIP default timezone = GMT
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 518770806443
    ddress_to_bind: return addr 178.208.X.Xone>
    06:19:26: //-1/EE5EC9DD8170/SIP/State/sipSPIChangeState: 0x6A874E70 : State change from (STATE_NONE, SUBSTATE_NONE)  to (STATE_IDLE, SUBSTATE_NONE)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Transport 1, SentBy Port 5060
    0
    CSeq: 1 INVITE
    Min-SE: 90
    Session-Expires: 3600;refresher=u6:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetDateHeader: Convac
    Contact: <sip:[email protected]:9290;user=phone>
    A //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: rellow: INVITE,CANCEL,BYE,ACK,REFER,UPDATE,INFO,PRACK
    Supported:turn addr 178.208.X.X
    06:19:26: //-1/EE5EC9DD8170/SIP/St timer,100rel
    Diversion: <sip:[email protected]>;privacyate/sipSPIChangeState: 0x6A874E70 : State change from (STATE_NONE, SUBSTATE_NONE)  to (STATE_IDLE, SUBSTATE_NONE)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Transport 1,
    Sen=off;screen=no;reason=unknown,<sip:[email protected]>;priv6:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponsacy=off;screen=no;reason=unknown
    Max-Forwards: 70
    User-AgenteInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Tra: VCS 5.8.2.56-03
    Content-Length: 393
    Content-Type: applicatnsport 1, SentBy Port 9290ion/sdp
    v=0
    o=- 12060 26053 IN IP4 188.254.68.67
    s=SBC call
    c=IN IP4 188.254.68.67
    t=0 0
    m=audio 24402 RTP/AVP 8 0 18 98 96 97 101
    a=rtpmap:98 G.729a/8000
    a=rtpmap:96 G.729ab/8000
    a=rtpmap:97 G.729b/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=fmtp:18 annexb=no
    a=ptime:10
    a=X-vrzcap:vbd Ver=1 Mode=FaxPr ModemRtpRed=0
    a=X-vrzcap:identification bin=DSR2866 Prot=mgcp App=MG
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_new_msg_preprocessor: Checking Invite Dialog
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIAddContextToTable: Added context(0x6A874E70) with key=[52] to table
    06:19:26: //-1/000000000000/SIP/Info/sipSPI_ipip_vcc_Initialization:  Entry...
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipSPIUpdateResponseInfo: Dialog Transaction Address 188.254.68.66,Port 9290, Transport 1, SentBy Port 9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling reg_invoke_ip_first_hop()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling ip_best_local_address()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: return addr 178.208.X.X
    06:19:26: //-1/EE5EC9DD8170/SIP/State/sipSPIChangeState: 0x6A874E70 : State change from (STATE_NONE, SUBSTATE_NONE)  to
    c2801#L
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIUaddCcbToUASReqTable: ****Adding to UAS Request table.
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIUaddCcbToTable: Added to table. ccb=0x6
    c2801#a
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIMatchSrcIp
    c2801#mat: VIA URL:sip:188.254.68.66:9290, Host:188.254.68.66
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetShrlPeer: Try match incoming dialpeer for Calling number: : 9067259847
    06:19:26:ched for incoming call
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Precondition tag absent in Require/Supported h
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetFromCalledPartyId: P-Called-Party-ID header not found
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetPeerByCalledPartyId: P-Called-Party-ID not found or parse error
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: No match found for P-Called-Party-ID
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Peer tag 10020 matched for incoming call
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Precondition tag absent in Require/Supported header
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling reg_invoke_ip_first_hop()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: calling ip_best_local_address()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_sig_ip_address_to_bind: return addr 178.208.X.X
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Precondition tag absent in Require/Supported header
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Checking Video Type Rate=-1 video_codec_allowed=1F
    06:19:26: //-1/EE5EC9DD8170/SIP/Media/sipSPICopyStunConfigFromPeerToCCB: Firewall traversal is not enabled
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetModemInfoPerCall: peer_callID=0
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: xcoder high-density disabled
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Flow Mode set to FLOW_THROUGH
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIGetCallConfig: Media forking disabled
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIContinueNewMsgInvite: Calling name , number 9067259847, Calling oct3 0x00, oct_3a 0x80, ext_priv 0x00, Called number
    5555317884, oct3 0x00
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIContinueNewMsgInvite: Carrier id code , prev_cid NONE, next_cid NONE, prev_tgrp NONE, next_tgrp NONE
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIContinueNewMsgInvite: Requires reliable-provisional support
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIValidateRequestUri: Not Enabled
    06:19:26: //-1/EE5EC9DD8170/SIP/Info/sipSPIRscmsmAvail: Value returned by check is = 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_IsSDPPassthruEnabled:  - 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_GetHdrPassthruCfg: Hdr passthrough config:1 tag:0
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: Event: E_STSL_SESSION_REFRESH_REQ
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: dir:2, method:102, resp_code:0, container:6A01759C
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLExtractSessionExpiresHdr:
    Session-Expires value: 3600 refresher: uac
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLExtractMinSEHdr: Min-SE Duration: 90
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLGetInternalSREvent: E_STSL_INITIAL_SR_REQ
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLInitialSRReqPeerEventGen: sending received session expires to the peer leg
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLPrintTDContainer: Peer-Event: E_STSL_PASS_ST_PARAMS, SE Value:3600, SE Refresher:uac, Min-SE Value:1800,
    flags:2001
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLMain:
            SE: 3600;refresher:uac peer refresher:none, flags:2001, posted event:E_STSL_INVALID_PEER_EVENT, reason:4
            Configured SE:1800, Configured Min-SE:1800
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIProcessHistoryInfoHeader: No HI headers recvd from app container
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIProcessReplacesHeader: No replaces hdr found
    SIP: Warning: Unrecognized attribute (X-vrzcap)
    SIP: Warning: Unrecognized attribute (X-vrzcap)
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoMediaNegotiation: Number of m-lines = 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIValidateConnectionAddress: Dest port = 24402
    SIP: (129) Attribute mid, level 1 instance 1 not found.
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_media_ip_address_to_bind: calling reg_invoke_ip_first_hop()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_media_ip_address_to_bind: calling ip_best_local_address()
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/resolve_media_ip_address_to_bind: return addr 178.208.X.X
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPISetMediaSrcAddr: Media src addr for stream 1 = 178.208.X.X
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(98) reserved for codec g729r8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(98) reserved for codec g729r8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(96) reserved for codec g729abr8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(96) could not be reserved
                              as its in use by other codec g729abr8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPT: Requested payload-Type (96) is  reserved by another application
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPayloadunused: Unreserving dynamic payload type 96
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIAllocateFreeDynamicPT: Allocating free Dynamic Payload : 99 for Codec:
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(97) reserved for codec g729br8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(97) could not be reserved
                              as its in use by other codec g729br8
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPT: Requested payload-Type (97) is  reserved by another application
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPayloadunused: Unreserving dynamic payload type 97
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIAllocateFreeDynamicPT: Allocating free Dynamic Payload : 102 for Codec:
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(101) reserved for codec No Codec 
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPayloadunused: Unreserving dynamic payload type 99
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(101) could not be reserved
                              as its in use by other codec No Codec 
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPT: Requested payload-Type (101) is  reserved by another application
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPayloadunused: Unreserving dynamic payload type 103
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIUpdateDynamicPayloadunused: Unreserving dynamic payload type 101
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIAllocateFreeDynamicPT: Allocating free Dynamic Payload : 101 for Codec:
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoAudioNegotiation: Codec (g711ulaw) Negotiation Successful on Static Payload for m-line 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoPtimeNegotiation: One ptime attribute found - value:10
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/convert_ptime_to_codec_bytes: Values :Codec: g711ulaw ptime :10, codecbytes: 80
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/convert_codec_bytes_to_ptime: Values :Codec: g711ulaw codecbytes :80, ptime: 10
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPIDoPtimeNegotiation: Offered ptime:10, Negotiated ptime:10 Negotiated codec bytes: 80 for codec g711ulaw
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPISetFaxFlags: FAX_PASSTHROUGH = 0, END_FAX_PASSTHROUGH = 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoDTMFRelayNegotiation: m-line index 1
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICheckDynPayloadUse: Dynamic payload(101) reserved for codec
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIReserveRtpNtePayload: Reserved the payload type 101 for RTP-NTE
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoDTMFRelayNegotiation: RTP-NTE DTMF relay option
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoDTMFRelayNegotiation: Case of partial named event(NE) match in fmtp list of events.
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sip_sdp_get_modem_relay_cap_params: V150 NSE payload = 0, SSE payload = 0, SPRT payload=0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sip_select_modem_relay_params: X-tmr not present in SDP. Disable modem relay
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIGetSDPDirectionAttribute: No direction attribute present or multiple direction attributes that can't be handled for m-
    line:1 and num-a-lines:0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoAudioNegotiation: Codec negotiation successful for media line 1
            payload_type=0, codec_bytes=80, codec=g711ulaw, dtmf_relay=rtp-nte
            stream_type=voice+dtmf (1), dest_ip_address=188.254.68.67, dest_port=24402
    06:19:26: //129/EE5EC9DD8170/SIP/State/sipSPIChangeStreamState: Stream (callid =  -1)  State changed from (STREAM_DEAD) to (STREAM_ADDING)
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPIUpdCallWithSdpInfo:
            Preferred Codec        : g711ulaw, bytes :160
            Preferred  DTMF relay  : rtp-nte
            Preferred NTE payload  : 101
            Early Media            : No
            Delayed Media          : No
            Bridge Done            : No
            New Media              : No
            DSP DNLD Reqd          : No
    06:19:26: //129/EE5EC9DD8170/SIP/Info/resolve_media_ip_address_to_bind: Media already bound, use existing source_media_ip_addr
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPISetMediaSrcAddr: Media src addr for stream 1 = 178.208.X.X
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer:
    callId 129 peer 0 flags 0x201 state STATE_IDLE
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_vcc_ProcessXcoderNeeded: xcoder_attached not yet initialised for this call.
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer: Xcoder not yet used for the call
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    CallID 129, Peer CallID 0, sdp 0x69EC3234 channels 0x6A8763C4
    06:19:26: //129/EE5EC9DD8170/SIP/Info/copy_channels:
    callId 129 size 0 ptr 0x6899F6D4)
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    CCB t38 version 0 ipip_caps version 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    CCB fax rate 2 ipip_caps rate 14400
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: reset the  switch..
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 8 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Selecting codec g711alaw
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found:
    Codec to be matched: 6
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found: No match for the codecs found..
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 0 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Selecting codec g711ulaw
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found:
    Codec to be matched: 5
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found:  codecs[i] = 5 & codec = 5 are same..
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: ADD AUDIO CODEC 5
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/convert_codec_bytes_to_ptime: Values :Codec: g711ulaw codecbytes :80, ptime: 10
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Media negotiation done: stream->negotiated_ptime=10,stream->negotiated_codec_bytes=80,
    coverted ptime=10 stream->mline_index=1, media_ndx=1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    failed to update call entry
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Adding codec 5 ptype 0 time 10, bytes 80  as channel 0 mline 1 ss 1 188.254.68.67:24402
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 18 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPISelectCodecVersion: Codec (g729r8) is not in preferred list
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: An exact codec match not configured, using interoperable codec g729r8
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Selecting codec g729r8
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found:
    Codec to be matched: 16
    06:19:26: //129/EE5EC9DD8170/SIP/Info/codec_found: No match for the codecs found..
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 98 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 96 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 97 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo:
    Hndl ptype 101 mline 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: setting ipip_caps DTMF to RFC2833: callid = 129, dtmf = 6
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Copy sdp to channel- AFTER CODEC FILTERING: ccb->pld.ipip_caps.codecInfo[channel_ndx].codec
    = 5
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_copy_sdp_to_channelInfo: Copy sdp to channel- AFTER CODEC FILTERING: ccb->pld.ipip_caps.codecInfo[channel_ndx].codec
    = -1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer:
    callId 129 flags 0x100 state STATE_IDLE
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer:
    Report initial call media
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer: ccb->flags 0x804000C, ccb->pld.flags_ipip 0x201
    06:19:26: //129/EE5EC9DD8170/SIP/Info/copy_channels:
    callId 129 size 240 ptr 0x69E20A34)
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer:
    CCSIP: Unable to report channel ind
    06:19:26: //129/EE5EC9DD8170/SIP/Info/ccsip_update_srtp_caps:  5798: Posting Remote SRTP caps to other callleg.
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_report_media_to_peer: do cc_api_caps_ind()
    06:19:26: //129/EE5EC9DD8170/SIP/Media/sipSPIUpdCallWithSdpInfo:
              Stream type            : voice+dtmf
              Media line             : 1
              State                  : STREAM_ADDING (2)
              Stream address type    : 1
              Callid                 : -1
              Negotiated Codec       : g711ulaw, bytes :80
              Nego. Codec payload    : 0 (tx), 0 (rx)
              Negotiated DTMF relay  : rtp-nte
              Negotiated NTE payload : 101 (tx), 101 (rx)
              Negotiated CN payload  : 0
              Media Srce Addr/Port   : [178.208.X.X]:0
              Media Dest Addr/Port   : [188.254.68.67]:24402
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIHandleInviteMedia:
    Negotiated Codec       : g711ulaw, bytes :80
    Preferred Codec        : g711ulaw, bytes :160
    Preferred  DTMF relay 1 : 6
    Preferred  DTMF relay 2 : 0
    Negotiated DTMF relay   : 6
    Preferred and Negotiated NTE payloads: 101 101
    Preferred and Negotiated NSE payloads: 100 0
    Preferred and Negotiated Modem Relay: 0 0
    Preferred and Negotiated V150.1 Modem Passthrough: 0 0
    Preferred and Negotiated V150.1 Modem Relay: 0 0
    Preferred and Negotiated Modem Relay GwXid: 1 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoQoSNegotiationWithMediaLine: QOS negotiation for mline_index 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIDoStreamQoSNegotiation: Best effort
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPICanSetFallbackFlag: Local Fallback is not active
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Media/sipSPIReserveRtpPort: reserved port 17550 for stream 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUpdateSrcSdpFixedPart: Reserving rtp port for stream 1, src_port=17550
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPISetMediaDirectionForStream: Setting Media direction SENDRECV for stream 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUpdateSrcSdpVariablePart: Setting stream 1 portnum to 17550
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUpdateSrcSdpVariablePart:
    SIP update src sdp, negoitated codec 5, payload type 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUpdateSrcSdpVariablePart: Negotiated method of dtmf relayand pyld: 6 101
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIAddBillingInfoToCcb: sipCallId for billing records = isbc6994325518770806443-1385214296-16204
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetContentCPA: No CPA found in inbound container
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIProcessCPA: No x-cisco-cpa content found
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_GetHdrPassthruCfg: Hdr passthrough config:1 tag:0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_IsContentPassthruEnabled:  - 0
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_ExtractPassthruContentFromSipContainer: Passthru Content Not Enabled
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_store_channel_info: Store channelInfo in CallInfo
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_store_channel_info: dtmf negotiation done, storing negotiated dtmf = 6,
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIShrlCall: Check peer: 10020 for Shared-Line call, callid: 129
    06:19:26: //129/EE5EC9DD8170/SIP/Info/ccsip_set_bearer_capability:
       Bearer Capability: Speech (0x00)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetContentQSIG: No QSIG Body found in inbound container
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetContentQ931: No RawMsg Body found in inbound container
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPICreateNewRawMsg: No Data to form The Raw Message
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIContinueNewMsgInvite: ccsip_api_call_setup_ind returned: SIP_SUCCESS
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUaddccCallIdToTable: Adding call id 81 to table
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: Event: E_STSL_SESSION_REFRESH_RESP
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: dir:1, method:102, resp_code:100, container:6A0173E4
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLValidateSessRefreshMsg: Ignoring 1xx response for session timer processing
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPISendInviteResponse: Associated container=0x6A0173E4 to Invite Response 100
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPITransportSendMessage: msg=0x6A5A1A34, addr=188.254.68.66, port=9290, sentBy_port=9290, local_addr=, is_req=0,
    transport=1, switch=0, callBack=0x0
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: Trying to send resp=0x6A5A1A34 to default port=9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostRequestConnection: Posting UDP conn create request for addr=188.254.68.66, port=9290, context=0x68ABB118
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportSetConnWaitTimer: Wait timer set for connection=0x68ABCB0C,addr=188.254.68.66, port=9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportSetConnWaitTimer:
    Wait Conn Timer started for 5000 msec
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipCreateConnInstance: Created new initiated conn=0x68ABCB0C, connid=-1, addr=188.254.68.66, port=9290, local_addr=,
    transport=UDP
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:188.254.68.66, rport:9290 with laddr:
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipInstanceGetConnectionId: Registering gcb=0x6A874E70 with connection=0x68ABCB0C
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: Waiting for Connection for sending msg=0x6A5A1A34
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPITransportSendMessage: Deferred sending msg=0x6A5A1A34
    06:19:26: //129/EE5EC9DD8170/SIP/State/sipSPIChangeState: 0x6A874E70 : State change from (STATE_IDLE, SUBSTATE_NONE)  to (STATE_RECD_INVITE, SUBSTATE_NONE)
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIProcessContactInfo: Previous Hop 188.254.68.66:9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Event/sipSPIEventInfo: Queued event from SIP SPI : SIPSPI_EV_CC_CALL_PROCEEDING
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_event_handler: switch(ev.ev_id: 165)
    06:19:26: //129/EE5EC9DD8170/SIP/Info/ccsip_event_handler:
    ccsip_event_handler: peer ID 130 chans 0x6780D478 event 165 flags 0x844001C 0x100 0x601 data 0x6780D478
    06:19:26: //129/EE5EC9DD8170/SIP/Info/ccsip_event_handler:
    ccsip_event_handler: CC_EV_H245_SET_MODE: peer ID 130 chans 0x6780D478 event 165 flags 0x844001C 0x100 0x601 data 0x6780D478, type = 1
    06:19:26: //129/EE5EC9DD8170/SIP/Info/ccsip_gw_set_sipspi_mode: Setting SPI mode to SIP-H323
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: Event: E_STSL_SET_MODE
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLMain:
            SE: 3600;refresher:uac peer refresher:none, flags:2001, posted event:E_STSL_INVALID_PEER_EVENT, reason:4
            Configured SE:1800, Configured Min-SE:1800
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_event_handler: CC_R_SUCCESS_WITH_CONFIRMED
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 3 for event 3
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 2 for event 58
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportProcessNWConnectionCreated: context=0x68ABB118
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerProcessConnCreated: gConnTab=0x68ABB118, addr=188.254.68.66, port=9290, local_addr=, connid=3,
    transport=UDP
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerProcessConnCreated: connection instance created for addr:188.254.68.66, port:9290 local_addr=
    local_port=57282
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportStopConnWaitTimer: Wait timer stopped for connection=0x68ABCB0C,addr=188.254.68.66, port=9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipInstanceHandleConnectionCreated: Moving connection=0x68ABCB0C, connid=3 state to established. local_addr=,
    local_port=57282
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportPostInternalMsg: Posting Internal Msg type=0
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 2 for event 63
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x6A5A1A34, addr=188.254.68.66, port=9290, local_addr=, connId=3 for UDP
    06:19:26: //129/EE5EC9DD8170/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a3c000c-1
    From: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    To: <sip:[email protected];user=phone>
    Date: Sat, 23 Nov 2013 13:42:29 GMT
    Call-ID: isbc6994325518770806443-1385214296-16204
    CSeq: 1 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-12.x
    Content-Length: 0
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Event/sipSPIEventInfo: Queued event from SIP SPI : SIPSPI_EV_CC_CALL_ALERTING
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Error/ccsip_call_service_msg: ccb NULL, unable to update the callinfo ui parameters
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Event/sipSPIEventInfo: Queued event from SIP SPI : SIPSPI_EV_CC_MEDIA_EVENT
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 3 for event 5
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIAddCiscoGcid: Fatal Error in parsing CCB/Msg
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIStoreTunnelData: Container /RawMessage Absent
    06:19:26: //129/EE5EC9DD8170/SIP/Error/sipSPI_ipip_set_history_info_header: Not SIP2SIP mode
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUaddCcbToUASRespTable: ****Adding to UAS Response table.
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPIUaddCcbToTable: Added to table. ccb=0x6A874E70 key=isbc6994325518770806443-1385214296-1620415B6280-0
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: Event: E_STSL_SESSION_REFRESH_RESP
    06:19:26: //129/EE5EC9DD8170/SIP/Event/Session-Timer/sipSTSLMain: dir:1, method:102, resp_code:180, container:6A017B1C
    06:19:26: //129/EE5EC9DD8170/SIP/Info/Session-Timer/sipSTSLValidateSessRefreshMsg: Ignoring 1xx response for session timer processing
    06:19:26: //129/EE5EC9DD8170/SIP/Event/sipSPICreateRpid: Received Octet3A=0x00 -> Setting ;screen=no ;privacy=off
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sipSPISendInviteResponse: Associated container=0x6A017B1C to Invite Response 180
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPISendInviteResponse: Sending 180 Response to the Transport Layer
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPITransportSendMessage: msg=0x6A5A1A34, addr=188.254.68.66, port=9290, sentBy_port=9290, local_addr=, is_req=0,
    transport=1, switch=0, callBack=0x618A57B8
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipSPITransportSendMessage: Proceedable for sending msg immediately
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: switch transport is 0
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: Trying to send resp=0x6A5A1A34 to default port=9290
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipConnectionManagerGetConnection: connection required for raddr:188.254.68.66, rport:9290 with laddr:
    06:19:26: //129/EE5EC9DD8170/SIP/Transport/sipTransportLogicSendMsg: Connection obtained...sending msg=0x6A5A1A34
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportPostSendMessage: Posting send for msg=0x6A5A1A34, addr=188.254.68.66, port=9290, local_addr=, connId=3 for UDP
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sentInviteResponse18x: Sent a 18x Response
    06:19:26: //129/EE5EC9DD8170/SIP/Info/sentInviteResponse18x: Transaction active. Facilities will be queued.
    06:19:26: //129/EE5EC9DD8170/SIP/State/sipSPIChangeState: 0x6A874E70 : State change from (STATE_RECD_INVITE, SUBSTATE_NONE)  to (STATE_SENT_ALERTING, SUBSTATE_NONE)
    06:19:26: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 3 for event 30ty-ID:
    <sip:[email protected]>;party=called;screen=no;privacy=off
    Contact: <sip:[email protected]:5060>
    Server: Cisco-SIPGateway/IOS-12.x
    Content-Length: 0
    06:19:27: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpIPv4SocketReads: Msg enqueued for SPI with IP addr: [188.254.68.66]:9290, local_address:[ - ]
    06:19:27: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpIPv4SocketReads: Msg enqueued for SPI with IP addr: [188.254.68.66]:9290, local_address:[ - ]
    06:19:27: //129/EE5EC9DD8170/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a3c000c-2
    From: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    To: <sip:[email protected];user=phone>;tag=15B6280-0
    Date: Sat, 23 Nov 2013 13:42:30 GMT
    Call-ID: isbc6994325518770806443-1385214296-16204
    Server: Cisco-SIPGateway/IOS-12.x
    CSeq: 2 PRACK
    Content-Length: 0
    06:19:27: //129/EE5EC9DD8170/SIP/Msg/ccsipDisplayMsg:
    Sent:
    UPDATE sip:[email protected]:9290;user=phone SIP/2.0
    Via: SIP/2.0/UDP 178.208.X.X:5060;branch=z9hG4bK120
    From: <sip:[email protected];user=phone>;tag=15B6280-0
    To: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    Date: Sat, 23 Nov 2013 13:42:30 GMT
    Call-ID: isbc6994325518770806443-1385214296-16204
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Max-Forwards: 70
    Supported: 100rel,timer,resource-priority,replaces,sdp-anat
    Timestamp: 1385214150
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 UPDATE
    Contact: <sip:[email protected]:5060>
    Min-SE:  1800
    Remote-Party-ID: <sip:[email protected]>;party=called;screen=yes;privacy=off
    Content-Length: 0
    06:19:27: //129/EE5EC9DD8170/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a3c000c-2
    From: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    To: <sip:[email protected];user=phone>;tag=15B6280-0
    Date: Sat, 23 Nov 2013 13:42:30 GMT
    Call-ID: isbc6994325518770806443-1385214296-16204
    Server: Cisco-SIPGateway/IOS-12.x
    CSeq: 2 PRACK
    Content-Length: 0
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpIPv4SocketReads: Msg enqueued for SPI with IP addr: [188.254.68.66]:9290, local_address:[ - ]
    06:19:31: //129/EE5EC9DD8170/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 500 Internal Server Error
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a3c000c-1
    From: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    To: <sip:[email protected];user=phone>;tag=15B6280-0
    Date: Sat, 23 Nov 2013 13:42:30 GMT
    Call-ID: isbc6994325518770806443-1385214296-16204
    CSeq: 1 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-12.x
    Reason: Q.850;cause=16
    Content-Length: 0
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Info/HandleUdpIPv4SocketReads: Msg enqueued for SPI with IP addr: [188.254.68.66]:9290, local_address:[ - ]
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_process_sipspi_queue_event: ccsip_spi_get_msg_type returned: 2 for event 1
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Transport/sipTransportProcessNWNewConnMsg: context=0x0
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    ACK sip:[email protected];user=phone SIP/2.0
    Via: SIP/2.0/UDP 188.254.68.66:9290;branch=z9hG4bK-6110d60075c89eab-a3c000c-1
    Call-ID: isbc6994325518770806443-1385214296-16204
    From: <sip:[email protected];user=phone>;tag=sbc09026994325518770806443
    To: <sip:[email protected];user=phone>;tag=15B6280-0
    CSeq: 1 ACK
    Max-Forwards: 70
    Content-Length: 0
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_new_msg_preprocessor: Checking Invite Dialog
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPIFindCcbUASRespTable: *****CCB found in UAS Response table. ccb=0x6A874E70
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPIUdeleteCcbFromTable: Deleting from table. ccb=0x6A874E70 key=isbc6994325518770806443-1385214296-1620415B6280-0
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPIFlushEventBufferQueue: There are 0 events on the internal queue that are going to be free'd
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPIStopRequestPendingTimer: Stopping Request Pending Timer
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPI_ipip_free_codec_profile: Codec Profiles Freed
    06:19:31: //129/EE5EC9DD8170/SIP/Info/sipSPIUfreeOneCCB: Freeing ccb 6A874E70
    06:19:31: //-1/xxxxxxxxxxxx/SIP/Info/sipSPIGetContextFromTable: NO context for key[52]
    c2801#
    c2801#

    Hi Ahmed,
    Looking at the logs, it seems some important messages are missing..
    can you please again collect the following debugs ?
    - debug voip ccapi inout
    - debug ccsip all
    - debug voice translation
    Thanks,
    Piyush

  • 500 Internal server error on RPC over HTTP using TS Gateway

    I've been happily using TS Gateway on Windows Server 2008 x64 for 18 months and everything was working perfectly. Suddenly this week it started giving "access denied" errors to any user who tried to connect, evidenced in event viewer as a failed login attempt.
    After restarting the server, it got worse in that if I browse to the /rpc folder it gives me 500 Internal server error and I don't even get as far as authenticating credentials. I've tried removing IIS, RPC over HTTP and TS Gateway, and re-adding all of them,
    but I still get the same error 500. The RPC and TS Gateway services are both running. What could be causing this and how can I fix it?

    Hi,
    Thanks for your post.
    Firstly, check the following KB article to troubleshoot this issue.
    This computer can't connect to the remote computer because the Terminal Services Gateway server is temporarily unavailable
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;969743
    If the issue still persists, you may perform the below steps:
    Uninstalled TSGateway, IIS role, all IIS related components.
    Delete all files in the folder %windir%\system32\inetsrv\config
    Delete all files in the folder %windir%\system32\inetsrv\metaback
    Restart the server and try to re-install TSGateway again
    Best Regards,
    Aiden
    Aiden Cao
    TechNet Community Support
    Thank you very much for this. I confirm it fixed the problem, although there was an error in reinstalling IIS and TS Gateway until I also removed Windows Process Activation Service.

  • 500 Internal Server Error  : Servlet error: Security sensitive exception..

    Hi
    Thank you for reading my post.
    i Faced a problem when i tried to run my ADF + BC application on standAlone OC4J version 10.1.3.1.0 .
    I have validation like what i saw before in demos for username length ,etc
    I developed the application in Jdeveloper 10.1.3.1.0 , i deploy it to server from Jdeveloper and now i tried to run it in browser and it return :
    500 Internal Server Error
    Servlet error: Security sensitive exception occured. Please consult application log for details.
    in the browser and
    the cmd console which i used to start the server shows something like :
    F:\oc4j\bin>oc4j -start
    Starting OC4J from F:\oc4j\j2ee\home ...
    2006-09-02 01:11:52.437 ERROR J2EE HTTP-00004 Internal error raised tyring to in
    stantiate web-application: webapp defined in web site OC4J 10g (10.1.3) Default
    Web Site. Application: bc4j does not exist. Error creating Web application: weba
    pp
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Short,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Short)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Byte,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Byte)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Integer,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Integer)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Long,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Long)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Float,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Float)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Double,null)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Double)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(javax.faces.LongRange)
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.DateTime,null
    Sep 2, 2006 1:11:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Number,null)
    06/09/02 01:11:56 Oracle Containers for J2EE 10g (10.1.3.1.0)  initialized
    2006-09-02 01:12:41.093 NOTIFICATION ---- JAZNSecurityContext.getUserPrincipal()
    : NULLthe log file (from j2ee/home/log/oc4j/log.xml ) shows the following :
    <MESSAGE>
      <HEADER>
        <TSTZ_ORIGINATING>2006-09-02T01:11:52.437+03:30</TSTZ_ORIGINATING>
        <COMPONENT_ID>j2ee</COMPONENT_ID>
        <MSG_ID>J2EE HTTP-00004</MSG_ID>
        <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
        <MSG_LEVEL>1</MSG_LEVEL>
        <HOST_ID>sal10000</HOST_ID>
        <HOST_NWADDR>85.9.120.221</HOST_NWADDR>
        <MODULE_ID>http</MODULE_ID>
        <THREAD_ID>10</THREAD_ID>
        <USER_ID>legolas w</USER_ID>
      </HEADER>
      <CORRELATION_DATA>
        <EXEC_CONTEXT_ID><UNIQUE_ID>85.9.120.221:44575:1157146912453:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
      </CORRELATION_DATA>
      <PAYLOAD>
        <MSG_TEXT>Internal error raised tyring to instantiate web-application: webapp defined in web site OC4J 10g (10.1.3) Default Web Site. Application: bc4j does not exist. Error creating Web application: webapp</MSG_TEXT>
      </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
      <HEADER>
        <TSTZ_ORIGINATING>2006-09-02T01:12:41.031+03:30</TSTZ_ORIGINATING>
        <COMPONENT_ID>adf</COMPONENT_ID>
        <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
        <MSG_LEVEL>1</MSG_LEVEL>
        <HOST_ID>sal10000</HOST_ID>
        <HOST_NWADDR>85.9.120.221</HOST_NWADDR>
        <MODULE_ID>share.security</MODULE_ID>
        <THREAD_ID>11</THREAD_ID>
        <USER_ID>legolas w</USER_ID>
      </HEADER>
      <CORRELATION_DATA>
        <EXEC_CONTEXT_ID><UNIQUE_ID>85.9.120.221:44575:1157146960593:1</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
      </CORRELATION_DATA>
      <PAYLOAD>
        <MSG_TEXT>Setting JAZN Config property ...</MSG_TEXT>
      </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
      <HEADER>
        <TSTZ_ORIGINATING>2006-09-02T01:12:41.093+03:30</TSTZ_ORIGINATING>
        <COMPONENT_ID>adf</COMPONENT_ID>
        <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
        <MSG_LEVEL>1</MSG_LEVEL>
        <HOST_ID>sal10000</HOST_ID>
        <HOST_NWADDR>85.9.120.221</HOST_NWADDR>
        <MODULE_ID>share.security</MODULE_ID>
        <THREAD_ID>11</THREAD_ID>
        <USER_ID>legolas w</USER_ID>
      </HEADER>
      <CORRELATION_DATA>
        <EXEC_CONTEXT_ID><UNIQUE_ID>85.9.120.221:44575:1157146960593:1</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
      </CORRELATION_DATA>
      <PAYLOAD>
        <MSG_TEXT>---- JAZNSecurityContext.getUserPrincipal(): NULL</MSG_TEXT>
      </PAYLOAD>
    </MESSAGE>

    please , can any one tell me where is the problem ?
    if i do not use BC in the jsf page it works fine , but when i use drag and drop feature to put a BC form in the page it shows that horribel error.

  • 500 Internal Server Error after JSP trys to invoke a BPEL Process

    I get the 500 Internal Server Error after hitting the submit button on my displayed JSP screen. Did somebody had already the same error:
    Thanks
    The JSP Source is:
    <%@ page contentType="text/html;charset=windows-1250"%>
    <%@page import="java.util.Hashtable" %>
    <%@page import="com.oracle.bpel.client.Locator" %>
    <%@page import="com.oracle.bpel.client.NormalizedMessage" %>
    <%@page import="com.oracle.bpel.client.dispatch.IDeliveryService" %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"/>
    <title>hello</title>
    </head>
    <body><form action="hello.jsp" method="get">
    <input type="text" name="text"/>
    <input type="submit" value="Submit" name="submit"/>
    </form>
    <%
    String text = request.getParameter("text");
    if(text != null)
    String xml="<ns1:HelloWorldProcessProcessRequest xmlns:ns1=\"http://xmlns.oracle.com/HelloWorldProcess\">";
    xml+="<ns1:input>"+text+"</ns1:input></ns1:HelloWorldProcessProcessRequest>";
    Hashtable jndi = new Hashtable();
    jndi.put(javax.naming.Context.PROVIDER_URL, "ormi://localhost/orabpel");
    jndi.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY, "com.evermind.server.rmi.RMIInitialContextFactory");
    jndi.put(javax.naming.Context.SECURITY_PRINCIPAL, "oc4jadmin");
    jndi.put(javax.naming.Context.SECURITY_CREDENTIALS, "welcome1");
    jndi.put("dedicated.connection", "true");
    Locator locator = new Locator("default","bpel",jndi);
    IDeliveryService deliveryService = (IDeliveryService)locator.lookupService (IDeliveryService.SERVICE_NAME );
    // construct the normalized message and send to oracle bpel process manager
    NormalizedMessage nm = new NormalizedMessage( );
    nm.addPart("payload", xml );
    deliveryService.post("HelloWorldProcess", "initiate", nm);
    out.println( "BPELProcess initiated!<br>" );
    %>
    </body>
    </html>
    The application log looks like that:
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
    .java:711)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher
    .java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler
    .java:866)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler
    .java:216)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor
    .java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:507)
    at java.net.Socket.connect(Socket.java:457)
    at java.net.Socket.<init>(Socket.java:365)
    at java.net.Socket.<init>(Socket.java:207)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClientConnection.createSocket(RMIClientConnection
    .java:682)
    at oracle.oc4j.rmi.ClientSocketRmiTransport.createNetworkConnection(ClientSocketRmiTransport.java:58)
    at oracle.oc4j.rmi.ClientRmiTransport.connectToServer(ClientRmiTransport.java:78)
    at oracle.oc4j.rmi.ClientSocketRmiTransport.connectToServer(ClientSocketRmiTransport.java:68)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClientConnection.connect(RMIClientConnection.java
    :646)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClientConnection.sendLookupRequest(RMIClientConnection
    .java:190)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClientConnection.lookup(RMIClientConnection.java:174
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClient.lookup(RMIClient.java:283)
    ... 22 more
    at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:82)
    at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:254)
    at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:174)
    at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:149)
    at _hello._jspService(_hello.java:74)
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.1.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
    .java:711)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher
    .java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler
    .java:866)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler
    .java:216)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor
    .java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.Exception: Failed to create "ejb/collaxa/system/DeliveryBean" bean; exception reported is: "javax.naming.CommunicationException
    : Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClient.lookup(RMIClient.java:292)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at com.oracle.bpel.client.util.BeanRegistry.lookupDeliveryBean(BeanRegistry.java:279)
    at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:250)
    at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:174)
    at com.oracle.bpel.client.delivery.DeliveryService.post(DeliveryService.java:149)
    at hello.jspService(_hello.java:74)
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.1.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
    .java:711)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher
    .java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler
    .java:866)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler
    .java:216)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor
    .java:303)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:507)
    at java.net.Socket.connect(Socket.java:457)
    at java.net.Socket.<init>(Socket.java:365)
    at java.net.Socket.<init>(Socket.java:207)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClientConnection.createSocket(RMIClientConnection
    .java:682)
    at oracle.oc4j.rmi.ClientSocketRmiTransport.createNetworkConnection(ClientSocketRmiTransport.java:58)
    at oracle.oc4j.rmi.ClientRmiTransport.connectToServer(ClientRmiTransport.java:78)
    at oracle.oc4j.rmi.ClientSocketRmiTransport.connectToServer(ClientSocketRmiTransport.java:68)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClientConnection.connect(RMIClientConnection.java
    :646)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClientConnection.sendLookupRequest(RMIClientConnection
    .java:190)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClientConnection.lookup(RMIClientConnection.java:174
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.rmi.RMIClient.lookup(RMIClient.java:283)

    looks like the connect string is wrong / especially that you use - I think SOA Suite ..
    so the string should be
    java.naming.provider.url=opmn:ormi://<hostname>:<opmnport -> 6003>:home/orabpel
    hth clemens

Maybe you are looking for

  • Safari shut down Mac OS 10.6.4/Safari 5.0.2 (6533.18.5)

    In the past week, Safari (for Mac) 5.0.2 (6533.18.5) has shut down "unexpectedly" at least 3 times daily. The report I receive is below ... please can someone tell me what's going on? Process: Safari [507] Path: /Applications/Safari.app/Contents/MacO

  • Average quantity for a given period

    Hi All Is there any standard report for arriving at Average quantity , maximum quantity and maximum days in stock for a particular material or list of materials. If not all together atleast sepwerately. Kind regards Samson

  • Formatts?

    I've just started using iMovie08. I've got many vid clips. Most are not in avi format. It seems that the only file iMovie will work with is avi. Do I need to convert the mpgs, mov etc to avi? If so, what is a good converter? Thank you, Larry Jay

  • Activation Server Error code.

    I downloaded ADE to access library ebooks. I have Windows 7. I created an Adobe ID and password. When I try to log in, I keep getting an Activation Server error message. The code is E_ADEPT_REQUEST_EXPIRED. I have tried repairing it, and even downloa

  • HT4995 How can I get directions in canada?

    Can I get Siri to give directions in Canada ?