I've started seeing this in the jetty-6 cometd client tests.
Do you know what that is?
2009-10-16 15:04:03.973:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
2009-10-16 15:04:04.050:INFO::jetty-6.1-SNAPSHOT
2009-10-16 15:04:07.872:INFO::Started SelectChann...@0.0.0.0:39831
2009-10-16 15:04:08.347:WARN::Delayed send, retry: java.lang.IllegalStateException: !started
2009-10-16 15:04:08.447:WARN::Delayed send, retry: java.lang.IllegalStateException: !started
2009-10-16 15:04:08.583:INFO::jetty-6.1-SNAPSHOT
2009-10-16 15:04:08.587:INFO::Started SelectChann...@0.0.0.0:45917
2009-10-16 15:04:09.549:WARN::Delayed send, retry: java.lang.IllegalStateException: !started
2009-10-16 15:04:10.105:INFO::jetty-6.1-SNAPSHOT
2009-10-16 15:04:10.108:INFO::Started SelectChann...@0.0.0.0:37608
connected 100/100
....2009-10-16 15:04:11.649:WARN::Delayed send, retry: java.lang.IllegalStateException: !started
..............................2009-10-16 15:04:14.749:WARN::Delayed send, retry: java.lang.IllegalStateException: !started
.........................................2009-10-16 15:04:18.850:WARN::Delayed send, retry: java.lang.IllegalStateException: !started
.........................
.........................2009-10-16 15:04:23.950:WARN::Delayed send, retry: java.lang.IllegalStateException: !started
............................................................2009-10-16 15:04:30.050:WARN::Delayed send, retry: java.lang.IllegalStateException: !started
...............
Are there any changes to the org.cometd codebase that should be mirrored
back to jetty-6 ?
Cannot reproduce.
> Are there any changes to the org.cometd codebase that should be mirrored
> back to jetty-6 ?
I have checked, and there are few, but none seems related: e.g. the
listeners notified without holding the lock, the maxNetworkDelay
improvement, improved concurrency in Channels, and other minor things.
Are you up-to-date, and you still see the errors ?
Simon
--
http://bordet.blogspot.com
---
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless. Victoria Livschitz