Making slide map to legacy file systems
"Uday Kamath" <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <E562ABA2284A71498E1C6AC8DE19279B88D664@DHARBOREX01.eideawdc1.local> |
We have been storing data in traditional file system in Windows and
Solaris. We want to move towards Slide Content Management. Can we
configure slide to have old files in these systems be as they are and
have new files added be using versioning etc etc? Can legacy file
structure be configured for slide is the question? Do we need to write
some utility to do this migration or change just domain.xml to point to
this old system? Because when I did that and wanted to read my old files
I started getting exception like below...
Any help is appreciated
Thanks
[java] 17 Feb 2007 16:41:22 -
org.apache.commons.transaction.file.FileResou
rceManager - EMERGENCY - java.io.FileNotFoundException:
C:\Files\bar.txt\transac
tion.log (The system cannot find the path specified)
[java] java.io.FileNotFoundException:
C:\Files\bar.txt\transaction.log (The
system cannot find the path specified)
[java] at java.io.FileInputStream.open(Native Method)
[java] at
java.io.FileInputStream.<init>(FileInputStream.java:106)
[java] at
org.apache.commons.transaction.file.FileResourceManager$Trans
actionContext.recoverState(FileResourceManager.java:1471)
[java] at
org.apache.commons.transaction.file.FileResourceManager.recov
erContexts(FileResourceManager.java:1219)
[java] at
org.apache.commons.transaction.file.FileResourceManager.recov
er(FileResourceManager.java:441)
[java] at
org.apache.commons.transaction.file.FileResourceManager.start
(FileResourceManager.java:394)
[java] at
org.apache.slide.store.txfile.AbstractTxFileStoreService.conn
ect(AbstractTxFileStoreService.java:135)
[java] at
org.apache.slide.common.AbstractServiceBase.connect(AbstractS
erviceBase.java:120)
[java] at
org.apache.slide.store.AbstractStore.connect(AbstractStore.ja
va:216)
[java] at
org.apache.slide.common.AbstractServiceBase.connectIfNeeded(A
bstractServiceBase.java:192)
[java] at
org.apache.slide.common.Namespace.connectService(Namespace.ja
va:524)
[java] at
org.apache.slide.common.Namespace.retrieveStore(Namespace.jav
a:623)
[java] at org.apache.slide.common.Uri.parseUri(Uri.java:347)
[java] at org.apache.slide.common.Uri.<init>(Uri.java:66)
[java] at
org.apache.slide.common.Namespace.getUri(Namespace.java:671)
[java] 17 Feb 2007 16:41:22 -
org.apache.commons.transaction.file.FileResou
rceManager - WARNING - Recovering of bar.txt failed