Changeset 4dec365
- Timestamp:
- Apr 27, 2017 1:43:24 PM (4 years ago)
- Branches:
- master
- Children:
- a21e0274
- Parents:
- 06f78d7c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/routerconsole/java/src/net/i2p/router/web/RouterConsoleRunner.java
r06f78d7c r4dec365 963 963 // But we can force all webapps to use a single Timer thread 964 964 // see HashSessionManager javadoc 965 /**** 966 // TODO kills rollover 967 968 2017/xx/xx 00:00:00 | Exception in thread "org.eclipse.jetty.util.RolloverFileOutputStream" java.lang.IllegalStateException: Task already scheduled or cancelled 969 2017/xx/xx 00:00:00 | at java.util.Timer.sched(Timer.java:401) 970 2017/xx/xx 00:00:00 | at java.util.Timer.schedule(Timer.java:208) 971 2017/xx/xx 00:00:00 | at org.eclipse.jetty.util.RolloverFileOutputStream.scheduleNextRollover(RolloverFileOutputStream.java:195) 972 2017/xx/xx 00:00:00 | at org.eclipse.jetty.util.RolloverFileOutputStream.access$200(RolloverFileOutputStream.java:46) 973 2017/xx/xx 00:00:00 | at org.eclipse.jetty.util.RolloverFileOutputStream$RollTask.run(RolloverFileOutputStream.java:338) 974 2017/xx/xx 00:00:00 | at java.util.TimerThread.mainLoop(Timer.java:555) 975 2017/xx/xx 00:00:00 | at java.util.TimerThread.run(Timer.java:505) 976 965 977 synchronized(RouterConsoleRunner.class) { 966 978 if (_jettyTimer == null) { … … 974 986 context.getServletContext().setAttribute("org.eclipse.jetty.server.session.timer", _jettyTimer); 975 987 } 988 ****/ 976 989 } 977 990 -
history.txt
r06f78d7c r4dec365 1 2017-04-27 zzz 2 * Console: Disable Jetty timer thread consolidation 3 causing log file rollover to stop (ticket #1068) 4 1 5 2017-04-26 zzz 2 6 * HTTP Proxy: Add delay before jump page -
router/java/src/net/i2p/router/RouterVersion.java
r06f78d7c r4dec365 19 19 public final static String ID = "Monotone"; 20 20 public final static String VERSION = CoreVersion.VERSION; 21 public final static long BUILD = 1 8;21 public final static long BUILD = 19; 22 22 23 23 /** for example "-test" */
Note: See TracChangeset
for help on using the changeset viewer.