[opencms-dev] Problems with importing 5.1 modules into 6.0 Alpha2
Torsten Behn
torbehn at aol.com
Sun Nov 28 14:27:59 CET 2004
I'm having trouble with 5.1 modules under 6.0 Alpha2. The import shows
several errors which I can't resolve. I scanned the mailinglist archives
but couldn't find any hints.
The first line already shows a "FileNotFound" exception:
<<<<
Importing module ... de.dernautiker.base
Import Version 2
Exception java.io.FileNotFoundException: \opencms\opencms (Das System
kann den angegebenen Pfad nicht finden)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at
org.apache.commons.collections.ExtendedProperties.<init>(ExtendedProperties.java:470)
at
org.apache.commons.collections.ExtendedProperties.<init>(ExtendedProperties.java:452)
at
org.opencms.importexport.CmsImportVersion2.getCompatibilityWebAppNames(CmsImportVersion2.java:890)
......
>>>>
The import of every 5.1 HTML file shows a CmsLockException. Here is one
example:
<<<<<<
Merging Control-Files and Bodys...
( 1 / 10 ) Merging /dernautiker/de/index.htmlException
org.opencms.lock.CmsLockException: Unable to unlock
'/dernautiker/de/index.html', the lock is inherited from a parent folder
[Code 204 - org.opencms.lock.CmsLockException]
at org.opencms.lock.CmsLockManager.removeResource(CmsLockManager.java:444)
at
org.opencms.db.CmsDriverManager.unlockResource(CmsDriverManager.java:1098)
at
org.opencms.db.CmsSecurityManager.unlockResource(CmsSecurityManager.java:3392)
at
org.opencms.file.types.A_CmsResourceType.unlockResource(A_CmsResourceType.java:492)
at org.opencms.file.CmsObject.unlockResource(CmsObject.java:641)
.....
>>>>>
Is this an Alpha issue that will be resolved?
Thanks
Torsten
More information about the opencms-dev
mailing list