Internal Oreder Error in FI posting

Hi,
in FI posting i got an error like The account assined object defined for other business areas while i'm posting telephone expenses in Fi
anybody plz let me know how to resolve it
Thanks,
reddy

Hi
While doing FI posting you are assigning Internal order and Business Area at the same time.
Just enter only internal order and process the transaction you will be able to proceed.
Good Luck
Hari

Similar Messages

  • "Internal server Error" for file post request

    client side
    package example.fc;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    import javax.microedition.io.Connector;
    import javax.microedition.io.HttpConnection;
    import javax.microedition.io.file.FileConnection;
    import javax.microedition.lcdui.Alert;
    import javax.microedition.lcdui.Display;
    import javax.microedition.midlet.*;
    * @author  Sudipa
    * @version
    public class UploadMidlet extends MIDlet {
        String type;
        String url;
        String agent;
        String encodedData;
        HttpConnection conn;
        String boundary;
        Display display;
        public UploadMidlet()
            type=new String("image/png");
            url= new String("http://localhost:8086/test/Upload2.jsp");
            boundary = /*"---------------------------"+*/"--" + Long.toString(System.currentTimeMillis(), 16);
        public byte[] getData(String filename)
        { byte[] b=null;
        try{
          System.out.println("file://"+filename);
            FileConnection fc = (FileConnection)Connector.open("file://"+filename); 
             if(!fc.exists()) {
               Alert alert=new Alert("File do not exist");
               alert.setTimeout(Alert.FOREVER);
              display.setCurrent(alert);
             InputStream is = fc.openInputStream();
             b= new byte[(int)fc.fileSize()];
             int length = is.read(b, 0, (int)fc.fileSize());
             System.out.println
                ("Content of "+filename + ": "+ new String(b, 0, length));
          } catch (Exception e) {
             Alert alert=new Alert(e.getMessage());
               alert.setTimeout(Alert.FOREVER);
              display.setCurrent(alert);
          finally{
              return b;
    //          Enumeration filelist = fc.list("*", true);
        public void startApp() {
            String filename=new String(/*"C:/WTK25/appdb/DefaultColorPhone/filesystem"+*/"/root1/photos/_suite_8.png");
            display=Display.getDisplay(this);
            try {
                 encodedData=new String(getData(filename));
                 conn = (HttpConnection) Connector.open( url,Connector.READ_WRITE );
                conn.setRequestMethod( HttpConnection.POST );
    //          conn.setRequestProperty( "User-Agent", agent );
                conn.setRequestProperty( "Content-Type", type );
                conn.setRequestProperty( "Content-Length",new Integer(encodedData.length()).toString());
                OutputStream os = conn.openOutputStream();         
                System.out.println("success");
                String HeaderStr=boundary+new String(" Content-Disposition: form-data; name=\"uname\" fsdgfs ")+boundary+new String(" Content-Disposition: form-data; name=\"upfile\"; filename=\""+filename+"\" Content-Type: image/png");
                String FooterStr=new String(" ")+boundary+new String("--")+new String("\r\n");
                System.out.println((HeaderStr+""+ encodedData.trim()+FooterStr).getBytes());
                os.write((HeaderStr+""+ encodedData+FooterStr).getBytes());
                os.close();
                int rc = conn.getResponseCode();
            } catch (IOException ex) {
               Alert alert=new Alert(ex.getMessage());
               alert.setTimeout(Alert.FOREVER);
              display.setCurrent(alert);
        public void pauseApp() {
        public void destroyApp(boolean unconditional) {
    }server side
    <%@page import="java.io.File,java.io.IOException,java.lang.String,java.util.Iterator,java.util.List,javax.servlet.ServletException,javax.servlet.http.HttpServlet,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.apache.commons.fileupload.DiskFileUpload,org.apache.commons.fileupload.FileItem,org.apache.commons.fileupload.FileItemFactory,org.apache.commons.fileupload.FileUpload,org.apache.commons.fileupload.FileUploadException,smpp.*"%>
    <%@page pageEncoding="UTF-8"%>
    <%
    //byte[] reqStr=new byte[request.getContentLength()];
    //request.getInputStream().read(reqStr);
    //out.write(new String(reqStr));
    String httpstr;
    smpp.CommonFunction com;
    try{
    com=new CommonFunction();
    FileUpload fup=new FileUpload();
    boolean isMultipart = FileUpload.isMultipartContent(request);
    // Create a new file upload handler
    DiskFileUpload upload = new DiskFileUpload();
    // Parse the request
    List /* FileItem */ items = upload.parseRequest(request);
    Iterator iter = items.iterator();
    while (iter.hasNext()) {
    FileItem item = (FileItem) iter.next();
    out.write(item.getName());
    if (item.isFormField()) {
    else
    File cfile=new File(item.getName());
    File tosave=new File(getServletContext().getRealPath("/WEB-INF/Upload"),cfile.getName());
    item.write(tosave);
    if (tosave.length()>0)
    {httpstr=new String(tosave.getAbsolutePath()+"========,-09====="+com.readFile(tosave.getAbsolutePath())+"\n\n"+"request");
    reqStr=new byte[request.getContentLength()];
    request.getInputStream().read(reqStr);
    out.write(httpstr+new String(reqStr));
    }catch(Exception e){System.out.println(e);}
    %>

    This may be because your browser is caching the page. You might have had an error previously, fixed it but the browser still loads the old page first untill you explicitly tell it to refresh.

  • 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

  • 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>

  • 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>

  • 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)

  • My google mail through FireFox will not open up a link provided by a forum that I contribute to,AOl through FireFox will.The googlemail produces an Internal Serer Error notice.

    I am a registered member of a Specialist Car Forum. I subscribed to have E'mail alerts to my google mail account when responses were made to the posts that I provide comment to. During the past week I have been getting the following notice in black font on a plain white background :- Internal Server Error
    I suspected a problem with google mail so I forwarded the troublesome E'mail with link attached to my AOL account. I then opened the E'mail,clicked on the link and it activated immediately.
    Whilst both are powered through FireFox I was wondering whether there is a FireFox/google mail issue as FireFox/AOL does not have an issue. My ISP is O2.

    I have exactly the same issue. After FF upgraded on its own to version 5, it won't open from start menu, taskbar, desktop icon, or even by pressing firefox.exe in program files directory. It does so by pressing a link at msn messenger, inside Outlook etc.
    Disabling all addons, didn't help. Moreover, I can't start FF in safe mode or start profile manager (Start > Run> firefox.exe -ProfileManager).
    OS: Windows 7 64bit
    Windows Event Viewer entry details:
    Faulting application name: firefox.exe, version: 5.0.0.4183, time stamp: 0x4df95302
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x8c724fa6
    Faulting process id: 0xc0c
    Faulting application start time: 0x01cc37fe2fae7e8b
    Faulting application path: C:\Program Files (x86)\Mozilla Firefox\firefox.exe
    Faulting module path: unknown
    Report Id: 6e7f03eb-a3f1-11e0-8f4d-a4badb0238f6

  • ADFS 3.0 - Internal Server Error 500, Event ID 342

    Hello all,
    I have a trouble testing ADFS 3.0 (Windows Server 2012 R2) working in a clean test Azure VM environment.
    First, I did a standard setup (DC and a separate ADFS server machine) with all the default settings, letting wizard to set up gMSA service account for the ADFS service. It did not quite work – details below. Then I reinstalled ADFS following this setup guide:
    http://www.schmarr.com/Blog/Post/12/Installing-Windows-2012-R2-Server-ADFS-Service-
    It did not help.
    Here is what happens: when I try to request SAML security token calling: /adfs/services/trust/13/UsernameMixed server responds with http error 500 - internal server error while call to /FederationMetadata/2007-06/FederationMetadata.xml returns expected result.
    Please advise. I have no clue what could be wrong. Log messages below.
    Tomasz
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
      <Provider Name="Microsoft-Windows-Security-Auditing" Guid="{54849625-5478-4994-A5BA-3E3B0328C30D}" /> 
      <EventID>4625</EventID> 
      <Version>0</Version> 
      <Level>0</Level> 
      <Task>12544</Task> 
      <Opcode>0</Opcode> 
      <Keywords>0x8010000000000000</Keywords> 
      <TimeCreated SystemTime="2014-07-29T13:08:41.247349800Z" /> 
      <EventRecordID>9004</EventRecordID> 
      <Correlation /> 
      <Execution ProcessID="536" ThreadID="1212" /> 
      <Channel>Security</Channel> 
      <Computer>MobTstVmAdfs0.mytestdomain.com</Computer> 
      <Security /> 
    </System>
    <EventData>
      <Data Name="SubjectUserSid">S-1-5-21-2610119604-2933780250-1221947404-1111</Data> 
      <Data Name="SubjectUserName">ADFSManaged$</Data> 
      <Data Name="SubjectDomainName">MYTESTDOMAIN</Data> 
      <Data Name="SubjectLogonId">0x145e9f</Data> 
      <Data Name="TargetUserSid">S-1-0-0</Data> 
      <Data Name="TargetUserName">user</Data> 
      <Data Name="TargetDomainName" /> 
      <Data Name="Status">0xc000006d</Data> 
      <Data Name="FailureReason">%%2313</Data> 
      <Data Name="SubStatus">0xc0000064</Data> 
      <Data Name="LogonType">3</Data> 
      <Data Name="LogonProcessName">W</Data> 
      <Data Name="AuthenticationPackageName">Negotiate</Data> 
      <Data Name="WorkstationName">MOBTSTVMADFS0</Data> 
      <Data Name="TransmittedServices">-</Data> 
      <Data Name="LmPackageName">-</Data> 
      <Data Name="KeyLength">0</Data> 
      <Data Name="ProcessId">0x5cc</Data> 
      <Data Name="ProcessName">C:\Windows\ADFS\Microsoft.IdentityServer.ServiceHost.exe</Data> 
      <Data Name="IpAddress">-</Data> 
      <Data Name="IpPort">-</Data> 
    </EventData>
    </Event>
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
      <Provider Name="AD FS" Guid="{2FFB687A-1571-4ACE-8550-47AB5CCAE2BC}" /> 
      <EventID>342</EventID> 
      <Version>0</Version> 
      <Level>2</Level> 
      <Task>0</Task> 
      <Opcode>0</Opcode> 
      <Keywords>0x8000000000000001</Keywords> 
      <TimeCreated SystemTime="2014-07-29T13:08:41.247349800Z" /> 
      <EventRecordID>164</EventRecordID> 
      <Correlation /> 
      <Execution ProcessID="1484" ThreadID="1492" /> 
      <Channel>AD FS/Admin</Channel> 
      <Computer>MobTstVmAdfs0.mytestdomain.com</Computer> 
      <Security UserID="S-1-5-21-2610119604-2933780250-1221947404-1111" /> 
    </System>
    <UserData>
      <Event xmlns="http://schemas.microsoft.com/ActiveDirectoryFederationServices/2.0/Events">
      <EventData>
      <Data>http://schemas.microsoft.com/ws/2006/05/identitymodel/tokens/UserName</Data> 
      <Data>user-The user name or password is incorrect</Data> 
      <Data>System.IdentityModel.Tokens.SecurityTokenValidationException: user ---> System.ComponentModel.Win32Exception: The user name or password is incorrect --- End of inner exception stack trace --- at Microsoft.IdentityServer.Service.Tokens.MSISWindowsUserNameSecurityTokenHandler.ValidateTokenInternal(SecurityToken
    token) at Microsoft.IdentityServer.Service.Tokens.MSISWindowsUserNameSecurityTokenHandler.ValidateToken(SecurityToken token) System.ComponentModel.Win32Exception (0x80004005): The user name or password is incorrect</Data> 
      </EventData>
      </Event>
    </UserData>
    </Event>
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
      <Provider Name="AD FS Tracing" Guid="{0457a490-4d4d-4a5b-b639-35382f1b6709}" /> 
      <EventID>996</EventID> 
      <Version>0</Version> 
      <Level>2</Level> 
      <Task>0</Task> 
      <Opcode>0</Opcode> 
      <Keywords>0x8000000000020000</Keywords> 
      <TimeCreated SystemTime="2014-07-29T13:05:53.358232900Z" /> 
      <EventRecordID>7136</EventRecordID> 
      <Correlation /> 
      <Execution ProcessID="1484" ThreadID="1524" ProcessorID="1" KernelTime="0" UserTime="5" /> 
      <Channel>AD FS Tracing/Debug</Channel> 
      <Computer>MobTstVmAdfs0.mytestdomain.com</Computer> 
      <Security UserID="S-1-5-21-2610119604-2933780250-1221947404-1111" /> 
    </System>
    <UserData>
      <Event xmlns="http://schemas.microsoft.com/ActiveDirectoryFederationServices/2.0/Events">
      <EventData>
      <OriginalEvent>WcfErrorTraceEvent</OriginalEvent> 
      <DataIndex>0</DataIndex> 
      <DataPageIndex>0</DataPageIndex> 
      <Data>Source : System.ServiceModel EventId : 131075 Data : <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Error"><TraceIdentifier>http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.ThrowingException.aspx</TraceIdentifier><Description>Throwing
    an exception.</Description><AppDomain>Microsoft.IdentityServer.ServiceHost.exe</AppDomain><Exception><ExceptionType>System.Net.Sockets.SocketException, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>An
    existing connection was forcibly closed by the remote host</Message><StackTrace> at System.ServiceModel.Channels.SocketConnection.BeginReadCore(Int32 offset, Int32 size, TimeSpan timeout, WaitCallback callback, Object state) at System.ServiceModel.Channels.SocketConnection.CloseAsyncAndLinger()
    at System.ServiceModel.Channels.SocketConnection.Close(TimeSpan timeout, Boolean asyncAndLinger) at System.ServiceModel.Channels.BufferedConnection.Close(TimeSpan timeout, Boolean asyncAndLinger) at System.ServiceModel.Channels.CommunicationPool`2.EndpointConnectionPool.CloseIdleConnection(TItem
    connection, TimeSpan timeout) at System.ServiceModel.Channels.CommunicationPool`2.EndpointConnectionPool.TakeConnection(TimeSpan timeout) at System.ServiceModel.Channels.ConnectionPoolHelper.TakeConnection(TimeSpan timeout) at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan
    timeout) at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan
    timeout) at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade) at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout) at System.Se</Data> 
      </EventData>
      </Event>
    </UserData>
    </Event>
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
      <Provider Name="AD FS Tracing" Guid="{0457a490-4d4d-4a5b-b639-35382f1b6709}" /> 
      <EventID>996</EventID> 
      <Version>0</Version> 
      <Level>2</Level> 
      <Task>0</Task> 
      <Opcode>0</Opcode> 
      <Keywords>0x8000000000020000</Keywords> 
      <TimeCreated SystemTime="2014-07-29T13:05:53.358232900Z" /> 
      <EventRecordID>7137</EventRecordID> 
      <Correlation /> 
      <Execution ProcessID="1484" ThreadID="1524" ProcessorID="1" KernelTime="0" UserTime="5" /> 
      <Channel>AD FS Tracing/Debug</Channel> 
      <Computer>MobTstVmAdfs0.mytestdomain.com</Computer> 
      <Security UserID="S-1-5-21-2610119604-2933780250-1221947404-1111" /> 
    </System>
    <UserData>
      <Event xmlns="http://schemas.microsoft.com/ActiveDirectoryFederationServices/2.0/Events">
      <EventData>
      <OriginalEvent>WcfErrorTraceEvent</OriginalEvent> 
      <DataIndex>0</DataIndex> 
      <DataPageIndex>1</DataPageIndex> 
      <Data>rviceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall,
    ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp;amp; msgData, Int32 type) at Microsoft.IdentityServer.Protocols.PolicyStore.IPolicyStore.Search(FilterData
    filter, Int32 maxObjects, String[] propertyNames) at Microsoft.IdentityServer.PolicyModel.Client.PolicyStoreClientManager.SearchWorker(Filter filter, Int32 maxObjects, String[] propertyNames, Boolean firstTry, PropertyFactoryBase propertyFactory) at Microsoft.IdentityServer.PolicyModel.Client.PolicyStoreClientManager.Search(Filter
    filter, Int32 maxObjects, String[] propertyNames, PropertyFactoryBase propertyFactory) at Microsoft.IdentityServer.PolicyModel.Client.PolicyManager.Search(Filter filter, Int32 maxObjects, String[] propertyNames) at Microsoft.IdentityServer.Service.FederationMetadata.SamlMetadataService.GetConfiguredClaims(ServiceState
    state) at Microsoft.IdentityServer.Service.FederationMetadata.SamlMetadataService.GenerateMetadata(ServiceState state) at Microsoft.IdentityServer.Service.FederationMetadata.SamlMetadataListener.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr
    userToken) at System.Net.ListenerAsyncResult.IOCompleted(ListenerAsyncResult asyncResult, UInt32 errorCode, UInt32 numBytes) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
    </StackTrace><ExceptionString>System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host</ExceptionString><NativeErrorCode>2746</NativeErrorCode></Exception></TraceRecord>
    ProcessId : 1484 ThreadId : 41</Data> 
      </EventData>
      </Event>
    </UserData>
    </Event>
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
      <Provider Name="AD FS Tracing" Guid="{0457a490-4d4d-4a5b-b639-35382f1b6709}" /> 
      <EventID>996</EventID> 
      <Version>0</Version> 
      <Level>2</Level> 
      <Task>0</Task> 
      <Opcode>0</Opcode> 
      <Keywords>0x8000000000020000</Keywords> 
      <TimeCreated SystemTime="2014-07-29T13:05:53.358232900Z" /> 
      <EventRecordID>7138</EventRecordID> 
      <Correlation /> 
      <Execution ProcessID="1484" ThreadID="1524" ProcessorID="1" KernelTime="0" UserTime="5" /> 
      <Channel>AD FS Tracing/Debug</Channel> 
      <Computer>MobTstVmAdfs0.mytestdomain.com</Computer> 
      <Security UserID="S-1-5-21-2610119604-2933780250-1221947404-1111" /> 
    </System>
    <UserData>
      <Event xmlns="http://schemas.microsoft.com/ActiveDirectoryFederationServices/2.0/Events">
      <EventData>
      <OriginalEvent>WcfErrorTraceEvent</OriginalEvent> 
      <DataIndex>0</DataIndex> 
      <DataPageIndex>0</DataPageIndex> 
      <Data>Source : System.ServiceModel EventId : 262256 Data : <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Error"><TraceIdentifier>http://msdn.microsoft.com/en-US/library/System.ServiceModel.Channels.TcpConnectionResetError.aspx</TraceIdentifier><Description>The
    socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '00:05:00.0000001'.</Description><AppDomain>Microsoft.IdentityServer.ServiceHost.exe</AppDomain><ExtendedData
    xmlns="http://schemas.microsoft.com/2006/08/ServiceModel/MessageTraceRecord"></ExtendedData><Exception><ExceptionType>System.ServiceModel.CommunicationException, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>The
    socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '00:05:00.0000001'.</Message><StackTrace>
    at System.ServiceModel.Channels.SocketConnection.ConvertTransferException(SocketException socketException, TimeSpan timeout, Exception originalException, TransferOperation transferOperation, Boolean aborted, String timeoutErrorString, TransferOperation timeoutErrorTransferOperation,
    SocketConnection socketConnection, TimeSpan remainingTime) at System.ServiceModel.Channels.SocketConnection.ConvertReceiveException(SocketException socketException, TimeSpan remainingTime) at System.ServiceModel.Channels.SocketConnection.BeginReadCore(Int32
    offset, Int32 size, TimeSpan timeout, WaitCallback callback, Object state) at System.ServiceModel.Channels.SocketConnection.CloseAsyncAndLinger() at System.ServiceModel.Channels.SocketConnection.Close(TimeSpan timeout, Boolean asyncAndLinger) at System.ServiceModel.Channels.BufferedConnection.Close(TimeSpan
    timeout, Boolean</Data> 
      </EventData>
      </Event>
    </UserData>
    </Event>
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
      <Provider Name="AD FS Tracing" Guid="{0457a490-4d4d-4a5b-b639-35382f1b6709}" /> 
      <EventID>996</EventID> 
      <Version>0</Version> 
      <Level>2</Level> 
      <Task>0</Task> 
      <Opcode>0</Opcode> 
      <Keywords>0x8000000000020000</Keywords> 
      <TimeCreated SystemTime="2014-07-29T13:05:53.358232900Z" /> 
      <EventRecordID>7139</EventRecordID> 
      <Correlation /> 
      <Execution ProcessID="1484" ThreadID="1524" ProcessorID="1" KernelTime="0" UserTime="5" /> 
      <Channel>AD FS Tracing/Debug</Channel> 
      <Computer>MobTstVmAdfs0.mytestdomain.com</Computer> 
      <Security UserID="S-1-5-21-2610119604-2933780250-1221947404-1111" /> 
    </System>
    <UserData>
      <Event xmlns="http://schemas.microsoft.com/ActiveDirectoryFederationServices/2.0/Events">
      <EventData>
      <OriginalEvent>WcfErrorTraceEvent</OriginalEvent> 
      <DataIndex>0</DataIndex> 
      <DataPageIndex>1</DataPageIndex> 
      <Data>asyncAndLinger) at System.ServiceModel.Channels.CommunicationPool`2.EndpointConnectionPool.CloseIdleConnection(TItem connection, TimeSpan timeout) at System.ServiceModel.Channels.CommunicationPool`2.EndpointConnectionPool.TakeConnection(TimeSpan
    timeout) at System.ServiceModel.Channels.ConnectionPoolHelper.TakeConnection(TimeSpan timeout) at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout) at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan
    timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan
    timeout, CallOnceManager cascade) at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs,
    TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp;amp;
    msgData, Int32 type) at Microsoft.IdentityServer.Protocols.PolicyStore.IPolicyStore.Search(FilterData filter, Int32 maxObjects, String[] propertyNames) at Microsoft.IdentityServer.PolicyModel.Client.PolicyStoreClientManager.SearchWorker(Filter filter, Int32
    maxObjects, String[] propertyNames, Boolean firstTry, PropertyFactoryBase propertyFactory) at Microsoft.IdentityServer.PolicyModel.Client.PolicyStoreClientManager.Search(Filter filter, Int32 maxObjects, String[] propertyNames, PropertyFactoryBase propertyFactory)
    at Microsoft.IdentityServer.PolicyModel.Client.PolicyManager.Searc</Data> 
      </EventData>
      </Event>
    </UserData>
    </Event>
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
      <Provider Name="AD FS Tracing" Guid="{0457a490-4d4d-4a5b-b639-35382f1b6709}" /> 
      <EventID>996</EventID> 
      <Version>0</Version> 
      <Level>2</Level> 
      <Task>0</Task> 
      <Opcode>0</Opcode> 
      <Keywords>0x8000000000020000</Keywords> 
      <TimeCreated SystemTime="2014-07-29T13:05:53.358232900Z" /> 
      <EventRecordID>7140</EventRecordID> 
      <Correlation /> 
      <Execution ProcessID="1484" ThreadID="1524" ProcessorID="1" KernelTime="0" UserTime="5" /> 
      <Channel>AD FS Tracing/Debug</Channel> 
      <Computer>MobTstVmAdfs0.mytestdomain.com</Computer> 
      <Security UserID="S-1-5-21-2610119604-2933780250-1221947404-1111" /> 
    </System>
    <UserData>
      <Event xmlns="http://schemas.microsoft.com/ActiveDirectoryFederationServices/2.0/Events">
      <EventData>
      <OriginalEvent>WcfErrorTraceEvent</OriginalEvent> 
      <DataIndex>0</DataIndex> 
      <DataPageIndex>2</DataPageIndex> 
      <Data>h(Filter filter, Int32 maxObjects, String[] propertyNames) at Microsoft.IdentityServer.Service.FederationMetadata.SamlMetadataService.GetConfiguredClaims(ServiceState state) at Microsoft.IdentityServer.Service.FederationMetadata.SamlMetadataService.GenerateMetadata(ServiceState
    state) at Microsoft.IdentityServer.Service.FederationMetadata.SamlMetadataListener.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.ListenerAsyncResult.IOCompleted(ListenerAsyncResult asyncResult, UInt32
    errorCode, UInt32 numBytes) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP) </StackTrace><ExceptionString>System.ServiceModel.CommunicationException: The socket
    connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '00:05:00.0000001'. ---&amp;gt; System.Net.Sockets.SocketException:
    An existing connection was forcibly closed by the remote host at System.ServiceModel.Channels.SocketConnection.BeginReadCore(Int32 offset, Int32 size, TimeSpan timeout, WaitCallback callback, Object state) --- End of inner exception stack trace ---</ExceptionString><InnerException><ExceptionType>System.Net.Sockets.SocketException,
    System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>An existing connection was forcibly closed by the remote host</Message><StackTrace> at System.ServiceModel.Channels.SocketConnection.BeginReadCore(Int32
    offset, Int32 size, TimeSpan timeout, WaitCallback callback, Object state)</StackTrace><ExceptionString>System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host at System.ServiceModel.Channels.SocketConnection.BeginReadCore(Int32
    offset, Int32 size, TimeSpan timeout, WaitCallback callback, Object state)</Exception</Data> 
      </EventData>
      </Event>
    </UserData>
    </Event>
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
      <Provider Name="AD FS Tracing" Guid="{0457a490-4d4d-4a5b-b639-35382f1b6709}" /> 
      <EventID>996</EventID> 
      <Version>0</Version> 
      <Level>2</Level> 
      <Task>0</Task> 
      <Opcode>0</Opcode> 
      <Keywords>0x8000000000020000</Keywords> 
      <TimeCreated SystemTime="2014-07-29T13:05:53.358232900Z" /> 
      <EventRecordID>7141</EventRecordID> 
      <Correlation /> 
      <Execution ProcessID="1484" ThreadID="1524" ProcessorID="1" KernelTime="0" UserTime="5" /> 
      <Channel>AD FS Tracing/Debug</Channel> 
      <Computer>MobTstVmAdfs0.mytestdomain.com</Computer> 
      <Security UserID="S-1-5-21-2610119604-2933780250-1221947404-1111" /> 
    </System>
    <UserData>
      <Event xmlns="http://schemas.microsoft.com/ActiveDirectoryFederationServices/2.0/Events">
      <EventData>
      <OriginalEvent>WcfErrorTraceEvent</OriginalEvent> 
      <DataIndex>0</DataIndex> 
      <DataPageIndex>3</DataPageIndex> 
      <Data>String><NativeErrorCode>2746</NativeErrorCode></InnerException></Exception></TraceRecord> ProcessId : 1484 ThreadId : 41</Data> 
      </EventData>
      </Event>
    </UserData>
    </Event>
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
      <Provider Name="AD FS Tracing" Guid="{0457a490-4d4d-4a5b-b639-35382f1b6709}" /> 
      <EventID>996</EventID> 
      <Version>0</Version> 
      <Level>2</Level> 
      <Task>0</Task> 
      <Opcode>0</Opcode> 
      <Keywords>0x8000000000020000</Keywords> 
      <TimeCreated SystemTime="2014-07-29T13:05:53.358232900Z" /> 
      <EventRecordID>7142</EventRecordID> 
      <Correlation /> 
      <Execution ProcessID="1484" ThreadID="1524" ProcessorID="1" KernelTime="0" UserTime="5" /> 
      <Channel>AD FS Tracing/Debug</Channel> 
      <Computer>MobTstVmAdfs0.mytestdomain.com</Computer> 
      <Security UserID="S-1-5-21-2610119604-2933780250-1221947404-1111" /> 
    </System>
    <UserData>
      <Event xmlns="http://schemas.microsoft.com/ActiveDirectoryFederationServices/2.0/Events">
      <EventData>
      <OriginalEvent>WcfErrorTraceEvent</OriginalEvent> 
      <DataIndex>0</DataIndex> 
      <DataPageIndex>0</DataPageIndex> 
      <Data>Source : System.ServiceModel EventId : 131075 Data : <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Error"><TraceIdentifier>http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.ThrowingException.aspx</TraceIdentifier><Description>Throwing
    an exception.</Description><AppDomain>Microsoft.IdentityServer.ServiceHost.exe</AppDomain><Exception><ExceptionType>System.ServiceModel.CommunicationException, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>The
    socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '00:05:00.0000001'.</Message><StackTrace>
    at System.ServiceModel.Channels.SocketConnection.BeginReadCore(Int32 offset, Int32 size, TimeSpan timeout, WaitCallback callback, Object state) at System.ServiceModel.Channels.SocketConnection.CloseAsyncAndLinger() at System.ServiceModel.Channels.SocketConnection.Close(TimeSpan
    timeout, Boolean asyncAndLinger) at System.ServiceModel.Channels.BufferedConnection.Close(TimeSpan timeout, Boolean asyncAndLinger) at System.ServiceModel.Channels.CommunicationPool`2.EndpointConnectionPool.CloseIdleConnection(TItem connection, TimeSpan timeout)
    at System.ServiceModel.Channels.CommunicationPool`2.EndpointConnectionPool.TakeConnection(TimeSpan timeout) at System.ServiceModel.Channels.ConnectionPoolHelper.TakeConnection(TimeSpan timeout) at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan
    timeout) at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan
    timeout) at System.ServiceMod</Data> 
      </EventData>
      </Event>
    </UserData>
    </Event>
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
      <Provider Name="AD FS Tracing" Guid="{0457a490-4d4d-4a5b-b639-35382f1b6709}" /> 
      <EventID>996</EventID> 
      <Version>0</Version> 
      <Level>2</Level> 
      <Task>0</Task> 
      <Opcode>0</Opcode> 
      <Keywords>0x8000000000020000</Keywords> 
      <TimeCreated SystemTime="2014-07-29T13:05:53.358232900Z" /> 
      <EventRecordID>7143</EventRecordID> 
      <Correlation /> 
      <Execution ProcessID="1484" ThreadID="1524" ProcessorID="1" KernelTime="0" UserTime="5" /> 
      <Channel>AD FS Tracing/Debug</Channel> 
      <Computer>MobTstVmAdfs0.mytestdomain.com</Computer> 
      <Security UserID="S-1-5-21-2610119604-2933780250-1221947404-1111" /> 
    </System>
    <UserData>
      <Event xmlns="http://schemas.microsoft.com/ActiveDirectoryFederationServices/2.0/Events">
      <EventData>
      <OriginalEvent>WcfErrorTraceEvent</OriginalEvent> 
      <DataIndex>0</DataIndex> 
      <DataPageIndex>1</DataPageIndex> 
      <Data>el.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade) at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action,
    Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage
    message) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp;amp; msgData, Int32 type) at Microsoft.IdentityServer.Protocols.PolicyStore.IPolicyStore.Search(FilterData filter, Int32 maxObjects, String[] propertyNames) at Microsoft.IdentityServer.PolicyModel.Client.PolicyStoreClientManager.SearchWorker(Filter
    filter, Int32 maxObjects, String[] propertyNames, Boolean firstTry, PropertyFactoryBase propertyFactory) at Microsoft.IdentityServer.PolicyModel.Client.PolicyStoreClientManager.Search(Filter filter, Int32 maxObjects, String[] propertyNames, PropertyFactoryBase
    propertyFactory) at Microsoft.IdentityServer.PolicyModel.Client.PolicyManager.Search(Filter filter, Int32 maxObjects, String[] propertyNames) at Microsoft.IdentityServer.Service.FederationMetadata.SamlMetadataService.GetConfiguredClaims(ServiceState state)
    at Microsoft.IdentityServer.Service.FederationMetadata.SamlMetadataService.GenerateMetadata(ServiceState state) at Microsoft.IdentityServer.Service.FederationMetadata.SamlMetadataListener.OnGetContext(IAsyncResult result) at System.Net.LazyAsyncResult.Complete(IntPtr
    userToken) at System.Net.ListenerAsyncResult.IOCompleted(ListenerAsyncResult asyncResult, UInt32 errorCode, UInt32 numBytes) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
    </StackTrace><ExceptionString>System.ServiceModel.CommunicationException: Th</Data> 
      </EventData>
      </Event>
    </UserData>
    </Event>
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
      <Provider Name="AD FS Tracing" Guid="{0457a490-4d4d-4a5b-b639-35382f1b6709}" /> 
      <EventID>996</EventID> 
      <Version>0</Version> 
      <Level>2</Level> 
      <Task>0</Task> 
      <Opcode>0</Opcode> 
      <Keywords>0x8000000000020000</Keywords> 
      <TimeCreated SystemTime="2014-07-29T13:05:53.358232900Z" /> 
      <EventRecordID>7144</EventRecordID> 
      <Correlation /> 
      <Execution ProcessID="1484" ThreadID="1524" ProcessorID="1" KernelTime="0" UserTime="5" /> 
      <Channel>AD FS Tracing/Debug</Channel> 
      <Computer>MobTstVmAdfs0.mytestdomain.com</Computer> 
      <Security UserID="S-1-5-21-2610119604-2933780250-1221947404-1111" /> 
    </System>
    <UserData>
      <Event xmlns="http://schemas.microsoft.com/ActiveDirectoryFederationServices/2.0/Events">
      <EventData>
      <OriginalEvent>WcfErrorTraceEvent</OriginalEvent> 
      <DataIndex>0</DataIndex> 
      <DataPageIndex>2</DataPageIndex> 
      <Data>e socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '00:05:00.0000001'. ---&amp;gt;
    System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.ServiceModel.Channels.SocketConnection.BeginReadCore(Int32 offset, Int32 size, TimeSpan timeout, WaitCallback callback, Object state) --- End of inner
    exception stack trace ---</ExceptionString><InnerException><ExceptionType>System.Net.Sockets.SocketException, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>An existing connection
    was forcibly closed by the remote host</Message><StackTrace> at System.ServiceModel.Channels.SocketConnection.BeginReadCore(Int32 offset, Int32 size, TimeSpan timeout, WaitCallback callback, Object state)</StackTrace><ExceptionString>System.Net.Sockets.SocketException
    (0x80004005): An existing connection was forcibly closed by the remote host at System.ServiceModel.Channels.SocketConnection.BeginReadCore(Int32 offset, Int32 size, TimeSpan timeout, WaitCallback callback, Object state)</ExceptionString><NativeErrorCode>2746</NativeErrorCode></InnerException></Exception></TraceRecord>
    ProcessId : 1484 ThreadId : 41</Data> 
      </EventData>
      </Event>
    </UserData>
    </Event>

    Hello,
    please use the forum listed in
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/195399e6-b5dd-46cf-a351-228bd62b24d8/adfs-specific-question-post-on-the-adfs-forum?forum=winserverDS
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

  • 500 internal server error

    i am using jdk1.3.1_02
    java webserver2.0 and internet explorer 6.0
    i am trying a servlet sample from "Java Servlet programming" of OREILLY .it contains a html form(one text field and one command button).i entered my name in text field and after clicking command button it should invoke my servlet and print my name.
    but i am getting the following error:
    500 Internal Server Error
    The servlet named invoker at the requested URL
    http://localhost:8080/servlet/IntroductionServlet.class
    reported this exception: java/util/jar/JarInputStream. Please report this to the administrator of the web server.
    java.lang.NoClassDefFoundError: java/util/jar/JarInputStream at sun.tools.jar.JarVerifierStream.(JarVerifierStream.java:38) at com.sun.server.loader.JarClassLoader.getInputStream(JarClassLoader.java:566) at com.sun.server.loader.JarClassLoader.loadJarClass(Compiled Code) at com.sun.server.loader.JarClassLoader.loadRequestedClass(JarClassLoader.java:672) at com.sun.server.loader.ServletClassLoader.loadClass(ServletClassLoader.java:376) at com.sun.server.loader.ServletClassLoader.loadClass(ServletClassLoader.java:310) at com.sun.server.loader.JarClassLoader.loadClass(JarClassLoader.java:603) at java.lang.ClassLoader.loadClass(Compiled Code) at com.sun.server.loader.ClassLoaderFactory.checkHashForLoader(Compiled Code) at com.sun.server.loader.ClassLoaderFactory.getClassFromLoader(ClassLoaderFactory.java:985) at com.sun.server.loader.ClassLoaderFactory.instantiateClass(Compiled Code) at com.sun.server.ServletManager.instantiateLocalServlet(ServletManager.java:513) at com.sun.server.ServletManager.instantiateServlet(ServletManager.java:474) at com.sun.server.ServletManager.loadServlet(ServletManager.java:689) at com.sun.server.ServletManager.loadServlet(ServletManager.java:606) at com.sun.server.ServletManager.getAndLoadServletState(Compiled Code) at com.sun.server.ServletManager.getAndLoadServletState(Compiled Code) at com.sun.server.ServletManager.callServletService(Compiled Code) at com.sun.server.http.servlet.InvokerServlet.service(InvokerServlet.java:137) at javax.servlet.http.HttpServlet.service(Compiled Code) at com.sun.server.ServletState.callService(ServletState.java:226) at com.sun.server.ServletManager.callServletService(Compiled Code) at com.sun.server.ProcessingState.invokeTargetServlet(ProcessingState.java:423) at com.sun.server.http.HttpProcessingState.execute(HttpProcessingState.java:79) at com.sun.server.http.stages.Runner.process(Runner.java:79) at com.sun.server.ProcessingSupport.process(Compiled Code) at com.sun.server.Service.process(Service.java:204) at com.sun.server.http.HttpServiceHandler.handleRequest(HttpServiceHandler.java:374) at com.sun.server.http.HttpServiceHandler.handleRequest(Compiled Code) at com.sun.server.HandlerThread.run(Compiled Code)
    i placed my servlet class file in servlets folder and my html file in public_html folder of java webserver.
    Anybody please kindly help me in solving this problem.I thank each and everyone for helping me.
    ----Siva Reddy.M

    Hey @Kodiak392, 
    Thanks for getting back to me.  
    I recommend a fresh start with your HP Officejet J6480 All-in-One Printer setup wherein you uninstall your drivers and reinstall while using your usb connection to convert to wireless.  Here's how:
    Click here to install the HP Officejet Software and Driver Removal Utility.  Run this utility to fully remove your printer's driver.  
    Next, click here to install the HP Printer Install Wizard for Windows.  Run this utility to complete a usb installation of your printer.  Naturally, with this approach you'll be connecting your printer to your computer via usb.   Follow the prompts to complete the installation and then select the convert to wireless option when it pops up.  If your computer doesn't automatically detect your network settings, make sure you know your exact network name (SSID) and wireless password.  
    If you run into any issues with your setup, click here to install the HP Print and Scan Doctor for Windows as it will automatically detect and correct common software barriers to a working install.  
    Please let me know the result of your troubleshooting by responding to this post.  Thank you for posting in the HP Support Forum and have a great day!  
    E-roq
    I work on behalf of HP.
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • CF10 500 internal server errors

    I have recently installed CF10 on a Win 2008 R2 server it will open the main pages (index.cfm) but if I try to browse to the links within the site I get a 500  internal server error or 404 file not found. I have looked at a few articles in regards to creating a virtual directory named jakarta this works for only one site and seems to only work if I set that virtual directoyr to the wsconfig\1 folder. I am not familiar with CF by anymeans so if answers could be as rookie as possible.
    Thanks,

    Thank  you for your kind words A little bit which I've learned in CF in only because of all our CF users who post their queries/answers and indeed you are one of them
    Usually when you set Enable 32-bit Application pool to false, you need not to restart IIS however during maintenance window you can restart IIS
    Another thing which I want to confirm, have you added an application/applications under a website and assigned those to separate application pools?
    If yes, then please change the application's pool to the website's pool. So if, default website has 4 applications under it, then all four applications must be assigned with Default App pool (The app pool for default website).
    For testing purpose, Add a new webiste in IIS. Place a test.cfm and test.html in the web root of this website. As you mentioned that you have configured connector with All, then you need not to run the web server configuration tool. Add CFIDE and jakarta as virtual directories in this new website. Also, make sure that the ISAPI filter has a tomcat entry for this website as shown in the screenshot below. It should be there because you have configured with All so the tomcat entry should be at the server level and this new website will inherit the property from server.
    You can also enable the detailed error for this test website and share the error which browser will return if you encounter the same issue Share the results for .cfm and .html returned by the browser.
    HTH
    Thanks
    VJ

  • 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 .... :)

  • Error 500--Internal Server Error while trying to create a new DataModel

    Infrastructure_: OBIEE 11.1.1.5 on 64 bit Linux (RHEL)
    Issue:* We get Error 500--Internal Server Error whenever we try to create a new data model in BI Publisher.
    Details:* We installed OBIEE 11.1.1.5 on 64 bit Linux machine. Whenever we try to create a new data model in BI Publisher, the page errors out with the message
    "Error 500--Internal Server Error, From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request"
    Edited by: user9544005 on Dec 29, 2011 7:02 AM

    Hello,
    I would prefer local language instead of US english.....
    My tips.
    1. DID you tried to Not apply the UDO/UDF things?
    2. Do not log in to the database, start from
    3. Please post the error message itself....
    4. If you are running on MS SQL 2005 server (not express) , You can start SQL profiler, and monitor the New Database creation.... you will see in profielr where is the error message and which tables / data is missing.
    If i know well,
    When you create a new company, the SBO-COMMON database is used to deploy the new database....
    If you get stock, reinstall your sbo-common from the last applyied patch..... (Detach SBO-common, move the files another directory, and start upgarder.exe).
    Regards,
    J.

  • 500   Internal Server Error in Identity Management in Portal

    Hi all,
    We have just upgraded our portal server to SP13 (2004s).
    Post upgrade, I am getting an error in Identity Management.
    When I search for a user, and try viewing his/her details, I get the following error.
    500   Internal Server Error
    Failed to process request. Please contact your system administrator.
    The funny thing is, it works fine for some users and throws an error for some others.
    Can anyone suggest what could be done to resolve this?
    Regards,
    Preksha

    Hi,
        the error may due to duplicate entries of users.
    go to logfile and check the users.
    regards,
    Sanjeevk

  • Internal Kernel Error

    Post Ehp7 upgrade we are facing issue when executing any db related tcodes.
    Eg:
    When executing DB02 we are getting the below error message and the workprocess are getting restarted.
    XXX: SAP System Message:
    Work process restarted; session terminated
    In ST22 we are getting the below dump:
    Category               Internal Kernel Error
    Runtime Errors         SYSTEM_CORE_DUMPED
    Date and Time          04/14/2014 23:59:21
    |Short Text                                                                                        |
    |    Process terminated by signal " ".                                                             |
    |What happened?                                                                                    |
    |    Error in the SAP kernel                                                                       |
    |                                                                                                  |
    |    The current ABAP program "CL_GUI_HTML_VIEWER============CP" had to be                         |
    |     terminated because the ABAP                                                                  |
    |    processor detected a system error.                                                            |
    |What can you do?                                                                                  |
    |    Note which actions and entries caused the error to occur.                                     |
    |                                                                                                  |
    |    Consult your SAP administrator.                                                               |
    |                                                                                                  |
    |    Using transaction ST22 for ABAP dump analysis, you can view, manage,                          |
    |    and retain termination messages for longer periods.                                           |
    |Error analysis                                                                                    |
    |    A process in the SAP system has been terminated by a signal in the                            |
    |    operating system.                                                                             |
    |                                                                                                  |
    |    Possible causes are:                                                                          |
    |    1) An internal error in the SAP system                                                        |
    |    2) Process terminated externally (by the system administrator) with a                         |
    |    signal.                                                                                       |
    |    Last error logged in SAP kernel                                                               |
    |                                                                                                  |
    |    Component............ Taskhandler                                                             |
    |    Location.......... SAP-Server sap-xxx1_XXX_00 on host sap-xxx1 (wp 4)                         |
    |    Version.............. 1                                                                       |
    |    Error code............ 16789511                                                               |
    |    Error text............ ThSigHandler: Signal                                                   |
    |    Description............                                                                       |
    |    System call..........                                                                         |
    |    Module.............. /bas/740_REL/src/krn/si/th/thxxhead.c                                    |
    |    Line................ 2343                                                                     |
    |    The error reported by the operating system is: Error number.....                              |
    |    Error text....... " "                                                                         |
    |How to correct the error                                                                          |
    |    The SAP system work directory (/usr/sap/c11/D00/work for example) often                       |
    |    contains a file called 'core'.                                                                |
    |                                                                                                  |
    |    Save this file under another name.                                                            |
    |    If you cannot solve the problem yourself, please send the following                           |
    |    information to SAP:                                                                           |
    |                                                                                                  |
    |    1. This description of the problem (short dump)                                               |
    |    To do this, choose  System -> List -> Save -> Local File (unconverted)                        |
    |    on the screen you are in now.                                                                 |
    |                                                                                                  |
    |    2. A suitable system log                                                                      |
    |    To do this, call the system log in transaction SM21. Restrict the time                        |
    |    interval to ten minutes before the short dump and five minutes after                          |
    |    it. In the display, choose System -> List -> Save -> Local File                               |
    |    (unconverted).                                                                                |
    |                                                                                                  |
    |    3. If these are programs of your own, or modified SAP programs: Source                        |
    |    code of these programs                                                                        |
    |    To do this, choose  More Utilities -> Upload/Download -> Download in                          |
    |    the Editor.                                                                                   |
    |                                                                                                  |
    |    4. Details regarding the conditions under which the error occurred or                         |
    |    which actions and input caused the error.                                                     |
    |System environment                                                                                |
    |    SAP Release.....                                                                              |
    |    SAP Basis level                                                                               |
    |                                                                                                  |
    |    Application server...                                                                         |
    |    Network address......                                                                         |
    |    Operating system...                                                                           |
    |    Release..............                                                                         |
    |    Hardware type.......                                                                          |
    |    Character length..... " " Bits                                                                |
    |    Pointer length........ " " Bits                                                               |
    |    Work process number...                                                                        |
    |    Shortdump setting.                                                                            |
    |                                                                                                  |
    |    Database server...                                                                            |
    |    Database type.....                                                                            |
    |    Database name.....                                                                            |
    |    Database user ID                                                                              |
    |                                                                                                  |
    |    Terminal..........                                                                            |
    |                                                                                                  |
    |    Character set                                                                                 |
    |                                                                                                  |
    |    SAP kernel.......                                                                             |
    |    Created on.......                                                                             |
    |    Created at.......                                                                             |
    |    Database version                                                                              |
    |    Patch level.......                                                                            |
    |    Patch text.......                                                                             |
    |                                                                                                  |
    |    Database.............                                                                         |
    |    SAP database version.                                                                         |
    |    Operating system...                                                                           |
    |                                                                                                  |
    |    Memory consumption                                                                            |
    |    Roll.... 0                                                                                    |
    |    EM...... 12288800                                                                             |
    |    Heap.... 0                                                                                    |
    |    Page.... 49152                                                                                |
    |    MM used. 6609472                                                                              |
    |    MM free. 1262576                                                                              |
    |User and Transaction                                                                              |
    |    Client.................                                                                       |
    |    User..................                                                                        |
    |    Language key..........                                                                        |
    |    Transaction......... DB6SPACE                                                                 |
    |    Transaction ID...... 534C070ABAB10BB0E1008000A7EEAE18                                         |
    |                                                                                                  |
    |    EPP whole context ID...... 534C069FBAB10BB0E1008000A7EEAE18                                   |
    |    EPP connection ID........ 00000000000000000000000000000000                                    |
    |    EPP call counter......... 0                                                                   |
    |                                                                                                  |
    |    Program.............. CL_GUI_HTML_VIEWER============CP                                        |
    |    Screen.............. SAPLSDBACCMS                            0042                             |
    |    Screen line.......... 3                                                                       |
    |    Active debugger..... " "                                                                      |
    |Information on where terminated                                                                   |
    |    The termination occurred in ABAP program "CL_GUI_HTML_VIEWER============CP",                  |
    |     in "ENABLE_SAPSSO". The main program                                                         |
    |    was "SAPLSDB6CCMS2                           ".                                               |
    |                                                                                                  |
    |    In the source code, the termination point is in line 52 of (Include)                          |
    |    program "CL_GUI_HTML_VIEWER============CM015".                                                |
    |Source Code Extract                                                                               |
    |Line |SourceCde                                                                                   |
    |   22|  cl_http_server=>get_location(                                                             |
    |   23|     exporting                                                                              |
    |   24|       application  = '/sap/public/myssocntl'  " #EC NOTEXT constant key if required in conf|
    |   25|     importing                                                                              |
    |   26|       host         = host                                                                  |
    |   27|       port         = service                                                               |
    |   28|       out_protocol = protocol ).                                                           |
    |   29|  m_http_host    = host.                                                                    |
    |   30|  m_http_service = service.                                                                 |
    |   31|                                                                                            |
    |   32|else.                                                                                       |
    |   33|*if optional parameter in_protocol is set, we are passing the same to get_location method.  |
    |   34|  cl_http_server=>get_location(                                                             |
    |   35|     exporting                                                                              |
    |   36|       application  = '/sap/public/myssocntl'  " #EC NOTEXT constant key if required in conf|
    |   37|       protocol = in_protocol                                                               |
    |   38|     importing                                                                              |
    |   39|       host         = host                                                                  |
    |   40|       port         = service                                                               |
    |   41|       out_protocol = protocol ).                                                           |
    |   42|  m_http_host    = host.                                                                    |
    |   43|  m_http_service = service.                                                                 |
    |   44|endif.                                                                                      |
    |   45|                                                                                            |
    |   46|                                                                                            |
    |   47|                                                                                            |
    |   48|  concatenate protocol '://' m_http_host ':' m_http_service " #EC NOTEXT                    |
    |   49|    '/sap/public/myssocntl?sap-client=' sy-mandt into url.  " #EC NOTEXT                    |
    |   50|                                                                                            |
    |   51|                                                                                            |
    |>>>>>|  call 'Reentrance_Ticket' id 'OPCODE'   field 'C'                                          |
    |   53|                           id 'RETICKET' field sso_ticket.                                  |
    |   54|*  SY-SUBRC = 0 : everything o.k. (ticket obtained)                                         |
    |   55|*            -1 : illegal/unknown opcode/parameter (should not occur)                       |
    |   56|*            -2 : illegal caller (ABAP callstack)  (should not occur)                       |
    |   57|*             1 : login/accept_sso2_ticket = 0 (customizing setting!)                       |
    |   58|*             2 : ticket cannot be created (use note 495911 to analyse)                     |
    |   59|  case sy-subrc.                                                                            |
    |   60|     when 0.      "resume                                                                   |
    |   61|     when 1 or 2. message i146(00) raising cntl_error.                                      |
    |   62|                  clear sso_ticket.                                                         |
    |   63|*                 RAISE SAPSSO_CONFIG_ERROR.                                                |
    |   64|     when others. message e191(00) raising cntl_error.                                      |
    |   65|   endcase.                                                                                 |
    |   66|                                                                                            |
    |   67|  if enabled is not initial and sso_ticket is not initial.                                  |
    |   68|    i_enabled = 1.                                                                          |
    |   69|  endif.                                                                                    |
    |   70|                                                                                            |
    |   71|  call method call_method                                                                   |
    |Active Calls/Events                                                                               |
    |No.   Ty.          Program                             Include                             Line   |
    |      Name                                                                                        |
    |    5 METHOD       CL_DBA_ACTION_WD_DBA_COCKPIT==CP    CL_DBA_ACTION_WD_DBA_COCKPIT==CM003    21  |
    |      CL_DBA_ACTION_WD_DBA_COCKPIT=>IF_DB6_ACTION_CONTROLLER~INIT                                 |
    |    4 MODULE (PBO) SAPLSDBACCMS                        RSDB6NAV                              106  |
    |      HANDLE_PBO                                                                                  |
    |    3 FUNCTION     SAPLSDBACCMS                        LSDBACCMSU01                           12  |
    |      DBA_CCMS_CALL_SCREEN                                                                        |
    |    2 METHOD       CL_DB6_TREE_NAVIGATOR=========CP    CL_DB6_TREE_NAVIGATOR=========CM003   476  |
    |      CL_DB6_TREE_NAVIGATOR=>CALL_ACTION                                                          |
    |    1 MODULE (PBO) SAPLSDB6CCMS2                       RSDB6NAV                              429  |
    |      PREPARE_OUTPUT_0900                                                                         |
    |Chosen variables                                                                                  |
    |Name                                                                                              |
    |    Val.                                                                                          |
    |No.   ???   Ty.          ???                                                                      |
    |Name  ???                                                                                         |
    |PROTOCOL                                                                                          |
    |                                                                                                  |
    |    8000                                                                                          |
    |    3333                                                                                          |
    |    8000                                                                                          |
    |    38303030                                                                                      |
    |                                                                                                  |
    |    http                                                                                          |
    |    6777                                                                                          |
    |    8440                                                                                          |
    |    68747470                                                                                      |
    |%_DUMMY$$                                                                                         |
    |                                                                                                  |
    |    2222                                                                                          |
    |    0000                                                                                          |
    |    20202020                                                                                      |
    |ME->M_HTTP_HOST                                                                                   |
    |    sap-xxx1                                                                                      |
    |    7672767322222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
    |    310D318100000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
    |    7361702D73617831202020202020202020202020202020202020202020202020202020202020202020202020202020|
    |ME->M_HTTP_SERVICE                                                                                |
    |    8000                                                                                          |
    |    33332222222222222222222222222222                                                              |
    |    80000000000000000000000000000000                                                              |
    |    3830303020202020202020202020202020202020202020202020202020202020                              |
    |URL                                                                                               |
    |    http://sap-xxx1:8000/sap/public/myssocntl?sap-client=100                                      |
    |    67773227672767333333276727766662677766676376726666673333                                      |
    |    8440AFF310D3181A8000F310F052C93FD933F3E4CF310D3C95E4D100                                      |
    |    687474703A2F2F7361702D736178313A383030302F7361702F7075626C69632F6D7973736F636E746C3F7361702D63|
    |SY-MANDT                                                                                          |
    |    100                                                                                           |
    |    333                                                                                           |
    |    100                                                                                           |
    |    313030                                                                                        |
    |SSO_TICKET                                                                                        |
    |    100#py³0############pwê######### MON_GET_RTS_RQST M_RSRC######################################|
    |    333077B300000000000077E00001000024445445555555555245555400000000000000000000000000000000000000|
    |    1000093000000000A01007A0000200000DFEF754F243F21340DF232300060000000000000003000000000000000000|
    |    313030007079B33000000000000000000A0001007077EA000000001200000000204D4F4E5F4745545F5254535F5251|
    |SY-SUBRC                                                                                          |
    |    0                                                                                             |
    |    0000                                                                                          |
    |    0000                                                                                          |
    |    00000000                                                                                      |
    |SY-REPID                                                                                          |
    |    CL_GUI_HTML_VIEWER============CP                                                              |
    |    4454545454455445453333333333334522222222                                                      |
    |    3CF759F84DCF695752DDDDDDDDDDDD3000000000                                                      |
    |    434C5F4755495F48544D4C5F5649455745523D3D3D3D3D3D3D3D3D3D3D3D43502020202020202020              |
    |SYST-REPID                                                                                        |
    |    CL_GUI_HTML_VIEWER============CP                                                              |
    |    4454545454455445453333333333334522222222                                                      |
    |    3CF759F84DCF695752DDDDDDDDDDDD3000000000                                                      |
    |    434C5F4755495F48544D4C5F5649455745523D3D3D3D3D3D3D3D3D3D3D3D43502020202020202020              |
    |No.       5 Ty.          METHOD                                                                   |
    |Name  CL_DBA_ACTION_WD_DBA_COCKPIT=>IF_DB6_ACTION_CONTROLLER~INIT                                 |
    |%_DUMMY$$                                                                                         |
    |                                                                                                  |
    |    2222                                                                                          |
    |    0000                                                                                          |
    |    20202020                                                                                      |
    |ME->HTML_CONTAINER                                                                                |
    |    {O:1007*\CLASS=CL_GUI_CUSTOM_CONTAINER}                                                       |
    |    1000000E                                                                                      |
    |    0000003F                                                                                      |
    |    10000000000003EF                                                                              |
    |ME->HTML_PANEL                                                                                    |
    |    {O:1006*\CLASS=CL_GUI_HTML_VIEWER}                                                            |
    |    1000000E                                                                                      |
    |    1000003E                                                                                      |
    |    11000000000003EE                                                                              |
    |%_SPACE                                                                                           |
    |                                                                                                  |
    |    2                                                                                             |
    |    0                                                                                             |
    |    20                                                                                            |
    |SPACE                                                                                             |
    |                                                                                                  |
    |    2                                                                                             |
    |    0                                                                                             |
    |    20                                                                                            |
    |SY-REPID                                                                                          |
    |    CL_DBA_ACTION_WD_DBA_COCKPIT==CP                                                              |
    |    4454445445444554544454444545334522222222                                                      |
    |    3CF421F1349FEF74F421F3F3B094DD3000000000                                                      |
    |    434C5F4442415F414354494F4E5F57445F4442415F434F434B5049543D3D43502020202020202020              |
    |ABAP_TRUE                                                                                         |
    |    X                                                                                             |
    |    5                                                                                             |
    |    8                                                                                             |
    |    58                                                                                            |
    |SY                                                                                                |
    |    ###############################################################################¸##############|
    |    0000000000010000000000000001000000000000000000000000000000000000000000000000000B00000000000000|
    |    0000000000020001000000000004000000000000000100060001000000010000000000000000000800000000000000|
    |    0000000000000000000000120000000100000000000000000000001400000000000000000000000000000001000000|
    |EVENT-EVENTID                                                                                     |
    |    0                                                                                             |
    |    0000                                                                                          |
    |    0000                                                                                          |
    |    00000000                                                                                      |
    |CL_GUI_HTML_VIEWER=>M_ID_SAPEVENT                                                                 |
    |    1                                                                                             |
    |    0000                                                                                          |
    |    0001                                                                                          |
    |    00000001                                                                                      |
    |CL_GUI_HTML_VIEWER=>WB_CMDID_PRINT                                                                |
    |    6                                                                                             |
    |    0000                                                                                          |
    |    0006                                                                                          |
    |    00000006                                                                                      |
    |EVENTS                                                                                            |
    |    Table[initial]                                                                                |
    |                                                                                                  |
    |EVENT                                                                                             |
    |    #### ###                                                                                      |
    |    00002000                                                                                      |
    |    00000000                                                                                      |
    |    0000000020000000                                                                              |
    |No.       4 Ty.          MODULE (PBO)                                                             |
    |Name  HANDLE_PBO                                                                                  |
    |%_DUMMY$$                                                                                         |
    |                                                                                                  |
    |    2222                                                                                          |
    |    0000                                                                                          |
    |    20202020                                                                                      |
    |NAVIGATOR                                                                                         |
    |    {O:1*\CLASS=CL_DB6_TREE_NAVIGATOR}                                                            |
    |    F0000000                                                                                      |
    |    E0000001                                                                                      |
    |    FE00000000000001                                                                              |
    |%_FL1*TS_COLL_TPL_DETAIL_TAB                                                                      |
    |    <initial>                                                                                     |
    |    <initial>                                                                                     |
    |    <initial>                                                                                     |
    |    <<iinniittiiaall>>                                                                            |
    |%_##TVREG_002                                                                                     |
    |                                                                                                  |
    |    2                                                                                             |
    |    0                                                                                             |
    |    20                                                                                            |
    |ABAP_TRUE                                                                                         |
    |    X                                                                                             |
    |    5                                                                                             |
    |    8                                                                                             |
    |    58                                                                                            |
    |%_ARCHIVE                                                                                         |
    |                                                                                                  |
    |    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
    |    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
    |    2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|
    |CANCEL_CODES                                                                                      |
    |    Table[initial]        

    Hi,
    it could be the sso issue. please ensure
    login/accept_sso2_ticket = 1
    login/create_sso2_ticket = 2
    Restart server after changed and retry.
    Is problem persist, kindly ensure
    1) post upgrade steps are performed
    2) no issue with secstore and strustsso2
    3) update kernel to latest level
    Hope it helps,
    Nicholas Chang

  • Reg: Internal server error

    Hi
    Oracle Application Version:11.5.10.2
    Database Version:9.2
    Os : linux 4
    When tried to clik the ebusiness suite,it given the internal server error message, i ran autoconfig in apps tier its suscceed
    but itried to run in db tier its not running it given the following error message.
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /prod/r02/oracle/proddb/9.2.0
    ERROR: OA_JRE_TOP isn't available at either of the following locations
    JDK - /prod/r02/oracle/proddb/9.2.0/jdk
    JRE - /prod/r02/oracle/proddb/9.2.0/jdk
    Pass option 'java' on command line
    ERROR: OA_JRE_TOP isn't available at either of the following locations
    JDK - /prod/r02/oracle/proddb/9.2.0/jdk
    JRE - /prod/r02/oracle/proddb/9.2.0/jdk
    Pass option 'java' on command line
    ERROR in setting Environment variable ADJREOPTS
    please give the solution
    Regards
    karthick raja

    Hi,
    As oracle user, source the database env file and issue "echo $OA_JRE_TOP" and post the output here.
    Also, make sure the value of this parameter is set correctly in the database context file, and run AutoConfig again.
    Regards,
    Hussein

