January 28, 2014 at 11:35PM View BBCode
We are currently working on a few initiatives, one of them will be to allow for different league sizes.January 29, 2014 at 01:35AM View BBCode
On the waiver wire, I just noticed that the date is 4/8, and there are players with Claim dates of 4/6 & 4/7 still on the Waiver wire. It seems like they should have been removed, right?January 29, 2014 at 07:29PM View BBCode
I'll take a look, I believe it is related. Thanks for pointing it out.January 29, 2014 at 10:58PM View BBCode
When I try to access Head-to-Head results I get the following error:HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 164 in the jsp file: /headtohead.jsp
numteams cannot be resolved
161: query +="join league on hometeam.team_league_id = league.league_id ";
162: query +="join city as homecity on hometeam.team_city_id = homecity.city_id ";
163: query +="join city as awaycity on visteam.team_city_id = awaycity.city_id ";
164: query +="where schedule_teams = " + numteams + " and (schedule_date >= '" + year + "-01-01' and schedule_date<= '" + year + "-12-31') and ((visteam.team_id=" + teamid + ") or (hometeam.team_id=" + teamid + ")) ";
165: query +="group by otherteam order by othercity";
166:
167:
An error occurred at line: 200 in the jsp file: /headtohead.jsp
numteams cannot be resolved
197: double pct;
198: double pythpct;
199: int i = 1;
200: int max = numteams / 2;
201: if(cityleague.equals("1")) {
202: i = (numteams / 2) + 1; // 9
203: max = numteams;
An error occurred at line: 202 in the jsp file: /headtohead.jsp
numteams cannot be resolved
199: int i = 1;
200: int max = numteams / 2;
201: if(cityleague.equals("1")) {
202: i = (numteams / 2) + 1; // 9
203: max = numteams;
204: }
205:
An error occurred at line: 203 in the jsp file: /headtohead.jsp
numteams cannot be resolved
200: int max = numteams / 2;
201: if(cityleague.equals("1")) {
202: i = (numteams / 2) + 1; // 9
203: max = numteams;
204: }
205:
206: for(; i<=max; i++) {
An error occurred at line: 221 in the jsp file: /headtohead.jsp
numteams cannot be resolved
218: String homepctstr = ".000";
219: String roadpctstr = ".000";
220: if(i != schedulingid) {
221: query = "select sum(if(boxscore_home_runs > boxscore_away_runs, 1, 0)) as homewins, count(*) as homegames, sum(boxscore_home_runs) as homeruns, sum(boxscore_away_runs) as homerunsagainst from boxscore, schedule where schedule_teams = " + numteams + " and boxscore_schedule_id = schedule_id and boxscore_league_id = " + leagueid + " and (schedule_date >= '" + year + "-01-01' and schedule_date<= '" + year + "-12-31') and schedule_home = " + schedulingid + " and schedule_away = " + i;
222: rset = stmt.executeQuery(query);
223: if(rset.next()) {
224: numgames = rset.getInt("homegames");
An error occurred at line: 230 in the jsp file: /headtohead.jsp
numteams cannot be resolved
227: runs = rset.getInt("homeruns");
228: runsa= rset.getInt("homerunsagainst");
229: }
230: query = "select sum(if(boxscore_away_runs > boxscore_home_runs, 1, 0)) as awaywins, count(*) as awaygames, sum(boxscore_away_runs) as awayruns, sum(boxscore_home_runs) as awayrunsagainst from boxscore, schedule where schedule_teams = " + numteams + " and boxscore_schedule_id = schedule_id and boxscore_league_id = " + leagueid + " and (schedule_date >= '" + year + "-01-01' and schedule_date<= '" + year + "-12-31') and schedule_away = " + schedulingid + " and schedule_home = " + i;
231: rset = stmt.executeQuery(query);
232: if(rset.next()) {
233: numgames += rset.getInt("awaygames");
Stacktrace:
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:439)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:592)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.29 logs.
Apache Tomcat/6.0.29
February 06, 2014 at 02:02PM View BBCode
This may not be related to the increased league size but the MVP results are not available.February 11, 2014 at 09:14PM View BBCode
It is likely related, I will take a look at this.February 18, 2014 at 07:45PM View BBCode
The MVP issue should be fixed going forward.February 20, 2014 at 07:21PM View BBCode
Ok, I have re-written the playoff code completely to make it more flexible in dealing with different league sizes. Both leagues are far from the playoffs at the moment, I'm going to work with a test league myself and try to iron out any issues before you guys get to the playoffs.February 27, 2014 at 07:50PM View BBCode
I am ready for your help in testing. If you want to check out the league, you can sign in as betauser24, pw: betauser24.February 27, 2014 at 11:10PM View BBCode
Me please....I'll take as many or as few as you want me to have.February 28, 2014 at 01:48AM View BBCode
Mongrel is my kinda owner. Good to see you over here.March 01, 2014 at 07:39AM View BBCode
dynasty vision doesnt work for me, it loads but i can't un-pause it.March 01, 2014 at 11:11AM View BBCode
I will certainly help out. You can set me up for a team (two if there is a need).March 01, 2014 at 05:52PM View BBCode
Originally posted by paulcaraccio
dynasty vision doesnt work for me, it loads but i can't un-pause it.
March 01, 2014 at 06:47PM View BBCode
If you still need owners to test, Tyson, I'll take a team.March 01, 2014 at 07:27PM View BBCode
If it helps get the ball rolling I'll take another kind sir.Pages: 1 2