First, can you post the output of uname -a; gcc -v; <install_dir>/bin/ hypertable --version ?
On Dec 31, 12:45 am, "Mateusz Berezecki" <[email protected]> wrote: > On Wed, Dec 31, 2008 at 12:52 AM, Mateusz Berezecki <[email protected]> > wrote: > > On Wed, Dec 31, 2008 at 12:49 AM, Luke <[email protected]> wrote: > > >> Did you follow the steps in the README to start the servers first? > > >> <install_dir>/bin/clean-databases.sh && <install_dir>/bin/start-all- > >> servers local && make test > > Luke, here's the output I got from the clean-databases.sh script (with > the snapshot version of thrift you pasted the link to) > > bash-3.2# /opt/hypertable/0.9.1.1/bin/clean-database.sh > terminate called after throwing an instance of > 'facebook::thrift::transport::TTransportException' > what(): Frame size has negative value > /opt/hypertable/0.9.1.1/bin/clean-database.sh: line 53: 48778 Abort > trap $HYPERTABLE_HOME/bin/serverup --silent $server The thriftbroker was not started. clean-database.sh sometimes doesn't kill all the existing instance of servers because it only looks at pids in <install_dir>/run, assuming you started them normally. You might have to use ps -ef | egrep 'Hyper|Thrift' to find them all. > > And here're full test suite results > > Running tests... > Start processing tests > Test project /Users/m/work/build/hypertable > 1/ 36 Testing Common-Exception Passed > 2/ 36 Testing Common-Logging Passed > 3/ 36 Testing Common-Serialization Passed > 4/ 36 Testing Common-ScopeGuard Passed > 5/ 36 Testing Common-InetAddr Passed > 6/ 36 Testing Common-PageArena Passed > 7/ 36 Testing HyperComm Passed > 8/ 36 Testing HyperComm-datagram Passed > 9/ 36 Testing HyperComm-timeout Passed > 10/ 36 Testing HyperComm-timer Passed > 11/ 36 Testing HyperComm-reverse-request Passed > 12/ 36 Testing BerkeleyDbFilesystem Passed > 13/ 36 Testing FileBlockCache Passed > 14/ 36 Testing CellStoreScanner Passed > 15/ 36 Testing Schema Passed > 16/ 36 Testing LocationCache Passed > 17/ 36 Testing LoadDataSource Passed > 18/ 36 Testing BlockCompressor-BMZ Passed > 19/ 36 Testing BlockCompressor-LZO Passed > 20/ 36 Testing BlockCompressor-NONE Passed > 21/ 36 Testing BlockCompressor-QUICKLZ Passed > 22/ 36 Testing BlockCompressor-ZLIB Passed > 23/ 36 Testing CommitLog Passed > 24/ 36 Testing Escape Passed > 25/ 36 Testing LargeInsert Passed > 26/ 36 Testing MetaLog-Master ***Exception: Other This one is weird. Can you take a look at Testing/Temporary/ LastTest.log to see what exception was thrown? > 27/ 36 Testing MetaLog-RangeServer Passed > 28/ 36 Testing HyperDfsBroker Passed > 29/ 36 Testing Hyperspace Passed > 30/ 36 Testing hypertable Passed > 31/ 36 Testing RangeServer Passed > 32/ 36 Testing ThriftClient-cpp ***Exception: Other > 33/ 36 Testing ThriftClient-ruby ***Failed > 34/ 36 Testing ThriftClient-perl ***Failed > 35/ 36 Testing ThriftClient-python ***Failed > 36/ 36 Testing ThriftClient-java ***Failed Since thriftbroker was not started. These are expected. > 83% tests passed, 6 tests failed out of 36 > > The following tests FAILED: > 26 - MetaLog-Master (OTHER_FAULT) > 32 - ThriftClient-cpp (OTHER_FAULT) > 33 - ThriftClient-ruby (Failed) > 34 - ThriftClient-perl (Failed) > 35 - ThriftClient-python (Failed) > 36 - ThriftClient-java (Failed) > > I have started local servers, etc. > > Is there anything more I could test to help out? > > Mateusz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hypertable-dev?hl=en -~----------~----~----~----~------~----~------~--~---
