You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Andy Pahne <an...@gmail.com> on 2009/07/16 10:51:45 UTC

T5.1 warning about cookie name in jetty log - blackbird related?

Today I have seen this warnings for the first time, right after starting 
an application with mvn jetty:run.

Has anybody else seen this? It's clearly blackbird related, as the 
cookie's name suggests, but I haven't ever seen this before.

Andy



2009-07-16 10:42:03.629::INFO:  Started SelectChannelConnector@0.0.0.0:7080
[INFO] Started Jetty Server
2009-07-16 10:43:47.385::WARN:  java.lang.IllegalArgumentException: 
Cookie name ""size": 0" is a reserved token
2009-07-16 10:43:47.401::WARN:  java.lang.IllegalArgumentException: 
Cookie name ""load": null}" is a reserved token
2009-07-16 10:43:47.401::WARN:  java.lang.IllegalArgumentException: 
Cookie name ""size": 0" is a reserved token
2009-07-16 10:43:47.401::WARN:  java.lang.IllegalArgumentException: 
Cookie name ""load": null}" is a reserved token
2009-07-16 10:43:49.510::WARN:  java.lang.IllegalArgumentException: 
Cookie name ""size": 0" is a reserved token
2009-07-16 10:43:49.510::WARN:  java.lang.IllegalArgumentException: 
Cookie name ""load": null}" is a reserved token
2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - DWR 
Version 2.0.5 starting.
2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - - Servlet 
Engine: jetty/6.1.19
2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - - Java 
Version:   1.6.0_12
2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - - Java 
Vendor:    Sun Microsystems Inc.


Those are the cookies set (besides JSESSIONID):

Name    blackbird
Val    {"pos": 1, "size": 0, "load": null}
Host    localhost
Path    /tb/search/
Gültig bis    Thu, 30 Jul 2009 08:43:50 GMT



Name    blackbird
Val    {"pos": 1, "size": 0, "load": null}
Host    localhost
Path    /tb/
Gültig bis    Thu, 16 Jul 2009 11:26:09 GMT



Andy

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


Re: T5.1 warning about cookie name in jetty log - blackbird related?

Posted by Angelo Chen <an...@yahoo.com.hk>.
Hi Andy,

Notice this too when re-import a project to IDEA, does this come out too in
tomcat?

Thanks,

Angelo


Andy Pahne-7 wrote:
> 
> 
> Today I have seen this warnings for the first time, right after starting 
> an application with mvn jetty:run.
> 
> Has anybody else seen this? It's clearly blackbird related, as the 
> cookie's name suggests, but I haven't ever seen this before.
> 
> Andy
> 
> 
> 
> 2009-07-16 10:42:03.629::INFO:  Started
> SelectChannelConnector@0.0.0.0:7080
> [INFO] Started Jetty Server
> 2009-07-16 10:43:47.385::WARN:  java.lang.IllegalArgumentException: 
> Cookie name ""size": 0" is a reserved token
> 2009-07-16 10:43:47.401::WARN:  java.lang.IllegalArgumentException: 
> Cookie name ""load": null}" is a reserved token
> 2009-07-16 10:43:47.401::WARN:  java.lang.IllegalArgumentException: 
> Cookie name ""size": 0" is a reserved token
> 2009-07-16 10:43:47.401::WARN:  java.lang.IllegalArgumentException: 
> Cookie name ""load": null}" is a reserved token
> 2009-07-16 10:43:49.510::WARN:  java.lang.IllegalArgumentException: 
> Cookie name ""size": 0" is a reserved token
> 2009-07-16 10:43:49.510::WARN:  java.lang.IllegalArgumentException: 
> Cookie name ""load": null}" is a reserved token
> 2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - DWR 
> Version 2.0.5 starting.
> 2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - - Servlet 
> Engine: jetty/6.1.19
> 2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - - Java 
> Version:   1.6.0_12
> 2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - - Java 
> Vendor:    Sun Microsystems Inc.
> 
> 
> Those are the cookies set (besides JSESSIONID):
> 
> Name    blackbird
> Val    {"pos": 1, "size": 0, "load": null}
> Host    localhost
> Path    /tb/search/
> Gültig bis    Thu, 30 Jul 2009 08:43:50 GMT
> 
> 
> 
> Name    blackbird
> Val    {"pos": 1, "size": 0, "load": null}
> Host    localhost
> Path    /tb/
> Gültig bis    Thu, 16 Jul 2009 11:26:09 GMT
> 
> 
> 
> Andy
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/T5.1-warning-about-cookie-name-in-jetty-log---blackbird-related--tp24512647p24663809.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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


Re: T5.1 warning about cookie name in jetty log - blackbird related?

Posted by Andy Pahne <an...@gmail.com>.
https://issues.apache.org/jira/browse/TAP5-785


Peter Stavrinides schrieb:
> Yes since this morning getting a ton of those.
>
> Peter
>
> ----- Original Message -----
> From: "Andy Pahne" <an...@gmail.com>
> To: "Tapestry users" <us...@tapestry.apache.org>
> Sent: Thursday, 16 July, 2009 11:51:45 GMT +02:00 Athens, Beirut, Bucharest, Istanbul
> Subject: T5.1 warning about cookie name in jetty log - blackbird related?
>
>
> Today I have seen this warnings for the first time, right after starting 
> an application with mvn jetty:run.
>
> Has anybody else seen this? It's clearly blackbird related, as the 
> cookie's name suggests, but I haven't ever seen this before.
>
> Andy
>
>
>
> 2009-07-16 10:42:03.629::INFO:  Started SelectChannelConnector@0.0.0.0:7080
> [INFO] Started Jetty Server
> 2009-07-16 10:43:47.385::WARN:  java.lang.IllegalArgumentException: 
> Cookie name ""size": 0" is a reserved token
> 2009-07-16 10:43:47.401::WARN:  java.lang.IllegalArgumentException: 
> Cookie name ""load": null}" is a reserved token
> 2009-07-16 10:43:47.401::WARN:  java.lang.IllegalArgumentException: 
> Cookie name ""size": 0" is a reserved token
> 2009-07-16 10:43:47.401::WARN:  java.lang.IllegalArgumentException: 
> Cookie name ""load": null}" is a reserved token
> 2009-07-16 10:43:49.510::WARN:  java.lang.IllegalArgumentException: 
> Cookie name ""size": 0" is a reserved token
> 2009-07-16 10:43:49.510::WARN:  java.lang.IllegalArgumentException: 
> Cookie name ""load": null}" is a reserved token
> 2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - DWR 
> Version 2.0.5 starting.
> 2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - - Servlet 
> Engine: jetty/6.1.19
> 2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - - Java 
> Version:   1.6.0_12
> 2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - - Java 
> Vendor:    Sun Microsystems Inc.
>
>
> Those are the cookies set (besides JSESSIONID):
>
> Name    blackbird
> Val    {"pos": 1, "size": 0, "load": null}
> Host    localhost
> Path    /tb/search/
> Gültig bis    Thu, 30 Jul 2009 08:43:50 GMT
>
>
>
> Name    blackbird
> Val    {"pos": 1, "size": 0, "load": null}
> Host    localhost
> Path    /tb/
> Gültig bis    Thu, 16 Jul 2009 11:26:09 GMT
>
>
>
> Andy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>   


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


Re: T5.1 warning about cookie name in jetty log - blackbird related?

Posted by Peter Stavrinides <P....@albourne.com>.
Yes since this morning getting a ton of those.

Peter

----- Original Message -----
From: "Andy Pahne" <an...@gmail.com>
To: "Tapestry users" <us...@tapestry.apache.org>
Sent: Thursday, 16 July, 2009 11:51:45 GMT +02:00 Athens, Beirut, Bucharest, Istanbul
Subject: T5.1 warning about cookie name in jetty log - blackbird related?


Today I have seen this warnings for the first time, right after starting 
an application with mvn jetty:run.

Has anybody else seen this? It's clearly blackbird related, as the 
cookie's name suggests, but I haven't ever seen this before.

Andy



2009-07-16 10:42:03.629::INFO:  Started SelectChannelConnector@0.0.0.0:7080
[INFO] Started Jetty Server
2009-07-16 10:43:47.385::WARN:  java.lang.IllegalArgumentException: 
Cookie name ""size": 0" is a reserved token
2009-07-16 10:43:47.401::WARN:  java.lang.IllegalArgumentException: 
Cookie name ""load": null}" is a reserved token
2009-07-16 10:43:47.401::WARN:  java.lang.IllegalArgumentException: 
Cookie name ""size": 0" is a reserved token
2009-07-16 10:43:47.401::WARN:  java.lang.IllegalArgumentException: 
Cookie name ""load": null}" is a reserved token
2009-07-16 10:43:49.510::WARN:  java.lang.IllegalArgumentException: 
Cookie name ""size": 0" is a reserved token
2009-07-16 10:43:49.510::WARN:  java.lang.IllegalArgumentException: 
Cookie name ""load": null}" is a reserved token
2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - DWR 
Version 2.0.5 starting.
2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - - Servlet 
Engine: jetty/6.1.19
2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - - Java 
Version:   1.6.0_12
2009-07-16 10:43:49,525  INFO (CommonsLoggingOutput.java:51) - - Java 
Vendor:    Sun Microsystems Inc.


Those are the cookies set (besides JSESSIONID):

Name    blackbird
Val    {"pos": 1, "size": 0, "load": null}
Host    localhost
Path    /tb/search/
Gültig bis    Thu, 30 Jul 2009 08:43:50 GMT



Name    blackbird
Val    {"pos": 1, "size": 0, "load": null}
Host    localhost
Path    /tb/
Gültig bis    Thu, 16 Jul 2009 11:26:09 GMT



Andy

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


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