Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
try to build titan using mvn clean test -P comprehensive, but encounter exception
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Apirom Na Nakorn  
View profile  
 More options Oct 1 2012, 11:02 pm
From: Apirom Na Nakorn <apir...@gmail.com>
Date: Mon, 1 Oct 2012 20:02:28 -0700 (PDT)
Local: Mon, Oct 1 2012 11:02 pm
Subject: try to build titan using mvn clean test -P comprehensive, but encounter exception

Hello,

Please help, I try to build titan using command "mvn clean test -P
comprehensive", but encounter exception as follow :

com.thinkaurelius.titan.diskstorage.TemporaryStorageException: Cassandra
process failed to bind Thrift-port within timeout.
        at
com.thinkaurelius.titan.diskstorage.cassandra.CassandraProcessStarter.start Cassandra(CassandraProcessStarter.java:164)
        at
com.thinkaurelius.titan.blueprints.ExternalCassandraBlueprintsTest.startUp( ExternalCassandraBlueprintsTest.java:21)
        at
com.thinkaurelius.titan.blueprints.LocalBlueprintsTest.doTestSuite(LocalBlu eprintsTest.java:117)
        at
com.thinkaurelius.titan.blueprints.LocalBlueprintsTest.testGraphTestSuite(L ocalBlueprintsTest.java:44)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3 9)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp l.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at junit.framework.TestCase.runTest(TestCase.java:168)
        at junit.framework.TestCase.runBare(TestCase.java:134)
        at junit.framework.TestResult$1.protect(TestResult.java:110)
        at junit.framework.TestResult.runProtected(TestResult.java:128)
        at junit.framework.TestResult.run(TestResult.java:113)
        at junit.framework.TestCase.run(TestCase.java:124)
        at junit.framework.TestSuite.runTest(TestSuite.java:232)
        at junit.framework.TestSuite.run(TestSuite.java:227)
        at
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:8 3)
        at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java :236)
        at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provid er.java:134)
        at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java: 113)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3 9)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp l.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(Reflec tionUtils.java:189)
        at
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(Provi derFactory.java:165)
        at
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFac tory.java:85)
        at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBoot er.java:103)
        at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)

Thank you

Best Regards

Mr.Apirom Na Nakorn


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marko Rodriguez  
View profile  
 More options Oct 2 2012, 10:48 am
From: Marko Rodriguez <okramma...@gmail.com>
Date: Tue, 2 Oct 2012 08:48:35 -0600
Local: Tues, Oct 2 2012 10:48 am
Subject: Re: [Aurelius] try to build titan using mvn clean test -P comprehensive, but encounter exception

Hi,

Do you have a local version of Cassandra running (and the correct version of Cassandra)?

        ~$ cassandra -f
        titan$ mvn clean install

Moreover, "comprehensive" takes a significant amount of time. You might be better off with simply 'mvn clean install.'

HTH,
Marko.

http://markorodriguez.com

On Oct 1, 2012, at 9:02 PM, Apirom Na Nakorn wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthias Broecheler  
View profile  
 More options Oct 2 2012, 10:51 pm
From: Matthias Broecheler <m...@matthiasb.com>
Date: Tue, 2 Oct 2012 19:50:49 -0700
Local: Tues, Oct 2 2012 10:50 pm
Subject: Re: [Aurelius] try to build titan using mvn clean test -P comprehensive, but encounter exception

Hey Apirom,
it seems some other process is occupying the cassandra port.
HTH,
Matthias

On Tue, Oct 2, 2012 at 7:48 AM, Marko Rodriguez <okramma...@gmail.com>wrote:

--
Matthias Broecheler, PhD
http://www.matthiasb.com
E-Mail: m...@matthiasb.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Apirom Na Nakorn  
View profile  
 More options Oct 3 2012, 1:11 am
From: Apirom Na Nakorn <apir...@gmail.com>
Date: Tue, 2 Oct 2012 22:11:08 -0700 (PDT)
Local: Wed, Oct 3 2012 1:11 am
Subject: Re: [Aurelius] try to build titan using mvn clean test -P comprehensive, but encounter exception

Hi,

    I run maven with the following environment:

- Apache Cassandra 1.1.3

- OS : Window XP => I need to modify variable "cassandraCommand"
in CassandraProcessStarter class to be "cassandra.bat"

    Everything works perfectly with "mvn clean install". What if I modify
something in Titan and would like to make sure that every function work
properly, runing "mvn clean install: is enough ?

   Now, I just start Cassandra separately and modify code
in CassandraProcessStarter not to start/stop Cassandra and run the test
again. Still waiting for the build result

Thank you

Best Regards

Mr.Apirom Na Nakorn


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matthias Broecheler  
View profile  
 More options Oct 3 2012, 4:21 am
From: Matthias Broecheler <m...@matthiasb.com>
Date: Wed, 3 Oct 2012 01:20:45 -0700
Local: Wed, Oct 3 2012 4:20 am
Subject: Re: [Aurelius] try to build titan using mvn clean test -P comprehensive, but encounter exception

Hey Apirom,

it sounds like there is a problem in starting the external cassandra
process on windows. If mvn clean install works for you that means starting
cassandra in the same jvm works fine. All of the important functionality is
covered by "mvn clean install" with the exception of HBase (because that
currently requires an external process for hbase). With the comprehensive
test suite you get Hbase coverage and additional performance tests.

I don't have a windows box to figure out why the process won't start under
windows. Does anybody have the means to test this out?
Thanks,
Matthias

On Tue, Oct 2, 2012 at 10:11 PM, Apirom Na Nakorn <apir...@gmail.com> wrote:

--
Matthias Broecheler, PhD
http://www.matthiasb.com
E-Mail: m...@matthiasb.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Apirom Na Nakorn  
View profile  
 More options Oct 5 2012, 6:13 am
From: Apirom Na Nakorn <apir...@gmail.com>
Date: Fri, 5 Oct 2012 03:13:09 -0700 (PDT)
Local: Fri, Oct 5 2012 6:13 am
Subject: Re: [Aurelius] try to build titan using mvn clean test -P comprehensive, but encounter exception

Hi,

Thank you for your reply. I will go with "mvn clean install" option.

Best Regards

Mr.Apirom Na Nakorn


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »