次の .bat ファイルを実行すると、Windows コマンド ラインに出力が表示されました。
bin\cassandra.bat
そして、これがコマンドラインで得ている出力です
Drive already SUBSTed
Starting Cassandra Server
Listening for transport dt_socket at address: 8888
INFO - Sampling index for E:\myfirstapp\cassandra\data\system\LocationInfo-1-Dat
a.db
INFO - Replaying E:\myfirstapp\cassandra\commitlog\CommitLog-1267714669843.log
INFO - LocationInfo has reached its threshold; switching in a fresh Memtable
INFO - Enqueuing flush of Memtable(LocationInfo)@19173163
INFO - Sorting Memtable(LocationInfo)@19173163
INFO - Writing Memtable(LocationInfo)@19173163
INFO - Completed flushing E:\myfirstapp\cassandra\data\system\LocationInfo-2-Dat
a.db
INFO - Log replay complete
INFO - Saved Token found: 68001116758853706850435234194693732005
INFO - Starting up server gossip
_
この後は何も起こらず、ピー音だけが鳴ります。この問題の原因と対処方法を知りたいです。私のシステムは Windows XP、Java 6 です。
ありがとう。