You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.All sets be finished.
2.Create a volume successful.
3.Occur errors when mounting the volume to the /media/sdfs.
What is the expected output? What do you see instead?
I want to see the successful mounting.For example,the os system will present a
directory,then I can copy and write files in the dir.
but the problem taken place as follows:
[main] INFO fuse.FuseMount - Mounting filesystem
Exception in thread "main" java.lang.NoClassDefFoundError: fuse/PasswordEntry
at fuse.FuseMount.mount(Native Method)
at fuse.FuseMount.mount(FuseMount.java:65)
at fuse.FuseMount.mount(FuseMount.java:52)
at fuse.SDFS.MountSDFS.main(MountSDFS.java:146)
Caused by: java.lang.ClassNotFoundException: fuse.PasswordEntry
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 4 more
What version of the product are you using? On what operating system?
OS:linux ubuntu11.10 amd_64
JRE:JDK1.7.0
Fuse:fuse 2.8.6
SDFS:sdfs1.1.0
eclipse:3.7.0
Please provide any additional information below.
2011-11-09 11:20:57,673 [main] INFO sdfs - Running SDFS Version 1.0.1
2011-11-09 11:20:57,678 [main] INFO sdfs - reading config file =
/etc/sdfs/sdfs_vol1-volume-cfg.xml
2011-11-09 11:20:57,716 [main] INFO sdfs - Parsing subsystem-config version
1.0.1
2011-11-09 11:20:57,717 [main] INFO sdfs - parsing folder locations
2011-11-09 11:20:57,717 [main] INFO sdfs - Setting hash size to 16
2011-11-09 11:20:57,718 [main] INFO sdfs - Mounting volume
/opt/sdfs/volumes/sdfs_vol1/files
2011-11-09 11:20:57,719 [main] INFO sdfs - Setting volume size to 1073741824
2011-11-09 11:20:57,719 [main] INFO sdfs - Setting maximum capacity to infinite
2011-11-09 11:20:57,720 [main] DEBUG sdfs - parsing local chunkstore parameters
2011-11-09 11:20:57,720 [main] DEBUG sdfs - this is a local chunkstore
2011-11-09 11:20:57,720 [main] INFO sdfs - ######### Will allocate 1073741824
in chunkstore ##############
2011-11-09 11:20:58,257 [main] INFO sdfs - This looks an existing hashtable
will repopulate with [16192] entries.
2011-11-09 11:20:58,257 [main] INFO sdfs - ##################### Loading Hash
Database #####################
Loading 2011-11-09 11:20:58,260 [main] INFO sdfs - Opening Chunk Store
java.io.FileNotFoundException:
/opt/sdfs/volumes/sdfs_vol1/chunkstore/chunks/chunks.pos (权限不够)
at java.io.RandomAccessFile.open(Native Method)
at java.io.RandomAccessFile.<init>(RandomAccessFile.java:233)
at org.opendedup.sdfs.filestore.FileChunkStore.<init>(FileChunkStore.java:72)
at org.opendedup.sdfs.filestore.ChunkData.<clinit>(ChunkData.java:48)
at org.opendedup.collections.CSByteArrayLongMap.setUp(CSByteArrayLongMap.java:274)
at org.opendedup.collections.CSByteArrayLongMap.<init>(CSByteArrayLongMap.java:79)
at org.opendedup.sdfs.filestore.HashStore.connectDB(HashStore.java:168)
at org.opendedup.sdfs.filestore.HashStore.<init>(HashStore.java:96)
at org.opendedup.sdfs.servers.HashChunkService.<clinit>(HashChunkService.java:37)
at org.opendedup.sdfs.servers.SDFSService.start(SDFSService.java:46)
at fuse.SDFS.MountSDFS.main(MountSDFS.java:130)
2011-11-09 11:20:58,292 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 24 for total of
2011-11-09 11:20:58,295 [main] DEBUG sdfs - hashroute [24] created hr=1
2011-11-09 11:20:58,295 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 19 for total of
2011-11-09 11:20:58,296 [main] DEBUG sdfs - hashroute [19] created hr=2
2011-11-09 11:20:58,296 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 190 for total of
2011-11-09 11:20:58,296 [main] DEBUG sdfs - hashroute [190] created hr=3
2011-11-09 11:20:58,296 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 78 for total of
2011-11-09 11:20:58,297 [main] DEBUG sdfs - hashroute [78] created hr=4
2011-11-09 11:20:58,297 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 187 for total of
2011-11-09 11:20:58,297 [main] DEBUG sdfs - hashroute [187] created hr=5
2011-11-09 11:20:58,297 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 204 for total of
2011-11-09 11:20:58,297 [main] DEBUG sdfs - hashroute [204] created hr=6
2011-11-09 11:20:58,298 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 83 for total of
2011-11-09 11:20:58,298 [main] DEBUG sdfs - hashroute [83] created hr=7
2011-11-09 11:20:58,298 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 55 for total of
2011-11-09 11:20:58,298 [main] DEBUG sdfs - hashroute [55] created hr=8
2011-11-09 11:20:58,302 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 114 for total of
2011-11-09 11:20:58,302 [main] DEBUG sdfs - hashroute [114] created hr=9
2011-11-09 11:20:58,302 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 237 for total of
2011-11-09 11:20:58,302 [main] DEBUG sdfs - hashroute [237] created hr=10
2011-11-09 11:20:58,303 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 219 for total of
2011-11-09 11:20:58,303 [main] DEBUG sdfs - hashroute [219] created hr=11
2011-11-09 11:20:58,303 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 157 for total of
2011-11-09 11:20:58,304 [main] DEBUG sdfs - hashroute [157] created hr=12
2011-11-09 11:20:58,304 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 130 for total of
2011-11-09 11:20:58,305 [main] DEBUG sdfs - hashroute [130] created hr=13
2011-11-09 11:20:58,305 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 123 for total of
2011-11-09 11:20:58,305 [main] DEBUG sdfs - hashroute [123] created hr=14
2011-11-09 11:20:58,305 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 14 for total of
2011-11-09 11:20:58,305 [main] DEBUG sdfs - hashroute [14] created hr=15
2011-11-09 11:20:58,306 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 181 for total of
2011-11-09 11:20:58,306 [main] DEBUG sdfs - hashroute [181] created hr=16
2011-11-09 11:20:58,306 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 134 for total of
2011-11-09 11:20:58,306 [main] DEBUG sdfs - hashroute [134] created hr=17
2011-11-09 11:20:58,306 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 13 for total of
2011-11-09 11:20:58,307 [main] DEBUG sdfs - hashroute [13] created hr=18
2011-11-09 11:20:58,307 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 100 for total of
2011-11-09 11:20:58,316 [main] DEBUG sdfs - hashroute [100] created hr=19
2011-11-09 11:20:58,316 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 217 for total of
2011-11-09 11:20:58,317 [main] DEBUG sdfs - hashroute [217] created hr=20
2011-11-09 11:20:58,317 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 194 for total of
2011-11-09 11:20:58,319 [main] DEBUG sdfs - hashroute [194] created hr=21
2011-11-09 11:20:58,319 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 218 for total of
2011-11-09 11:20:58,319 [main] DEBUG sdfs - hashroute [218] created hr=22
2011-11-09 11:20:58,319 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 186 for total of
2011-11-09 11:20:58,320 [main] DEBUG sdfs - hashroute [186] created hr=23
2011-11-09 11:20:58,320 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 70 for total of
2011-11-09 11:20:58,320 [main] DEBUG sdfs - hashroute [70] created hr=24
2011-11-09 11:20:58,324 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 31 for total of
2011-11-09 11:20:58,325 [main] DEBUG sdfs - hashroute [31] created hr=25
2011-11-09 11:20:58,325 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 21 for total of
2011-11-09 11:20:58,325 [main] DEBUG sdfs - hashroute [21] created hr=26
2011-11-09 11:20:58,325 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 98 for total of
2011-11-09 11:20:58,326 [main] DEBUG sdfs - hashroute [98] created hr=27
2011-11-09 11:20:58,326 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 241 for total of
2011-11-09 11:20:58,326 [main] DEBUG sdfs - hashroute [241] created hr=28
2011-11-09 11:20:58,326 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 121 for total of
2011-11-09 11:20:58,327 [main] DEBUG sdfs - hashroute [121] created hr=29
2011-11-09 11:20:58,327 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 106 for total of
2011-11-09 11:20:58,327 [main] DEBUG sdfs - hashroute [106] created hr=30
2011-11-09 11:20:58,327 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 47 for total of
2011-11-09 11:20:58,328 [main] DEBUG sdfs - hashroute [47] created hr=31
2011-11-09 11:20:58,328 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 39 for total of
2011-11-09 11:20:58,328 [main] DEBUG sdfs - hashroute [39] created hr=32
2011-11-09 11:20:58,328 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 160 for total of
2011-11-09 11:20:58,328 [main] DEBUG sdfs - hashroute [160] created hr=33
2011-11-09 11:20:58,329 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 193 for total of
2011-11-09 11:20:58,331 [main] DEBUG sdfs - hashroute [193] created hr=34
2011-11-09 11:20:58,331 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 163 for total of
2011-11-09 11:20:58,331 [main] DEBUG sdfs - hashroute [163] created hr=35
2011-11-09 11:20:58,332 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 34 for total of
2011-11-09 11:20:58,332 [main] DEBUG sdfs - hashroute [34] created hr=36
2011-11-09 11:20:58,332 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 12 for total of
2011-11-09 11:20:58,332 [main] DEBUG sdfs - hashroute [12] created hr=37
2011-11-09 11:20:58,332 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 101 for total of
2011-11-09 11:20:58,346 [main] DEBUG sdfs - hashroute [101] created hr=38
2011-11-09 11:20:58,346 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 77 for total of
2011-11-09 11:20:58,346 [main] DEBUG sdfs - hashroute [77] created hr=39
2011-11-09 11:20:58,346 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 18 for total of
2011-11-09 11:20:58,347 [main] DEBUG sdfs - hashroute [18] created hr=40
2011-11-09 11:20:58,347 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 133 for total of
2011-11-09 11:20:58,347 [main] DEBUG sdfs - hashroute [133] created hr=41
2011-11-09 11:20:58,347 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 151 for total of
2011-11-09 11:20:58,347 [main] DEBUG sdfs - hashroute [151] created hr=42
2011-11-09 11:20:58,355 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 149 for total of
2011-11-09 11:20:58,369 [main] DEBUG sdfs - hashroute [149] created hr=43
2011-11-09 11:20:58,369 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 239 for total of
2011-11-09 11:20:58,370 [main] DEBUG sdfs - hashroute [239] created hr=44
2011-11-09 11:20:58,370 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 127 for total of
2011-11-09 11:20:58,370 [main] DEBUG sdfs - hashroute [127] created hr=45
2011-11-09 11:20:58,370 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 167 for total of
2011-11-09 11:20:58,371 [main] DEBUG sdfs - hashroute [167] created hr=46
2011-11-09 11:20:58,371 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 138 for total of
2011-11-09 11:20:58,372 [main] DEBUG sdfs - hashroute [138] created hr=47
2011-11-09 11:20:58,372 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 69 for total of
2011-11-09 11:20:58,372 [main] DEBUG sdfs - hashroute [69] created hr=48
2011-11-09 11:20:58,372 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 197 for total of
2011-11-09 11:20:58,372 [main] DEBUG sdfs - hashroute [197] created hr=49
2011-11-09 11:20:58,373 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 230 for total of
2011-11-09 11:20:58,373 [main] DEBUG sdfs - hashroute [230] created hr=50
2011-11-09 11:20:58,373 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 182 for total of
2011-11-09 11:20:58,373 [main] DEBUG sdfs - hashroute [182] created hr=51
2011-11-09 11:20:58,373 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 155 for total of
2011-11-09 11:20:58,385 [main] DEBUG sdfs - hashroute [155] created hr=52
2011-11-09 11:20:58,385 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 54 for total of
2011-11-09 11:20:58,385 [main] DEBUG sdfs - hashroute [54] created hr=53
2011-11-09 11:20:58,385 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 84 for total of
2011-11-09 11:20:58,385 [main] DEBUG sdfs - hashroute [84] created hr=54
2011-11-09 11:20:58,385 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 122 for total of
2011-11-09 11:20:58,386 [main] DEBUG sdfs - hashroute [122] created hr=55
2011-11-09 11:20:58,386 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 90 for total of
2011-11-09 11:20:58,386 [main] DEBUG sdfs - hashroute [90] created hr=56
2011-11-09 11:20:58,386 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 44 for total of
2011-11-09 11:20:58,387 [main] DEBUG sdfs - hashroute [44] created hr=57
2011-11-09 11:20:58,387 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 245 for total of
2011-11-09 11:20:58,387 [main] DEBUG sdfs - hashroute [245] created hr=58
2011-11-09 11:20:58,387 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 148 for total of
2011-11-09 11:20:58,387 [main] DEBUG sdfs - hashroute [148] created hr=59
2011-11-09 11:20:58,388 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 94 for total of
2011-11-09 11:20:58,388 [main] DEBUG sdfs - hashroute [94] created hr=60
2011-11-09 11:20:58,388 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 9 for total of
2011-11-09 11:20:58,389 [main] DEBUG sdfs - hashroute [9] created hr=61
2011-11-09 11:20:58,389 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 2 for total of
2011-11-09 11:20:58,389 [main] DEBUG sdfs - hashroute [2] created hr=62
2011-11-09 11:20:58,389 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 206 for total of
2011-11-09 11:20:58,390 [main] DEBUG sdfs - hashroute [206] created hr=63
2011-11-09 11:20:58,390 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 3 for total of
2011-11-09 11:20:58,390 [main] DEBUG sdfs - hashroute [3] created hr=64
2011-11-09 11:20:58,390 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 140 for total of
2011-11-09 11:20:58,391 [main] DEBUG sdfs - hashroute [140] created hr=65
2011-11-09 11:20:58,391 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 136 for total of
2011-11-09 11:20:58,391 [main] DEBUG sdfs - hashroute [136] created hr=66
2011-11-09 11:20:58,391 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 174 for total of
2011-11-09 11:20:58,392 [main] DEBUG sdfs - hashroute [174] created hr=67
2011-11-09 11:20:58,392 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 222 for total of
2011-11-09 11:20:58,392 [main] DEBUG sdfs - hashroute [222] created hr=68
2011-11-09 11:20:58,392 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 166 for total of
2011-11-09 11:20:58,392 [main] DEBUG sdfs - hashroute [166] created hr=69
2011-11-09 11:20:58,392 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 105 for total of
2011-11-09 11:20:58,393 [main] DEBUG sdfs - hashroute [105] created hr=70
2011-11-09 11:20:58,393 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 87 for total of
2011-11-09 11:20:58,393 [main] DEBUG sdfs - hashroute [87] created hr=71
2011-11-09 11:20:58,393 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 244 for total of
2011-11-09 11:20:58,393 [main] DEBUG sdfs - hashroute [244] created hr=72
2011-11-09 11:20:58,393 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 147 for total of
2011-11-09 11:20:58,393 [main] DEBUG sdfs - hashroute [147] created hr=73
2011-11-09 11:20:58,393 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 74 for total of
2011-11-09 11:20:58,394 [main] DEBUG sdfs - hashroute [74] created hr=74
2011-11-09 11:20:58,394 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 23 for total of
2011-11-09 11:20:58,394 [main] DEBUG sdfs - hashroute [23] created hr=75
2011-11-09 11:20:58,394 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 107 for total of
2011-11-09 11:20:58,394 [main] DEBUG sdfs - hashroute [107] created hr=76
2011-11-09 11:20:58,394 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 20 for total of
2011-11-09 11:20:58,394 [main] DEBUG sdfs - hashroute [20] created hr=77
2011-11-09 11:20:58,394 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 68 for total of
2011-11-09 11:20:58,395 [main] DEBUG sdfs - hashroute [68] created hr=78
2011-11-09 11:20:58,395 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 32 for total of
2011-11-09 11:20:58,395 [main] DEBUG sdfs - hashroute [32] created hr=79
2011-11-09 11:20:58,395 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 17 for total of
2011-11-09 11:20:58,395 [main] DEBUG sdfs - hashroute [17] created hr=80
2011-11-09 11:20:58,396 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 85 for total of
2011-11-09 11:20:58,396 [main] DEBUG sdfs - hashroute [85] created hr=81
2011-11-09 11:20:58,396 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 215 for total of
2011-11-09 11:20:58,396 [main] DEBUG sdfs - hashroute [215] created hr=82
2011-11-09 11:20:58,396 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 36 for total of
2011-11-09 11:20:58,396 [main] DEBUG sdfs - hashroute [36] created hr=83
2011-11-09 11:20:58,396 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 165 for total of
2011-11-09 11:20:58,396 [main] DEBUG sdfs - hashroute [165] created hr=84
2011-11-09 11:20:58,397 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 142 for total of
2011-11-09 11:20:58,397 [main] DEBUG sdfs - hashroute [142] created hr=85
2011-11-09 11:20:58,397 [main] DEBUG sdfs - will create byte array of size 67
propsize was 63
Creating map at 233 for total of
2011-11-09 11:20:58,397 [main] DEBUG sdfs - hashroute [233] created hr=86
Done Loading
2011-11-09 11:20:58,397 [main] INFO sdfs - ########## Finished Loading Hash
Database in [1] seconds ###########
2011-11-09 11:20:58,397 [main] INFO sdfs - loaded [102] into the hashtable
[/opt/sdfs/volumes/sdfs_vol1/chunkstore/hdb/hashstore-sdfs] free slots
available are [0] free slots added [0]
2011-11-09 11:20:58,398 [main] INFO sdfs - Cache Size = 131072 and Dirty
Timeout = 1000
2011-11-09 11:20:58,398 [main] INFO sdfs - Total Entries 102
2011-11-09 11:20:58,398 [main] INFO sdfs - Added sdfs
2011-11-09 11:20:58,400 [main] INFO sdfs - Scheduling Garbage Collection Jobs
2011-11-09 11:20:58,464 [main] INFO org.quartz.core.SchedulerSignalerImpl -
Initialized Scheduler Signaller of type: class
org.quartz.core.SchedulerSignalerImpl
2011-11-09 11:20:58,466 [main] INFO org.quartz.core.QuartzScheduler - Quartz
Scheduler v.1.7.3 created.
2011-11-09 11:20:58,471 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore
initialized.
2011-11-09 11:20:58,471 [main] INFO org.quartz.impl.StdSchedulerFactory -
Quartz scheduler 'QuartzScheduler' initialized from an externally provided
properties instance.
2011-11-09 11:20:58,472 [main] INFO org.quartz.impl.StdSchedulerFactory -
Quartz scheduler version: 1.7.3
2011-11-09 11:20:58,471 [Timer-0] DEBUG org.quartz.utils.UpdateChecker -
Checking for update...
2011-11-09 11:20:58,537 [main] INFO org.quartz.core.QuartzScheduler -
Scheduler QuartzScheduler_$_NON_CLUSTERED started.
2011-11-09 11:20:58,557 [main] INFO sdfs - Garbage Collection Jobs Scheduled
2011-11-09 11:20:58,622 [main] INFO sdfs - Management WebServer Started at
localhost/127.0.0.1:6442
2011-11-09 11:20:58,623 [main] INFO sdfs - Scheduling Garbage Collection Jobs
for SDFS
2011-11-09 11:20:58,623 [main] INFO org.quartz.core.QuartzScheduler -
Scheduler QuartzScheduler_$_NON_CLUSTERED started.
2011-11-09 11:20:58,628 [main] INFO sdfs - Garbage Collection Jobs Scheduled
-f
/media/sdfs
-o
direct_io,big_writes,allow_other,fsname=sdfs_vol1-volume-cfg.xml
2011-11-09 11:20:58,632 [main] INFO fuse.SDFS.SDFSFileSystem - mounting
/opt/sdfs/volumes/sdfs_vol1/files to /media/sdfs
2011-11-09 11:20:58,640 [main] INFO fuse.FuseMount - Mounting filesystem
Exception in thread "main" java.lang.NoClassDefFoundError: fuse/PasswordEntry
at fuse.FuseMount.mount(Native Method)
at fuse.FuseMount.mount(FuseMount.java:65)
at fuse.FuseMount.mount(FuseMount.java:52)
at fuse.SDFS.MountSDFS.main(MountSDFS.java:146)
Caused by: java.lang.ClassNotFoundException: fuse.PasswordEntry
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 4 more
2011-11-09 11:20:58,648 [main] INFO fuse.FuseMount - Filesystem is unmounted
2011-11-09 11:20:58,648 [main] DEBUG fuse.FuseMount - ThreadGroup("FUSE
Threads").activeCount() = 0
Please Wait while shutting down SDFS
Data Can be lost if this is interrupted
Shutting Down SDFS
Stopping FDISK scheduler
Flushing and Closing Write Caches
closing write caches of size 0
Write Caches Flushed and Closed
Committing open Files
Closing metafilestore
2011-11-09 11:20:58,656 [Thread-8] DEBUG sdfs - flushed 0 files
metafilestore closed
Open File Committed
Writing Config File
Writing volume config = /opt/sdfs/volumes/sdfs_vol1/files
Shutting down ChunkStore
Shutting down HashStore
Hashtable [/opt/sdfs/volumes/sdfs_vol1/chunkstore/hdb/hashstore-sdfs] closed
SDFS is Shut Down
All Data Flushed
SDFS Shut Down Cleanly
Original issue reported on code.google.com by [email protected] on 9 Nov 2011 at 3:21
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Nov 2011 at 3:21The text was updated successfully, but these errors were encountered: