Edit C:\Users\Administrator\Desktop\Back\galaxie\errors\unableToCreatePopulationEntries_body.jsp
<%@page session="true"%><%@ page import="com.edeal.frontline.navigation.FlRequest" %><%@ page import="com.edeal.frontline.AccessDeniedException" %><%@ page import="com.edeal.frontline.FrontlineException" %><%@ page import="java.io.PrintWriter" %><%@ page import="java.io.StringWriter" %><%@ page import="com.edeal.frontline.Utils" %><%@ page import="com.edeal.frontline.FailureReport" %><%@ taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %><% FailureReport fReport = (FailureReport)request.getAttribute("FailureReport"); AccessDeniedException accessDeniedException = (AccessDeniedException)request.getAttribute("AccessDeniedException"); String errorMessage = (accessDeniedException == null ? null : accessDeniedException.getMessage()); if (errorMessage == null) { errorMessage = "<i>Non saisi - Not available</i>"; } String stack = null; PrintWriter pwOut = null; StringWriter outString = null; try { outString = new StringWriter(); pwOut = new PrintWriter(outString, true); accessDeniedException.printStackTrace(pwOut); } catch (Exception ex) { } finally { try { pwOut.close(); } catch (Exception ex) {} try { outString.close(); } catch (Exception ex) {} if (outString != null) { stack = outString.toString(); } if (stack == null) { stack = ""; } } session.setAttribute("LastStackTrace", stack); %> <script language="javascript"> function openStackTraceWindow() { var win = window.open('<fl:webapp/>/errors/stackTracePopup.jsp', 'StackTracePopup', 'menubar=no,status=no,toolbar=no,scrollbars=yes,resizable=yes,width=800,height=600'); } </script> <fl:bigTabs ignoreCriteria="true" ignoreList="true" objectTitle="Impossible de créer la population."> <% if (accessDeniedException == null) { %> <span class="titreFiche">Exception pas disponible<br><i>No Exception given</i></span> <% } else { %> <span class="titreFiche">Impossible de créer la population.<br><i>Population could not be created.</i></span><p> <span class="dataLabel"><b>Type d'exception - <i>Exception type</i>:</b></span><span class="dataValue"><%= accessDeniedException.getClass().getName() %></span><br> <span class="dataLabel"><b>Message d'exception - <i>Exception message</i>:</b></span><span class="dataValue"><%= errorMessage %></span><br> <% if (fReport != null) { %> <hr> <span class="titreFiche" style="font-size: smaller;"><%= fReport.getStack() %></span> <% } %> <% } %> </fl:bigTabs>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de