You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by em...@free.fr on 2003/09/30 15:41:21 UTC

MavenProxy

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)

Any idea ?

Thx,
-emmanuel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: MavenProxy

Posted by em...@free.fr.
I've just created an issue :

http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-871

Selon Trygve Laugstøl <tr...@student.matnat.uio.no>:

> On Tue, 30 Sep 2003 emmanuel.boudrant@free.fr 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 <tr...@student.matnat.uio.no>:
> >
> > > On Tue, 30 Sep 2003 emmanuel.boudrant@free.fr 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: MavenProxy

Posted by Trygve Laugstøl <tr...@student.matnat.uio.no>.
On Tue, 30 Sep 2003 emmanuel.boudrant@free.fr 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/HttpServlet.java?rev=1.4&content-type=text/vnd.viewcvs-markup

long ifModifiedSince = req.getDateHeader(HEADER_IFMODSINCE);

>
> Thx,
>
> Selon Trygve Laugst©ªl <tr...@student.matnat.uio.no>:
>
> > On Tue, 30 Sep 2003 emmanuel.boudrant@free.fr 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: MavenProxy

Posted by em...@free.fr.
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:27
5)
        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?)



Thx,





Selon Trygve Laugst©ªl <tr...@student.matnat.uio.no>:

> On Tue, 30 Sep 2003 emmanuel.boudrant@free.fr 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
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: MavenProxy

Posted by Trygve Laugstøl <tr...@student.matnat.uio.no>.
On Tue, 30 Sep 2003 emmanuel.boudrant@free.fr 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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: MavenProxy

Posted by Jason van Zyl <jv...@maven.org>.
On Tue, 2003-09-30 at 09:58, emmanuel.boudrant@free.fr wrote:

> BTW, is there any bugtracking systems for this great tool ?

There is a component called 'maven-proxy' in JIRA where you can raise
issues.

-- 
jvz.

Jason van Zyl
jason@zenplex.com
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: MavenProxy

Posted by em...@free.fr.
> On Tue, 2003-09-30 at 09:41, emmanuel.boudrant@free.fr 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)
> > 
> > Any idea ?
> 
> I might be able to take a peek next week, but Ben, the author, is on
> vacation right now but I'll be seeing him in Amsterdam so I will give
> him a little nudge for you :-)

BTW, is there any bugtracking systems for this great tool ?
 
> 
> > Thx,
> > -emmanuel
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> -- 
> jvz.
> 
> Jason van Zyl
> jason@zenplex.com
> http://tambora.zenplex.org
> 
> In short, man creates for himself a new religion of a rational
> and technical order to justify his work and to be justified in it.
>   
>   -- Jacques Ellul, The Technological Society
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: MavenProxy

Posted by em...@free.fr.
Selon Paul Libbrecht <pa...@activemath.org>:

> Dare I ask what MavenProxy is ?
> Google doesn't seem to find anything on this topic.
> Is it simply the proxy settings in Maven... or is it a Servlet-based 
> maven at work ?

It's just a great tool, more info on :

http://wiki.codehaus.org/maven/MavenProxy

> Thanks.
> 
> Paul
> 
> 
> 
> Jason van Zyl wrote:
> > On Tue, 2003-09-30 at 09:41, emmanuel.boudrant@free.fr 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)
> >>
> >>Any idea ?
> > 
> > 
> > I might be able to take a peek next week, but Ben, the author, is on
> > vacation right now but I'll be seeing him in Amsterdam so I will give
> > him a little nudge for you :-)
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: MavenProxy

Posted by Jason van Zyl <jv...@maven.org>.
On Tue, 2003-09-30 at 10:52, Paul Libbrecht wrote:
> Dare I ask what MavenProxy is ?
> Google doesn't seem to find anything on this topic.
> Is it simply the proxy settings in Maven... or is it a Servlet-based 
> maven at work ?

http://cvs.codehaus.org/viewcvs.cgi/maven-proxy/?root=codehaus

> Thanks.
> 
> Paul
> 
> 
> 
> Jason van Zyl wrote:
> > On Tue, 2003-09-30 at 09:41, emmanuel.boudrant@free.fr 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)
> >>
> >>Any idea ?
> > 
> > 
> > I might be able to take a peek next week, but Ben, the author, is on
> > vacation right now but I'll be seeing him in Amsterdam so I will give
> > him a little nudge for you :-)
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
-- 
jvz.

Jason van Zyl
jason@zenplex.com
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: MavenProxy

Posted by Paul Libbrecht <pa...@activemath.org>.
Dare I ask what MavenProxy is ?
Google doesn't seem to find anything on this topic.
Is it simply the proxy settings in Maven... or is it a Servlet-based 
maven at work ?

Thanks.

Paul



Jason van Zyl wrote:
> On Tue, 2003-09-30 at 09:41, emmanuel.boudrant@free.fr 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)
>>
>>Any idea ?
> 
> 
> I might be able to take a peek next week, but Ben, the author, is on
> vacation right now but I'll be seeing him in Amsterdam so I will give
> him a little nudge for you :-)


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: MavenProxy

Posted by Jason van Zyl <jv...@maven.org>.
On Tue, 2003-09-30 at 09:41, emmanuel.boudrant@free.fr 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)
> 
> Any idea ?

I might be able to take a peek next week, but Ben, the author, is on
vacation right now but I'll be seeing him in Amsterdam so I will give
him a little nudge for you :-)

> Thx,
> -emmanuel
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
-- 
jvz.

Jason van Zyl
jason@zenplex.com
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org