<?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; Tag: java - Recent Posts</title>
		<link>http://www.datastax.com/support-forums/tags/java</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 16:06:08 +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/tags/java" rel="self" type="application/rss+xml" />

		<item>
			<title>nickmbailey on "Datastax Windows install hijacks Java and Python"</title>
			<link>http://www.datastax.com/support-forums/topic/datastax-windows-install-hijacks-java-and-python#post-4799</link>
			<pubDate>Thu, 02 Aug 2012 20:06:49 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">4799@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Marek,&#60;/p&#62;
&#60;p&#62;We appreciate the feedback. All of the points you bring up are valid, and we have plans to have the installer address them in the future.&#60;/p&#62;
&#60;p&#62;Regarding a workaround, unfortunately there is no way to prevent the installer from modifying those environment variables. You shoud however, be able to revert the changes made there, and still have OpsCenter work, if a few modifications are made to the opscenter start up scripts. We will verify what changes need to be made and that everything works correctly in that situation and get back to you soon.&#60;/p&#62;
&#60;p&#62;-Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>p0pgun on "Help with batch_mutate and composite keys"</title>
			<link>http://www.datastax.com/support-forums/topic/help-with-batch_mutate-and-composite-keys#post-4479</link>
			<pubDate>Tue, 31 Jul 2012 22:44:11 +0000</pubDate>
			<dc:creator>p0pgun</dc:creator>
			<guid isPermaLink="false">4479@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Leonid.&#60;/p&#62;
&#60;p&#62;I'm also fairly new to Cassandra (~3 months), but this is an error I've ran into several times when programmatically working with composite keys. Your problem is that composite keys in cassandra are not simply concatenation of ByteBuffer of the components; cassandra composite keys use a specific format for the byte buffer.&#60;/p&#62;
&#60;p&#62;Refer to CompositeTool.java here: &#60;a href=&#34;http://www.jointhegrid.com/highperfcassandra/&#34; rel=&#34;nofollow&#34;&#62;http://www.jointhegrid.com/highperfcassandra/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marek on "Datastax Windows install hijacks Java and Python"</title>
			<link>http://www.datastax.com/support-forums/topic/datastax-windows-install-hijacks-java-and-python#post-4380</link>
			<pubDate>Tue, 31 Jul 2012 06:15:01 +0000</pubDate>
			<dc:creator>marek</dc:creator>
			<guid isPermaLink="false">4380@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;I installed the 32-bit version of the Datastax Community edition and after that all sorts of strange things started happening.&#60;/p&#62;