Maybe you are looking for

  • Sharing network problem - again

    Hi, i hoped to avoid posting this problem, but i just can't get internet sharing working! My setup is this: I have a PC connected directly to a adsl-modem via a netcard, and via a second netcard (and a crossed cable) i have a second PC connected to t

  • Acrobat Pro CS5.5 installed but won't work with my serialnumber

    hi, in 2012 I bought and downloaded CS5.5 and installed it completely. Never used Acrobat Pro though. Today I would like to but. Adobe Application Manager opens and asks to type the serialnumber. As I copied it from my LWS account and  pasted it, the

  • How to truncate the first part of ID

    My problem is this. In my Service Request i have create a new field. I want that this field is the last 6 number of the N. SR How do i do? Sostantially if the N. SR is 485218-305439087 my field must be 439087(the last 6 number of N.SR). Thank you Reg

  • Writing currency with a comma

    I am trying to do a spread sheet in Euros.  My problem is in Italy they use comma instead of the decimal point in writing currency.  Example: €3.058356 is written as 3,058356 €. How can I use a comma without having the amount reading thousands?

  • Installing Oracle 9i Personal

    I downloaded Oracle9i Database Release 2 Enterprise/Standard/Personal Edition for Windows NT/2000/XP. But the setup.exe will not run. Does anyone know what is wrong?