Re: Error when running Cassandra
Looks like the Java binary can't be found, check your $PATH Johan Edstrom - via HopOn October 2, 2014 at 6:56 GMT, Sunil Singh wrote:Can you past full stack trace and Cassandra Log in Log Directory , It isun-clear what went wrong at you end.On 2 October 2014 12:13, Vishanth Balasubramaniam wrote:> Hi,>> I am trying to run cassandra in my virtual machine and I am getting the> following error.>> root@instance-0001:/opt/cassandra/bin# ./cassandra> xss = -ea -javaagent:./../lib/jamm-0.2.5.jar -XX:+UseThreadPriorities> -XX:ThreadPriorityPolicy=42 -Xms1240M -Xmx1240M -Xmn310M
Re: Error when running Cassandra
Check line 151 in your cassandra file. It probably mentions where to look for java as Johan mentions below. Sent from my iPhone > On 02-Oct-2014, at 12:50 pm, Johan Edstrom wrote: > > Looks like the Java binary can't be found, check your $PATH Johan Edstrom - > via HopOn October 2, 2014 at 6:56 GMT, Sunil Singh > wrote:Can you past full stack trace and > Cassandra Log in Log Directory , It isun-clear what went wrong at you end.On > 2 October 2014 12:13, Vishanth Balasubramaniam wrote:> > Hi,>> I am trying to run cassandra in my virtual machine and I am getting > the> following error.>> root@instance-0001:/opt/cassandra/bin# > ./cassandra> xss = -ea -javaagent:./../lib/jamm-0.2.5.jar > -XX:+UseThreadPriorities> -XX:ThreadPriorityPolicy=42 -Xms1240M -Xmx1240M > -Xmn310M
Re: Reminder: 68 patches pending review
On Thu, Oct 2, 2014 at 1:17 AM, Pavel Yaskevich wrote: > Hi Jonathan, > >I have commented on 7885 and can take something of Yuki or Marcus if > they don't mind. > https://issues.apache.org/jira/browse/CASSANDRA-7872 perhaps? /Marcus
Re: Reminder: 68 patches pending review
Sure! On Thu, Oct 2, 2014 at 10:38 AM, Marcus Eriksson wrote: > On Thu, Oct 2, 2014 at 1:17 AM, Pavel Yaskevich wrote: > > > Hi Jonathan, > > > >I have commented on 7885 and can take something of Yuki or Marcus if > > they don't mind. > > > > https://issues.apache.org/jira/browse/CASSANDRA-7872 perhaps? > > /Marcus >
Latest pull from the trunk is not compiling
Please help…. Till two days ago the whole code base was compiling. Today I pulled the latest and when I try to compile, it is giving compilation error. Please let me know what to do. Rajanarayanans-MacBook-Pro:cassandra RajT$ echo $JAVA_HOME /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home Rajanarayanans-MacBook-Pro:cassandra RajT$ pwd /Users/RajT/Documents/cassandra Rajanarayanans-MacBook-Pro:cassandra RajT$ ant Buildfile: /Users/RajT/Documents/cassandra/build.xml init: maven-ant-tasks-localrepo: maven-ant-tasks-download: maven-ant-tasks-init: maven-declare-dependencies: maven-ant-tasks-retrieve-build: init-dependencies: [echo] Loading dependency paths from file: /Users/RajT/Documents/cassandra/build/build-dependencies.xml [unzip] Expanding: /Users/RajT/Documents/cassandra/build/lib/jars/org.jacoco.agent-0.7.1.201405082137.jar into /Users/RajT/Documents/cassandra/build/lib/jars check-gen-cql3-grammar: gen-cql3-grammar: build-project: [echo] apache-cassandra: /Users/RajT/Documents/cassandra/build.xml createVersionPropFile: [propertyfile] Updating property file: /Users/RajT/Documents/cassandra/src/resources/org/apache/cassandra/config/version.properties [copy] Copying 1 file to /Users/RajT/Documents/cassandra/build/classes/main BUILD FAILED /Users/RajT/Documents/cassandra/build.xml:707: Warning: Could not find file /Users/RajT/Documents/cassandra/build/classes/main/META-INF/hotspot_compiler to copy. Total time: 1 second Thanks -Raj