当我执行以下.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
感谢。
答案 0 :(得分:4)
“长时间再次?”
你期待看到什么发生?
编辑:如果你没有使用-f运行,那么它将关闭stdout并开始写入你在配置xml中指定的日志文件。
答案 1 :(得分:0)
“Drive has SUBSTed”是Windows / DOS错误消息 - 您应该看到的第一件事是“启动Cassandra Server”。
Google为“Drive has SUBSTed”了解您为什么会这样做 - 您使用的驱动器配置有什么不寻常之处吗? http://zotline.com/shownote.zot/NoteNum/1884.html表示您正在尝试分配已分配的Windows驱动器号。