<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    JBoss Cache: java.io.IOException: No such device
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/abhi_kum">Abhisek Kumar</a> in <i>JBoss Cache</i> - <a href="https://community.jboss.org/message/714021#714021">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>We are getting an exception as [java.io.IOException: No such device] from JBoss cache. Stack trace is provided below.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Could someone please let me know what could the reason for this error and how to resolve this?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>Stack trace:</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>[2/2/12 8:52:44:137 EET] 000007ce NAKACK&#160;&#160;&#160;&#160;&#160;&#160;&#160; W org.jgroups.protocols.pbcast.NAKACK handleMessage 10.9.165.204:37956] discarded message from non-member 10.9.165.206:41342, my view is [10.9.165.206:39449|1] [10.9.165.206:39449, 10.9.165.204:37956] </p><p>[2/2/12 8:52:44:241 EET] 000007ce NAKACK&#160;&#160;&#160;&#160;&#160;&#160;&#160; W org.jgroups.protocols.pbcast.NAKACK handleMessage 10.9.165.204:37956] discarded message from non-member 10.9.165.206:41342, my view is [10.9.165.206:39449|1] [10.9.165.206:39449, 10.9.165.204:37956] </p><p>[2/2/12 8:52:47:527 EET] 0000007f UDP&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; E org.jgroups.protocols.TP down failed sending message to null (74 bytes)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </p><p>java.lang.Exception: dest=/224.9.165.204:15003 (77 bytes) at org.jgroups.protocols.UDP._send(UDP.java:361) </p><p>at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:302) at org.jgroups.protocols.TP.doSend(TP.java:1474) </p><p>at org.jgroups.protocols.TP.send(TP.java:1464) at org.jgroups.protocols.TP.down(TP.java:1185) </p><p>at org.jgroups.protocols.Discovery.down(Discovery.java:374) at org.jgroups.protocols.MERGE2.down(MERGE2.java:175) </p><p>at org.jgroups.protocols.FD_SOCK$BroadcastTask.run(FD_SOCK.java:1202) </p><p>at org.jgroups.util.TimeScheduler$RobustRunnable.run(TimeScheduler.java:196) </p><p>at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:432) </p><p>at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:295) </p><p>at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) </p><p>at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:88) </p><p>at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:165) </p><p>at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:189) </p><p>at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:678) </p><p>at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:703) </p><p>at java.lang.Thread.run(Thread.java:811) Caused by: java.io.IOException: No such device </p><p>at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.PlainDatagramSocketImpl.send(PlainDatagramSocketImpl.java:167) </p><p>at java.net.DatagramSocket.send(DatagramSocket.java:650) at org.jgroups.protocols.UDP._send(UDP.java:352) </p><p>... 17 more</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>Dependencies</strong>:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>jboss-common-core-2.2.14.GA.jar</p><p>jboss-common-logging-spi-2.0.4.GA.jar</p><p>jbosscache-core-3.2.2.GA.jar</p><p>jgroups-2.6.13.GA.jar</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thanks.</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/714021#714021">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Cache at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2052">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>