<?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; User Favorites: btarbox</title>
		<link><a href='http://www.datastax.com/support-forums/profile/btarbox'>btarbox</a></link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 07:27:09 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Btarbox on "After reinstalling Opscenter the agents can not connect, security error"</title>
			<link>http://www.datastax.com/support-forums/topic/after-reinstalling-opscenter-the-agents-can-not-connect-security-error#post-8166</link>
			<pubDate>Thu, 27 Dec 2012 20:26:10 +0000</pubDate>
			<dc:creator>Btarbox</dc:creator>
			<guid isPermaLink="false">8166@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Re-installing didn't seem to have any effect but disabling ssl worked like a champ!  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "After reinstalling Opscenter the agents can not connect, security error"</title>
			<link>http://www.datastax.com/support-forums/topic/after-reinstalling-opscenter-the-agents-can-not-connect-security-error#post-8164</link>
			<pubDate>Thu, 27 Dec 2012 18:14:55 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">8164@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;OpsCenter and the agents communicate with SSL. When you reinstalled OpsCenter it generated new SSL certificates that the agents do not have. Re-installing the agents should resolve the issue. Alternatively you can disable SSL:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.datastax.com/docs/opscenter/configure/configure_ssl&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/opscenter/configure/configure_ssl&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Btarbox on "After reinstalling Opscenter the agents can not connect, security error"</title>
			<link>http://www.datastax.com/support-forums/topic/after-reinstalling-opscenter-the-agents-can-not-connect-security-error#post-8159</link>
			<pubDate>Thu, 27 Dec 2012 16:51:29 +0000</pubDate>
			<dc:creator>Btarbox</dc:creator>
			<guid isPermaLink="false">8159@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I had to reinstall opscenter (for reasons unrelated to opscenter) and now none of the agents except the one where opscenter is running can connect. I get the following error:&#60;/p&#62;
&#60;p&#62;INFO [main] 2012-12-27 11:41:05,015 Loading conf files: ./conf/address.yaml&#60;br /&#62;
 INFO [main] 2012-12-27 11:41:05,051 Java vendor/version: Java HotSpot(TM) 64-Bit Server VM/1.6.0_37&#60;br /&#62;
 INFO [main] 2012-12-27 11:41:05,051 Waiting for the config from OpsCenter&#60;br /&#62;
 INFO [main] 2012-12-27 11:41:05,052 SSL communication is enabled&#60;br /&#62;
 INFO [main] 2012-12-27 11:41:05,052 Creating stomp connection to worker1:61620&#60;br /&#62;
 INFO [StompConnection receiver] 2012-12-27 11:41:05,057 Reconnecting in 0s.&#60;br /&#62;
 INFO [main] 2012-12-27 11:41:05,058 Attempting to determine Cassandra's broadcast address through JMX&#60;br /&#62;
 INFO [Initialization] 2012-12-27 11:41:05,098 Sleeping for 2s before trying to determine IP over JMX again&#60;br /&#62;
 WARN [pool-2-thread-1] 2012-12-27 11:41:05,120 Tried to send message while not connected: /conf-request [null,[&#34;2.10&#34;,&#34;\/774604463\/conf&#34;,[&#34;172.16.10.201&#34;,&#34;fe80:0:0:0:92b1:1cff:fe5d:f4fb%2&#34;,&#34;0:0:0:0:0:0:0:1%1&#34;,&#34;127.0.0.1&#34;,&#34;127.0.1.1&#34;]]]&#60;br /&#62;
ERROR [StompConnection receiver] 2012-12-27 11:41:05,288 failed to send connect message:&#60;br /&#62;
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1764)&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:241)&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:235)&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1206)&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:136)&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593)&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:958)&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1203)&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:654)&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:100)&#60;br /&#62;
	at java.io.DataOutputStream.write(DataOutputStream.java:90)&#60;br /&#62;
	at java.io.FilterOutputStream.write(FilterOutputStream.java:80)&#60;br /&#62;
	at org.jgroups.client.StompConnection.sendConnect(StompConnection.java:125)&#60;br /&#62;
	at org.jgroups.client.StompConnection.connect(StompConnection.java:334)&#60;br /&#62;
	at org.jgroups.client.StompConnection.run(StompConnection.java:241)&#60;br /&#62;
	at java.lang.Thread.run(Thread.java:662)&#60;br /&#62;
Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed&#60;br /&#62;
	at sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:289)&#60;br /&#62;
	at sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:263)&#60;br /&#62;
	at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:184)&#60;br /&#62;
	at sun.security.validator.Validator.validate(Validator.java:218)&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126)&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209)&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)&#60;br /&#62;
	at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1185)&#60;br /&#62;
	... 13 more&#60;br /&#62;
Caused by: java.security.cert.CertPathValidatorException: signature check failed&#60;br /&#62;
	at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:139)&#60;br /&#62;
	at sun.security.provider.certpath.PKIXCertPathValidator.doValidate(PKIXCertPathValidator.java:330)&#60;br /&#62;
	at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:178)&#60;br /&#62;
	at java.security.cert.CertPathValidator.validate(CertPathValidator.java:250)&#60;br /&#62;
	at sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:275)&#60;br /&#62;
	... 20 more&#60;br /&#62;
Caused by: java.security.SignatureException: Signature does not match.&#60;br /&#62;
	at sun.security.x509.X509CertImpl.verify(X509CertImpl.java:444)&#60;br /&#62;
	at sun.security.provider.certpath.BasicChecker.verifySignature(BasicChecker.java:133)&#60;br /&#62;
	at sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:112)&#60;br /&#62;
	at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:117)&#60;br /&#62;
	... 24 more&#60;br /&#62;
 INFO [StompConnection receiver] 2012-12-27 11:41:05,290 Connected to worker1:61620&#60;br /&#62;
ERROR [StompConnection receiver] 2012-12-27 11:41:05,291 failed subscribing to /774604463/conf:&#60;br /&#62;
javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed&#60;/p&#62;
&#60;p&#62;I've tried removing and reinstalling the agents (I'm on ubuntu so that just means un-TARing the file and running bin/setup &#38;lt;opscenter-addr&#38;gt; on it.&#60;/p&#62;
&#60;p&#62;I'm sure this is something simple I'm doing wrong but its currently got me stuck.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
