Solandra icon indicating copy to clipboard operation
Solandra copied to clipboard

Solandra Build Issue

Open dr10 opened this issue 13 years ago • 4 comments

@tjake Please check with this, I have gone across web also and FYI my ant is also updated one 1.8.3 so that should not be the problem if m not wrong and java is properly configured and Java Home is also set but where the problem rise :-

BUILD FAILED /opt/tjake-Solandra-cfbce36/build.xml:114: The type doesn't support the "erroronmissingdir" attribute.

Total time: 0 seconds

dr10 avatar Mar 13 '12 10:03 dr10

I think it is related to your version of ant. please try 1.8.2

tjake avatar Mar 13 '12 13:03 tjake

It compiles fine for me with 1.8.2.

benmccann avatar Mar 31 '12 22:03 benmccann

@jake can u help me with your new Updated. Solandra, actually make facing a problem when I make entry or add any user to my Cassandra Db it is reflected after few seconds, when check with my api call url, I have upgraded Solandra yesterday only but why is this happening? Do I need to check with Caching in solrconfig.xml or something else is the issue. Please @jake Update me on this Waiting for your Reply

Thanks. In advance.

Xcuse if any Typos

dr10 avatar Jun 03 '12 08:06 dr10

Embedding in an existing cassandra distribution

To use an existing Cassandra distribution perform the following steps.

1)Download your Cassandra distribution

2)Unzip it the directory of your choice

3)Run the following solandra ant task to deploy the necessary files into the unzipped dir

4)ant -Dcassandra={unzipped dir} cassandra-dist

  1. You can now start Solr within Cassandra by using $CASSANDRA_HOME/bin/solandra command. Cassandra now takes two optional properties: -Dsolandra.context and -Dsolandra.port for the context path and the Jetty port.

I'm getting error in 4th step, most of the files were moved from solandra to cassandra. But finally its shows like BUILD FAILED D:\Solandra-solandra\build.xml:290: didn't replace anything

I checked with build file in 290 line, it has the following code. classname="org.apache.cassandra.thrift.CassandraDaemon" classname="solandra.SolandraServer"

Due to build fail, I couldn't achieve the 5th step. Thanks in advance if anybody replied.

hopeuknow avatar Apr 15 '15 08:04 hopeuknow