I cannot login to Bugzilla with my account ...

The problem is:
this.userProperties.putAll(endpointConfig.getUserProperties());

a HashMap is copied into ConcurrentHashMap and null values cause the
problem.


On Fri, Aug 2, 2013 at 6:06 PM, Martin Grigorov <mgrigo...@apache.org>wrote:

> Hi,
>
> I'm playing with the WebSocket impl and started seeing this NPE in my logs.
> I have no idea yet what started causing it.
>
> ==> logs/catalina.out <==
> Aug 02, 2013 6:03:21 PM
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler process
> SEVERE: Error reading request, ignored
> java.lang.NullPointerException
> at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1124)
>  at
> java.util.concurrent.ConcurrentHashMap.putAll(ConcurrentHashMap.java:1162)
> at org.apache.tomcat.websocket.WsSession.<init>(WsSession.java:148)
>  at
> org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.init(WsHttpUpgradeHandler.java:118)
> at
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:658)
>  at
> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:223)
> at
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1592)
>  at
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1550)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>  at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:724)
>
>
>
> On Thu, Aug 1, 2013 at 10:53 PM, Mark Thomas <ma...@apache.org> wrote:
>
>> The proposed Apache Tomcat 8.0.0 release candidate 1 is now available
>> for voting.
>>
>> Given this is a release candidate I am working on the basis that it is
>> equivalent to an alpha. That said:
>> - Servlet 3.1 is complete
>> - JSP 2.3 is complete
>> - EL 3.0 is complete
>> - WebSocket 1.0 is complete
>> - DBCP2 is working but in a state of flux but the early stages of JMX
>>   monitoring are available
>>
>>
>> It can be obtained from:
>> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.0-RC1/
>> The Maven staging repo is:
>> https://repository.apache.org/content/repositories/orgapachetomcat-048/
>> The svn tag is:
>> http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_0_RC1/
>>
>> The proposed 8.0.0-RC1 release is:
>> [ ] Broken - do not release
>> [ ] Alpha - go ahead and release as 8.0.0-RC1 alpha
>>
>> Cheers,
>>
>> Mark
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: dev-h...@tomcat.apache.org
>>
>>
>

Reply via email to