&#60;p&#62;Turns out that during the install, it hijacked my Java and Python installs and redirected them to its own private versions, contaminated my JAVA_HOME and PYTHONPATH (referring them to its private installs of Java and Python) and prepended itself to the system PATH.&#60;br /&#62;
The PATH thing I can ALMOST forgive, as there are a gazillion other software packages that do the same and it has become an irritating modus operandi. What I DO object to, however, is hijacking my Python (version 3.x, instead of 2.whatever the Datastax CE uses) and Java installations (WTF is the point in keeping my Java up to date, allowing its stupid updater to run and pester me continuously when suddenly somebody comes along and voids all that &#34;effort&#34;?). Politely put, this is BS. The installer, of course, did not ASK nor WARN me of this. All that it was concerned about was, if I wanted to start the Datastax services on boot.&#60;/p&#62;
&#60;p&#62;A similar topic was already at &#60;a href=&#34;http://www.datastax.com/support-forums/topic/datastax-community-windows-installer-eclipse&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/support-forums/topic/datastax-community-windows-installer-eclipse&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now, to end this rant in a constructive way: Is there a way to kindly request (or force) the Datastax CE (or its installer) to not contaminate my (development) system with its &#34;business&#34; or is the only workaround to install it in a separate (or virtual) machine which it can keep all for itself?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lilyevsky on "Help with batch_mutate and composite keys"</title>
			<link>http://www.datastax.com/support-forums/topic/help-with-batch_mutate-and-composite-keys#post-2719</link>
			<pubDate>Thu, 05 Jul 2012 18:22:47 +0000</pubDate>
			<dc:creator>lilyevsky</dc:creator>
			<guid isPermaLink="false">2719@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;My table has a composite key (let say, two ascii elements), and I am trying to use batch_mutate for the bulk load.&#60;br /&#62;
The argument for the method, mutation_map, is a map where the key is the key to the column family. Since my key is composite, I created it by concatenating ByteBuffer representations of the two components.&#60;br /&#62;
When i am trying to execute the batch_mutate method, I am getting exception:&#60;/p&#62;
&#60;p&#62;Exception in thread &#34;main&#34; InvalidRequestException(why:Not enough bytes to read value of component 0)&#60;br /&#62;
	at org.apache.cassandra.thrift.Cassandra$batch_mutate_result.read(Cassandra.java:20253)&#60;br /&#62;
	at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78)&#60;br /&#62;
	at org.apache.cassandra.thrift.Cassandra$Client.recv_batch_mutate(Cassandra.java:922)&#60;br /&#62;
	at org.apache.cassandra.thrift.Cassandra$Client.batch_mutate(Cassandra.java:908)&#60;br /&#62;
	at com.moon.cassandra.CassandraAccess.executeBatch(CassandraAccess.java:256)&#60;br /&#62;
	at com.moon.cql.BatchTest.main(BatchTest.java:40)&#60;/p&#62;
&#60;p&#62;What does this mean?&#60;br /&#62;
What am I doing wrong? Is it even possible to have composite key and use batch_mutate?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Leonid
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Cassandra Java Client"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-java-client#post-1753</link>
			<pubDate>Tue, 24 Apr 2012 14:38:38 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1753@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;ok, thanks a lot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Cassandra Java Client"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-java-client#post-1752</link>
			<pubDate>Tue, 24 Apr 2012 13:53:05 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1752@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hector and Astyanax are more low-level but also probably more feature rich. Additionally they are quite similar, because Astyanax is refactored Hector. &#60;/p&#62;
&#60;p&#62;Kundera is a different kind of a beast - it maps your cassandra model directly to Java objects by annotations. If you know JPA, it may be the most straighforward choice. However, I'd warn you against building your data model as you'd build a relational model - the philosophies behind those two types of database systems (relational and noSQL) are quite different.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Cassandra Java Client"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-java-client#post-1751</link>
			<pubDate>Tue, 24 Apr 2012 13:21:34 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1751@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;ok,Thanks.&#60;br /&#62;
I've a project with  cassandra.i've to choose one java client.So when i choose one, my responsible will ask me why i chose Hector but not Astyanax ,for example.Personnally, i can't explain, i just saw on forums that Hector is the most used so i chose it...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Cassandra Java Client"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-java-client#post-1750</link>
			<pubDate>Tue, 24 Apr 2012 13:01:44 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1750@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;The term &#34;best java client&#34; is pretty blurred. I cannot point to one which is the best, because there is no single criterion of choice. It very much depends on what are your requirements, e.g.&#60;br /&#62;
1. Should it be easy to install / learn?&#60;br /&#62;
2. Should it provide complete support for all the underlying features?&#60;br /&#62;
3. Should it expose a low-level API (thrift)?&#60;br /&#62;
4. Do you care about particular additional features or services, e.g pooling / failover?&#60;br /&#62;
5. ...&#60;/p&#62;
&#60;p&#62;You have to make a choice based on your personal requirements. But if you are only learning now, I'd recommend taking just the one which looks easiest to you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Cassandra Java Client"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-java-client#post-1749</link>
			<pubDate>Tue, 24 Apr 2012 09:08:28 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1749@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi everybody,&#60;br /&#62;
