2017-10-06 7 views
0

example configを使用してディスクストアでGeodeを開始します。私は、サーバーを停止し、再度起動した場合、私が取得:ディスクストアでGeodeサーバを停止できません

java.lang.IllegalStateException: Detected multiple disk store initialization files named "BACKUPDeal.if". This disk store directories must only contain one initialization file.

スレッドの例外「メイン」私はファイル場合を削除した場合は、エラーがある:Exception in thread "main" java.lang.IllegalStateException: The init file "D:\deal\BACKUPdeal.if" does not exist. If it no longer exists then delete the following files to be able to create this disk store. Existing oplogs are: [D:\deal\BACKUPdeal_1.drf, D:\deal\BACKUPdeal_1.crf]

私はここで何をしないのです?

+1

使用しているサーバーと設定/プロパティを起動/停止するために実行しているコマンドを詳しく説明できますか? –

+0

@JensDその<ディスクストア名= "契約"締め固めしきい値= "40" auto-compact = "false" allow-force-compaction = "true" max-oplog-size = "512"サイズ= "10000" 時間間隔= "15" ライト・バッファ・サイズ= "65536" ディスク使用量警告-割合= "80" ディスク使用率・クリティカル-割合= "98"> D:\取引 <ディスク-DIR DIR-サイズ= "20480"> D:\取引 ' – rupweb

+0

aarghそれは二度同じディスクディレクトリの場所を使用していますので.... – rupweb

答えて

0

example configは2つのディスクストアを使用して、私は同じ店にこれらの名前を変更していたので、それはそれを解決するために1の2つのディスクストアを初期化できませんでした私はそうのような設定から第二ディスクストアを削除:

<disk-store name="deal" compaction-threshold="40" auto-compact="false" allow-force-compaction="true" max-oplog-size="512" queue-size="10000" time-interval="15" write-buffer-size="65536" disk-usage-warning-percentage="80" disk-usage-critical-percentage="98"> <disk-dirs> <disk-dir>d:\deal</disk-dir> </disk-dirs> </disk-store>

関連する問題