<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <link rel="stylesheet" href="$contextPath/css/css_error.css" /> <title>An error arise ... </title> </head> <body> <div id="page"> <div id="page1" class="case selected-case" role="main"> <h2 class="OA_header" role="heading">Authentication error arise</h2> <!--div id="main"--> <!--div id="leftcontent" class="hell" role="application"--> <div class="hell" role="application" > <p>The authentication stops on account of a process error:</p> <br/> <p><b>Error Code:</b> $errorCode</p> <p><b>Error Message:</b >$errorMsg</p> </div> #if($stacktrace) <div> <p><b>Stacktrace:</b> $stacktrace</p> </div> #end <!--/div---> <!--/div--> </div> </div> </body> </html>