[infinispan-issues] [JBoss JIRA] (ISPN-1751) Set -Dsun.nio.ch.bugLevel="" in our scripts and Hot Rod client to avoid NPE
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Wed Feb 22 10:03:36 EST 2012
[ https://issues.jboss.org/browse/ISPN-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-1751:
-----------------------------------
Summary: Set -Dsun.nio.ch.bugLevel="" in our scripts and Hot Rod client to avoid NPE (was: Hot Rod client throws NullPointerException)
Fix Version/s: 5.1.2.CR1
5.1.2.FINAL
(was: 5.2.0.FINAL)
> Set -Dsun.nio.ch.bugLevel="" in our scripts and Hot Rod client to avoid NPE
> ---------------------------------------------------------------------------
>
> Key: ISPN-1751
> URL: https://issues.jboss.org/browse/ISPN-1751
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 5.1.0.CR4
> Reporter: Michal Linhard
> Assignee: Galder Zamarreño
> Fix For: 5.1.2.CR1, 5.1.2.FINAL
>
>
> I've got this one in two recent stress test runs:
> {code}
> java.lang.NullPointerException
> at sun.nio.ch.Util.atBugLevel(Util.java:448)
> at sun.nio.ch.SelectorImpl.<init>(SelectorImpl.java:40)
> at sun.nio.ch.EPollSelectorImpl.<init>(EPollSelectorImpl.java:47)
> at sun.nio.ch.EPollSelectorProvider.openSelector(EPollSelectorProvider.java:18)
> at sun.nio.ch.Util.getTemporarySelector(Util.java:245)
> at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:92)
> at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport.<init>(TcpTransport.java:80)
> at org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory.makeObject(TransportObjectFactory.java:57)
> at org.apache.commons.pool.impl.GenericKeyedObjectPool.borrowObject(GenericKeyedObjectPool.java:1179)
> at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory.borrowTransportFromPool(TcpTransportFactory.java:250)
> at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory.getTransport(TcpTransportFactory.java:143)
> at org.jboss.qa.edg.adapter.HotRodAdapter$AdapterTcpTransportFactory.getTransport(HotRodAdapter.java:104)
> at org.infinispan.client.hotrod.RemoteCacheManager.ping(RemoteCacheManager.java:529)
> at org.infinispan.client.hotrod.RemoteCacheManager.createRemoteCache(RemoteCacheManager.java:511)
> at org.infinispan.client.hotrod.RemoteCacheManager.getCache(RemoteCacheManager.java:433)
> at org.infinispan.client.hotrod.RemoteCacheManager.getCache(RemoteCacheManager.java:429)
> at org.jboss.qa.edg.adapter.HotRodAdapter.getCache(HotRodAdapter.java:216)
> at org.jboss.smartfrog.edg.loaddriver.DriverNodeImpl$ClientThread.init(DriverNodeImpl.java:104)
> at org.jboss.smartfrog.edg.loaddriver.DriverNodeImpl$ClientThread.run(DriverNodeImpl.java:317)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list