Modeshape problem with two repositories
m.jawwad Jun 6, 2013 3:42 AMHi,
I am trying to run modeshape with two repositories at the same time. I am using Tomcat 7, spring and modeshape engine to load the two repos. In my current test, I have made two separate repositories on my Windows 7 machie on two complete different locations i.e. one in my C: drive and one in D: drive. Both the repositories seemed to load correctly when I first tested them. BUT problem came when I uploaded some bulk data to both the repositories. Problem is that. My console shows only the below logging, and then nothing happens on tomcat side:
013-06-06 11:50:44.787 INFO [localhost-startStop-1] SLF4JLoggerImpl.java:191 ModeShape version 3.1.3.Final
2013-06-06 11:50:46.484 WARN [localhost-startStop-1] SLF4JLoggerImpl.java:95 No MIME type detectors found. Automatic MIME type detection of binary values will be disabled.
-------------------------------------------------------------------
GMS: address=VC6-55397, cluster=ModeShape-JCR, physical address=fe80:0:0:0:c0ed:a812:565:5d7b%10:49286
-------------------------------------------------------------------
2013-06-06 11:50:50.597 WARN [localhost-startStop-1] SLF4JLoggerImpl.java:95 The field description is not present on org.modeshape.sequencer.zip.ZipSequencer or any of its super types
2013-06-06 11:50:50.625 WARN [localhost-startStop-1] SLF4JLoggerImpl.java:95 The field description is not present on org.modeshape.sequencer.msoffice.MSOfficeMetadataSequencer or any of its super types
2013-06-06 11:50:50.629 WARN [localhost-startStop-1] SLF4JLoggerImpl.java:95 The field description is not present on org.modeshape.sequencer.mp3.Mp3MetadataSequencer or any of its super types
2013-06-06 11:51:19.696 WARN [localhost-startStop-1] SLF4JLoggerImpl.java:95 No MIME type detectors found. Automatic MIME type detection of binary values will be disabled.
-------------------------------------------------------------------
GMS: address=VC6-8553, cluster=ModeShape-JCR, physical address=fe80:0:0:0:c0ed:a812:565:5d7b%10:49287
-------------------------------------------------------------------
2013-06-06 11:51:20.659 WARN [localhost-startStop-1] SLF4JLoggerImpl.java:95 The field description is not present on org.modeshape.sequencer.zip.ZipSequencer or any of its super types
2013-06-06 11:51:20.665 WARN [localhost-startStop-1] SLF4JLoggerImpl.java:95 The field description is not present on org.modeshape.sequencer.msoffice.MSOfficeMetadataSequencer or any of its super types
2013-06-06 11:51:20.667 WARN [localhost-startStop-1] SLF4JLoggerImpl.java:95 The field description is not present on org.modeshape.sequencer.mp3.Mp3MetadataSequencer or any of its super types
After waiting for a long time, i happened to check the location of indexes/nodeinfo in my C: drive repo. The indexes seem to be changing constantly here (as they were in a constant loop or something). While indexes on D: drive repo are stable. And here Tomcat seems to be stuck and not responding, there is no exception or anything here as well.
Can any body tell me what mught be wrong?
Note: it happened only after I uploaded some data to the repo.
Thanks in advance.