I'm just discovering Cassaandra.And now for his java client i would like to know your point about the &#34;best&#34; java client for Cassandra.Hector, Astyanax or Kundera ?&#60;/p&#62;
&#60;p&#62;Thanks a lot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Exception when running Pig MapReduce job written in Java"</title>
			<link>http://www.datastax.com/support-forums/topic/exception-when-running-pig-mapreduce-job-written-in-java#post-1747</link>
			<pubDate>Mon, 23 Apr 2012 23:38:54 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1747@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;You need to run with using ./bin/dse script otherwise you won't have &#34;dse.job.tracker&#34; variable (and probably other important ones) set.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Exception when running Pig MapReduce job written in Java"</title>
			<link>http://www.datastax.com/support-forums/topic/exception-when-running-pig-mapreduce-job-written-in-java#post-1654</link>
			<pubDate>Tue, 17 Apr 2012 16:39:54 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1654@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;From the command-line on one of the nodes in the cluster. This is the command I am running:&#60;/p&#62;
&#60;p&#62;java -cp .:./bin:/opt/datastax/dse-2.0-1/resources/hadoop/conf/:/opt/datastax/dse-2.0-1/resources/pig/pig-0.8.3.jar:/opt/datastax/dse-2.0-1/resources/pig/lib/*:/opt/datastax/dse-2.0-1/resources/hadoop/lib/*:/opt/datastax/dse-2.0-1/resources/hadoop/*:/opt/datastax/dse-2.0-1/resources/dse/lib/*:/opt/datastax/dse-2.0-1/lib/dse-2.0-1.jar:/opt/datastax/dse-2.0-1/resources/cassandra/lib/*:/opt/datastax/dse-2.0-1/resources/cassandra/conf/:/opt/datastax/dse-2.0-1/resources/dse/conf/ idmapreduce
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjake on "Exception when running Pig MapReduce job written in Java"</title>
			<link>http://www.datastax.com/support-forums/topic/exception-when-running-pig-mapreduce-job-written-in-java#post-1653</link>
			<pubDate>Tue, 17 Apr 2012 16:26:01 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">1653@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;How are you running this job?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Exception when running Pig MapReduce job written in Java"</title>
			<link>http://www.datastax.com/support-forums/topic/exception-when-running-pig-mapreduce-job-written-in-java#post-1652</link>
			<pubDate>Tue, 17 Apr 2012 16:24:36 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1652@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I am trying to run an example Pig MapReduce job written in Java against a multi-node DataStax Enterprise cluster, but I am getting an exception. The example code I am using is found here, in the &#34;Mapreduce Mode&#34; section: &#60;a href=&#34;http://pig.apache.org/docs/r0.9.1/cont.html&#34; rel=&#34;nofollow&#34;&#62;http://pig.apache.org/docs/r0.9.1/cont.html&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;The exception I am getting is:&#60;/p&#62;
&#60;p&#62;org.apache.pig.PigException: ERROR 1002: Unable to store alias B&#60;br /&#62;
        at org.apache.pig.PigServer.storeEx(PigServer.java:889)&#60;br /&#62;
        at org.apache.pig.PigServer.store(PigServer.java:827)&#60;br /&#62;
        at org.apache.pig.PigServer.store(PigServer.java:795)&#60;br /&#62;
        at idmapreduce.runIdQuery(idmapreduce.java:16)&#60;br /&#62;
        at idmapreduce.main(idmapreduce.java:7)&#60;br /&#62;
Caused by: org.apache.pig.backend.executionengine.ExecException: ERROR 2043: Unexpected error during execution.&#60;br /&#62;
        at org.apache.pig.backend.hadoop.executionengine.HExecutionEngine.execute(HExecutionEngine.java:403)&#60;br /&#62;
        at org.apache.pig.PigServer.executeCompiledLogicalPlan(PigServer.java:1209)&#60;br /&#62;
        at org.apache.pig.PigServer.storeEx(PigServer.java:885)&#60;br /&#62;
        ... 4 more&#60;br /&#62;
