<?xml version="1.0" encoding="UTF-8"?>
<errorPage timestamp="">
  <!-- static part, unchanged from a request - response cycle -->
  <static>
    <accessKey>error</accessKey>
    <transformation dependingOnArea="no">error</transformation>
  </static>
  <!-- dynamic part, will be changed from an action -->
  <!-- the base url is inserted in every html page, hence links are relativ from servlet path -->
  <base/>
  <messages/>
  <actions>
    <action url="logout.sap">
      <text id="action.logout">
      Logout
    </text>
    </action>
  </actions>
  <greeting>
    <text id="error.action.greeting">
      SAP Knowledge Warehouse - Error Page
    </text>
  </greeting>
  <error>
    <http-error-code>
      <text id="error.action.http.code">HTTP Error Code</text>
    </http-error-code>
    <servlet-name>
      <text id="error.action.servlet.name">Servlet name</text>
    </servlet-name>
    <servlet-message>
      <text id="error.action.servlet.message">Servlet message</text>
    </servlet-message>
    <exception>
      <exception-message/>
      <exception-class/>
      <exception-stack-trace>
        <stack-trace-element fileName="" className="" methodName="" lineNumber=""/>
      </exception-stack-trace>
      <!-- root cause -->
      <exception/>
    </exception>
  </error>
  <error-context>
    <status-text>
      <text id="error.action.status.text">An error occured while processing your request.</text>
    </status-text>
    <cause>
      <text id="error.action.error.cause">Most common causes: requested URL is wrong or not complete, requested content does not exist in the underlying backend system, connection to the underlying backend system is misconfigured, user is working in the wrong context.</text>
    </cause>
    <what-to-do>
      <text id="error.action.howto.correct">Please contact the support service or try again later.</text>
    </what-to-do>
    <timestamp>
      <text id="error.action.timestamp">Server Time</text>
    </timestamp>
    <request-URL>
      <text id="error.action.request.url">Request URL</text>
    </request-URL>
    <context>
      <text id="error.action.context">KW Context</text>
    </context>
    <user-login-name/>
    <R3-connection-properties>
      <property name="" value=""/>
    </R3-connection-properties>
    <JCo-connection-pools>
      <pool language="" max-connections="" used-connections=""/>
    </JCo-connection-pools>
  </error-context>
  <r3-context>
    <r3fu-call>
      <text id="error.action.r3fu.call">RFC call to SAP System</text>
    </r3fu-call>
  </r3-context>
</errorPage>
