> On April 10, 2014, 6:23 p.m., Ali Lown wrote: > > LGTM. Similarly, this stuff should just get committed.
Commited 43187a96d6d77e2d4e39e35ccd0bfcad828ae117 - Vicente J. ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20209/#review40053 ----------------------------------------------------------- On April 10, 2014, 1:35 p.m., Vicente J. Ruiz Jurado wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/20209/ > ----------------------------------------------------------- > > (Updated April 10, 2014, 1:35 p.m.) > > > Review request for wave, Ali Lown and Yuri Zelikov. > > > Repository: wave > > > Description > ------- > > Fix for this missing servlet: > > ./run-server.sh > abr 10, 2014 3:22:08 PM > org.waveprotocol.box.server.waveserver.CertificateManagerImpl <init> > Advertencia: ** SIGNATURE VERIFICATION DISABLED ** see flag > "waveserver_disable_verification" > abr 10, 2014 3:22:08 PM org.waveprotocol.box.server.waveserver.WaveServerImpl > <init> > Información: Wave Server configured to host local domains: [local.net] > abr 10, 2014 3:22:08 PM org.waveprotocol.box.server.rpc.ServerRpcProvider > parseAddressList > Advertencia: Ignoring duplicate address in http addresses list: Duplicate > entry 'localhost:9898' resolved to 127.0.0.1 > Exception in thread "main" java.lang.NoClassDefFoundError: > cc/kune/initials/InitialsAvatarsServlet > at > org.waveprotocol.box.server.ServerMain.initializeServlets(ServerMain.java:252) > at org.waveprotocol.box.server.ServerMain.run(ServerMain.java:192) > at org.waveprotocol.box.server.ServerMain.main(ServerMain.java:138) > Caused by: java.lang.ClassNotFoundException: > cc.kune.initials.InitialsAvatarsServlet > at java.net.URLClassLoader$1.run(URLClassLoader.java:366) > at java.net.URLClassLoader$1.run(URLClassLoader.java:355) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:354) > at java.lang.ClassLoader.loadClass(ClassLoader.java:425) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) > at java.lang.ClassLoader.loadClass(ClassLoader.java:358) > > > Diffs > ----- > > build.xml ae3ba88 > > Diff: https://reviews.apache.org/r/20209/diff/ > > > Testing > ------- > > > Thanks, > > Vicente J. Ruiz Jurado > >