Caused by: java.lang.IllegalArgumentException: Does not contain a valid host:port authority: ${dse.job.tracker}:50020&#60;br /&#62;
        at org.apache.hadoop.net.NetUtils.createSocketAddr(NetUtils.java:170)&#60;br /&#62;
        at org.apache.hadoop.net.NetUtils.createSocketAddr(NetUtils.java:151)&#60;br /&#62;
        at org.apache.hadoop.mapred.JobTracker.getAddress(JobTracker.java:2567)&#60;br /&#62;
        at org.apache.hadoop.mapred.JobClient.init(JobClient.java:474)&#60;br /&#62;
        at org.apache.hadoop.mapred.JobClient.&#38;lt;init&#38;gt;(JobClient.java:457)&#60;br /&#62;
        at org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher.launchPig(MapReduceLauncher.java:122)&#60;br /&#62;
        at org.apache.pig.backend.hadoop.executionengine.HExecutionEngine.execute(HExecutionEngine.java:378)&#60;br /&#62;
        ... 6 more&#60;/p&#62;
&#60;p&#62;I think the problem has to do with this line:&#60;/p&#62;
&#60;p&#62;Caused by: java.lang.IllegalArgumentException: Does not contain a valid host:port authority: ${dse.job.tracker}:50020&#60;/p&#62;
&#60;p&#62;but I don't know what it means exactly. Are there some configurations I could be missing in the setup?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "Cannot get OpsCenter to install ... please assist"</title>
			<link>http://www.datastax.com/support-forums/topic/cannot-get-opscenter-to-install-please-assist#post-159</link>
			<pubDate>Wed, 15 Jun 2011 16:53:37 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">159@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;This is most likely do to java not being install by yum, so it doesn't know you have it.  You can verify by running &#60;code&#62;yum list installed &#124; grep java&#60;/code&#62; .  If you'll notice, the line where you try to yum install openjdk is erroring because that url isn't a valid package name.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;yum install java&#60;/code&#62; should do the trick for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheSaint on "Cannot get OpsCenter to install ... please assist"</title>
			<link>http://www.datastax.com/support-forums/topic/cannot-get-opscenter-to-install-please-assist#post-158</link>
			<pubDate>Wed, 15 Jun 2011 16:43:25 +0000</pubDate>
			<dc:creator>TheSaint</dc:creator>
			<guid isPermaLink="false">158@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Trying to eval this product asap for recommendation, so not feeling good about the install issues/process.&#60;/p&#62;
