Re: Making slide map to legacy file systems - I need help too
"Alex Ng" <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <002201c753ba$4c13d8a0$4ff46f89@jacob> |
I have the same problem too. I want to map a legacy file system to allow WebDAV access through Slide. I had errors when I modified the file domain.xml under the webapps/slide folder with changes to the parameters [rootpath] & [workpath] in the <nodestore> and <contentStore> classes. Can someone out there give us some hint how to tackle this. Regards Alex ----- Original Message ----- From: "Uday Kamath" <[email protected]> To: <[email protected]> Sent: Sunday, February 18, 2007 9:48 AM Subject: Making slide map to legacy file systems 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