did you build the java client sdk first? in sdks/java
On Thu, Nov 12, 2015 at 9:20 AM Nikolaos Ballas neXus < [email protected]> wrote: > Another issue I would like to discuss is the communication to a cluster of > cassandra nodes that have password enabled authentication. In order to make > it work I have added in my usergrid-core-contex.xml the following lines : > > <bean id="cassandraCluster" > class="me.prettyprint.cassandra.service.ThriftCluster"> > <constructor-arg value="${cassandra.cluster}" /> > <constructor-arg ref="cassandraHostConfigurator" /> > <constructor-arg type="java.util.Map"> > <map> > <entry key="username" value="${cassandra.username}" /> > <entry key="password" value="${cassandra.password}"/> > </map> > </constructor-arg> > </bean> > > I have logs where that bean is initialised with empty username password > and the user fails to login to create the keyspace and the collections when > the tomcat/external cassandra scenario is done…I have debug that…you think > its ok?Cause in the AbstractCluster by default the empty credentials init > takes place. Also the constructor used in the past doesn’t use any > credentials. > > kind regards > p.s. : I will take it to my personal email: [email protected] > > On 12 Nov 2015, at 17:12, Nikolaos Ballas neXus < > [email protected]> wrote: > > <Screen Shot 2015-11-12 at 17.11.51.png> > > > On 12 Nov 2015, at 17:10, Nikolaos Ballas neXus < > [email protected]> wrote: > > Check the <Screen Shot 2015-11-12 at 17.08.55.png>images… > <Screen Shot 2015-11-12 at 17.09.20.png> > > > On 12 Nov 2015, at 17:06, Shawn Feldman <[email protected]> wrote: > > what isn't passing > here is our build from last night > > hed Calculation of disk usage of workspace in 0 seconds > Notifying upstream projects of job completion > Join notifier requires a CauseAction > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Usergrid Parent .................................... SUCCESS [ 3.054 > s] > [INFO] Usergrid Build Tools ............................... SUCCESS [ 1.228 > s] > [INFO] Usergrid Config .................................... SUCCESS [ 0.962 > s] > [INFO] Usergrid Persistence ............................... SUCCESS [ 0.477 > s] > [INFO] Usergrid Model ..................................... SUCCESS [ 5.215 > s] > [INFO] Usergrid Common .................................... SUCCESS [ 9.700 > s] > [INFO] Usergrid Collection ................................ SUCCESS [ 37.999 > s] > [INFO] Usergrid Map ....................................... SUCCESS [ 10.119 > s] > [INFO] Usergrid Queue ..................................... SUCCESS [ 3.991 > s] > [INFO] Usergrid Queryindex ................................ SUCCESS [ 18.337 > s] > [INFO] Usergrid Test Utils ................................ SUCCESS [ 5.639 > s] > [INFO] Usergrid Graph ..................................... SUCCESS [02:19 > min] > [INFO] Usergrid Cache ..................................... SUCCESS [ 5.140 > s] > [INFO] Usergrid Core ...................................... SUCCESS [01:28 > min] > [INFO] Usergrid Services .................................. SUCCESS [02:35 > min] > [INFO] Usergrid REST ...................................... SUCCESS [06:11 > min] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 14:25 min > [INFO] Finished at: 2015-11-12T02:47:19+00:00 > [INFO] Final Memory: 127M/1000M > [INFO] > ------------------------------------------------------------------------ > > > On Thu, Nov 12, 2015 at 9:00 AM Nikolaos Ballas neXus < > [email protected]> wrote: > >> Guys, >> are we sure the compilation passes?Even the pom version under /stack >> doesn’t much…shall I do some cleaning and issue a pr? >> *Nikolaos Ballas* | Software Development Manager >> >> Technology Nexus S.a.r.l. >> 2-4 Rue Eugene Rupert >> 2453 Luxembourg >> Delivery address: 2-3 Rue Eugene Rupert,Vertigo Polaris Building >> Tel: + 3522619113580 >> [email protected] <[email protected]> | nexusgroup.com >> <http://www.nexusgroup.com/> >> *LinkedIn.com <http://www.linkedin.com/company/nexus-technology>* | *Twitter >> <http://www.twitter.com/technologynexus>* | *Facebook.com >> <https://www.facebook.com/pages/Technology-Nexus/133756470003189>* >> >> >> >> <C5B06FBE-74F4-416B-9BCE-F914341A2E0B_4_.png> >> \ >> >> > *Nikolaos Ballas* | Software Development Manager > > Technology Nexus S.a.r.l. > 2-4 Rue Eugene Rupert > 2453 Luxembourg > Delivery address: 2-3 Rue Eugene Rupert,Vertigo Polaris Building > Tel: + 3522619113580 > [email protected] <[email protected]> | nexusgroup.com > <http://www.nexusgroup.com/> > *LinkedIn.com <http://www.linkedin.com/company/nexus-technology>* | *Twitter > <http://www.twitter.com/technologynexus>* | *Facebook.com > <https://www.facebook.com/pages/Technology-Nexus/133756470003189>* > > > > <C5B06FBE-74F4-416B-9BCE-F914341A2E0B_4_.png> > \ > > > *Nikolaos Ballas* | Software Development Manager > > Technology Nexus S.a.r.l. > 2-4 Rue Eugene Rupert > 2453 Luxembourg > Delivery address: 2-3 Rue Eugene Rupert,Vertigo Polaris Building > Tel: + 3522619113580 > [email protected] <[email protected]> | nexusgroup.com > <http://www.nexusgroup.com/> > *LinkedIn.com <http://www.linkedin.com/company/nexus-technology>* | *Twitter > <http://www.twitter.com/technologynexus>* | *Facebook.com > <https://www.facebook.com/pages/Technology-Nexus/133756470003189>* > > > > <C5B06FBE-74F4-416B-9BCE-F914341A2E0B_4_.png> > \ > > > *Nikolaos Ballas* | Software Development Manager > > Technology Nexus S.a.r.l. > 2-4 Rue Eugene Rupert > 2453 Luxembourg > Delivery address: 2-3 Rue Eugene Rupert,Vertigo Polaris Building > Tel: + 3522619113580 > [email protected] <[email protected]> | nexusgroup.com > <http://www.nexusgroup.com/> > *LinkedIn.com <http://www.linkedin.com/company/nexus-technology>* | *Twitter > <http://www.twitter.com/technologynexus>* | *Facebook.com > <https://www.facebook.com/pages/Technology-Nexus/133756470003189>* > > > > > \ > >
