Edit C:\Users\Administrator\Desktop\Back\galaxie\errors\errorCreatingPopulation_body.jsp
<%@page session="true"%><%@ page import="com.edeal.frontline.navigation.FlRequest" %><%@ page import="com.edeal.frontline.FrontlineException" %><%@ 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"); FrontlineException frontlineException = (FrontlineException)request.getAttribute("FrontlineException"); String errorMessage = (frontlineException == null ? null : frontlineException.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); frontlineException.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="Erreur lors de la création de la population."> <% if (frontlineException == null) { %> <span class="titreFiche">Exception pas disponible<br><i>No Exception given</i></span> <% } else { %> <span class="titreFiche">Erreur lors de la création de la population.<br><i>An error occured while creating the population.</i></span><p> <span class="dataLabel"><b>Type d'exception - <i>Exception type</i>:</b></span><span class="dataValue"><%= frontlineException.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