[opencms-dev] Problem with opencms installation. Importing modules in step 8 hangs

standix at post.cz standix at post.cz
Sun Aug 6 11:25:56 CEST 2006


standix at post.cz schrieb:
> I have a problem with opencms installation. Everything is fine until step 8(importing modules) of the installation wizard. The wizard hangs and tomcat console shows some exceptions. Could anybody who has some experience with this problem help me? I have tried everything i found in this mailing list archive without success. I have spent a week trying to solve this problem and i already don't know what to do. Please help.
>
> i'm using:
>
> opencms 6.2.1
> tomcat 5.5.17
> mysql 5.0.22
> jdk 1.5.0_06
> Windows XP SP2


Christian Steinert wrote:
-------------------------------
Hi,

I can imaggeine that this is frustrating, but it sounds very strange...

Have you checked the opencms logs for errors? The catalina logs don't
show everything?

Which module and action is it, where the error happens?

What is the state of your opencms application afterwards if you look at
the tomcat manager? Is opencms really stopped?
--------------------------------

Hi,

opencms in tomcat manager is still running.

Here are the opencms logs...

opencms.log
------------------
31 Jul 2006 12:16:03,864 INFO [.opencms.i18n.CmsLocaleManager: 307] . i18n configuration : the JVM default locale is "en"
31 Jul 2006 12:16:25,442 ERROR [g.opencms.main.OpenCmsListener: 76] A Java system error occured.
java.lang.NullPointerException
at org.opencms.main.OpenCmsCore.shutDown(OpenCmsCore.java:1349)
at org.opencms.main.OpenCmsListener.contextDestroyed(OpenCmsListener.java:69)
at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3770)
at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4339)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:892)
at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1164)
at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1135)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:312)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1054)
at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1066)
at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:447)
at org.apache.catalina.core.StandardService.stop(StandardService.java:512)
at org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
31 VII 2006 12:16:42,645 INFO [ org.opencms.main.CmsLog: 122] . Log4j config file : C:/apache-tomcat-5.5.17/webapps/opencms/WEB-INF/classes/log4j.properties
31 VII 2006 12:16:42,723 INFO [.opencms.i18n.CmsLocaleManager: 292] . i18n configuration : changing the JVM default locale from "cs_CZ" to "en"
31 VII 2006 12:16:42,723 INFO [.opencms.i18n.CmsLocaleManager: 307] . i18n configuration : the JVM default locale is "en"
31 VII 2006 12:16:42,770 INFO [ org.opencms.main.OpenCmsCore:2045] . Runlevel change : Switching from 1 to 2
31 VII 2006 12:16:42,801 ERROR [ org.opencms.main.OpenCmsCore: 295] Critical error during OpenCms initialization: The OpenCms setup wizard is still enabled.
31 VII 2006 12:16:42,817 ERROR [g.opencms.main.OpenCmsListener: 91] org.opencms.main.CmsInitException: Critical error during OpenCms initialization: The OpenCms setup wizard is still enabled.
31 VII 2006 12:16:42,833 INFO [.opencms.i18n.CmsLocaleManager: 307] . i18n configuration : the JVM default locale is "en"
31 VII 2006 12:16:42,833 INFO [ org.opencms.main.OpenCmsCore:2045] . Runlevel change : Switching from 1 to 2
31 VII 2006 12:16:42,864 ERROR [ org.opencms.main.OpenCmsCore: 295] Critical error during OpenCms initialization: The OpenCms setup wizard is still enabled.
31 VII 2006 12:16:42,864 ERROR [.catalina.core.StandardContext:3919] Servlet /opencms threw load() exception
javax.servlet.ServletException: Critical error during OpenCms initialization: The OpenCms setup wizard is still enabled.
at org.opencms.main.OpenCmsServlet.init(OpenCmsServlet.java:241)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3917)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4201)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:809)
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:698)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
at org.apache.catalina.core.StandardService.start(StandardService.java:450)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
31 VII 2006 12:17:36,708 INFO [.opencms.i18n.CmsLocaleManager: 307] . i18n configuration : the JVM default locale is "en"
31 VII 2006 12:17:55,583 INFO [ org.opencms.main.OpenCmsCore:2045] . Runlevel change : Switching from 1 to 2
31 VII 2006 12:17:55,614 INFO [ org.opencms.main.OpenCmsCore: 751] . System file.encoding : Cp1250
31 VII 2006 12:17:56,239 INFO [ org.opencms.main.OpenCmsCore: 757] . Ethernet address used: 29:4a:a9:f0:7e:24
31 VII 2006 12:17:56,239 INFO [org.opencms.main.CmsSystemInfo: 646] . Server name is : OpenCmsServer
31 VII 2006 12:17:56,254 INFO [ org.opencms.main.OpenCmsCore: 775] . Java VM in use : Java HotSpot(TM) Client VM 1.5.0_06-b05 mixed mode Sun Microsystems Inc.
31 VII 2006 12:17:56,254 INFO [ org.opencms.main.OpenCmsCore: 779] . Operating sytem : Windows XP 5.1 x86
31 VII 2006 12:17:56,645 INFO [uration.CmsSystemConfiguration: 465] . System configuration : initialized
31 VII 2006 12:17:56,661 INFO [figuration.CmsVfsConfiguration: 191] . VFS configuration : initialized
31 VII 2006 12:17:56,676 INFO [tion.CmsWorkplaceConfiguration: 395] . Workplace config : initialized
31 VII 2006 12:17:56,708 INFO [n.CmsImportExportConfiguration: 216] . Import configuration : initialized
31 VII 2006 12:17:56,723 INFO [uration.CmsSearchConfiguration: 166] . Search configuration : initialized
31 VII 2006 12:17:56,739 INFO [uration.CmsModuleConfiguration: 83] . Module configuration : initialized
31 VII 2006 12:17:56,879 INFO [.opencms.i18n.CmsLocaleManager: 307] . i18n configuration : the JVM default locale is "en"
31 VII 2006 12:17:56,879 INFO [.opencms.i18n.CmsLocaleManager: 113] . i18n configuration : starting
31 VII 2006 12:17:56,911 INFO [.opencms.i18n.CmsLocaleManager: 734] . i18n configuration : locale handler is org.opencms.i18n.CmsDefaultLocaleHandler
31 VII 2006 12:17:56,911 INFO [.opencms.i18n.CmsLocaleManager: 327] . i18n configuration : adding locale en
31 VII 2006 12:17:56,926 INFO [.opencms.i18n.CmsLocaleManager: 327] . i18n configuration : adding locale de
31 VII 2006 12:17:56,926 INFO [.opencms.i18n.CmsLocaleManager: 359] . i18n configuration : default locale 1 is en
31 VII 2006 12:17:56,926 INFO [.opencms.i18n.CmsLocaleManager: 359] . i18n configuration : default locale 2 is de
31 VII 2006 12:17:56,973 INFO [uration.CmsSystemConfiguration:1571] . i18n configuration : finished
31 VII 2006 12:17:56,989 INFO [g.opencms.mail.CmsMailSettings: 151] . Mail configuration : default mail sender is nobody at nowhere.com
31 VII 2006 12:17:57,004 INFO [g.opencms.mail.CmsMailSettings: 107] . Mail configuration : added org.opencms.mail.CmsMailHost hostname=my.smtp.server order=10 protocol=smtp user=username password=secure
31 VII 2006 12:17:57,020 INFO [g.opencms.mail.CmsMailSettings: 107] . Mail configuration : added org.opencms.mail.CmsMailHost hostname=alternative.smtp.server order=20 protocol=smtp
31 VII 2006 12:17:57,020 INFO [g.opencms.mail.CmsMailSettings: 107] . Mail configuration : added org.opencms.mail.CmsMailHost hostname=another.alternative.smtp.server order=30 protocol=smtp
31 VII 2006 12:17:57,145 INFO [s.scheduler.CmsScheduleManager: 129] . Scheduler config : scheduler created with 0 jobs
31 VII 2006 12:17:57,161 INFO [uration.CmsSystemConfiguration:1753] . History settings : enabled=true count=10
31 VII 2006 12:17:57,176 INFO [uration.CmsSystemConfiguration: 570] . Resource init class : org.opencms.file.CmsBackupResourceHandler at 67fe80 instanciated
31 VII 2006 12:17:57,223 INFO [uration.CmsSystemConfiguration:1673] . Password handler : org.opencms.security.CmsDefaultPasswordHandler instanciated
31 VII 2006 12:17:57,239 INFO [rg.opencms.site.CmsSiteManager: 109] . Site configuration : starting
31 VII 2006 12:17:57,254 INFO [rg.opencms.site.CmsSiteManager: 313] . Site root added : server: http://localhost uri: /sites/default title: /sites/default/
31 VII 2006 12:17:57,254 INFO [uration.CmsSystemConfiguration:1719] . site configuration : finished
31 VII 2006 12:17:57,270 INFO [uration.CmsSystemConfiguration:1698] . Runtime Info factory : org.opencms.db.CmsDbContextFactory instanciated
31 VII 2006 12:17:57,301 INFO [org.opencms.db.CmsDefaultUsers: 139] . Default user names : checking...
31 VII 2006 12:17:57,301 INFO [org.opencms.db.CmsDefaultUsers: 165] . Admin user : Admin
31 VII 2006 12:17:57,317 INFO [org.opencms.db.CmsDefaultUsers: 166] . Guest user : Guest
31 VII 2006 12:17:57,333 INFO [org.opencms.db.CmsDefaultUsers: 167] . Export user : Export
31 VII 2006 12:17:57,348 INFO [org.opencms.db.CmsDefaultUsers: 168] . Deleted-resource user: Admin
31 VII 2006 12:17:57,348 INFO [org.opencms.db.CmsDefaultUsers: 169] . Administrators group : Administrators
31 VII 2006 12:17:57,348 INFO [org.opencms.db.CmsDefaultUsers: 170] . Projectmanagers group: Projectmanagers
31 VII 2006 12:17:57,348 INFO [org.opencms.db.CmsDefaultUsers: 171] . Users group : Users
31 VII 2006 12:17:57,348 INFO [org.opencms.db.CmsDefaultUsers: 172] . Guests group : Guests
31 VII 2006 12:17:57,348 INFO [org.opencms.db.CmsDefaultUsers: 173] . Default user names : initialized
31 VII 2006 12:17:57,364 INFO [uration.CmsSystemConfiguration:1660] . System configuration : notification time is 365
31 VII 2006 12:17:57,364 INFO [uration.CmsSystemConfiguration:1643] . System configuration : notification project is Offline
31 VII 2006 12:17:57,395 INFO [uration.CmsSystemConfiguration:1464] . System configuration : finished
31 VII 2006 12:17:57,520 INFO [ncms.loader.CmsResourceManager: 201] . Loader configuration : starting
31 VII 2006 12:17:57,536 INFO [ncms.loader.CmsResourceManager: 233] . Found mime types : 168 entrys
31 VII 2006 12:17:57,629 INFO [ncms.template.CmsTemplateCache: 60] . Loader init : XMLTemplate template cache initialized successfully
31 VII 2006 12:17:57,645 INFO [ncms.loader.CmsResourceManager: 368] . Loader init : Adding com.opencms.legacy.CmsXmlTemplateLoader with id 3
31 VII 2006 12:17:57,661 INFO [ms.legacy.CmsXmlTemplateLoader: 606] . Loader init : XMLTemplate element cache disabled
31 VII 2006 12:17:57,661 INFO [ms.legacy.CmsXmlTemplateLoader: 626] . Loader init : com.opencms.legacy.CmsXmlTemplateLoader initialized
31 VII 2006 12:17:57,676 INFO [ncms.loader.CmsResourceManager: 368] . Loader init : Adding org.opencms.loader.CmsDumpLoader with id 1
31 VII 2006 12:17:57,692 INFO [g.opencms.loader.CmsDumpLoader: 198] . Loader init : org.opencms.loader.CmsDumpLoader initialized
31 VII 2006 12:17:57,708 INFO [ncms.loader.CmsResourceManager: 368] . Loader init : Adding org.opencms.loader.CmsImageLoader with id 2
31 VII 2006 12:17:57,817 INFO [.opencms.loader.CmsImageLoader: 218] . Loader init : Image repository (absolute path): C:\apache-tomcat-5.5.17\webapps\opencms\WEB-INF\imagecache\
31 VII 2006 12:17:57,817 INFO [.opencms.loader.CmsImageLoader: 221] . Loader init : Image scaling enabled: true
31 VII 2006 12:17:57,833 INFO [ncms.loader.CmsResourceManager: 368] . Loader init : Adding org.opencms.loader.CmsPointerLoader with id 4
31 VII 2006 12:17:57,833 INFO [pencms.loader.CmsPointerLoader: 172] . Loader init : org.opencms.loader.CmsPointerLoader initialized
31 VII 2006 12:17:57,926 INFO [ncms.loader.CmsResourceManager: 368] . Loader init : Adding org.opencms.loader.CmsJspLoader with id 6
31 VII 2006 12:17:57,926 INFO [rg.opencms.loader.CmsJspLoader: 331] . Loader init : JSP repository (absolute path): C:\apache-tomcat-5.5.17\webapps\opencms\WEB-INF\jsp\
31 VII 2006 12:17:57,926 INFO [rg.opencms.loader.CmsJspLoader: 332] . Loader init : JSP repository (web application path): /WEB-INF/jsp/
31 VII 2006 12:17:57,942 INFO [rg.opencms.loader.CmsJspLoader: 333] . Loader init : JSP repository (error page committed): true
31 VII 2006 12:17:57,942 INFO [rg.opencms.loader.CmsJspLoader: 340] . Loader init : org.opencms.loader.CmsJspLoader initialized
31 VII 2006 12:17:57,973 INFO [ncms.loader.CmsResourceManager: 368] . Loader init : Adding org.opencms.loader.CmsXmlPageLoader with id 9
31 VII 2006 12:17:57,973 INFO [.loader.A_CmsXmlDocumentLoader: 174] . Loader init : org.opencms.loader.CmsXmlPageLoader initialized
31 VII 2006 12:17:57,989 INFO [ncms.loader.CmsResourceManager: 368] . Loader init : Adding org.opencms.loader.CmsXmlContentLoader with id 10
31 VII 2006 12:17:57,989 INFO [.loader.A_CmsXmlDocumentLoader: 174] . Loader init : org.opencms.loader.CmsXmlContentLoader initialized
31 VII 2006 12:17:58,239 INFO [ncms.loader.CmsResourceManager: 288] . VFS configuration : added collector class "org.opencms.file.collectors.CmsPriorityResourceCollector" with order "100"
31 VII 2006 12:17:58,239 INFO [ncms.loader.CmsResourceManager: 326] . VFS configuration : added new collector named "allInFolderPriorityDateAsc"
31 VII 2006 12:17:58,239 INFO [ncms.loader.CmsResourceManager: 326] . VFS configuration : added new collector named "allInSubTreePriorityDateAsc"
31 VII 2006 12:17:58,254 INFO [ncms.loader.CmsResourceManager: 326] . VFS configuration : added new collector named "allInFolderPriorityDateDesc"
31 VII 2006 12:17:58,254 INFO [ncms.loader.CmsResourceManager: 326] . VFS configuration : added new collector named "allInSubTreePriorityDateDesc"
31 VII 2006 12:17:58,254 INFO [ncms.loader.CmsResourceManager: 326] . VFS configuration : added new collector named "allInFolderPriorityTitleDesc"
31 VII 2006 12:17:58,254 INFO [ncms.loader.CmsResourceManager: 326] . VFS configuration : added new collector named "allInSubTreePriorityTitleDesc"
31 VII 2006 12:17:58,254 INFO [ncms.loader.CmsResourceManager: 326] . VFS configuration : added new collector named "allMappedToUriPriorityDateAsc"
31 VII 2006 12:17:58,254 INFO [ncms.loader.CmsResourceManager: 326] . VFS configuration : added new collector named "allMappedToUriPriorityDateDesc"
31 VII 2006 12:17:58,270 INFO [ncms.loader.CmsResourceManager: 288] . VFS configuration : added collector class "org.opencms.file.collectors.CmsDefaultResourceCollector" with order "110"
31 VII 2006 12:17:58,270 INFO [ncms.loader.CmsResourceManager: 326] . VFS configuration : added new collector named "singleFile"
31 VII 2006 12:17:58,270 INFO [ncms.loader.CmsResourceManager: 326] . VFS configuration : added new collector named "allInFolder"
31 VII 2006 12:17:58,270 INFO [ncms.loader.CmsResourceManager: 326] . VFS configuration : added new collector named "allInFolderDateReleasedDesc"
31 VII 2006 12:17:58,270 INFO [ncms.loader.CmsResourceManager: 326] . VFS configuration : added new collector named "allInFolderNavPos"
31 VII 2006 12:17:58,270 INFO [ncms.loader.CmsResourceManager: 326] . VFS configuration : added new collector named "allInSubTree"
31 VII 2006 12:17:58,270 INFO [ncms.loader.CmsResourceManager: 326] . VFS configuration : added new collector named "allInSubTreeDateReleasedDesc"
31 VII 2006 12:17:58,301 INFO [ncms.loader.CmsResourceManager: 326] . VFS configuration : added new collector named "allInSubTreeNavPos"
31 VII 2006 12:17:58,301 INFO [ncms.loader.CmsResourceManager: 664] . Loader configuration : finished
31 VII 2006 12:17:58,301 INFO [ncms.loader.CmsResourceManager: 848] . Loader configuration : starting
31 VII 2006 12:17:58,317 INFO [ncms.loader.CmsResourceManager: 854] . Resource type init : adding 14 resource types from file opencms-vfs.xml
31 VII 2006 12:17:58,333 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "folder" id=0 class=org.opencms.file.types.CmsResourceTypeFolder
31 VII 2006 12:17:58,333 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "plain" id=1 class=org.opencms.file.types.CmsResourceTypePlain
31 VII 2006 12:17:58,333 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".txt" to resource type plain
31 VII 2006 12:17:58,333 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".html" to resource type plain
31 VII 2006 12:17:58,333 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".htm" to resource type plain
31 VII 2006 12:17:58,333 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "binary" id=2 class=org.opencms.file.types.CmsResourceTypeBinary
31 VII 2006 12:17:58,333 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".pdf" to resource type binary
31 VII 2006 12:17:58,333 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".zip" to resource type binary
31 VII 2006 12:17:58,333 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".class" to resource type binary
31 VII 2006 12:17:58,348 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".ppt" to resource type binary
31 VII 2006 12:17:58,348 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".doc" to resource type binary
31 VII 2006 12:17:58,348 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".xls" to resource type binary
31 VII 2006 12:17:58,348 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "image" id=3 class=org.opencms.file.types.CmsResourceTypeImage
31 VII 2006 12:17:58,348 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".jpeg" to resource type image
31 VII 2006 12:17:58,348 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".jpg" to resource type image
31 VII 2006 12:17:58,364 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".gif" to resource type image
31 VII 2006 12:17:58,364 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".png" to resource type image
31 VII 2006 12:17:58,364 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".tif" to resource type image
31 VII 2006 12:17:58,364 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".tiff" to resource type image
31 VII 2006 12:17:58,364 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "jsp" id=4 class=org.opencms.file.types.CmsResourceTypeJsp
31 VII 2006 12:17:58,364 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".jsp" to resource type jsp
31 VII 2006 12:17:58,364 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "pointer" id=5 class=org.opencms.file.types.CmsResourceTypePointer
31 VII 2006 12:17:58,379 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "xmlpage" id=6 class=org.opencms.file.types.CmsResourceTypeXmlPage
31 VII 2006 12:17:58,379 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "xmlcontent" id=7 class=org.opencms.file.types.CmsResourceTypeXmlContent
31 VII 2006 12:17:58,379 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "imagegallery" id=8 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:17:58,379 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "downloadgallery" id=9 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:17:58,379 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "linkgallery" id=10 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:17:58,379 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "htmlgallery" id=11 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:17:58,379 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "tablegallery" id=12 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:17:58,379 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "XMLTemplate" id=99 class=com.opencms.legacy.CmsResourceTypeXMLTemplate
31 VII 2006 12:17:58,379 INFO [ncms.loader.CmsResourceManager: 898] . Resource type init : finished
31 VII 2006 12:17:58,411 INFO [figuration.CmsVfsConfiguration: 396] . Default file : 1 - index.html
31 VII 2006 12:17:58,411 INFO [figuration.CmsVfsConfiguration: 396] . Default file : 2 - index.jsp
31 VII 2006 12:17:58,411 INFO [figuration.CmsVfsConfiguration: 412] . File translation : adding rule [s#[\s]+#_#g]
31 VII 2006 12:17:58,411 INFO [figuration.CmsVfsConfiguration: 412] . File translation : adding rule [s#\\#/#g]
31 VII 2006 12:17:58,426 INFO [figuration.CmsVfsConfiguration: 412] . File translation : adding rule [s#ä#ae#g]
31 VII 2006 12:17:58,426 INFO [figuration.CmsVfsConfiguration: 412] . File translation : adding rule [s#Ä#Ae#g]
31 VII 2006 12:17:58,426 INFO [figuration.CmsVfsConfiguration: 412] . File translation : adding rule [s#ö#oe#g]
31 VII 2006 12:17:58,426 INFO [figuration.CmsVfsConfiguration: 412] . File translation : adding rule [s#Ö#Oe#g]
31 VII 2006 12:17:58,426 INFO [figuration.CmsVfsConfiguration: 412] . File translation : adding rule [s#ü#ue#g]
31 VII 2006 12:17:58,426 INFO [figuration.CmsVfsConfiguration: 412] . File translation : adding rule [s#Ü#Ue#g]
31 VII 2006 12:17:58,426 INFO [figuration.CmsVfsConfiguration: 412] . File translation : adding rule [s#ß#ss#g]
31 VII 2006 12:17:58,442 INFO [figuration.CmsVfsConfiguration: 412] . File translation : adding rule [s#[^0-9a-zA-Z_$~\.\-\/]#!#g]
31 VII 2006 12:17:58,442 INFO [figuration.CmsVfsConfiguration: 412] . File translation : adding rule [s#!+#x#g]
31 VII 2006 12:17:58,442 INFO [figuration.CmsVfsConfiguration: 719] . File translation : enabled
31 VII 2006 12:17:58,442 INFO [figuration.CmsVfsConfiguration: 738] . FOLDER translation : disabled
31 VII 2006 12:17:58,489 INFO [s.xml.CmsXmlContentTypeManager: 108] . XML content config : starting
31 VII 2006 12:17:58,520 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsCalendarWidget"
31 VII 2006 12:17:58,520 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsCheckboxWidget"
31 VII 2006 12:17:58,536 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsColorpickerWidget"
31 VII 2006 12:17:58,551 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsComboWidget"
31 VII 2006 12:17:58,567 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsDisplayWidget"
31 VII 2006 12:17:58,583 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsHtmlWidget"
31 VII 2006 12:17:58,598 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsSelectWidget"
31 VII 2006 12:17:58,598 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsInputWidget"
31 VII 2006 12:17:58,614 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsVfsFileWidget"
31 VII 2006 12:17:58,629 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsImageGalleryWidget"
31 VII 2006 12:17:58,645 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsDownloadGalleryWidget"
31 VII 2006 12:17:58,645 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsLinkGalleryWidget"
31 VII 2006 12:17:58,661 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsHtmlGalleryWidget"
31 VII 2006 12:17:58,676 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsTableGalleryWidget"
31 VII 2006 12:17:58,676 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsTextareaWidget"
31 VII 2006 12:17:58,692 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsMultiSelectWidget"
31 VII 2006 12:17:58,692 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsUserWidget"
31 VII 2006 12:17:58,708 INFO [s.xml.CmsXmlContentTypeManager: 241] . XML content config : added widget "org.opencms.widgets.CmsGroupWidget"
31 VII 2006 12:17:58,739 INFO [s.xml.CmsXmlContentTypeManager: 208] . XML content config : added schema type "OpenCmsBoolean" using default widget "org.opencms.widgets.CmsCheckboxWidget"
31 VII 2006 12:17:58,754 INFO [s.xml.CmsXmlContentTypeManager: 208] . XML content config : added schema type "OpenCmsColor" using default widget "org.opencms.widgets.CmsColorpickerWidget"
31 VII 2006 12:17:58,770 INFO [s.xml.CmsXmlContentTypeManager: 208] . XML content config : added schema type "OpenCmsDateTime" using default widget "org.opencms.widgets.CmsCalendarWidget"
31 VII 2006 12:17:59,333 INFO [s.xml.CmsXmlContentTypeManager: 208] . XML content config : added schema type "OpenCmsHtml" using default widget "org.opencms.widgets.CmsHtmlWidget"
31 VII 2006 12:17:59,333 INFO [s.xml.CmsXmlContentTypeManager: 208] . XML content config : added schema type "OpenCmsLocale" using default widget "org.opencms.widgets.CmsInputWidget"
31 VII 2006 12:17:59,348 INFO [s.xml.CmsXmlContentTypeManager: 208] . XML content config : added schema type "OpenCmsString" using default widget "org.opencms.widgets.CmsInputWidget"
31 VII 2006 12:17:59,364 INFO [s.xml.CmsXmlContentTypeManager: 208] . XML content config : added schema type "OpenCmsVfsFile" using default widget "org.opencms.widgets.CmsVfsFileWidget"
31 VII 2006 12:17:59,364 INFO [figuration.CmsVfsConfiguration: 761] . XML content config : finished
31 VII 2006 12:17:59,364 INFO [figuration.CmsVfsConfiguration: 705] . VFS configuration : finished
31 VII 2006 12:17:59,692 INFO [.workplace.CmsWorkplaceManager: 211] . Workplace init : starting
31 VII 2006 12:17:59,723 INFO [.workplace.CmsWorkplaceManager: 940] . Workplace init : Default locale is "en"
31 VII 2006 12:17:59,723 INFO [.workplace.CmsWorkplaceManager: 354] . Workplace localized : /system/workplace/
31 VII 2006 12:17:59,739 INFO [.workplace.CmsWorkplaceManager: 354] . Workplace localized : /system/login/
31 VII 2006 12:17:59,833 INFO [.workplace.CmsWorkplaceManager: 266] . Adding dialog handler: class_dialog_delete - org.opencms.workplace.commons.CmsDelete
31 VII 2006 12:17:59,833 INFO [.workplace.CmsWorkplaceManager: 266] . Adding dialog handler: class_dialog_lock - org.opencms.workplace.commons.CmsLock
31 VII 2006 12:17:59,989 INFO [.workplace.CmsWorkplaceManager: 266] . Adding dialog handler: class_dialog_property - org.opencms.frontend.templateone.CmsPropertyTemplateOne
31 VII 2006 12:17:59,989 INFO [.workplace.CmsWorkplaceManager:1014] . Editor handler class : org.opencms.workplace.editors.CmsEditorHandler
31 VII 2006 12:18:00,004 INFO [.workplace.CmsWorkplaceManager: 984] . Editor action class : org.opencms.workplace.editors.CmsEditorActionDefault
31 VII 2006 12:18:00,004 INFO [.workplace.CmsWorkplaceManager: 325] . Adding export point : /system/workplace/resources/ --> C:\apache-tomcat-5.5.17\webapps\opencms\resources\
31 VII 2006 12:18:00,020 INFO [.workplace.CmsWorkplaceManager: 910] . Auto lock feature : enabled
31 VII 2006 12:18:00,020 INFO [.workplace.CmsWorkplaceManager:1112] . User management icon : enabled
31 VII 2006 12:18:00,020 INFO [.workplace.CmsWorkplaceManager: 953] . Properties on struct : true
31 VII 2006 12:18:00,020 INFO [.workplace.CmsWorkplaceManager:1029] . Adv. property dialog : Show tabs
31 VII 2006 12:18:00,020 INFO [.workplace.CmsWorkplaceManager:1057] . File max. upload size: unlimited
31 VII 2006 12:18:00,176 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : folder
31 VII 2006 12:18:00,192 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : extendedfolder
31 VII 2006 12:18:00,192 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : structurecontent
31 VII 2006 12:18:00,192 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : xmlpage
31 VII 2006 12:18:00,223 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : plain
31 VII 2006 12:18:00,270 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : image
31 VII 2006 12:18:00,270 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : jsp
31 VII 2006 12:18:00,286 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : binary
31 VII 2006 12:18:00,301 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : pointer
31 VII 2006 12:18:00,442 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : XMLTemplate
31 VII 2006 12:18:00,442 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : link
31 VII 2006 12:18:00,458 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : upload
31 VII 2006 12:18:00,458 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : imagegallery
31 VII 2006 12:18:00,489 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : downloadgallery
31 VII 2006 12:18:00,489 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : linkgallery
31 VII 2006 12:18:00,504 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : htmlgallery
31 VII 2006 12:18:00,504 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : tablegallery
31 VII 2006 12:18:00,520 INFO [.workplace.CmsWorkplaceManager: 282] . Adding type setting : xmlcontent
31 VII 2006 12:18:00,583 INFO [.workplace.CmsWorkplaceManager: 969] . Workplace init : Default user settings are org.opencms.configuration.CmsDefaultUserSettings at 88d319
31 VII 2006 12:18:00,629 INFO [tion.CmsWorkplaceConfiguration:1639] . Workplace init : finished
31 VII 2006 12:18:00,645 INFO [tion.CmsWorkplaceConfiguration:1626] . Workplace config : finished
31 VII 2006 12:18:00,864 INFO [n.CmsImportExportConfiguration: 747] . Import manager init : finished
31 VII 2006 12:18:00,879 INFO [n.CmsImportExportConfiguration: 734] . Import configuration : finished
31 VII 2006 12:18:00,973 INFO [n.CmsImportExportConfiguration: 760] . Static export init : finished
31 VII 2006 12:18:01,208 INFO [pencms.search.CmsSearchManager: 147] . Search configuration : starting
31 VII 2006 12:18:01,239 INFO [pencms.search.CmsSearchManager: 178] . Search document types: adding "generic" using handler org.opencms.search.documents.CmsDocumentGeneric
31 VII 2006 12:18:01,239 INFO [pencms.search.CmsSearchManager: 178] . Search document types: adding "html" using handler org.opencms.search.documents.CmsDocumentHtml
31 VII 2006 12:18:01,239 INFO [pencms.search.CmsSearchManager: 178] . Search document types: adding "image" using handler org.opencms.search.documents.CmsDocumentGeneric
31 VII 2006 12:18:01,239 INFO [pencms.search.CmsSearchManager: 178] . Search document types: adding "jsp" using handler org.opencms.search.documents.CmsDocumentPlainText
31 VII 2006 12:18:01,239 INFO [pencms.search.CmsSearchManager: 178] . Search document types: adding "msexcel" using handler org.opencms.search.documents.CmsDocumentMsExcel
31 VII 2006 12:18:01,239 INFO [pencms.search.CmsSearchManager: 178] . Search document types: adding "mspowerpoint" using handler org.opencms.search.documents.CmsDocumentMsPowerPoint
31 VII 2006 12:18:01,254 INFO [pencms.search.CmsSearchManager: 178] . Search document types: adding "msword" using handler org.opencms.search.documents.CmsDocumentMsWord
31 VII 2006 12:18:01,254 INFO [pencms.search.CmsSearchManager: 178] . Search document types: adding "pdf" using handler org.opencms.search.documents.CmsDocumentPdf
31 VII 2006 12:18:01,254 INFO [pencms.search.CmsSearchManager: 178] . Search document types: adding "rtf" using handler org.opencms.search.documents.CmsDocumentRtf
31 VII 2006 12:18:01,254 INFO [pencms.search.CmsSearchManager: 178] . Search document types: adding "text" using handler org.opencms.search.documents.CmsDocumentPlainText
31 VII 2006 12:18:01,270 INFO [pencms.search.CmsSearchManager: 178] . Search document types: adding "xmlcontent" using handler org.opencms.search.documents.CmsDocumentXmlContent
31 VII 2006 12:18:01,270 INFO [pencms.search.CmsSearchManager: 178] . Search document types: adding "xmlpage" using handler org.opencms.search.documents.CmsDocumentXmlPage
31 VII 2006 12:18:01,286 INFO [pencms.search.CmsSearchManager: 161] . Search analyzers : adding "de" using analyzer org.apache.lucene.analysis.de.GermanAnalyzer
31 VII 2006 12:18:01,286 INFO [pencms.search.CmsSearchManager: 161] . Search analyzers : adding "en" using analyzer org.apache.lucene.analysis.standard.StandardAnalyzer
31 VII 2006 12:18:01,286 INFO [pencms.search.CmsSearchManager: 161] . Search analyzers : adding "fr" using analyzer org.apache.lucene.analysis.snowball.SnowballAnalyzer
31 VII 2006 12:18:01,286 INFO [pencms.search.CmsSearchManager: 161] . Search analyzers : adding "it" using analyzer org.apache.lucene.analysis.snowball.SnowballAnalyzer
31 VII 2006 12:18:01,317 INFO [pencms.search.CmsSearchManager: 217] . Search indexes : adding "Online project (VFS)" for project Online
31 VII 2006 12:18:01,317 INFO [pencms.search.CmsSearchManager: 217] . Search indexes : adding "Offline project (VFS)" for project Offline
31 VII 2006 12:18:01,317 INFO [pencms.search.CmsSearchManager: 217] . Search indexes : adding "German online help" for project Online
31 VII 2006 12:18:01,348 INFO [pencms.search.CmsSearchManager: 234] . Search index source : adding "source1" using indexer org.opencms.search.CmsVfsIndexer
31 VII 2006 12:18:01,348 INFO [pencms.search.CmsSearchManager: 234] . Search index source : adding "source2" using indexer org.opencms.search.CmsVfsIndexer
31 VII 2006 12:18:01,348 INFO [uration.CmsSearchConfiguration: 447] . Search manager init : finished
31 VII 2006 12:18:01,348 INFO [uration.CmsSearchConfiguration: 434] . Search configuration : finished
31 VII 2006 12:18:01,411 INFO [pencms.module.CmsModuleManager: 101] . Module configuration : created module manager
31 VII 2006 12:18:01,411 INFO [pencms.module.CmsModuleManager: 114] . Module configuration : 0 modules configured
31 VII 2006 12:18:01,426 INFO [uration.CmsModuleConfiguration: 160] . Module configuration : finished
31 VII 2006 12:18:01,458 INFO [ org.opencms.main.OpenCmsCore: 817] . OpenCms encoding : UTF-8
31 VII 2006 12:18:01,458 INFO [org.opencms.main.CmsSystemInfo: 608] . Encoding set to : UTF-8
31 VII 2006 12:18:01,473 INFO [encms.monitor.CmsMemoryMonitor: 313] . MM interval log : 600 sec
31 VII 2006 12:18:01,473 INFO [encms.monitor.CmsMemoryMonitor: 316] . MM interval email : 43,200 sec
31 VII 2006 12:18:01,473 INFO [encms.monitor.CmsMemoryMonitor: 319] . MM interval warning : 43,200 sec
31 VII 2006 12:18:01,473 INFO [encms.monitor.CmsMemoryMonitor: 322] . MM max usage : 43,200%
31 VII 2006 12:18:01,473 INFO [encms.monitor.CmsMemoryMonitor: 327] . MM email : disabled
31 VII 2006 12:18:01,629 INFO [ org.opencms.main.OpenCmsCore: 882] . Flex cache init : starting
31 VII 2006 12:18:01,676 INFO [ org.opencms.main.OpenCmsCore: 889] . Flex cache init : finished
31 VII 2006 12:18:01,676 INFO [rg.opencms.loader.CmsJspLoader: 446] . Loader init : Flex cache added to JSP loader
31 VII 2006 12:18:02,520 INFO [rg.opencms.db.CmsDriverManager: 467] . Driver manager init : phase 1 - initializing database
31 VII 2006 12:18:02,520 INFO [rg.opencms.db.CmsDriverManager: 487] . Driver manager init : phase 2 - initializing pools
31 VII 2006 12:18:02,661 INFO [rg.opencms.db.CmsDriverManager: 497] . Resource pools : default
31 VII 2006 12:18:02,926 INFO [ org.opencms.db.CmsDbPool: 287] . Init. JDBC pool : opencms:default (jdbc:mysql://localhost:3306/opencms?characterEncoding=UTF-Cool
31 VII 2006 12:18:02,926 INFO [rg.opencms.db.CmsDriverManager: 511] . Driver manager init : phase 3 - initializing drivers
31 VII 2006 12:18:03,036 INFO [rg.opencms.db.CmsDriverManager:4317] . Driver init : starting org.opencms.db.mysql.CmsVfsDriver
31 VII 2006 12:18:03,036 INFO [rg.opencms.db.CmsDriverManager:4323] . Driver init : initializing org.opencms.db.mysql.CmsVfsDriver
31 VII 2006 12:18:03,098 INFO [encms.db.generic.CmsSqlManager: 120] . Driver SQL manager : org.opencms.db.mysql.CmsSqlManager
31 VII 2006 12:18:03,098 INFO [pencms.db.generic.CmsVfsDriver: 833] . Assigned pool : opencms:default
31 VII 2006 12:18:03,098 INFO [rg.opencms.db.CmsDriverManager:4329] . Driver init : ok, finished
31 VII 2006 12:18:03,161 INFO [rg.opencms.db.CmsDriverManager:4317] . Driver init : starting org.opencms.db.mysql.CmsUserDriver
31 VII 2006 12:18:03,161 INFO [rg.opencms.db.CmsDriverManager:4323] . Driver init : initializing org.opencms.db.mysql.CmsUserDriver
31 VII 2006 12:18:03,176 INFO [encms.db.generic.CmsSqlManager: 120] . Driver SQL manager : org.opencms.db.mysql.CmsSqlManager
31 VII 2006 12:18:03,176 INFO [encms.db.generic.CmsUserDriver: 608] . Assigned pool : opencms:default
31 VII 2006 12:18:03,176 INFO [encms.db.generic.CmsUserDriver: 613] . Digest configured : MD5
31 VII 2006 12:18:03,176 INFO [encms.db.generic.CmsUserDriver: 620] . Digest file encoding : UTF-8
31 VII 2006 12:18:03,176 INFO [encms.db.generic.CmsUserDriver: 627] . Using digest encoding: "MD5" from "SUN" version "1.5"
31 VII 2006 12:18:04,020 INFO [encms.db.generic.CmsUserDriver:1688] . Users and groups : defaults initialized
31 VII 2006 12:18:04,020 INFO [rg.opencms.db.CmsDriverManager:4329] . Driver init : ok, finished
31 VII 2006 12:18:04,083 INFO [rg.opencms.db.CmsDriverManager:4317] . Driver init : starting org.opencms.db.mysql.CmsProjectDriver
31 VII 2006 12:18:04,098 INFO [rg.opencms.db.CmsDriverManager:4323] . Driver init : initializing org.opencms.db.mysql.CmsProjectDriver
31 VII 2006 12:18:04,098 INFO [encms.db.generic.CmsSqlManager: 120] . Driver SQL manager : org.opencms.db.mysql.CmsSqlManager
31 VII 2006 12:18:04,098 INFO [ms.db.generic.CmsProjectDriver: 595] . Assigned pool : opencms:default
31 VII 2006 12:18:04,098 INFO [rg.opencms.db.CmsDriverManager:4329] . Driver init : ok, finished
31 VII 2006 12:18:04,145 INFO [rg.opencms.db.CmsDriverManager:4317] . Driver init : starting org.opencms.db.mysql.CmsWorkflowDriver
31 VII 2006 12:18:04,145 INFO [rg.opencms.db.CmsDriverManager:4323] . Driver init : initializing org.opencms.db.mysql.CmsWorkflowDriver
31 VII 2006 12:18:04,161 INFO [encms.db.generic.CmsSqlManager: 120] . Driver SQL manager : org.opencms.db.mysql.CmsSqlManager
31 VII 2006 12:18:04,161 INFO [s.db.generic.CmsWorkflowDriver: 245] . Assigned pool : opencms:default
31 VII 2006 12:18:04,161 INFO [rg.opencms.db.CmsDriverManager:4329] . Driver init : ok, finished
31 VII 2006 12:18:04,208 INFO [rg.opencms.db.CmsDriverManager:4317] . Driver init : starting org.opencms.db.mysql.CmsBackupDriver
31 VII 2006 12:18:04,223 INFO [rg.opencms.db.CmsDriverManager:4323] . Driver init : initializing org.opencms.db.mysql.CmsBackupDriver
31 VII 2006 12:18:04,239 INFO [encms.db.generic.CmsSqlManager: 120] . Driver SQL manager : org.opencms.db.mysql.CmsSqlManager
31 VII 2006 12:18:04,239 INFO [cms.db.generic.CmsBackupDriver: 375] . Assigned pool : opencms:default
31 VII 2006 12:18:04,239 INFO [rg.opencms.db.CmsDriverManager:4329] . Driver init : ok, finished
31 VII 2006 12:18:04,254 INFO [rg.opencms.db.CmsDriverManager:3723] . Driver manager init : phase 4 - connecting to the database
31 VII 2006 12:18:04,286 INFO [ms.db.generic.CmsProjectDriver: 443] . Database init : filling default values
31 VII 2006 12:18:05,692 INFO [rg.opencms.db.CmsDriverManager: 555] . Driver manager init : phase 4 ok - finished
31 VII 2006 12:18:05,692 INFO [.opencms.db.CmsSecurityManager:2687] . Security manager init: ok - finished
31 VII 2006 12:18:06,364 INFO [s.scheduler.CmsScheduleManager: 268] . Scheduler config : scheduler initialized
31 VII 2006 12:18:06,364 INFO [s.scheduler.CmsScheduleManager: 295] . Scheduler config : scheduler started
31 VII 2006 12:18:06,364 INFO [s.scheduler.CmsScheduleManager: 296] . Scheduler config : finished
31 VII 2006 12:18:06,364 INFO [.opencms.i18n.CmsLocaleManager: 705] . i18n configuration : vfs access initialized
31 VII 2006 12:18:06,364 INFO [rg.opencms.site.CmsSiteManager: 387] . Site roots configured: 2
31 VII 2006 12:18:06,395 WARN [rg.opencms.site.CmsSiteManager: 401] Root folder for site server: http://localhost uri: /sites/default title: /sites/default/ does not exist (ignoring this site entry)
31 VII 2006 12:18:06,411 WARN [rg.opencms.site.CmsSiteManager: 416] Root folder for default site server: * uri: /sites/default title: /sites/default/ does not exist (setting default site root to "/")
31 VII 2006 12:18:06,411 INFO [rg.opencms.site.CmsSiteManager: 427] . Site root default : server: * uri: /sites/default title: /sites/default/
31 VII 2006 12:18:06,411 INFO [rg.opencms.site.CmsSiteManager: 435] . Site of workplace : http://localhost
31 VII 2006 12:18:06,458 INFO [cexport.CmsStaticExportManager:1301] . Static export : enabled
31 VII 2006 12:18:06,458 INFO [cexport.CmsStaticExportManager:1302] . Export default : false
31 VII 2006 12:18:06,458 INFO [cexport.CmsStaticExportManager:1329] . Export RFS rule : export path / -> C:\apache-tomcat-5.5.17\webapps\opencms\export
31 VII 2006 12:18:06,458 INFO [cexport.CmsStaticExportManager:1333] . Export RFS rule : rfs-prefix / -> /opencms/export
31 VII 2006 12:18:06,458 INFO [cexport.CmsStaticExportManager:1340] . Export RFS rule : links mode / -> absolute
31 VII 2006 12:18:06,458 INFO [cexport.CmsStaticExportManager:1342] . Export vfs prefix : /opencms/opencms
31 VII 2006 12:18:06,458 INFO [cexport.CmsStaticExportManager:1343] . Export handler : org.opencms.staticexport.CmsOnDemandStaticExportHandler
31 VII 2006 12:18:06,458 INFO [cexport.CmsStaticExportManager:1346] . Export URL : http://127.0.0.1:8080/opencms/handle404
31 VII 2006 12:18:06,458 INFO [cexport.CmsStaticExportManager:1347] . Export optimization : true
31 VII 2006 12:18:06,458 INFO [cexport.CmsStaticExportManager:1350] . Export testresource : /system/shared/page.dtd
31 VII 2006 12:18:06,504 INFO [s.xml.CmsXmlContentTypeManager: 477] . XML content config : "7" XML content schema types initialized
31 VII 2006 12:18:06,504 INFO [pencms.module.CmsModuleManager: 754] . Module configuration : 0 module classes initialized
31 VII 2006 12:18:06,504 INFO [ncms.loader.CmsResourceManager: 848] . Loader configuration : starting
31 VII 2006 12:18:06,520 INFO [ncms.loader.CmsResourceManager: 854] . Resource type init : adding 14 resource types from file opencms-vfs.xml
31 VII 2006 12:18:06,520 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "folder" id=0 class=org.opencms.file.types.CmsResourceTypeFolder
31 VII 2006 12:18:06,536 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "plain" id=1 class=org.opencms.file.types.CmsResourceTypePlain
31 VII 2006 12:18:06,536 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".txt" to resource type plain
31 VII 2006 12:18:06,536 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".html" to resource type plain
31 VII 2006 12:18:06,536 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".htm" to resource type plain
31 VII 2006 12:18:06,536 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "binary" id=2 class=org.opencms.file.types.CmsResourceTypeBinary
31 VII 2006 12:18:06,536 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".pdf" to resource type binary
31 VII 2006 12:18:06,536 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".zip" to resource type binary
31 VII 2006 12:18:06,536 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".class" to resource type binary
31 VII 2006 12:18:06,536 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".ppt" to resource type binary
31 VII 2006 12:18:06,536 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".doc" to resource type binary
31 VII 2006 12:18:06,536 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".xls" to resource type binary
31 VII 2006 12:18:06,536 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "image" id=3 class=org.opencms.file.types.CmsResourceTypeImage
31 VII 2006 12:18:06,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".jpeg" to resource type image
31 VII 2006 12:18:06,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".jpg" to resource type image
31 VII 2006 12:18:06,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".gif" to resource type image
31 VII 2006 12:18:06,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".png" to resource type image
31 VII 2006 12:18:06,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".tif" to resource type image
31 VII 2006 12:18:06,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".tiff" to resource type image
31 VII 2006 12:18:06,551 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "jsp" id=4 class=org.opencms.file.types.CmsResourceTypeJsp
31 VII 2006 12:18:06,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".jsp" to resource type jsp
31 VII 2006 12:18:06,551 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "pointer" id=5 class=org.opencms.file.types.CmsResourceTypePointer
31 VII 2006 12:18:06,551 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "xmlpage" id=6 class=org.opencms.file.types.CmsResourceTypeXmlPage
31 VII 2006 12:18:06,551 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "xmlcontent" id=7 class=org.opencms.file.types.CmsResourceTypeXmlContent
31 VII 2006 12:18:06,551 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "imagegallery" id=8 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:18:06,551 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "downloadgallery" id=9 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:18:06,598 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "linkgallery" id=10 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:18:06,598 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "htmlgallery" id=11 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:18:06,598 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "tablegallery" id=12 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:18:06,629 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "XMLTemplate" id=99 class=com.opencms.legacy.CmsResourceTypeXMLTemplate
31 VII 2006 12:18:06,629 INFO [ncms.loader.CmsResourceManager: 898] . Resource type init : finished
31 VII 2006 12:18:06,629 INFO [ncms.loader.CmsResourceManager: 699] . Loader configuration : finished
31 VII 2006 12:18:06,739 INFO [pencms.search.CmsSearchManager:1024] . Search index : Successfully configured search index "Online project (VFS)" for project "Online"
31 VII 2006 12:18:06,754 ERROR [.opencms.search.CmsSearchIndex: 320] The project "Offline" configured for search index "Offline project (VFS)" does not exist.
31 VII 2006 12:18:06,754 INFO [pencms.search.CmsSearchManager:1029] . Search index : Unable to configure search index "Offline project (VFS)" for project "Offline" - search index "Offline project (VFS)" has been disabled
31 VII 2006 12:18:06,754 INFO [pencms.search.CmsSearchManager:1024] . Search index : Successfully configured search index "German online help" for project "Online"
31 VII 2006 12:18:07,270 ERROR [tors.CmsWorkplaceEditorManager: 101] Workplace init: Unable to read editor folder "/system/workplace/editors/", editors disabled!
31 VII 2006 12:18:07,286 ERROR [.workplace.CmsWorkplaceManager:1194] Workplace init: Unable to read locales folder "/system/workplace/locales/", locales are disabled!
31 VII 2006 12:18:07,286 INFO [.workplace.CmsWorkplaceManager: 786] . Workplace config : vfs access initialized
31 VII 2006 12:18:07,301 ERROR [.workplace.CmsWorkplaceManager: 793] Workplace temporary file project does not yet exist!
31 VII 2006 12:18:07,395 INFO [workplace.tools.CmsToolManager: 175] . Tool Manager config : Tool Manager is being initialized
31 VII 2006 12:18:07,395 INFO [workplace.tools.CmsToolManager: 192] . Tool Manager config : Tool Manager skipped root admin, since resource /system/workplace/admin/ does not exist.
31 VII 2006 12:18:07,411 INFO [workplace.tools.CmsToolManager: 192] . Tool Manager config : Tool Manager skipped root explorer, since resource /system/workplace/explorer/ does not exist.
31 VII 2006 12:18:07,411 INFO [ org.opencms.main.OpenCmsCore:2045] . Runlevel change : Switching from 2 to 3
31 VII 2006 12:18:07,520 INFO [.CmsSetupWorkplaceImportThread: 168] .
31 VII 2006 12:18:07,520 INFO [.CmsSetupWorkplaceImportThread: 170] .
31 VII 2006 12:18:07,536 INFO [.CmsSetupWorkplaceImportThread: 172] .
31 VII 2006 12:18:07,536 INFO [.CmsSetupWorkplaceImportThread: 174] . Welcome to the OpenCms setup wizard
31 VII 2006 12:18:07,536 INFO [.CmsSetupWorkplaceImportThread: 176] . Starting to import the Workplace
31 VII 2006 12:18:07,536 INFO [.CmsSetupWorkplaceImportThread: 178] .
31 VII 2006 12:18:07,536 INFO [.CmsSetupWorkplaceImportThread: 180] .
31 VII 2006 12:18:07,536 INFO [.CmsSetupWorkplaceImportThread: 183] .
31 VII 2006 12:18:07,536 INFO [.CmsSetupWorkplaceImportThread: 183] . Copyright (c) 2005 Alkacon Software GmbH
31 VII 2006 12:18:07,536 INFO [.CmsSetupWorkplaceImportThread: 183] . OpenCms comes with ABSOLUTELY NO WARRANTY
31 VII 2006 12:18:07,551 INFO [.CmsSetupWorkplaceImportThread: 183] . This is free software, and you are welcome to
31 VII 2006 12:18:07,551 INFO [.CmsSetupWorkplaceImportThread: 183] . redistribute it under certain conditions.
31 VII 2006 12:18:07,551 INFO [.CmsSetupWorkplaceImportThread: 183] . Please see the GNU Lesser General Public Licence for
31 VII 2006 12:18:07,551 INFO [.CmsSetupWorkplaceImportThread: 183] . further details.
31 VII 2006 12:18:07,551 INFO [.CmsSetupWorkplaceImportThread: 183] .
31 VII 2006 12:18:07,551 INFO [.CmsSetupWorkplaceImportThread: 185] .
31 VII 2006 12:18:07,551 INFO [.CmsSetupWorkplaceImportThread: 187] .
31 VII 2006 12:18:07,551 INFO [.CmsSetupWorkplaceImportThread: 189] . ...............................................................
31 VII 2006 12:18:11,989 INFO [pencms.search.CmsSearchManager:1024] . Search index : Successfully configured search index "Online project (VFS)" for project "Online"
31 VII 2006 12:18:11,989 INFO [pencms.search.CmsSearchManager:1024] . Search index : Successfully configured search index "Offline project (VFS)" for project "Offline"
31 VII 2006 12:18:11,989 INFO [pencms.search.CmsSearchManager:1024] . Search index : Successfully configured search index "German online help" for project "Online"
31 VII 2006 12:18:12,754 INFO [ncms.loader.CmsResourceManager: 848] . Loader configuration : starting
31 VII 2006 12:18:12,754 INFO [ncms.loader.CmsResourceManager: 854] . Resource type init : adding 14 resource types from file opencms-vfs.xml
31 VII 2006 12:18:12,770 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "folder" id=0 class=org.opencms.file.types.CmsResourceTypeFolder
31 VII 2006 12:18:12,770 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "plain" id=1 class=org.opencms.file.types.CmsResourceTypePlain
31 VII 2006 12:18:12,770 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".txt" to resource type plain
31 VII 2006 12:18:12,770 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".html" to resource type plain
31 VII 2006 12:18:12,770 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".htm" to resource type plain
31 VII 2006 12:18:12,786 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "binary" id=2 class=org.opencms.file.types.CmsResourceTypeBinary
31 VII 2006 12:18:12,786 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".pdf" to resource type binary
31 VII 2006 12:18:12,786 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".zip" to resource type binary
31 VII 2006 12:18:12,786 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".class" to resource type binary
31 VII 2006 12:18:12,786 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".ppt" to resource type binary
31 VII 2006 12:18:12,786 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".doc" to resource type binary
31 VII 2006 12:18:12,786 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".xls" to resource type binary
31 VII 2006 12:18:12,786 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "image" id=3 class=org.opencms.file.types.CmsResourceTypeImage
31 VII 2006 12:18:12,786 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".jpeg" to resource type image
31 VII 2006 12:18:12,786 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".jpg" to resource type image
31 VII 2006 12:18:12,786 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".gif" to resource type image
31 VII 2006 12:18:12,786 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".png" to resource type image
31 VII 2006 12:18:12,801 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".tif" to resource type image
31 VII 2006 12:18:12,801 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".tiff" to resource type image
31 VII 2006 12:18:12,801 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "jsp" id=4 class=org.opencms.file.types.CmsResourceTypeJsp
31 VII 2006 12:18:12,801 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".jsp" to resource type jsp
31 VII 2006 12:18:12,801 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "pointer" id=5 class=org.opencms.file.types.CmsResourceTypePointer
31 VII 2006 12:18:12,801 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "xmlpage" id=6 class=org.opencms.file.types.CmsResourceTypeXmlPage
31 VII 2006 12:18:12,801 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "xmlcontent" id=7 class=org.opencms.file.types.CmsResourceTypeXmlContent
31 VII 2006 12:18:12,817 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "imagegallery" id=8 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:18:12,817 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "downloadgallery" id=9 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:18:12,817 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "linkgallery" id=10 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:18:12,817 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "htmlgallery" id=11 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:18:12,817 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "tablegallery" id=12 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:18:12,817 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "XMLTemplate" id=99 class=com.opencms.legacy.CmsResourceTypeXMLTemplate
31 VII 2006 12:18:12,817 INFO [ncms.loader.CmsResourceManager: 898] . Resource type init : finished
31 VII 2006 12:18:12,817 INFO [ncms.loader.CmsResourceManager: 699] . Loader configuration : finished
31 VII 2006 12:19:38,473 INFO [ncms.loader.CmsResourceManager: 848] . Loader configuration : starting
31 VII 2006 12:19:38,473 INFO [ncms.loader.CmsResourceManager: 854] . Resource type init : adding 14 resource types from file opencms-vfs.xml
31 VII 2006 12:19:38,473 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "folder" id=0 class=org.opencms.file.types.CmsResourceTypeFolder
31 VII 2006 12:19:38,473 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "plain" id=1 class=org.opencms.file.types.CmsResourceTypePlain
31 VII 2006 12:19:38,473 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".txt" to resource type plain
31 VII 2006 12:19:38,473 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".html" to resource type plain
31 VII 2006 12:19:38,473 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".htm" to resource type plain
31 VII 2006 12:19:38,473 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "binary" id=2 class=org.opencms.file.types.CmsResourceTypeBinary
31 VII 2006 12:19:38,473 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".pdf" to resource type binary
31 VII 2006 12:19:38,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".zip" to resource type binary
31 VII 2006 12:19:38,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".class" to resource type binary
31 VII 2006 12:19:38,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".ppt" to resource type binary
31 VII 2006 12:19:38,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".doc" to resource type binary
31 VII 2006 12:19:38,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".xls" to resource type binary
31 VII 2006 12:19:38,551 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "image" id=3 class=org.opencms.file.types.CmsResourceTypeImage
31 VII 2006 12:19:38,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".jpeg" to resource type image
31 VII 2006 12:19:38,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".jpg" to resource type image
31 VII 2006 12:19:38,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".gif" to resource type image
31 VII 2006 12:19:38,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".png" to resource type image
31 VII 2006 12:19:38,551 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".tif" to resource type image
31 VII 2006 12:19:38,567 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".tiff" to resource type image
31 VII 2006 12:19:38,567 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "jsp" id=4 class=org.opencms.file.types.CmsResourceTypeJsp
31 VII 2006 12:19:38,567 INFO [ncms.loader.CmsResourceManager: 833] . Resource type init : mapping extension ".jsp" to resource type jsp
31 VII 2006 12:19:38,567 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "pointer" id=5 class=org.opencms.file.types.CmsResourceTypePointer
31 VII 2006 12:19:38,567 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "xmlpage" id=6 class=org.opencms.file.types.CmsResourceTypeXmlPage
31 VII 2006 12:19:38,567 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "xmlcontent" id=7 class=org.opencms.file.types.CmsResourceTypeXmlContent
31 VII 2006 12:19:38,567 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "imagegallery" id=8 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:19:38,567 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "downloadgallery" id=9 class=org.opencms.file.types.CmsResourceTypeFolderExtended
31 VII 2006 12:19:38,567 INFO [ncms.loader.CmsResourceManager: 816] . Resource type init : added resource type "linkgallery"

.......
.......

setup.log
----------------------------------------------------------------------------------------------------------------------
1: OpenCms WEB-INF path: "C:\apache-tomcat-5.5.17\webapps\opencms\WEB-INF\".
2: OpenCms property file: "C:\apache-tomcat-5.5.17\webapps\opencms\WEB-INF\config\opencms.properties".
3:
4:
5: Starting Workplace import and database setup for OpenCms!
6:
7: further details.
8: Please see the GNU Lesser General Public Licence for
9: redistribute it under certain conditions.
10: This is free software, and you are welcome to
11: OpenCms comes with ABSOLUTELY NO WARRANTY
12: Copyright (c) 2005 Alkacon Software GmbH
13:
14: This is OpenCms 6.2.1
15:
16:
17: Guest at Online># Turn echo on
18: Guest at Online>Echo is now on.
19: Guest at Online>
20: Guest at Online># Login the Admin user
21: Guest at Online>login Admin admin
22: You are now logged in as user "Admin".
23: Admin at Online>
24: Admin at Online># Create the setup project
25: Admin at Online>createTempfileProject
26: [Project]:tempFileProject , Id=3 :The project for temporary Workplace files.
27: Admin at Online>
28: Admin at Online># Switch to the setup project
29: Admin at Online>setCurrentProject _setupProject
30: [Project]:_setupProject , Id=2 :Initial site import
31: Admin at _setupProject>
32: Admin at _setupProject># Initialize the default property definitions
33: Admin at _setupProject>createPropertyDefinition Title
34: [Propertydefinition] name:Title id:dc5dd878-207d-11db-a2bd-294aa9f07e24
35: Admin at _setupProject>createPropertyDefinition Description
36: [Propertydefinition] name:Description id:dc8d9b0b-207d-11db-a2bd-294aa9f07e24
37: Admin at _setupProject>createPropertyDefinition Keywords
38: [Propertydefinition] name:Keywords id:dc949fee-207d-11db-a2bd-294aa9f07e24
39: Admin at _setupProject>createPropertyDefinition NavText
40: [Propertydefinition] name:NavText id:dc9bcbe1-207d-11db-a2bd-294aa9f07e24
41: Admin at _setupProject>createPropertyDefinition NavPos
42: [Propertydefinition] name:NavPos id:dca2f7d4-207d-11db-a2bd-294aa9f07e24
43: Admin at _setupProject>createPropertyDefinition export
44: [Propertydefinition] name:export id:dcaa23c7-207d-11db-a2bd-294aa9f07e24
45: Admin at _setupProject>createPropertyDefinition exportname
46: [Propertydefinition] name:exportname id:dcb3c0ba-207d-11db-a2bd-294aa9f07e24
47: Admin at _setupProject>createPropertyDefinition default-file
48: [Propertydefinition] name:default-file id:dcbac59d-207d-11db-a2bd-294aa9f07e24
49: Admin at _setupProject>createPropertyDefinition content-encoding
50: [Propertydefinition] name:content-encoding id:dcc46290-207d-11db-a2bd-294aa9f07e24
51: Admin at _setupProject>createPropertyDefinition content-conversion
52: [Propertydefinition] name:content-conversion id:dccb8e83-207d-11db-a2bd-294aa9f07e24
53: Admin at _setupProject>createPropertyDefinition internal
54: [Propertydefinition] name:internal id:dcd2ba76-207d-11db-a2bd-294aa9f07e24
55: Admin at _setupProject>createPropertyDefinition cache
56: [Propertydefinition] name:cache id:dcdc3059-207d-11db-a2bd-294aa9f07e24
57: Admin at _setupProject>createPropertyDefinition template
58: [Propertydefinition] name:template id:dce35c4c-207d-11db-a2bd-294aa9f07e24
59: Admin at _setupProject>createPropertyDefinition template-elements
60: [Propertydefinition] name:template-elements id:dcecf93f-207d-11db-a2bd-294aa9f07e24
61: Admin at _setupProject>createPropertyDefinition locale
62: [Propertydefinition] name:locale id:dcfb2912-207d-11db-a2bd-294aa9f07e24
63: Admin at _setupProject>
64: Admin at _setupProject># Switch to the root context
65: Admin at _setupProject>setSiteRoot /
66: Admin at _setupProject>
67: Admin at _setupProject># Create folder structure
68: Admin at _setupProject>createFolder / system/
69: [org.opencms.file.CmsResource, path: /system/, structure id dd0980f5-207d-11db-a2bd-294aa9f07e24, resource id: dd0980f6-207d-11db-a2bd-294aa9f07e24, type id: 0, folder: true, flags: 0, project: 2, state: 2, date created: Mon Jul 31 12:18:08 CEST 2006, user created: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date lastmodified: Mon Jul 31 12:18:08 CEST 2006, user lastmodified: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date released: Thu Jan 01 01:00:00 CET 1970, date expired: Sun Aug 17 08:12:55 CET 292278994, size: -1 sibling count: 1]
70: Admin at _setupProject>createFolder / sites/
71: [org.opencms.file.CmsResource, path: /sites/, structure id dd1f04c7-207d-11db-a2bd-294aa9f07e24, resource id: dd1f04c8-207d-11db-a2bd-294aa9f07e24, type id: 0, folder: true, flags: 0, project: 2, state: 2, date created: Mon Jul 31 12:18:09 CEST 2006, user created: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date lastmodified: Mon Jul 31 12:18:09 CEST 2006, user lastmodified: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date released: Thu Jan 01 01:00:00 CET 1970, date expired: Sun Aug 17 08:12:55 CET 292278994, size: -1 sibling count: 1]
72: Admin at _setupProject>createFolder / channels/
73: [org.opencms.file.CmsResource, path: /channels/, structure id dd535b39-207d-11db-a2bd-294aa9f07e24, resource id: dd535b3a-207d-11db-a2bd-294aa9f07e24, type id: 0, folder: true, flags: 0, project: 2, state: 2, date created: Mon Jul 31 12:18:09 CEST 2006, user created: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date lastmodified: Mon Jul 31 12:18:09 CEST 2006, user lastmodified: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date released: Thu Jan 01 01:00:00 CET 1970, date expired: Sun Aug 17 08:12:55 CET 292278994, size: -1 sibling count: 1]
74: Admin at _setupProject>createFolder /sites/ default/
75: [org.opencms.file.CmsResource, path: /sites/default/, structure id dd5f692b-207d-11db-a2bd-294aa9f07e24, resource id: dd5f692c-207d-11db-a2bd-294aa9f07e24, type id: 0, folder: true, flags: 0, project: 2, state: 2, date created: Mon Jul 31 12:18:09 CEST 2006, user created: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date lastmodified: Mon Jul 31 12:18:09 CEST 2006, user lastmodified: c300ba5c-01e8-3727-b305-5dcc9ccae1ee, date released: Thu Jan 01 01:00:00 CET 1970, date expired: Sun Aug 17 08:12:55 CET 292278994, size: -1 sibling count: 1]
76: Admin at _setupProject>
77: Admin at _setupProject># Apply folder permissions
78: Admin at _setupProject>chacc / group Administrators +v+w+r+c+d+i
79: Admin at _setupProject>chacc / group Projectmanagers +v+w+r+c+d+i
80: Admin at _setupProject>chacc / group Users +v+w+r+c+i
81: Admin at _setupProject>chacc / group Guests +v+r+i
82: Admin at _setupProject>
83: Admin at _setupProject># Publish the project
84: Admin at _setupProject>unlockCurrentProject
85: Admin at _setupProject>publishProject
86: ------ Publishing folders ...
87: ( 1 / 5 ) Publishing folder / ... o.k.
88: ( 2 / 5 ) Publishing folder /channels/ ... o.k.
89: ( 3 / 5 ) Publishing folder /sites/ ... o.k.
90: ( 4 / 5 ) Publishing folder /sites/default/ ... o.k.
91: ( 5 / 5 ) Publishing folder /system/ ... o.k.
92: ------ ... finished publishing folders
93: Statistics: published files: 0, published folders: 5, deleted folders: 0, duration: 00:00:01
94: ddb79b4d-207d-11db-a2bd-294aa9f07e24
95: Admin at Online>
96: Admin at Online># Create the default "Offline" project
97: Admin at Online>createDefaultProject Offline The Offline Project
98: Admin at Offline>setSiteRoot /sites/default/
99: Admin at Offline>
100: Admin at Offline># Import the modules that have been selected in the setup wizard
101: Admin at Offline>importModulesFromSetupBean
102: ------ Importing module ... org.opencms.workplace ... Import Version 4

..........
..........
..........
..........
..........

1299: ( 26 / 46 ) Publishing file /system/workplace/resources/list/list.png ... o.k.
1300: ( 27 / 46 ) Publishing file /system/workplace/resources/list/minus.png ... o.k.
1301: ( 28 / 46 ) Publishing file /system/workplace/resources/list/multi_activate.png ... o.k.
1302: ( 29 / 46 ) Publishing file /system/workplace/resources/list/multi_add.png ... o.k.
1303: ( 30 / 46 ) Publishing file /system/workplace/resources/list/multi_deactivate.png ... o.k.
1304: ( 31 / 46 ) Publishing file /system/workplace/resources/list/multi_delete.png ... o.k.
1305: ( 32 / 46 ) Publishing file /system/workplace/resources/list/multi_minus.png ... o.k.
1306: ( 33 / 46 ) Publishing file /system/workplace/resources/list/print.png ... o.k.
1307: ( 34 / 46 ) Publishing file /system/workplace/resources/list/rightarrow.png ... o.k.
1308: ( 35 / 46 ) Publishing file /system/workplace/resources/list/search.png ... o.k.
1309: ( 36 / 46 ) Publishing file /system/workplace/resources/list/showall.png ... o.k.
1310: ( 37 / 46 ) Publishing file /system/workplace/views/admin/admin-close.jsp ... o.k.
1311: ( 38 / 46 ) Publishing file /system/workplace/views/admin/admin-editor.jsp ... o.k.
1312: ( 39 / 46 ) Publishing file /system/workplace/views/admin/admin-fs.jsp ... o.k.
1313: ( 40 / 46 ) Publishing file /system/workplace/views/admin/admin-main.jsp ... o.k.
1314: ( 41 / 46 ) Publishing file /system/workplace/views/admin/admin-menu.jsp ... o.k.
1315: ( 42 / 46 ) Publishing file /system/workplace/views/admin/external-fs.jsp ... o.k.
1316: ( 43 / 46 ) Publishing file /system/workplace/views/admin/list-explorer.jsp ... o.k.
1317: ( 44 / 46 ) Publishing file /system/workplace/views/admin/list-title.jsp ... o.k.
1318: ( 45 / 46 ) Publishing file /system/workplace/views/admin/tool-fs.jsp ... o.k.
1319: ( 46 / 46 ) Publishing file /system/workplace/views/admin/tool-title.jsp ... o.k.
1320: ------ ... finished publishing files
1321: Statistics: published files: 46, published folders: 9, deleted folders: 0, duration: 00:00:24
1322: ------ Writing export points ...
1323: Writing export point /system/modules/org.opencms.workplace.administration/lib/ ... o.k.
1324: Writing export point /system/workplace/resources/admin/ ... o.k.
1325: Writing export point /system/workplace/resources/admin/images/ ... o.k.
1326: Writing export point /system/workplace/resources/admin/javascript/ ... o.k.
1327: Writing export point /system/workplace/resources/list/ ... o.k.
1328: Writing export point /system/modules/org.opencms.workplace.administration/lib/org.opencms.workplace.administration.jar ... o.k.
1329: Writing export point /system/workplace/resources/admin/javascript/adminmenu.js ... o.k.
1330: Writing export point /system/workplace/resources/admin/javascript/general.js ... o.k.
1331: Writing export point /system/workplace/resources/admin/javascript/list.js ... o.k.
1332: Writing export point /system/workplace/resources/admin/images/border.gif ... o.k.
1333: Writing export point /system/workplace/resources/admin/images/default_tool_big.png ... o.k.
1334: Writing export point /system/workplace/resources/admin/images/default_tool_small.png ... o.k.
1335: Writing export point /system/workplace/resources/admin/images/semi-transparent.gif ... o.k.
1336: Writing export point /system/workplace/resources/admin/images/up.png ... o.k.
1337: Writing export point /system/workplace/resources/list/active.png ... o.k.
1338: Writing export point /system/workplace/resources/list/add.png ... o.k.
1339: Writing export point /system/workplace/resources/list/arrow_down.png ... o.k.
1340: Writing export point /system/workplace/resources/list/arrow_up.png ... o.k.
1341: Writing export point /system/workplace/resources/list/csv.png ... o.k.
1342: Writing export point /system/workplace/resources/list/delete.png ... o.k.
1343: Writing export point /system/workplace/resources/list/details_hide.png ... o.k.
1344: Writing export point /system/workplace/resources/list/details_show.png ... o.k.
1345: Writing export point /system/workplace/resources/list/disabled.png ... o.k.
1346: Writing export point /system/workplace/resources/list/explorer.png ... o.k.
1347: Writing export point /system/workplace/resources/list/inactive.png ... o.k.
1348: Writing export point /system/workplace/resources/list/leftarrow.png ... o.k.
1349: Writing export point /system/workplace/resources/list/leftarrow_disabled.png ... o.k.
1350: Writing export point /system/workplace/resources/list/list.png ... o.k.
1351: Writing export point /system/workplace/resources/list/minus.png ... o.k.
1352: Writing export point /system/workplace/resources/list/multi_activate.png ... o.k.
1353: Writing export point /system/workplace/resources/list/multi_add.png ... o.k.
1354: Writing export point /system/workplace/resources/list/multi_deactivate.png ... o.k.
1355: Writing export point /system/workplace/resources/list/multi_delete.png ... o.k.
1356: Writing export point /system/workplace/resources/list/multi_minus.png ... o.k.
1357: Writing export point /system/workplace/resources/list/print.png ... o.k.
1358: Writing export point /system/workplace/resources/list/rightarrow.png ... o.k.
1359: Writing export point /system/workplace/resources/list/search.png ... o.k.
1360: Writing export point /system/workplace/resources/list/showall.png ... o.k.
1361: ------ ... finished writing the export points
1362: ------ ... the project has been published
1363: ------ ... the module has been imported
1364: ------ Importing module ... org.opencms.editors.htmlarea ... Import Version 4
1365: ( 1 / 185 ) Importing /system/ ... o.k.
1366: ( 2 / 185 ) Skipping /system/workplace/
1367: ( 3 / 185 ) Importing /system/workplace/editors/ ... o.k.
1368: ( 4 / 185 ) Importing /system/workplace/editors/htmlarea/ ... o.k.
1369: ( 5 / 185 ) Importing /system/workplace/editors/htmlarea/editor.jsp ... o.k.
1370: ( 6 / 185 ) Importing /system/workplace/editors/htmlarea/editor_configuration.xml ... o.k.
1371: ( 7 / 185 ) Importing /system/workplace/editors/htmlarea/htmlarea-ocms.js ... o.k.
1372: ( 8 / 185 ) Skipping /system/workplace/resources/
1373: ( 9 / 185 ) Importing /system/workplace/resources/editors/ ... o.k.
1374: ( 10 / 185 ) Importing /system/workplace/resources/editors/htmlarea/ ... o.k.
1375: ( 11 / 185 ) Importing /system/workplace/resources/editors/htmlarea/dialog.js ... o.k.
1376: ( 12 / 185 ) Importing /system/workplace/resources/editors/htmlarea/htmlarea-ocms.js ... o.k.
1377: ( 13 / 185 ) Importing /system/workplace/resources/editors/htmlarea/htmlarea.css ... o.k.
1378: ( 14 / 185 ) Importing /system/workplace/resources/editors/htmlarea/htmlarea.js ... o.k.
1379: ( 15 / 185 ) Importing /system/workplace/resources/editors/htmlarea/popupdiv.js ... o.k.
1380: ( 16 / 185 ) Importing /system/workplace/resources/editors/htmlarea/popupwin.js ... o.k.
1381: ( 17 / 185 ) Importing /system/workplace/resources/editors/htmlarea/images/ ...
1382:
1383: Shutting down OpenCms, version 6.2.1 in web application "opencms"
1384: o.k.
1385: ( 18 / 185 ) Importing /system/workplace/resources/editors/htmlarea/images/ed_about.gif ... Shutdown completed, total uptime was 00:04:13.
1386:
1387: !!! Exception null
1388: java.lang.NullPointerException
1389: at org.opencms.db.CmsSecurityManager.importResource(CmsSecurityManager.java:2555)
1390: at org.opencms.file.types.A_CmsResourceType.importResource(A_CmsResourceType.java:425)
1391: at org.opencms.file.types.CmsResourceTypeImage.importResource(CmsResourceTypeImage.java:157)
1392: at org.opencms.file.CmsObject.importResource(CmsObject.java:1658)
1393: at org.opencms.importexport.CmsImportVersion4.importResource(CmsImportVersion4.java:316)
1394: at org.opencms.importexport.CmsImportVersion4.readResourcesFromManifest(CmsImportVersion4.java:478)
1395: at org.opencms.importexport.CmsImportVersion4.importResources(CmsImportVersion4.java:132)
1396: at org.opencms.importexport.CmsImport.importResources(CmsImport.java:325)
1397: at org.opencms.module.CmsModuleImportExportHandler.importModule(CmsModuleImportExportHandler.java:516)
1398: at org.opencms.module.CmsModuleImportExportHandler.importData(CmsModuleImportExportHandler.java:356)
1399: at org.opencms.importexport.CmsImportExportManager.importData(CmsImportExportManager.java:620)
1400: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1401: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1402: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1403: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1404: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1405: at java.lang.reflect.Method.invoke(Method.java:585)
1406: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1407: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1408: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1409: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1410: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1411: Skipping /system/workplace/resources/editors/htmlarea/images/ed_about.gif
1412: !!! Exception null
1413: java.lang.NullPointerException
1414: at org.apache.log4j.LogManager.getLogger(LogManager.java:179)
1415: at org.apache.log4j.Logger.getLogger(Logger.java:94)
1416: at org.apache.commons.logging.impl.Log4JLogger.getLogger(Log4JLogger.java:229)
1417: at org.apache.commons.logging.impl.Log4JLogger.isInfoEnabled(Log4JLogger.java:271)
1418: at org.opencms.importexport.CmsImportVersion4.readResourcesFromManifest(CmsImportVersion4.java:567)
1419: at org.opencms.importexport.CmsImportVersion4.importResources(CmsImportVersion4.java:132)
1420: at org.opencms.importexport.CmsImport.importResources(CmsImport.java:325)
1421: at org.opencms.module.CmsModuleImportExportHandler.importModule(CmsModuleImportExportHandler.java:516)
1422: at org.opencms.module.CmsModuleImportExportHandler.importData(CmsModuleImportExportHandler.java:356)
1423: at org.opencms.importexport.CmsImportExportManager.importData(CmsImportExportManager.java:620)
1424: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1425: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1426: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1427: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1428: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1429: at java.lang.reflect.Method.invoke(Method.java:585)
1430: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1431: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1432: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1433: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1434: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1435: log4j:ERROR Error occured while converting date.
1436: java.lang.NullPointerException
1437: at java.lang.System.arraycopy(Native Method)
1438: at java.lang.AbstractStringBuilder.getChars(AbstractStringBuilder.java:331)
1439: at java.lang.StringBuffer.getChars(StringBuffer.java:202)
1440: at org.apache.log4j.helpers.AbsoluteTimeDateFormat.format(AbsoluteTimeDateFormat.java:108)
1441: at org.apache.log4j.helpers.DateTimeDateFormat.format(DateTimeDateFormat.java:64)
1442: at java.text.DateFormat.format(DateFormat.java:314)
1443: at org.apache.log4j.helpers.PatternParser$DatePatternConverter.convert(PatternParser.java:436)
1444: at org.apache.log4j.helpers.PatternConverter.format(PatternConverter.java:56)
1445: at org.apache.log4j.PatternLayout.format(PatternLayout.java:495)
1446: at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:292)
1447: at org.apache.log4j.RollingFileAppender.subAppend(RollingFileAppender.java:225)
1448: at org.apache.log4j.WriterAppender.append(WriterAppender.java:150)
1449: at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:221)
1450: at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:57)
1451: at org.apache.log4j.Category.callAppenders(Category.java:194)
1452: at org.apache.log4j.Category.forcedLog(Category.java:379)
1453: at org.apache.log4j.Category.log(Category.java:844)
1454: at org.apache.commons.logging.impl.Log4JLogger.info(Log4JLogger.java:133)
1455: at org.opencms.i18n.CmsLocaleManager.setDefaultLocale(CmsLocaleManager.java:307)
1456: at org.opencms.i18n.CmsLocaleManager.<init>(CmsLocaleManager.java:135)
1457: at org.opencms.main.OpenCmsCore.initMembers(OpenCmsCore.java:1108)
1458: at org.opencms.main.OpenCmsCore.<init>(OpenCmsCore.java:250)
1459: at org.opencms.main.OpenCmsCore.getInstance(OpenCmsCore.java:270)
1460: at org.opencms.main.OpenCms.fireCmsEvent(OpenCms.java:151)
1461: at org.opencms.importexport.CmsImport.importResources(CmsImport.java:344)
1462: at org.opencms.module.CmsModuleImportExportHandler.importModule(CmsModuleImportExportHandler.java:516)
1463: at org.opencms.module.CmsModuleImportExportHandler.importData(CmsModuleImportExportHandler.java:356)
1464: at org.opencms.importexport.CmsImportExportManager.importData(CmsImportExportManager.java:620)
1465: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1466: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1467: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1468: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1469: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1470: at java.lang.reflect.Method.invoke(Method.java:585)
1471: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1472: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1473: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1474: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1475: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1476: java.lang.NullPointerException
1477: at org.apache.log4j.LogManager.getLogger(LogManager.java:179)
1478: at org.apache.log4j.Logger.getLogger(Logger.java:94)
1479: at org.apache.commons.logging.impl.Log4JLogger.getLogger(Log4JLogger.java:229)
1480: at org.apache.commons.logging.impl.Log4JLogger.isDebugEnabled(Log4JLogger.java:239)
1481: at org.opencms.importexport.CmsImportVersion4.readResourcesFromManifest(CmsImportVersion4.java:599)
1482: at org.opencms.importexport.CmsImportVersion4.importResources(CmsImportVersion4.java:132)
1483: at org.opencms.importexport.CmsImport.importResources(CmsImport.java:325)
1484: at org.opencms.module.CmsModuleImportExportHandler.importModule(CmsModuleImportExportHandler.java:516)
1485: at org.opencms.module.CmsModuleImportExportHandler.importData(CmsModuleImportExportHandler.java:356)
1486: at org.opencms.importexport.CmsImportExportManager.importData(CmsImportExportManager.java:620)
1487: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1488: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1489: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1490: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1491: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1492: at java.lang.reflect.Method.invoke(Method.java:585)
1493: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1494: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1495: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1496: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1497: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1498: java.lang.NullPointerException
1499: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1500: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1501: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1502: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1503: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1504: at java.lang.reflect.Method.invoke(Method.java:585)
1505: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1506: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1507: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1508: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1509: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1510: java.lang.NullPointerException
1511: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1512: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1513: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1514: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1515: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1516: at java.lang.reflect.Method.invoke(Method.java:585)
1517: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1518: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1519: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1520: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1521: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1522: java.lang.NullPointerException
1523: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1524: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1525: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1526: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1527: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1528: at java.lang.reflect.Method.invoke(Method.java:585)
1529: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1530: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1531: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1532: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1533: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1534: java.lang.NullPointerException
1535: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1536: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1537: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1538: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1539: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1540: at java.lang.reflect.Method.invoke(Method.java:585)
1541: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1542: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1543: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1544: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1545: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1546: java.lang.NullPointerException
1547: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1548: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1549: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1550: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1551: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1552: at java.lang.reflect.Method.invoke(Method.java:585)
1553: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1554: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1555: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1556: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1557: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1558: java.lang.NullPointerException
1559: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1560: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1561: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1562: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1563: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1564: at java.lang.reflect.Method.invoke(Method.java:585)
1565: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1566: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1567: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1568: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1569: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1570: java.lang.NullPointerException
1571: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1572: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1573: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1574: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1575: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1576: at java.lang.reflect.Method.invoke(Method.java:585)
1577: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1578: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1579: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1580: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1581: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1582: java.lang.NullPointerException
1583: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1584: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1585: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1586: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1587: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1588: at java.lang.reflect.Method.invoke(Method.java:585)
1589: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1590: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1591: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1592: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1593: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1594: java.lang.NullPointerException
1595: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1596: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1597: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1598: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1599: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1600: at java.lang.reflect.Method.invoke(Method.java:585)
1601: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1602: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1603: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1604: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1605: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1606: java.lang.NullPointerException
1607: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1608: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1609: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1610: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1611: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1612: at java.lang.reflect.Method.invoke(Method.java:585)
1613: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1614: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1615: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1616: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1617: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1618: java.lang.NullPointerException
1619: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1620: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1621: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1622: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1623: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1624: at java.lang.reflect.Method.invoke(Method.java:585)
1625: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1626: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1627: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1628: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1629: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1630: java.lang.NullPointerException
1631: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1632: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1633: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1634: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1635: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1636: at java.lang.reflect.Method.invoke(Method.java:585)
1637: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1638: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1639: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1640: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1641: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1642: java.lang.NullPointerException
1643: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1644: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1645: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1646: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1647: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1648: at java.lang.reflect.Method.invoke(Method.java:585)
1649: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1650: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1651: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1652: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1653: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1654: java.lang.NullPointerException
1655: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1656: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1657: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1658: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1659: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1660: at java.lang.reflect.Method.invoke(Method.java:585)
1661: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1662: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1663: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1664: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1665: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1666: java.lang.NullPointerException
1667: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1668: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1669: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1670: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1671: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1672: at java.lang.reflect.Method.invoke(Method.java:585)
1673: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1674: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1675: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1676: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1677: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1678: java.lang.NullPointerException
1679: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1680: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1681: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1682: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1683: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1684: at java.lang.reflect.Method.invoke(Method.java:585)
1685: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1686: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1687: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1688: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1689: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1690: java.lang.NullPointerException
1691: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1692: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1693: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1694: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1695: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1696: at java.lang.reflect.Method.invoke(Method.java:585)
1697: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1698: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1699: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1700: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1701: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1702: java.lang.NullPointerException
1703: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1704: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1705: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1706: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1707: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1708: at java.lang.reflect.Method.invoke(Method.java:585)
1709: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1710: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1711: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1712: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1713: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1714: java.lang.NullPointerException
1715: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1716: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1717: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1718: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1719: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1720: at java.lang.reflect.Method.invoke(Method.java:585)
1721: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1722: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1723: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1724: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1725: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1726: java.lang.NullPointerException
1727: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1728: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1729: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1730: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1731: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1732: at java.lang.reflect.Method.invoke(Method.java:585)
1733: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1734: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1735: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1736: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1737: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1738: java.lang.NullPointerException
1739: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1740: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1741: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1742: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1743: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1744: at java.lang.reflect.Method.invoke(Method.java:585)
1745: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1746: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1747: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1748: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1749: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1750: java.lang.NullPointerException
1751: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1752: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1753: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1754: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1755: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1756: at java.lang.reflect.Method.invoke(Method.java:585)
1757: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1758: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1759: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1760: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1761: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1762: java.lang.NullPointerException
1763: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1764: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1765: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1766: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1767: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1768: at java.lang.reflect.Method.invoke(Method.java:585)
1769: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1770: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1771: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1772: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1773: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1774: java.lang.NullPointerException
1775: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1776: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1777: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1778: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1779: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1780: at java.lang.reflect.Method.invoke(Method.java:585)
1781: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1782: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1783: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1784: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1785: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1786: java.lang.NullPointerException
1787: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1788: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1789: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1790: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1791: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1792: at java.lang.reflect.Method.invoke(Method.java:585)
1793: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1794: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1795: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1796: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1797: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1798: java.lang.NullPointerException
1799: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1800: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1801: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1802: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1803: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1804: at java.lang.reflect.Method.invoke(Method.java:585)
1805: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1806: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1807: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1808: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1809: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1810: java.lang.NullPointerException
1811: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1812: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1813: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1814: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1815: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1816: at java.lang.reflect.Method.invoke(Method.java:585)
1817: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1818: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1819: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1820: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1821: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1822: java.lang.NullPointerException
1823: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1824: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1825: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1826: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1827: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1828: at java.lang.reflect.Method.invoke(Method.java:585)
1829: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1830: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1831: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1832: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1833: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1834: java.lang.NullPointerException
1835: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1836: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1837: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1838: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1839: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1840: at java.lang.reflect.Method.invoke(Method.java:585)
1841: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1842: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1843: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1844: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1845: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1846: java.lang.NullPointerException
1847: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1848: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1849: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1850: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1851: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1852: at java.lang.reflect.Method.invoke(Method.java:585)
1853: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1854: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1855: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1856: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1857: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1858: java.lang.NullPointerException
1859: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1860: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1861: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1862: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1863: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1864: at java.lang.reflect.Method.invoke(Method.java:585)
1865: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1866: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1867: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1868: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1869: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1870: java.lang.NullPointerException
1871: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1872: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1873: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1874: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1875: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1876: at java.lang.reflect.Method.invoke(Method.java:585)
1877: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1878: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1879: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1880: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1881: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1882: java.lang.NullPointerException
1883: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1884: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1885: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1886: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1887: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1888: at java.lang.reflect.Method.invoke(Method.java:585)
1889: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1890: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1891: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1892: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1893: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1894: java.lang.NullPointerException
1895: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1896: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1897: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1898: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1899: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1900: at java.lang.reflect.Method.invoke(Method.java:585)
1901: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1902: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1903: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1904: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1905: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1906: java.lang.NullPointerException
1907: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1908: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1909: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1910: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1911: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1912: at java.lang.reflect.Method.invoke(Method.java:585)
1913: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1914: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1915: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1916: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1917: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1918: java.lang.NullPointerException
1919: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1920: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1921: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1922: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1923: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1924: at java.lang.reflect.Method.invoke(Method.java:585)
1925: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1926: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1927: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1928: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1929: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1930: java.lang.NullPointerException
1931: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1932: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1933: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1934: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1935: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1936: at java.lang.reflect.Method.invoke(Method.java:585)
1937: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1938: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1939: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1940: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1941: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1942: java.lang.NullPointerException
1943: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1944: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1945: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1946: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1947: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1948: at java.lang.reflect.Method.invoke(Method.java:585)
1949: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1950: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1951: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1952: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1953: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1954: java.lang.NullPointerException
1955: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1956: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1957: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1958: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1959: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1960: at java.lang.reflect.Method.invoke(Method.java:585)
1961: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1962: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1963: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1964: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1965: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1966: java.lang.NullPointerException
1967: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1968: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1969: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1970: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1971: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1972: at java.lang.reflect.Method.invoke(Method.java:585)
1973: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1974: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1975: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1976: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1977: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1978: java.lang.NullPointerException
1979: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1980: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1981: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1982: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1983: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1984: at java.lang.reflect.Method.invoke(Method.java:585)
1985: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1986: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1987: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
1988: at org.opencms.main.CmsShell.start(CmsShell.java:687)
1989: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
1990: java.lang.NullPointerException
1991: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
1992: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
1993: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1994: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
1995: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
1996: at java.lang.reflect.Method.invoke(Method.java:585)
1997: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
1998: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
1999: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
2000: at org.opencms.main.CmsShell.start(CmsShell.java:687)
2001: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
2002: java.lang.NullPointerException
2003: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
2004: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
2005: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2006: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2007: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2008: at java.lang.reflect.Method.invoke(Method.java:585)
2009: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
2010: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
2011: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
2012: at org.opencms.main.CmsShell.start(CmsShell.java:687)
2013: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
2014: java.lang.NullPointerException
2015: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
2016: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
2017: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2018: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2019: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2020: at java.lang.reflect.Method.invoke(Method.java:585)
2021: at org.opencms.main.CmsShell$CmsCommandObject.executeMethod(CmsShell.java:247)
2022: at org.opencms.main.CmsShell.executeCommand(CmsShell.java:787)
2023: at org.opencms.main.CmsShell.executeCommands(CmsShell.java:859)
2024: at org.opencms.main.CmsShell.start(CmsShell.java:687)
2025: at org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:194)
2026: java.lang.NullPointerException
2027: at org.opencms.setup.CmsSetupBean.importModuleFromDefault(CmsSetupBean.java:1893)
2028: at org.opencms.setup.CmsSetupBean.importModulesFromSetupBean(CmsSetupBean.java:1022)
2029: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2030: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2031: at sun.reflect.



More information about the opencms-dev mailing list