<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DataStax Support Forums &#187; Topic: Exception during bulk loads</title>
		<link>http://www.datastax.com/support-forums/topic/exception-during-bulk-loads</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 12:39:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/topic/exception-during-bulk-loads" rel="self" type="application/rss+xml" />

		<item>
			<title>nickmbailey on "Exception during bulk loads"</title>
			<link>http://www.datastax.com/support-forums/topic/exception-during-bulk-loads#post-7948</link>
			<pubDate>Tue, 11 Dec 2012 16:53:09 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">7948@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;It looks like the loader is failing because it can't bind the local socket to a local interface/port. Cassandra will use the listen_address value from cassandra.yaml as the local interface if one is available. Do you have a listen_address set in cassandra.yaml? Perhaps one for another node?&#60;/p&#62;
&#60;p&#62;If there isn't a listen_address set cassandra will call InetAddress.getLocalHost() which should return the correct value. Does running 'hostname' on your machine return a valid interface to assign?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomekkup on "Exception during bulk loads"</title>
			<link>http://www.datastax.com/support-forums/topic/exception-during-bulk-loads#post-7939</link>
			<pubDate>Tue, 11 Dec 2012 11:32:50 +0000</pubDate>
			<dc:creator>tomekkup</dc:creator>
			<guid isPermaLink="false">7939@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;my netstat:&#60;/p&#62;
&#60;p&#62;Active Internet connections (only servers)&#60;br /&#62;
Proto Recv-Q Send-Q Local Address           Foreign Address         State&#60;br /&#62;
tcp        0      0 0.0.0.0:54383           0.0.0.0:*               LISTEN&#60;br /&#62;
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN&#60;br /&#62;
tcp        0      0 192.168.219.35:7000     0.0.0.0:*               LISTEN&#60;br /&#62;
tcp        0      0 0.0.0.0:40094           0.0.0.0:*               LISTEN&#60;br /&#62;
tcp        0      0 0.0.0.0:7199            0.0.0.0:*               LISTEN&#60;br /&#62;
tcp        0      0 0.0.0.0:9160            0.0.0.0:*               LISTEN
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomekkup on "Exception during bulk loads"</title>
			<link>http://www.datastax.com/support-forums/topic/exception-during-bulk-loads#post-7938</link>
			<pubDate>Tue, 11 Dec 2012 11:31:54 +0000</pubDate>
			<dc:creator>tomekkup</dc:creator>
			<guid isPermaLink="false">7938@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Of course I can telnet to remote hosts on both ports (7000 and 9160)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sven on "Exception during bulk loads"</title>
			<link>http://www.datastax.com/support-forums/topic/exception-during-bulk-loads#post-7873</link>
			<pubDate>Fri, 07 Dec 2012 01:17:58 +0000</pubDate>
			<dc:creator>Sven</dc:creator>
			<guid isPermaLink="false">7873@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I found some references to other folks upgrading the OS (although that was RHEL 5 to RHEL 6). One thing to try is running the upload on a Cassandra node directly (if you are not already).&#60;/p&#62;
&#60;p&#62;So you can telnet to the ports from the remote machine? Can you see your remote machine from the Cassandra ring (can you ping it)? Are the machine on the same subnet?&#60;/p&#62;
&#60;p&#62;If possible, would you be able to upgrade to a newer Java version on your remote machine (just poking around on this one, but it's something to try).&#60;/p&#62;
&#60;p&#62;Is there a firewall in the mix? If so, maybe temporarily disable that. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Sven
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomekkup on "Exception during bulk loads"</title>
			<link>http://www.datastax.com/support-forums/topic/exception-during-bulk-loads#post-7853</link>
			<pubDate>Thu, 06 Dec 2012 10:46:54 +0000</pubDate>
			<dc:creator>tomekkup</dc:creator>
			<guid isPermaLink="false">7853@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I'm getting exception while bulk loads with sstableloader. I'm using JDK 1.6.0_25 64bit, Ubuntu 12.04 server. Ipv6 is turned off. Network communication between hosts works correctly. I'm going crazy ;-(&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Exception in thread &#38;quot;Streaming to /192.168.219.36:1&#38;quot; java.lang.RuntimeException:
java.net.SocketException: Invalid argument or cannot assign requested address
    at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:628)
    at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:34)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)
Caused by: java.net.SocketException: Invalid argument or cannot assign
requested address
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:529)
    at java.net.Socket.connect(Socket.java:478)
    at java.net.Socket.&#38;lt;init&#38;gt;(Socket.java:375)
    at java.net.Socket.&#38;lt;init&#38;gt;(Socket.java:276)
    at org.apache.cassandra.net.OutboundTcpConnectionPool.newSocket(OutboundTcpConnectionPool.java:96)
    at org.apache.cassandra.streaming.FileStreamTask.connectAttempt(FileStreamTask.java:245)
    at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:91)
    at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;All hosts runs Cassandra 1.1 (datastax edition). Ports 7000,7199,9160 opened. Any ideas ??
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
