Bruno Busco wrote:
> Going to http://localhost:8080/webslinger
> I got:
> HTTP Status 500 -
> 
> type Exception report
> 
> message
> 
> description The server encountered an internal error () that prevented
> it from fulfilling this request.
> 
> exception
> 
> javax.servlet.ServletException: Servlet execution threw an exception
> root cause
> 
> java.lang.NoClassDefFoundError: java/util/concurrent/ConcurrentSkipListMap
>       
> org.webslinger.lang.ConcurrentUtil$Java6ConcurrentSkipListMapCreator.createMap(ConcurrentUtil.java:59)
>       
> org.webslinger.lang.ConcurrentUtil.createSortedMap(ConcurrentUtil.java:19)

Hmm, cute.  I run with java 1.6, so hadn't noticed this.  I need to
add the concurrent.util backport, then this will automagically work(I
have a proxy factory creator.

Fixed in revision 753474.

Reply via email to