&#60;p&#62;Keeps getting the following error however java is installed.&#60;br /&#62;
&#34;Error: Missing Dependency: java &#38;gt;= 1.6.0 is needed by package opscenter-free&#34;&#60;/p&#62;
&#60;p&#62;OS Version:&#60;br /&#62;
===========&#60;br /&#62;
[root@islapadua tmp]# cat /etc/redhat-release&#60;br /&#62;
Red Hat Enterprise Linux Server release 5 (Tikanga)&#60;/p&#62;
&#60;p&#62;Java:&#60;br /&#62;
=====&#60;br /&#62;
[root@islapadua tmp]# java -version&#60;br /&#62;
java version &#34;1.6.0_26&#34;&#60;br /&#62;
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)&#60;br /&#62;
Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode, sharing)&#60;/p&#62;
&#60;p&#62;Install Output:&#60;br /&#62;
===============&#60;br /&#62;
[root@islapadua tmp]# yum install &#60;a href=&#34;http://download.fedora.redhat.com/pub/epel/5/i386/openjdk1.6.rpm&#34; rel=&#34;nofollow&#34;&#62;http://download.fedora.redhat.com/pub/epel/5/i386/openjdk1.6.rpm&#60;/a&#62;&#60;br /&#62;
Loading &#34;rhnplugin&#34; plugin&#60;br /&#62;
Loading &#34;installonlyn&#34; plugin&#60;br /&#62;
This system is not registered with RHN.&#60;br /&#62;
RHN support will be disabled.&#60;br /&#62;
Setting up Install Process&#60;br /&#62;
Setting up repositories&#60;br /&#62;
epel                      100% &#124;=========================&#124; 3.7 kB    00:00&#60;br /&#62;
opscenter                 100% &#124;=========================&#124;  951 B    00:00&#60;br /&#62;
Reading repository metadata in from local files&#60;br /&#62;
Parsing package install arguments&#60;br /&#62;
No Match for argument: &#60;a href=&#34;http://download.fedora.redhat.com/pub/epel/5/i386/openjdk1.6.rpm&#34; rel=&#34;nofollow&#34;&#62;http://download.fedora.redhat.com/pub/epel/5/i386/openjdk1.6.rpm&#60;/a&#62;&#60;br /&#62;
Nothing to do&#60;br /&#62;
[root@islapadua tmp]# sudo rpm -Uvh &#60;a href=&#34;http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5.4.noarch.rpm&#34; rel=&#34;nofollow&#34;&#62;http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5.4.noarch.rpm&#60;/a&#62;&#60;br /&#62;
Retrieving &#60;a href=&#34;http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5.4.noarch.rpm&#34; rel=&#34;nofollow&#34;&#62;http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5.4.noarch.rpm&#60;/a&#62;&#60;br /&#62;
error: skipping &#60;a href=&#34;http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5.4.noarch.rpm&#34; rel=&#34;nofollow&#34;&#62;http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5.4.noarch.rpm&#60;/a&#62; - transfer failed - Unknown or unexpected error&#60;br /&#62;
warning: u 0x84e9c78 ctrl 0x8a919c8 nrefs != 0 (download.fedora.redhat.com http)&#60;br /&#62;
[root@islapadua tmp]# sudo yum install opscenter-free&#60;br /&#62;
Loading &#34;rhnplugin&#34; plugin&#60;br /&#62;
Loading &#34;installonlyn&#34; plugin&#60;br /&#62;
This system is not registered with RHN.&#60;br /&#62;
RHN support will be disabled.&#60;br /&#62;
Setting up Install Process&#60;br /&#62;
Setting up repositories&#60;br /&#62;
Reading repository metadata in from local files&#60;br /&#62;
Parsing package install arguments&#60;br /&#62;
Resolving Dependencies&#60;br /&#62;
--&#38;gt; Populating transaction set with selected packages. Please wait.&#60;br /&#62;
---&#38;gt; Package opscenter-free.noarch 0:1.1.1-2 set to be updated&#60;br /&#62;
--&#38;gt; Running transaction check&#60;br /&#62;
--&#38;gt; Processing Dependency: python26-zope.interface &#38;gt;= 3.3.0 for package: opscenter-free&#60;br /&#62;
--&#38;gt; Processing Dependency: python26 for package: opscenter-free&#60;br /&#62;
--&#38;gt; Processing Dependency: python26-morbid &#38;gt;= 0.8.7.3 for package: opscenter-free&#60;br /&#62;
--&#38;gt; Processing Dependency: python26-routes &#38;gt;= 1.12.3 for package: opscenter-free&#60;br /&#62;
--&#38;gt; Processing Dependency: python26-twisted &#38;gt;= 10.2.0 for package: opscenter-free&#60;br /&#62;
--&#38;gt; Processing Dependency: python26-telephus &#38;gt;= 0.8.0~beta1 for package: opscenter-free&#60;br /&#62;
--&#38;gt; Processing Dependency: python26-mimeparse &#38;gt;= 0.1.3 for package: opscenter-free&#60;br /&#62;
--&#38;gt; Processing Dependency: java &#38;gt;= 1.6.0 for package: opscenter-free&#60;br /&#62;
--&#38;gt; Processing Dependency: python26-thrift &#38;gt;= 0.5.0 for package: opscenter-free&#60;br /&#62;
--&#38;gt; Processing Dependency: python26-OpenSSL &#38;gt;= 0.11 for package: opscenter-free&#60;br /&#62;
--&#38;gt; Processing Dependency: python26-orbited &#38;gt;= 0.7.10 for package: opscenter-free&#60;br /&#62;
--&#38;gt; Restarting Dependency Resolution with new changes.&#60;br /&#62;
--&#38;gt; Populating transaction set with selected packages. Please wait.&#60;br /&#62;
---&#38;gt; Package python26-morbid.noarch 0:0.8.7.3-1 set to be updated&#60;br /&#62;
---&#38;gt; Package python26-thrift.i386 0:0.5.0-1 set to be updated&#60;br /&#62;
---&#38;gt; Package python26-orbited.noarch 0:0.7.10-1 set to be updated&#60;br /&#62;
---&#38;gt; Package python26-mimeparse.noarch 0:0.1.3-1 set to be updated&#60;br /&#62;
---&#38;gt; Package python26-zope.interface.i386 0:3.3.0-1 set to be updated&#60;br /&#62;
---&#38;gt; Package python26-twisted.i386 0:10.2.0-1 set to be updated&#60;br /&#62;
---&#38;gt; Package python26-OpenSSL.i386 0:0.11-1 set to be updated&#60;br /&#62;
---&#38;gt; Package python26-routes.noarch 0:1.12.3-1 set to be updated&#60;br /&#62;
---&#38;gt; Package python26-telephus.noarch 0:0.8.0~beta1-1 set to be updated&#60;br /&#62;
---&#38;gt; Package python26.i386 0:2.6.5-6.el5 set to be updated&#60;br /&#62;
--&#38;gt; Running transaction check&#60;br /&#62;
--&#38;gt; Processing Dependency: python26-simplejson for package: python26-morbid&#60;br /&#62;
--&#38;gt; Processing Dependency: libffi.so.5 for package: python26&#60;br /&#62;
--&#38;gt; Processing Dependency: python26-stomper for package: python26-morbid&#60;br /&#62;
--&#38;gt; Processing Dependency: libpython2.6.so.1.0 for package: python26&#60;br /&#62;
--&#38;gt; Processing Dependency: libpython2.6.so.1.0 for package: python26-zope.interface&#60;br /&#62;
--&#38;gt; Processing Dependency: libpython2.6.so.1.0 for package: python26-OpenSSL&#60;br /&#62;
--&#38;gt; Processing Dependency: java &#38;gt;= 1.6.0 for package: opscenter-free&#60;br /&#62;
--&#38;gt; Processing Dependency: libpython2.6.so.1.0 for package: python26-thrift&#60;br /&#62;
--&#38;gt; Restarting Dependency Resolution with new changes.&#60;br /&#62;
--&#38;gt; Populating transaction set with selected packages. Please wait.&#60;br /&#62;
---&#38;gt; Package python26-libs.i386 0:2.6.5-6.el5 set to be updated&#60;br /&#62;
---&#38;gt; Package python26-stomper.noarch 0:0.2.4-1 set to be updated&#60;br /&#62;
---&#38;gt; Package python26-simplejson.i386 0:2.1.1-1.el5 set to be updated&#60;br /&#62;
---&#38;gt; Package libffi.i386 0:3.0.5-1.el5 set to be updated&#60;br /&#62;
--&#38;gt; Running transaction check&#60;br /&#62;
--&#38;gt; Processing Dependency: java &#38;gt;= 1.6.0 for package: opscenter-free&#60;br /&#62;
--&#38;gt; Finished Dependency Resolution&#60;br /&#62;
Error: Missing Dependency: java &#38;gt;= 1.6.0 is needed by package opscenter-free
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
