That's what I thought - try this page however:
http://www.jeremyrussell.co.uk/2005/login.jspThis code hasn't been changed since 2005 (per the URL) and responds as below:
500 Servlet Exception
java.lang.NoClassDefFoundError: org/apache/commons/validator/ValidatorResources
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:1647)
at java.lang.Class.getDeclaredMethods(Class.java:1131)
at java.beans.Introspector$1.run(Introspector.java:1126)
at java.security.AccessController.doPrivileged(Native Method)
at java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:1124)
at java.beans.Introspector.getTargetMethodInfo(Introspector.java:989)
at java.beans.Introspector.getBeanInfo(Introspector.java:370)
at java.beans.Introspector.getBeanInfo(Introspector.java:144)
at com.caucho.jsp.Taglib.fillTag(Taglib.java:497)
at com.caucho.jsp.Taglib.fillTagLibraryInfo(Taglib.java:445)
at com.caucho.jsp.Taglib.<init>(Taglib.java:188)
at com.caucho.jsp.Taglib.parseTld(Taglib.java:346)
at com.caucho.jsp.Taglib.loadJarTlds(Taglib.java:298)
at com.caucho.jsp.Taglib.loadAllTlds(Taglib.java:221)
at com.caucho.jsp.JspManager.getTldMap(JspManager.java:180)
at com.caucho.jsp.JspManager.createPage(JspManager.java:170)
at com.caucho.jsp.PageManager.getPage(PageManager.java:351)
at com.caucho.jsp.PageManager.getPage(PageManager.java:206)
at com.caucho.jsp.QServlet.getPage(QServlet.java:220)
at com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:129)
at com.caucho.server.http.Invocation.service(Invocation.java:315)
at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
at com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:346)
at com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:274)
at com.caucho.server.TcpConnection.run(TcpConnection.java:139)
at java.lang.Thread.run(Thread.java:534)
I'm having other issues with respect to GoogleWebToolkit - it seems that the version of Resin on the Rigel server is at V2.x - a 2004 vintage - and therefore I've asked support to move my hosting to a slightly more up-to-date server. Hopefully, that move will resolve all my current issues
