I've just created an issue : http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-871
Selon Trygve Laugst�l <[EMAIL PROTECTED]>: > On Tue, 30 Sep 2003 [EMAIL PROTECTED] wrote: > > > > > Here my maven out : > > > > T:\eb\maven-proxy\core>maven artifact:load > > __ __ > > | \/ |__ _Apache__ ___ > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT > > > > Tentative de t��l��chargement de maven-fetch-SNAPSHOT.jar. > > BUILD SUCCESSFUL > > Total time: 14 seconds > > Finished at: Tue Sep 30 16:52:45 CEST 2003 > > > > Here my MavenProxy out : > > > > 16:52:43.688 WARN!! Exception for /maven/jars/maven-fetch-SNAPSHOT.jar > > java.lang.IllegalArgumentException: Cannot convert date: mar., 30 sept. > 2003 > > 13:00:17 > > at org.mortbay.http.HttpFields.getDateField(HttpFields.java:916) > > at org.mortbay.http.HttpMessage.getDateField(HttpMessage.java:457) > > at > org.mortbay.jetty.servlet.ServletHttpRequest.getDateHeader (ServletHttpRequest.java:275) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > > at > org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:360) > > at > org.mortbay.jetty.servlet.ServletHandler.dispatch(ServletHandler.java:651) > > at > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:558) > > at org.mortbay.http.HttpContext.handle(HttpContext.java:1714) > > at org.mortbay.http.HttpContext.handle(HttpContext.java:1664) > > at org.mortbay.http.HttpServer.service(HttpServer.java:863) > > at > org.mortbay.http.HttpConnection.service(HttpConnection.java:775) > > at > org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:939) > > at org.mortbay.http.HttpConnection.handle(HttpConnection.java:792) > > at > org.mortbay.http.SocketListener.handleConnection(SocketListener.java:201) > > at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289) > > at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455) > > > > It's only a warning (but why?) > > > > Guess it is because "mar., 30 sept. 2003 13:00:17" isnt a valid date. > Seems like it is a extra ',' in it. Seems like a jetty issue anyway. > Which browser are you using? or maven fetcher? If so it might have > something to with some fields the fetcher are setting. > > I've check the jetty code and it seems like the field it is trying to read > is the If-modified-since header field. Might be a lead for the one that is > going to investigate into this. > > http://cvs.sourceforge.net/viewcvs.py/jetty/Jetty/src/javax/servlet/http/HttpSer vlet.java?rev=1.4&content-type=text/vnd.viewcvs-markup > > long ifModifiedSince = req.getDateHeader(HEADER_IFMODSINCE); > > > > > Thx, > > > > Selon Trygve Laugst��l <[EMAIL PROTECTED]>: > > > > > On Tue, 30 Sep 2003 [EMAIL PROTECTED] wrote: > > > > > > > Hi, > > > > > > > > I've just installed maven proxy and I've got an error on retriving > some > > > > SNAPSHOP dependencies : > > > > > > > > 15:21:37.878 WARN!! Exception for /maven/jars/maven-fetch-SNAPSHOT.jar > > > > java.lang.IllegalArgumentException: Cannot convert date: mar., 30 > sept. > > > 2003 > > > > 13:00:17 > > > > at > org.mortbay.http.HttpFields.getDateField(HttpFields.java:916) > > > > > > Do you mind positing the rest of the trace? I've looked at the > maven-proxy > > > for some time now so I know at least some parts of the code rather well. > > > > > > What did you do to get this exception? > > > > > > > > > > > Any idea ? > > > > > > > > Thx, > > > > -emmanuel > > > > > > Trygve > > Trygve > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
