1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224
|
Une erreur s'est produite à la ligne: 21 dans le fichier jsp: /graph.jsp
CategoryDataset cannot be resolved to a type
18: {200, 304, 201, 201, 340}
19: };
20:
21: final CategoryDataset dataset =
22: DatasetUtilities.createCategoryDataset(
23: "Team ", "", data);
24:
Une erreur s'est produite à la ligne: 22 dans le fichier jsp: /graph.jsp
DatasetUtilities cannot be resolved
19: };
20:
21: final CategoryDataset dataset =
22: DatasetUtilities.createCategoryDataset(
23: "Team ", "", data);
24:
25: JFreeChart chart = null;
Une erreur s'est produite à la ligne: 25 dans le fichier jsp: /graph.jsp
JFreeChart cannot be resolved to a type
22: DatasetUtilities.createCategoryDataset(
23: "Team ", "", data);
24:
25: JFreeChart chart = null;
26: BarRenderer renderer = null;
27: CategoryPlot plot = null;
28:
Une erreur s'est produite à la ligne: 26 dans le fichier jsp: /graph.jsp
BarRenderer cannot be resolved to a type
23: "Team ", "", data);
24:
25: JFreeChart chart = null;
26: BarRenderer renderer = null;
27: CategoryPlot plot = null;
28:
29:
Une erreur s'est produite à la ligne: 27 dans le fichier jsp: /graph.jsp
CategoryPlot cannot be resolved to a type
24:
25: JFreeChart chart = null;
26: BarRenderer renderer = null;
27: CategoryPlot plot = null;
28:
29:
30: final CategoryAxis categoryAxis = new CategoryAxis("Match");
Une erreur s'est produite à la ligne: 30 dans le fichier jsp: /graph.jsp
CategoryAxis cannot be resolved to a type
27: CategoryPlot plot = null;
28:
29:
30: final CategoryAxis categoryAxis = new CategoryAxis("Match");
31: final ValueAxis valueAxis = new NumberAxis("Run");
32: renderer = new BarRenderer();
33:
Une erreur s'est produite à la ligne: 30 dans le fichier jsp: /graph.jsp
CategoryAxis cannot be resolved to a type
27: CategoryPlot plot = null;
28:
29:
30: final CategoryAxis categoryAxis = new CategoryAxis("Match");
31: final ValueAxis valueAxis = new NumberAxis("Run");
32: renderer = new BarRenderer();
33:
Une erreur s'est produite à la ligne: 31 dans le fichier jsp: /graph.jsp
ValueAxis cannot be resolved to a type
28:
29:
30: final CategoryAxis categoryAxis = new CategoryAxis("Match");
31: final ValueAxis valueAxis = new NumberAxis("Run");
32: renderer = new BarRenderer();
33:
34: plot = new CategoryPlot(dataset, categoryAxis, valueAxis,
Une erreur s'est produite à la ligne: 31 dans le fichier jsp: /graph.jsp
NumberAxis cannot be resolved to a type
28:
29:
30: final CategoryAxis categoryAxis = new CategoryAxis("Match");
31: final ValueAxis valueAxis = new NumberAxis("Run");
32: renderer = new BarRenderer();
33:
34: plot = new CategoryPlot(dataset, categoryAxis, valueAxis,
Une erreur s'est produite à la ligne: 32 dans le fichier jsp: /graph.jsp
BarRenderer cannot be resolved to a type
29:
30: final CategoryAxis categoryAxis = new CategoryAxis("Match");
31: final ValueAxis valueAxis = new NumberAxis("Run");
32: renderer = new BarRenderer();
33:
34: plot = new CategoryPlot(dataset, categoryAxis, valueAxis,
35: renderer);
Une erreur s'est produite à la ligne: 34 dans le fichier jsp: /graph.jsp
CategoryPlot cannot be resolved to a type
31: final ValueAxis valueAxis = new NumberAxis("Run");
32: renderer = new BarRenderer();
33:
34: plot = new CategoryPlot(dataset, categoryAxis, valueAxis,
35: renderer);
36:
37: plot.setOrientation(PlotOrientation.VERTICAL);
Une erreur s'est produite à la ligne: 37 dans le fichier jsp: /graph.jsp
PlotOrientation.VERTICAL cannot be resolved to a type
34: plot = new CategoryPlot(dataset, categoryAxis, valueAxis,
35: renderer);
36:
37: plot.setOrientation(PlotOrientation.VERTICAL);
38: chart = new JFreeChart("Srore Bord", JFreeChart.DEFAULT_TITLE_FONT,
39: plot, true);
40:
Une erreur s'est produite à la ligne: 38 dans le fichier jsp: /graph.jsp
JFreeChart cannot be resolved to a type
35: renderer);
36:
37: plot.setOrientation(PlotOrientation.VERTICAL);
38: chart = new JFreeChart("Srore Bord", JFreeChart.DEFAULT_TITLE_FONT,
39: plot, true);
40:
41: chart.setBackgroundPaint(new Color(249, 231, 236));
Une erreur s'est produite à la ligne: 38 dans le fichier jsp: /graph.jsp
JFreeChart.DEFAULT_TITLE_FONT cannot be resolved to a type
35: renderer);
36:
37: plot.setOrientation(PlotOrientation.VERTICAL);
38: chart = new JFreeChart("Srore Bord", JFreeChart.DEFAULT_TITLE_FONT,
39: plot, true);
40:
41: chart.setBackgroundPaint(new Color(249, 231, 236));
Une erreur s'est produite à la ligne: 58 dans le fichier jsp: /graph.jsp
ChartRenderingInfo cannot be resolved to a type
55: plot.setRenderer(renderer);
56:
57: try {
58: final ChartRenderingInfo info = new ChartRenderingInfo
59: (new StandardEntityCollection());
60:
61:
Une erreur s'est produite à la ligne: 58 dans le fichier jsp: /graph.jsp
ChartRenderingInfo cannot be resolved to a type
55: plot.setRenderer(renderer);
56:
57: try {
58: final ChartRenderingInfo info = new ChartRenderingInfo
59: (new StandardEntityCollection());
60:
61:
Une erreur s'est produite à la ligne: 59 dans le fichier jsp: /graph.jsp
StandardEntityCollection cannot be resolved to a type
56:
57: try {
58: final ChartRenderingInfo info = new ChartRenderingInfo
59: (new StandardEntityCollection());
60:
61:
62:
Une erreur s'est produite à la ligne: 65 dans le fichier jsp: /graph.jsp
ChartUtilities cannot be resolved
62:
63:
64:
65: ChartUtilities.saveChartAsJPEG(new File("\\ftp.jpg"),chart,600,300);
66: } catch (Exception e) {
67: out.println(e);
68: }
Stacktrace:
at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)
at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:439)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:592)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:636) |
Partager