SOLVED [opencms-dev] OpenCms 6.2.x setup failure on solaris

cf-auto cfauto at folge2.de
Fri Dec 8 18:31:26 CET 2006


For the records:
We were able to fix our issue by adding  "useServerPrepStmts=false" to
the mysql connection url.


We achieved this by editing the property

  mysql_41.constr.params

in the file 

  opencms/setup/database/mysql_41/database.properties

i.e.

  mysql_41.constr.params=?characterEncoding
\=UTF-8&useServerPrepStmts=false


We don't know what this means perfomancewise, but for now we are able to
login into the workspace and import our module.

Regards
Christoph





Am Freitag, den 08.12.2006, 14:00 +0100 schrieb cf-auto:
> Hello
> 
> we are not able to install opencms 6.2.3 / 6.2.2 on our live machine.
> The setup procedure gives an error on step 8. Strangely enough, the
> wizzard shows the error but states that installation was successful.
> When we try to login, we get the stack trace pasted at the end of that
> mail.
>  
> Environment is solaris 5.8, Tomcat 5.5.20, jdk 1.5.0_7, mysql 4.1.10(?) 
> 
> Because of the Exception "java.sql.SQLException: Incorrect arguments to
> mysql_stmt_execute" we thought it could be a driver issue. 
> We  tried to use mysql-connector 3.1.14 instead of 3.1.12 (which is part
> of the opencms distribution) but that did not help.
> 
> 
> Did anonye see this before?
> 
> Thanks and regards
> 
> Christoph
> 
> 
> ==========================================================================
> Stacktrace when trying to login 
> ==========================================================================
> 
> Dec 8, 2006 1:53:55 PM org.apache.catalina.core.StandardHostValve custom
> SEVERE: Exception Processing ErrorPage[errorCode=500,
> location=/opencms-errorhandler/system/handler/handle500.html]
> org.opencms.main.CmsInitException: Critical error during OpenCms
> initialization: Unable to initialize the user driver.
>         at
> org.opencms.main.OpenCmsCore.getInstance(OpenCmsCore.java:269)
>         at
> org.opencms.main.OpenCmsServletErrorHandler.doGet(OpenCmsServletErrorHandler.java:79)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>         at
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
>         at
> org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:465)
>         at
> org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
>         at
> org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
>         at
> org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:363)
>         at
> org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:284)
>         at
> org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:228)
>         at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:134)
>         at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>         at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
>         at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
>         at
> org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
>         at
> org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
>         at
> org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
>         at
> org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
>         at org.apache.jk.common.ChannelSocket
> $SocketConnection.runIt(ChannelSocket.java:889)
>         at org.apache.tomcat.util.threads.ThreadPool
> $ControlRunnable.run(ThreadPool.java:684)
>         at java.lang.Thread.run(Thread.java:595)
> 08 Dec 2006 13:53:55,082 ERROR [lina.core.StandardWrapperValve: 260]
> Servlet.service() for servlet OpenCmsServlet threw exception
> org.opencms.main.CmsInitException: Critical error during OpenCms
> initialization: Unable to initialize the user driver.
>         at
> org.opencms.main.OpenCmsCore.getInstance(OpenCmsCore.java:269)
>         at
> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:127)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>         at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>         at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
>         at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
>         at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>         at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
>         at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
>         at
> org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
>         at
> org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
>         at
> org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
>         at
> org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
>         at org.apache.jk.common.ChannelSocket
> $SocketConnection.runIt(ChannelSocket.java:889)
>         at org.apache.tomcat.util.threads.ThreadPool
> $ControlRunnable.run(ThreadPool.java:684)
>         at java.lang.Thread.run(Thread.java:595)
> 08 Dec 2006 13:53:55,108 ERROR [ina.core.ApplicationDispatcher: 712]
> Servlet.service() for servlet OpenCmsServletErrorHandler threw exception
> org.opencms.main.CmsInitException: Critical error during OpenCms
> initialization: Unable to initialize the user driver.
>         at
> org.opencms.main.OpenCmsCore.getInstance(OpenCmsCore.java:269)
>         at
> org.opencms.main.OpenCmsServletErrorHandler.doGet(OpenCmsServletErrorHandler.java:79)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>         at
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
>         at
> org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:465)
>         at
> org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
>         at
> org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
>         at
> org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:363)
>         at
> org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:284)
>         at
> org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:228)
>         at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:134)
>         at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>         at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
>         at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
>         at
> org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
>         at
> org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
>         at
> org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
>         at
> org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
>         at org.apache.jk.common.ChannelSocket
> $SocketConnection.runIt(ChannelSocket.java:889)
>         at org.apache.tomcat.util.threads.ThreadPool
> $ControlRunnable.run(ThreadPool.java:684)
>         at java.lang.Thread.run(Thread.java:595)
> 
> 
> 
> 
> ==========================================================================
> opencms.log after installation
> ==========================================================================
> 08 Dec 2006 13:46:18,935  INFO [  org.opencms.main.OpenCmsCore:2062] .
> Runlevel change      : Switching from 1 to 2
> 08 Dec 2006 13:46:18,936  INFO [  org.opencms.main.OpenCmsCore: 765] .
> System file.encoding : ISO646-US
> 08 Dec 2006 13:46:18,955  INFO [  org.opencms.main.OpenCmsCore: 771] .
> Ethernet address used: 00:02:8A:30:B0:D0
> 08 Dec 2006 13:46:18,956  INFO [org.opencms.main.CmsSystemInfo: 646] .
> Server name is       : OpenCmsServer
> 08 Dec 2006 13:46:18,963  INFO [  org.opencms.main.OpenCmsCore: 789] .
> Java VM in use       : Java HotSpot(TM) Server VM 1.5 .0_07-b03 mixed
> mode Sun Microsystems Inc.
> 08 Dec 2006 13:46:18,964  INFO [  org.opencms.main.OpenCmsCore: 793] .
> Operating sytem      : SunOS 5.8 sparc
> 08 Dec 2006 13:46:19,440  INFO [uration.CmsSystemConfiguration: 474] .
> System configuration : initialized
> 08 Dec 2006 13:46:19,445  INFO [figuration.CmsVfsConfiguration: 201] .
> VFS configuration    : initialized
> 08 Dec 2006 13:46:19,448  INFO [tion.CmsWorkplaceConfiguration: 404] .
> Workplace config     : initialized
> 08 Dec 2006 13:46:19,459  INFO [n.CmsImportExportConfiguration: 216] .
> Import configuration : initialized
> 08 Dec 2006 13:46:19,469  INFO [uration.CmsSearchConfiguration: 166] .
> Search configuration : initialized
> 08 Dec 2006 13:46:19,475  INFO [uration.CmsModuleConfiguration:  83] .
> Module configuration : initialized
> 08 Dec 2006 13:46:19,527  INFO [.opencms.i18n.CmsLocaleManager: 307] .
> i18n configuration   : the JVM default locale is "en"
> 08 Dec 2006 13:46:19,528  INFO [.opencms.i18n.CmsLocaleManager: 113] .
> i18n configuration   : starting
> 08 Dec 2006 13:46:19,541  INFO [.opencms.i18n.CmsLocaleManager: 734] .
> i18n configuration   : locale handler is org.opencms.
> i18n.CmsDefaultLocaleHandler
> 08 Dec 2006 13:46:19,546  INFO [.opencms.i18n.CmsLocaleManager: 327] .
> i18n configuration   : adding locale en
> 08 Dec 2006 13:46:19,547  INFO [.opencms.i18n.CmsLocaleManager: 327] .
> i18n configuration   : adding locale de
> 08 Dec 2006 13:46:19,549  INFO [.opencms.i18n.CmsLocaleManager: 359] .
> i18n configuration   : default locale 1 is en
> 08 Dec 2006 13:46:19,550  INFO [.opencms.i18n.CmsLocaleManager: 359] .
> i18n configuration   : default locale 2 is de
> 08 Dec 2006 13:46:19,571  INFO [uration.CmsSystemConfiguration:1600] .
> i18n configuration   : finished
> 08 Dec 2006 13:46:19,579  INFO [g.opencms.mail.CmsMailSettings: 151] .
> Mail configuration   : default mail sender is nobody@ nowhere.com
> 08 Dec 2006 13:46:19,581  INFO [g.opencms.mail.CmsMailSettings: 107] .
> Mail configuration   : added org.opencms.mail.CmsMail Host
> hostname=my.smtp.server order=10 protocol=smtp user=username
> password=secure
> 08 Dec 2006 13:46:19,583  INFO [g.opencms.mail.CmsMailSettings: 107] .
> Mail configuration   : added org.opencms.mail.CmsMail Host
> hostname=alternative.smtp.server order=20 protocol=smtp
> 08 Dec 2006 13:46:19,584  INFO [g.opencms.mail.CmsMailSettings: 107] .
> Mail configuration   : added org.opencms.mail.CmsMail Host
> hostname=another.alternative.smtp.server order=30 protocol=smtp
> 08 Dec 2006 13:46:19,606  INFO [s.scheduler.CmsScheduleManager: 129] .
> Scheduler config     : scheduler created with 0 jobs
> 08 Dec 2006 13:46:19,609  INFO [uration.CmsSystemConfiguration:1795] .
> History settings     : enabled=true count=10
> 08 Dec 2006 13:46:19,620  INFO [uration.CmsSystemConfiguration: 579] .
> Resource init class  : org.opencms.file.CmsBackupReso urceHandler at 43da1b
> instanciated
> 08 Dec 2006 13:46:19,635  INFO [uration.CmsSystemConfiguration:1702] .
> Password handler     : org.opencms.security.CmsDefaul tPasswordHandler
> instanciated
> 08 Dec 2006 13:46:19,643  INFO [rg.opencms.site.CmsSiteManager: 109] .
> Site configuration   : starting
> 08 Dec 2006 13:46:19,653  INFO [rg.opencms.site.CmsSiteManager: 313] .
> Site root added      : server: http://new.carlsen.de uri: /sites/default
> title: /sites/default/
> 08 Dec 2006 13:46:19,655  INFO [uration.CmsSystemConfiguration:1748] .
> site configuration   : finished
> 08 Dec 2006 13:46:19,659  INFO [uration.CmsSystemConfiguration:1727] .
> Runtime Info factory : org.opencms.db.CmsDbContextFac tory instanciated
> 08 Dec 2006 13:46:19,671  INFO [org.opencms.db.CmsDefaultUsers: 139] .
> Default user names   : checking...
> 08 Dec 2006 13:46:19,672  INFO [org.opencms.db.CmsDefaultUsers: 165] .
> Admin user           : Admin
> 08 Dec 2006 13:46:19,674  INFO [org.opencms.db.CmsDefaultUsers: 166] .
> Guest user           : Guest
> 08 Dec 2006 13:46:19,675  INFO [org.opencms.db.CmsDefaultUsers: 167] .
> Export user          : Export
> 08 Dec 2006 13:46:19,676  INFO [org.opencms.db.CmsDefaultUsers: 168] .
> Deleted-resource user: Admin
> 08 Dec 2006 13:46:19,677  INFO [org.opencms.db.CmsDefaultUsers: 169] .
> Administrators group : Administrators
> 08 Dec 2006 13:46:19,677  INFO [org.opencms.db.CmsDefaultUsers: 170] .
> Projectmanagers group: Projectmanagers
> 08 Dec 2006 13:46:19,679  INFO [org.opencms.db.CmsDefaultUsers: 171] .
> Users group          : Users
> 08 Dec 2006 13:46:19,680  INFO [org.opencms.db.CmsDefaultUsers: 172] .
> Guests group         : Guests
> 08 Dec 2006 13:46:19,681  INFO [org.opencms.db.CmsDefaultUsers: 173] .
> Default user names   : initialized
> 08 Dec 2006 13:46:19,689  INFO [uration.CmsSystemConfiguration:1689] .
> System configuration : notification time is 365
> 08 Dec 2006 13:46:19,691  INFO [uration.CmsSystemConfiguration:1672] .
> System configuration : notification project is Offlin e
> 08 Dec 2006 13:46:19,695  INFO [uration.CmsSystemConfiguration:1493] .
> System configuration : finished
> 08 Dec 2006 13:46:19,733  INFO [ncms.loader.CmsResourceManager: 204] .
> Loader configuration : starting
> 08 Dec 2006 13:46:19,758  INFO [ncms.template.CmsTemplateCache:  60] .
> Loader init          : XMLTemplate template cache ini tialized
> successfully
> 08 Dec 2006 13:46:19,768  INFO [ncms.loader.CmsResourceManager: 343] .
> Loader init          : Adding com.opencms.legacy.CmsX mlTemplateLoader
> with id 3
> 08 Dec 2006 13:46:19,774  INFO [ms.legacy.CmsXmlTemplateLoader: 449] .
> Loader init          : XMLTemplate element cache disa bled
> 08 Dec 2006 13:46:19,776  INFO [ms.legacy.CmsXmlTemplateLoader: 470] .
> Loader init          : com.opencms.legacy.CmsXmlTempl ateLoader
> initialized
> 08 Dec 2006 13:46:19,781  INFO [ncms.loader.CmsResourceManager: 343] .
> Loader init          : Adding org.opencms.loader.CmsD umpLoader with id
> 1
> 08 Dec 2006 13:46:19,782  INFO [g.opencms.loader.CmsDumpLoader: 198] .
> Loader init          : org.opencms.loader.CmsDumpLoad er initialized
> 08 Dec 2006 13:46:19,788  INFO [ncms.loader.CmsResourceManager: 343] .
> Loader init          : Adding org.opencms.loader.CmsI mageLoader with id
> 2
> 08 Dec 2006 13:46:19,792  INFO [.opencms.loader.CmsImageLoader: 254] .
> Loader init          : Image repository (absolute pat
> h): /users/local/tomcat/webapps/opencms/WEB-INF/imagecache/
> 08 Dec 2006 13:46:19,793  INFO [.opencms.loader.CmsImageLoader: 257] .
> Loader init          : Image scaling enabled: true
> 08 Dec 2006 13:46:19,798  INFO [ncms.loader.CmsResourceManager: 343] .
> Loader init          : Adding org.opencms.loader.CmsP ointerLoader with
> id 4
> 08 Dec 2006 13:46:19,799  INFO [pencms.loader.CmsPointerLoader: 172] .
> Loader init          : org.opencms.loader.CmsPointerL oader initialized
> 08 Dec 2006 13:46:19,810  INFO [ncms.loader.CmsResourceManager: 343] .
> Loader init          : Adding org.opencms.loader.CmsJ spLoader with id 6
> 08 Dec 2006 13:46:19,816  INFO [rg.opencms.loader.CmsJspLoader: 331] .
> Loader init          : JSP repository (absolute
> path) : /users/local/tomcat/webapps/opencms/WEB-INF/jsp/
> 08 Dec 2006 13:46:19,817  INFO [rg.opencms.loader.CmsJspLoader: 332] .
> Loader init          : JSP repository (web applicatio n
> path): /WEB-INF/jsp/
> 08 Dec 2006 13:46:19,818  INFO [rg.opencms.loader.CmsJspLoader: 333] .
> Loader init          : JSP repository (error page com mitted): true
> 08 Dec 2006 13:46:19,819  INFO [rg.opencms.loader.CmsJspLoader: 340] .
> Loader init          : org.opencms.loader.CmsJspLoade r initialized
> 08 Dec 2006 13:46:19,829  INFO [ncms.loader.CmsResourceManager: 343] .
> Loader init          : Adding org.opencms.loader.CmsX mlPageLoader with
> id 9
> 08 Dec 2006 13:46:19,830  INFO [.loader.A_CmsXmlDocumentLoader: 181] .
> Loader init          : org.opencms.loader.CmsXmlPageL oader initialized
> 08 Dec 2006 13:46:19,834  INFO [ncms.loader.CmsResourceManager: 343] .
> Loader init          : Adding org.opencms.loader.CmsX mlContentLoader
> with id 10
> 08 Dec 2006 13:46:19,836  INFO [.loader.A_CmsXmlDocumentLoader: 181] .
> Loader init          : org.opencms.loader.CmsXmlConte ntLoader
> initialized
> 08 Dec 2006 13:46:19,904  INFO [ncms.loader.CmsResourceManager: 263] .
> VFS configuration    : added collector class "org.ope
> ncms.file.collectors.CmsPriorityResourceCollector" with order "100"
> 08 Dec 2006 13:46:19,906  INFO [ncms.loader.CmsResourceManager: 301] .
> VFS configuration    : added new collector named "all
> InFolderPriorityDateAsc"
> 08 Dec 2006 13:46:19,907  INFO [ncms.loader.CmsResourceManager: 301] .
> VFS configuration    : added new collector named "all
> InSubTreePriorityDateAsc"
> 08 Dec 2006 13:46:19,908  INFO [ncms.loader.CmsResourceManager: 301] .
> VFS configuration    : added new collector named "all
> InFolderPriorityDateDesc"
> 08 Dec 2006 13:46:19,909  INFO [ncms.loader.CmsResourceManager: 301] .
> VFS configuration    : added new collector named "all
> InSubTreePriorityDateDesc"
> 08 Dec 2006 13:46:19,910  INFO [ncms.loader.CmsResourceManager: 301] .
> VFS configuration    : added new collector named "all
> InFolderPriorityTitleDesc"
> 08 Dec 2006 13:46:19,911  INFO [ncms.loader.CmsResourceManager: 301] .
> VFS configuration    : added new collector named "all
> InSubTreePriorityTitleDesc"
> 08 Dec 2006 13:46:19,912  INFO [ncms.loader.CmsResourceManager: 301] .
> VFS configuration    : added new collector named "all
> MappedToUriPriorityDateAsc"
> 08 Dec 2006 13:46:19,913  INFO [ncms.loader.CmsResourceManager: 301] .
> VFS configuration    : added new collector named "all
> MappedToUriPriorityDateDesc"
> 08 Dec 2006 13:46:19,920  INFO [ncms.loader.CmsResourceManager: 263] .
> VFS configuration    : added collector class "org.ope
> ncms.file.collectors.CmsDefaultResourceCollector" with order "110"
> 08 Dec 2006 13:46:19,922  INFO [ncms.loader.CmsResourceManager: 301] .
> VFS configuration    : added new collector named "sin gleFile"
> 08 Dec 2006 13:46:19,923  INFO [ncms.loader.CmsResourceManager: 301] .
> VFS configuration    : added new collector named "all InFolder"
> 08 Dec 2006 13:46:19,924  INFO [ncms.loader.CmsResourceManager: 301] .
> VFS configuration    : added new collector named "all
> InFolderDateReleasedDesc"
> 08 Dec 2006 13:46:19,926  INFO [ncms.loader.CmsResourceManager: 301] .
> VFS configuration    : added new collector named "all InFolderNavPos"
> 08 Dec 2006 13:46:19,927  INFO [ncms.loader.CmsResourceManager: 301] .
> VFS configuration    : added new collector named "all InSubTree"
> 08 Dec 2006 13:46:19,928  INFO [ncms.loader.CmsResourceManager: 301] .
> VFS configuration    : added new collector named "all
> InSubTreeDateReleasedDesc"
> 08 Dec 2006 13:46:19,929  INFO [ncms.loader.CmsResourceManager: 301] .
> VFS configuration    : added new collector named "all InSubTreeNavPos"
> 08 Dec 2006 13:46:19,992  INFO [ncms.loader.CmsResourceManager: 671] .
> Loader configuration : finished
> 08 Dec 2006 13:46:19,996  INFO [ncms.loader.CmsResourceManager: 920] .
> Loader configuration : starting
> 08 Dec 2006 13:46:20,000  INFO [ncms.loader.CmsResourceManager: 926] .
> Resource type init   : adding 14 resource types from file
> opencms-vfs.xml
> 08 Dec 2006 13:46:20,002  INFO [ncms.loader.CmsResourceManager: 888] .
> Resource type init   : added resource type "folder" i d=0
> class=org.opencms.file.types.CmsResourceTypeFolder
> 08 Dec 2006 13:46:20,005  INFO [ncms.loader.CmsResourceManager: 888] .
> Resource type init   : added resource type "plain" id =1
> class=org.opencms.file.types.CmsResourceTypePlain
> 08 Dec 2006 13:46:20,007  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".txt" to re source type plain
> 08 Dec 2006 13:46:20,008  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".html" to r esource type plain
> 08 Dec 2006 13:46:20,010  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".htm" to re source type plain
> 08 Dec 2006 13:46:20,011  INFO [ncms.loader.CmsResourceManager: 888] .
> Resource type init   : added resource type "binary" i d=2
> class=org.opencms.file.types.CmsResourceTypeBinary
> 08 Dec 2006 13:46:20,012  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".pdf" to re source type binary
> 08 Dec 2006 13:46:20,013  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".zip" to re source type binary
> 08 Dec 2006 13:46:20,015  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".class" to resource type
> binary
> 08 Dec 2006 13:46:20,016  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".ppt" to re source type binary
> 08 Dec 2006 13:46:20,017  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".doc" to re source type binary
> 08 Dec 2006 13:46:20,018  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".xls" to re source type binary
> 08 Dec 2006 13:46:20,019  INFO [ncms.loader.CmsResourceManager: 888] .
> Resource type init   : added resource type "image" id =3
> class=org.opencms.file.types.CmsResourceTypeImage
> 08 Dec 2006 13:46:20,021  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".jpeg" to r esource type image
> 08 Dec 2006 13:46:20,022  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".jpg" to re source type image
> 08 Dec 2006 13:46:20,023  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".gif" to re source type image
> 08 Dec 2006 13:46:20,024  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".png" to re source type image
> 08 Dec 2006 13:46:20,025  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".tif" to re source type image
> 08 Dec 2006 13:46:20,026  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".tiff" to r esource type image
> 08 Dec 2006 13:46:20,027  INFO [ncms.loader.CmsResourceManager: 888] .
> Resource type init   : added resource type "jsp" id=4
> class=org.opencms.file.types.CmsResourceTypeJsp
> 08 Dec 2006 13:46:20,028  INFO [ncms.loader.CmsResourceManager: 905] .
> Resource type init   : mapping extension ".jsp" to re source type jsp
> 08 Dec 2006 13:46:20,029  INFO [ncms.loader.CmsResourceManager: 888] .
> Resource type init   : added resource type "pointer" id=5
> class=org.opencms.file.types.CmsResourceTypePointer
> 08 Dec 2006 13:46:20,029  INFO [ncms.loader.CmsResourceManager: 888] .
> Resource type init   : added resource type "xmlpage" id=6
> class=org.opencms.file.types.CmsResourceTypeXmlPage
> 08 Dec 2006 13:46:20,030  INFO [ncms.loader.CmsResourceManager: 888] .
> Resource type init   : added resource type "xmlconten t" id=7
> class=org.opencms.file.types.CmsResourceTypeXmlContent
> 08 Dec 2006 13:46:20,032  INFO [ncms.loader.CmsResourceManager: 888] .
> Resource type init   : added resource type "imagegall ery" id=8
> class=org.opencms.file.types.CmsResourceTypeFolderExtended
> 08 Dec 2006 13:46:20,033  INFO [ncms.loader.CmsResourceManager: 888] .
> Resource type init   : added resource type "downloadg allery" id=9
> class=org.opencms.file.types.CmsResourceTypeFolderExtended
> 08 Dec 2006 13:46:20,034  INFO [ncms.loader.CmsResourceManager: 888] .
> Resource type init   : added resource type "linkgalle ry" id=10
> class=org.opencms.file.types.CmsResourceTypeFolderExtended
> 08 Dec 2006 13:46:20,035  INFO [ncms.loader.CmsResourceManager: 888] .
> Resource type init   : added resource type "htmlgalle ry" id=11
> class=org.opencms.file.types.CmsResourceTypeFolderExtended
> 08 Dec 2006 13:46:20,036  INFO [ncms.loader.CmsResourceManager: 888] .
> Resource type init   : added resource type "tablegall ery" id=12
> class=org.opencms.file.types.CmsResourceTypeFolderExtended
> 08 Dec 2006 13:46:20,038  INFO [ncms.loader.CmsResourceManager: 888] .
> Resource type init   : added resource type "XMLTempla te" id=99
> class=com.opencms.legacy.CmsResourceTypeXMLTemplate
> 08 Dec 2006 13:46:20,039  INFO [ncms.loader.CmsResourceManager: 970] .
> Resource type init   : finished
> 08 Dec 2006 13:46:20,044  INFO [ncms.loader.CmsResourceManager: 860] .
> Found mime types     : 491 entrys
> 08 Dec 2006 13:46:20,046  INFO [figuration.CmsVfsConfiguration: 400] .
> Default file         : 1 - index.html
> 08 Dec 2006 13:46:20,048  INFO [figuration.CmsVfsConfiguration: 400] .
> Default file         : 2 - index.jsp
> 08 Dec 2006 13:46:20,049  INFO [figuration.CmsVfsConfiguration: 416] .
> File translation     : adding rule [s#[\s]+#_#g]
> 08 Dec 2006 13:46:20,051  INFO [figuration.CmsVfsConfiguration: 416] .
> File translation     : adding rule [s#\\#/#g]
> 08 Dec 2006 13:46:20,052  INFO [figuration.CmsVfsConfiguration: 416] .
> File translation     : adding rule [s#?#ae#g]
> 08 Dec 2006 13:46:20,055  INFO [figuration.CmsVfsConfiguration: 416] .
> File translation     : adding rule [s#?#Ae#g]
> 08 Dec 2006 13:46:20,057  INFO [figuration.CmsVfsConfiguration: 416] .
> File translation     : adding rule [s#?#oe#g]
> 08 Dec 2006 13:46:20,058  INFO [figuration.CmsVfsConfiguration: 416] .
> File translation     : adding rule [s#?#Oe#g]
> 08 Dec 2006 13:46:20,059  INFO [figuration.CmsVfsConfiguration: 416] .
> File translation     : adding rule [s#?#ue#g]
> 08 Dec 2006 13:46:20,061  INFO [figuration.CmsVfsConfiguration: 416] .
> File translation     : adding rule [s#?#Ue#g]
> 08 Dec 2006 13:46:20,062  INFO [figuration.CmsVfsConfiguration: 416] .
> File translation     : adding rule [s#?#ss#g]
> 08 Dec 2006 13:46:20,063  INFO [figuration.CmsVfsConfiguration: 416] .
> File translation     : adding rule [s#[^0-9a-zA-Z_$~\ .\-\/]#!#g]
> 08 Dec 2006 13:46:20,064  INFO [figuration.CmsVfsConfiguration: 416] .
> File translation     : adding rule [s#!+#x#g]
> 08 Dec 2006 13:46:20,066  INFO [figuration.CmsVfsConfiguration: 741] .
> File translation     : enabled
> 08 Dec 2006 13:46:20,067  INFO [figuration.CmsVfsConfiguration: 760] .
> FOLDER translation   : disabled
> 08 Dec 2006 13:46:20,075  INFO [s.xml.CmsXmlContentTypeManager: 108] .
> XML content config   : starting
> 08 Dec 2006 13:46:20,090  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsCalendarWidget"
> 08 Dec 2006 13:46:20,095  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsCheckboxWidget"
> 08 Dec 2006 13:46:20,100  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsColorpickerWidget"
> 08 Dec 2006 13:46:20,108  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsComboWidget"
> 08 Dec 2006 13:46:20,113  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsDisplayWidget"
> 08 Dec 2006 13:46:20,124  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg ets.CmsHtmlWidget"
> 08 Dec 2006 13:46:20,129  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsSelectWidget"
> 08 Dec 2006 13:46:20,134  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsInputWidget"
> 08 Dec 2006 13:46:20,140  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsVfsFileWidget"
> 08 Dec 2006 13:46:20,148  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsImageGalleryWidget"
> 08 Dec 2006 13:46:20,154  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsDownloadGalleryWidget"
> 08 Dec 2006 13:46:20,157  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsLinkGalleryWidget"
> 08 Dec 2006 13:46:20,163  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsHtmlGalleryWidget"
> 08 Dec 2006 13:46:20,167  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsTableGalleryWidget"
> 08 Dec 2006 13:46:20,171  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsTextareaWidget"
> 08 Dec 2006 13:46:20,177  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsMultiSelectWidget"
> 08 Dec 2006 13:46:20,182  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg ets.CmsUserWidget"
> 08 Dec 2006 13:46:20,188  INFO [s.xml.CmsXmlContentTypeManager: 241] .
> XML content config   : added widget "org.opencms.widg
> ets.CmsGroupWidget"
> 08 Dec 2006 13:46:20,201  INFO [s.xml.CmsXmlContentTypeManager: 208] .
> XML content config   : added schema type "OpenCmsBool ean" using default
> widget "org.opencms.widgets.CmsCheckboxWidget"
> 08 Dec 2006 13:46:20,207  INFO [s.xml.CmsXmlContentTypeManager: 208] .
> XML content config   : added schema type "OpenCmsColo r" using default
> widget "org.opencms.widgets.CmsColorpickerWidget"
> 08 Dec 2006 13:46:20,211  INFO [s.xml.CmsXmlContentTypeManager: 208] .
> XML content config   : added schema type "OpenCmsDate Time" using
> default widget "org.opencms.widgets.CmsCalendarWidget"
> 08 Dec 2006 13:46:20,222  INFO [s.xml.CmsXmlContentTypeManager: 208] .
> XML content config   : added schema type "OpenCmsHtml " using default
> widget "org.opencms.widgets.CmsHtmlWidget"
> 08 Dec 2006 13:46:20,227  INFO [s.xml.CmsXmlContentTypeManager: 208] .
> XML content config   : added schema type "OpenCmsLoca le" using default
> widget "org.opencms.widgets.CmsInputWidget"
> 08 Dec 2006 13:46:20,233  INFO [s.xml.CmsXmlContentTypeManager: 208] .
> XML content config   : added schema type "OpenCmsStri ng" using default
> widget "org.opencms.widgets.CmsInputWidget"
> 08 Dec 2006 13:46:20,237  INFO [s.xml.CmsXmlContentTypeManager: 208] .
> XML content config   : added schema type "OpenCmsVfsF ile" using default
> widget "org.opencms.widgets.CmsVfsFileWidget"
> 08 Dec 2006 13:46:20,238  INFO [figuration.CmsVfsConfiguration: 783] .
> XML content config   : finished
> 08 Dec 2006 13:46:20,240  INFO [figuration.CmsVfsConfiguration: 727] .
> VFS configuration    : finished
> 08 Dec 2006 13:46:20,353  INFO [.workplace.CmsWorkplaceManager: 216] .
> Workplace init       : starting
> 08 Dec 2006 13:46:20,369  INFO [.workplace.CmsWorkplaceManager: 960] .
> Workplace init       : Default locale is "en"
> 08 Dec 2006 13:46:20,372  INFO [.workplace.CmsWorkplaceManager: 359] .
> Workplace localized  : /system/workplace/
> 08 Dec 2006 13:46:20,373  INFO [.workplace.CmsWorkplaceManager: 359] .
> Workplace localized  : /system/login/
> 08 Dec 2006 13:46:20,408  INFO [.workplace.CmsWorkplaceManager: 271] .
> Adding dialog handler: class_dialog_delete - org.open
> cms.workplace.commons.CmsDelete
> 08 Dec 2006 13:46:20,414  INFO [.workplace.CmsWorkplaceManager: 271] .
> Adding dialog handler: class_dialog_lock - org.opencm
> s.workplace.commons.CmsLock
> 08 Dec 2006 13:46:20,443  INFO [.workplace.CmsWorkplaceManager: 271] .
> Adding dialog handler: class_dialog_property - org.op
> encms.frontend.templateone.CmsPropertyTemplateOne
> 08 Dec 2006 13:46:20,444  INFO [.workplace.CmsWorkplaceManager:1049] .
> Editor handler class : org.opencms.workplace.editors. CmsEditorHandler
> 08 Dec 2006 13:46:20,450  INFO [.workplace.CmsWorkplaceManager:1019] .
> Editor action class  : org.opencms.workplace.editors.
> CmsEditorActionDefault
> 08 Dec 2006 13:46:20,460  INFO [.workplace.CmsWorkplaceManager:1004] .
> Direct edit provider : org.opencms.workplace.editors.
> directedit.CmsDirectEditDefaultProvider
> 08 Dec 2006 13:46:20,467  INFO [.workplace.CmsWorkplaceManager: 330] .
> Adding export point  : /system/workplace/resources/ -
> -> /users/local/tomcat/webapps/opencms/resources/
> 08 Dec 2006 13:46:20,468  INFO [.workplace.CmsWorkplaceManager: 930] .
> Auto lock feature    : enabled
> 08 Dec 2006 13:46:20,469  INFO [.workplace.CmsWorkplaceManager:1147] .
> User management icon : enabled
> 08 Dec 2006 13:46:20,470  INFO [.workplace.CmsWorkplaceManager: 973] .
> Properties on struct : true
> 08 Dec 2006 13:46:20,471  INFO [.workplace.CmsWorkplaceManager:1064] .
> Adv. property dialog : Show tabs
> 08 Dec 2006 13:46:20,471  INFO [.workplace.CmsWorkplaceManager:1092] .
> File max. upload size: unlimited
> 08 Dec 2006 13:46:20,490  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : folder
> 08 Dec 2006 13:46:20,492  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : extendedfolder
> 08 Dec 2006 13:46:20,493  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : structurecontent
> 08 Dec 2006 13:46:20,502  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : xmlpage
> 08 Dec 2006 13:46:20,512  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : plain
> 08 Dec 2006 13:46:20,519  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : image
> 08 Dec 2006 13:46:20,528  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : jsp
> 08 Dec 2006 13:46:20,536  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : binary
> 08 Dec 2006 13:46:20,543  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : pointer
> 08 Dec 2006 13:46:20,551  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : XMLTemplate
> 08 Dec 2006 13:46:20,552  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : link
> 08 Dec 2006 13:46:20,554  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : upload
> 08 Dec 2006 13:46:20,561  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : imagegallery
> 08 Dec 2006 13:46:20,571  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : downloadgallery
> 08 Dec 2006 13:46:20,573  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : linkgallery
> 08 Dec 2006 13:46:20,576  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : htmlgallery
> 08 Dec 2006 13:46:20,578  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : tablegallery
> 08 Dec 2006 13:46:20,587  INFO [.workplace.CmsWorkplaceManager: 287] .
> Adding type setting  : xmlcontent
> 08 Dec 2006 13:46:20,614  INFO [.workplace.CmsWorkplaceManager: 989] .
> Workplace init       : Default user settings are org.
> opencms.configuration.CmsDefaultUserSettings at f221f6
> 08 Dec 2006 13:46:20,638  INFO [tion.CmsWorkplaceConfiguration:1715] .
> Workplace init       : finished
> 08 Dec 2006 13:46:20,640  INFO [tion.CmsWorkplaceConfiguration:1702] .
> Workplace config     : finished
> 08 Dec 2006 13:46:20,736  INFO [n.CmsImportExportConfiguration: 747] .
> Import manager init  : finished
> 08 Dec 2006 13:46:20,738  INFO [n.CmsImportExportConfiguration: 734] .
> Import configuration : finished
> 08 Dec 2006 13:46:20,775  INFO [n.CmsImportExportConfiguration: 760] .
> Static export init   : finished
> 08 Dec 2006 13:46:20,856  INFO [pencms.search.CmsSearchManager: 147] .
> Search configuration : starting
> 08 Dec 2006 13:46:20,864  INFO [pencms.search.CmsSearchManager: 178] .
> Search document types: adding "generic" using handler
> org.opencms.search.documents.CmsDocumentGeneric
> 08 Dec 2006 13:46:20,865  INFO [pencms.search.CmsSearchManager: 178] .
> Search document types: adding "html" using handler or
> g.opencms.search.documents.CmsDocumentHtml
> 08 Dec 2006 13:46:20,866  INFO [pencms.search.CmsSearchManager: 178] .
> Search document types: adding "image" using handler o
> rg.opencms.search.documents.CmsDocumentGeneric
> 08 Dec 2006 13:46:20,868  INFO [pencms.search.CmsSearchManager: 178] .
> Search document types: adding "jsp" using handler
> org .opencms.search.documents.CmsDocumentPlainText
> 08 Dec 2006 13:46:20,869  INFO [pencms.search.CmsSearchManager: 178] .
> Search document types: adding "msexcel" using handler
> org.opencms.search.documents.CmsDocumentMsExcel
> 08 Dec 2006 13:46:20,870  INFO [pencms.search.CmsSearchManager: 178] .
> Search document types: adding "mspowerpoint" using ha ndler
> org.opencms.search.documents.CmsDocumentMsPowerPoint
> 08 Dec 2006 13:46:20,871  INFO [pencms.search.CmsSearchManager: 178] .
> Search document types: adding "msword" using handler
> org.opencms.search.documents.CmsDocumentMsWord
> 08 Dec 2006 13:46:20,872  INFO [pencms.search.CmsSearchManager: 178] .
> Search document types: adding "pdf" using handler
> org .opencms.search.documents.CmsDocumentPdf
> 08 Dec 2006 13:46:20,875  INFO [pencms.search.CmsSearchManager: 178] .
> Search document types: adding "rtf" using handler
> org .opencms.search.documents.CmsDocumentRtf
> 08 Dec 2006 13:46:20,876  INFO [pencms.search.CmsSearchManager: 178] .
> Search document types: adding "text" using handler or
> g.opencms.search.documents.CmsDocumentPlainText
> 08 Dec 2006 13:46:20,879  INFO [pencms.search.CmsSearchManager: 178] .
> Search document types: adding "xmlcontent" using hand ler
> org.opencms.search.documents.CmsDocumentXmlContent
> 08 Dec 2006 13:46:20,880  INFO [pencms.search.CmsSearchManager: 178] .
> Search document types: adding "xmlpage" using handler
> org.opencms.search.documents.CmsDocumentXmlPage
> 08 Dec 2006 13:46:20,882  INFO [pencms.search.CmsSearchManager: 161] .
> Search analyzers     : adding "de" using analyzer
> org .apache.lucene.analysis.de.GermanAnalyzer
> 08 Dec 2006 13:46:20,883  INFO [pencms.search.CmsSearchManager: 161] .
> Search analyzers     : adding "en" using analyzer
> org .apache.lucene.analysis.standard.StandardAnalyzer
> 08 Dec 2006 13:46:20,884  INFO [pencms.search.CmsSearchManager: 161] .
> Search analyzers     : adding "fr" using analyzer
> org .apache.lucene.analysis.snowball.SnowballAnalyzer
> 08 Dec 2006 13:46:20,885  INFO [pencms.search.CmsSearchManager: 161] .
> Search analyzers     : adding "it" using analyzer
> org .apache.lucene.analysis.snowball.SnowballAnalyzer
> 08 Dec 2006 13:46:20,896  INFO [pencms.search.CmsSearchManager: 217] .
> Search indexes       : adding "Online project (VFS)" for project Online
> 08 Dec 2006 13:46:20,897  INFO [pencms.search.CmsSearchManager: 217] .
> Search indexes       : adding "Offline project (VFS)"  for project
> Offline
> 08 Dec 2006 13:46:20,899  INFO [pencms.search.CmsSearchManager: 217] .
> Search indexes       : adding "German online help" fo r project Online
> 08 Dec 2006 13:46:20,911  INFO [pencms.search.CmsSearchManager: 234] .
> Search index source  : adding "source1" using indexer
> org.opencms.search.CmsVfsIndexer
> 08 Dec 2006 13:46:20,913  INFO [pencms.search.CmsSearchManager: 234] .
> Search index source  : adding "source2" using indexer
> org.opencms.search.CmsVfsIndexer
> 08 Dec 2006 13:46:20,914  INFO [uration.CmsSearchConfiguration: 447] .
> Search manager init  : finished
> 08 Dec 2006 13:46:20,915  INFO [uration.CmsSearchConfiguration: 434] .
> Search configuration : finished
> 08 Dec 2006 13:46:20,935  INFO [pencms.module.CmsModuleManager: 101] .
> Module configuration : created module manager
> 08 Dec 2006 13:46:20,937  INFO [pencms.module.CmsModuleManager: 114] .
> Module configuration : 0 modules configured
> 08 Dec 2006 13:46:20,937  INFO [uration.CmsModuleConfiguration: 160] .
> Module configuration : finished
> 08 Dec 2006 13:46:20,939  INFO [  org.opencms.main.OpenCmsCore: 831] .
> OpenCms encoding     : UTF-8
> 08 Dec 2006 13:46:20,940  INFO [org.opencms.main.CmsSystemInfo: 608] .
> Encoding set to      : UTF-8
> 08 Dec 2006 13:46:20,947  INFO [encms.monitor.CmsMemoryMonitor: 313] .
> MM interval log      : 600 sec
> 08 Dec 2006 13:46:20,948  INFO [encms.monitor.CmsMemoryMonitor: 316] .
> MM interval email    : 43,200 sec
> 08 Dec 2006 13:46:20,949  INFO [encms.monitor.CmsMemoryMonitor: 319] .
> MM interval warning  : 43,200 sec
> 08 Dec 2006 13:46:20,949  INFO [encms.monitor.CmsMemoryMonitor: 322] .
> MM max usage         : 43,200%
> 08 Dec 2006 13:46:20,950  INFO [encms.monitor.CmsMemoryMonitor: 327] .
> MM email             : disabled
> 08 Dec 2006 13:46:21,009  INFO [  org.opencms.main.OpenCmsCore: 896] .
> Flex cache init      : starting
> 08 Dec 2006 13:46:21,020  INFO [  org.opencms.main.OpenCmsCore: 903] .
> Flex cache init      : finished
> 08 Dec 2006 13:46:21,021  INFO [rg.opencms.loader.CmsJspLoader: 446] .
> Loader init          : Flex cache added to JSP loader
> 08 Dec 2006 13:46:21,103  INFO [rg.opencms.db.CmsDriverManager: 467] .
> Driver manager init  : phase 1 - initializing databas e
> 08 Dec 2006 13:46:21,106  INFO [rg.opencms.db.CmsDriverManager: 487] .
> Driver manager init  : phase 2 - initializing pools
> 08 Dec 2006 13:46:21,107  INFO [rg.opencms.db.CmsDriverManager: 497] .
> Resource pools       : default
> 08 Dec 2006 13:46:21,183  INFO [      org.opencms.db.CmsDbPool: 314] .
> Init. JDBC pool      : opencms:default (jdbc:mysql://
> 195.126.27.235:3306/opencms?characterEncoding=UTF-8)
> 08 Dec 2006 13:46:21,184  INFO [rg.opencms.db.CmsDriverManager: 511] .
> Driver manager init  : phase 3 - initializing drivers
> 08 Dec 2006 13:46:21,218  INFO [rg.opencms.db.CmsDriverManager:4296] .
> Driver init          : starting org.opencms.db.mysql. CmsVfsDriver
> 08 Dec 2006 13:46:21,219  INFO [rg.opencms.db.CmsDriverManager:4302] .
> Driver init          : initializing org.opencms.db.my sql.CmsVfsDriver
> 08 Dec 2006 13:46:21,243  INFO [encms.db.generic.CmsSqlManager: 120] .
> Driver SQL manager   : org.opencms.db.mysql.CmsSqlMan ager
> 08 Dec 2006 13:46:21,244  INFO [pencms.db.generic.CmsVfsDriver: 833] .
> Assigned pool        : opencms:default
> 08 Dec 2006 13:46:21,245  INFO [rg.opencms.db.CmsDriverManager:4308] .
> Driver init          : ok, finished
> 08 Dec 2006 13:46:21,268  INFO [rg.opencms.db.CmsDriverManager:4296] .
> Driver init          : starting org.opencms.db.mysql. CmsUserDriver
> 08 Dec 2006 13:46:21,269  INFO [rg.opencms.db.CmsDriverManager:4302] .
> Driver init          : initializing org.opencms.db.my sql.CmsUserDriver
> 08 Dec 2006 13:46:21,276  INFO [encms.db.generic.CmsSqlManager: 120] .
> Driver SQL manager   : org.opencms.db.mysql.CmsSqlMan ager
> 08 Dec 2006 13:46:21,277  INFO [encms.db.generic.CmsUserDriver: 608] .
> Assigned pool        : opencms:default
> 08 Dec 2006 13:46:21,277  INFO [encms.db.generic.CmsUserDriver: 613] .
> Digest configured    : MD5
> 08 Dec 2006 13:46:21,278  INFO [encms.db.generic.CmsUserDriver: 620] .
> Digest file encoding : UTF-8
> 08 Dec 2006 13:46:21,279  INFO [encms.db.generic.CmsUserDriver: 627] .
> Using digest encoding: "MD5" from "SUN" version "1.5"
> 08 Dec 2006 13:46:21,391 ERROR [encms.db.generic.CmsUserDriver: 647] .
> SQL Manager          :Initialization of default users  and groups failed
> org.opencms.db.CmsDbSqlException: An SQL error occurred when executing
> the following query: com.mysql.jdbc.ServerPreparedSta tement[2] - INSERT
> INTO CMS_GROUPS VALUES
> ('47e01a9f-1823-339f-bf0e-a7bb4e1bfb30','00000000-0000-0000-0000-000000000000','Gu ests','The guest group',0).
>         at
> org.opencms.db.generic.CmsUserDriver.createGroup(CmsUserDriver.java:204)
>         at
> org.opencms.db.generic.CmsUserDriver.fillDefaults(CmsUserDriver.java:1594)
>         at
> org.opencms.db.generic.CmsUserDriver.init(CmsUserDriver.java:643)
>         at
> org.opencms.db.CmsDriverManager.newDriverInstance(CmsDriverManager.java:4306)
>         at
> org.opencms.db.CmsDriverManager.newInstance(CmsDriverManager.java:524)
>         at
> org.opencms.db.CmsSecurityManager.init(CmsSecurityManager.java:2647)
>         at
> org.opencms.db.CmsSecurityManager.newInstance(CmsSecurityManager.java:164)
>         at
> org.opencms.main.OpenCmsCore.initConfiguration(OpenCmsCore.java:952)
>         at
> org.opencms.main.OpenCmsCore.upgradeRunlevel(OpenCmsCore.java:1490)
>         at org.opencms.main.CmsShell.<init>(CmsShell.java:495)
>         at
> org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:155)
> Caused by: java.sql.SQLException: Incorrect arguments to
> mysql_stmt_execute
>         at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2928)
>         at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1571)
>         at
> com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1124)
>         at
> com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:676)
>         at
> com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1166)
>         at
> com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1082)
>         at
> com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1067)
>         at
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
>         at
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
>         at
> org.opencms.db.generic.CmsUserDriver.createGroup(CmsUserDriver.java:200)
>         ... 10 more
> 08 Dec 2006 13:46:21,394 ERROR [  org.opencms.main.OpenCmsCore: 299]
> Critical error during OpenCms initialization: Unable to  initialize the
> user driver.
> 08 Dec 2006 13:46:21,395 ERROR [rg.opencms.db.CmsDriverManager:4314]
> Critical error while initializing driver "org.opencms.d
> b.mysql.CmsUserDriver".
> org.opencms.main.CmsInitException: Critical error during OpenCms
> initialization: Unable to initialize the user driver.
>         at
> org.opencms.db.generic.CmsUserDriver.init(CmsUserDriver.java:649)
>         at
> org.opencms.db.CmsDriverManager.newDriverInstance(CmsDriverManager.java:4306)
>         at
> org.opencms.db.CmsDriverManager.newInstance(CmsDriverManager.java:524)
>         at
> org.opencms.db.CmsSecurityManager.init(CmsSecurityManager.java:2647)
>         at
> org.opencms.db.CmsSecurityManager.newInstance(CmsSecurityManager.java:164)
>         at
> org.opencms.main.OpenCmsCore.initConfiguration(OpenCmsCore.java:952)
>         at
> org.opencms.main.OpenCmsCore.upgradeRunlevel(OpenCmsCore.java:1490)
>         at org.opencms.main.CmsShell.<init>(CmsShell.java:495)
>         at
> org.opencms.setup.CmsSetupWorkplaceImportThread.run(CmsSetupWorkplaceImportThread.java:155)
> Caused by: org.opencms.db.CmsDbSqlException: An SQL error occurred when
> executing the following query: com.mysql.jdbc.Server
> PreparedStatement[2] - INSERT INTO CMS_GROUPS VALUES
> ('47e01a9f-1823-339f-bf0e-a7bb4e1bfb30','00000000-0000-0000-0000-000000
> 000000','Guests','The guest group',0).
>         at
> org.opencms.db.generic.CmsUserDriver.createGroup(CmsUserDriver.java:204)
>         at
> org.opencms.db.generic.CmsUserDriver.fillDefaults(CmsUserDriver.java:1594)
>         at
> org.opencms.db.generic.CmsUserDriver.init(CmsUserDriver.java:643)
>         ... 8 more
> Caused by: java.sql.SQLException: Incorrect arguments to
> mysql_stmt_execute
>         at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2928)
>         at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1571)
>         at
> com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1124)
>         at
> com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:676)
>         at
> com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1166)
>         at
> com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1082)
>         at
> com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1067)
>         at
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
>         at
> org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:101)
>         at
> org.opencms.db.generic.CmsUserDriver.createGroup(CmsUserDriver.java:200)
>         ... 10 more
> 08 Dec 2006 13:46:21,401  INFO [.CmsSetupWorkplaceImportThread: 168] .
> 08 Dec 2006 13:46:21,401  INFO [.CmsSetupWorkplaceImportThread: 170] .
> 08 Dec 2006 13:46:21,402  INFO [.CmsSetupWorkplaceImportThread: 172] .
> 08 Dec 2006 13:46:21,407  INFO [.CmsSetupWorkplaceImportThread: 174] .
> Welcome to the OpenCms setup wizard
> 08 Dec 2006 13:46:21,408  INFO [.CmsSetupWorkplaceImportThread: 176] .
> Starting to import the Workplace
> 08 Dec 2006 13:46:21,408  INFO [.CmsSetupWorkplaceImportThread: 178] .
> 08 Dec 2006 13:46:21,408  INFO [.CmsSetupWorkplaceImportThread: 180] .
> 08 Dec 2006 13:46:21,408  INFO [.CmsSetupWorkplaceImportThread: 183] .
> 08 Dec 2006 13:46:21,409  INFO [.CmsSetupWorkplaceImportThread: 183] .
> Copyright (c) 2005 Alkacon Software GmbH
> 08 Dec 2006 13:46:21,409  INFO [.CmsSetupWorkplaceImportThread: 183] .
> OpenCms comes with ABSOLUTELY NO WARRANTY
> 08 Dec 2006 13:46:21,409  INFO [.CmsSetupWorkplaceImportThread: 183] .
> This is free software, and you are welcome to
> 08 Dec 2006 13:46:21,410  INFO [.CmsSetupWorkplaceImportThread: 183] .
> redistribute it under certain conditions.
> 08 Dec 2006 13:46:21,410  INFO [.CmsSetupWorkplaceImportThread: 183] .
> Please see the GNU Lesser General Public Licence for
> 08 Dec 2006 13:46:21,410  INFO [.CmsSetupWorkplaceImportThread: 183] .
> further details.
> 08 Dec 2006 13:46:21,410  INFO [.CmsSetupWorkplaceImportThread: 183] .
> 08 Dec 2006 13:46:21,411  INFO [.CmsSetupWorkplaceImportThread: 185] .
> 08 Dec 2006 13:46:21,411  INFO [.CmsSetupWorkplaceImportThread: 187] .
> 08 Dec 2006 13:46:21,411  INFO [.CmsSetupWorkplaceImportThread:
> 189] .                      ................................ ...............................
> 08 Dec 2006 13:46:21,413  INFO [.CmsSetupWorkplaceImportThread: 202] .
> Finished to import the Workplace
> 08 Dec 2006 13:46:21,415  INFO [  org.opencms.main.OpenCmsCore:1371] .
> 08 Dec 2006 13:46:21,415  INFO [  org.opencms.main.OpenCmsCore:1372] .
> 08 Dec 2006 13:46:21,415  INFO [
> org.opencms.main.OpenCmsCore:1373] .                      ................................ ...............................
> 08 Dec 2006 13:46:21,416  INFO [  org.opencms.main.OpenCmsCore:1374] .
> Performing shutdown  : 6.2.3
> 08 Dec 2006 13:46:21,416  INFO [  org.opencms.main.OpenCmsCore:1377] .
> Current runlevel     : 2
> 08 Dec 2006 13:46:21,417  INFO [  org.opencms.main.OpenCmsCore:1380] .
> Shutdown time        : Dec 8, 2006 1:46:21 PM
> 08 Dec 2006 13:46:21,424  INFO [cexport.CmsStaticExportManager:1754] .
> Shutting down        : org.opencms.staticexport.CmsSt
> aticExportManager ... ok!
> 08 Dec 2006 13:46:21,425  INFO [pencms.module.CmsModuleManager: 795] .
> Module configuration : 0 module classes have been shu t down
> 08 Dec 2006 13:46:21,425  INFO [pencms.module.CmsModuleManager: 801] .
> Shutting down        : org.opencms.module.CmsModuleMa nager ... ok!
> 08 Dec 2006 13:46:21,426  INFO [s.scheduler.CmsScheduleManager: 482] .
> Shutting down        : org.opencms.scheduler.CmsSched uleManager ... ok!
> 08 Dec 2006 13:46:21,426  INFO [ncms.loader.CmsResourceManager: 802] .
> Shutting down        : org.opencms.loader.CmsResource Manager ... ok!
> 08 Dec 2006 13:46:21,427  INFO [  org.opencms.main.OpenCmsCore:1449] .
> OpenCms stopped!     : Total uptime was 00:00:25
> 08 Dec 2006 13:46:21,427  INFO [
> org.opencms.main.OpenCmsCore:1450] .                      ................................ ...............................
> 08 Dec 2006 13:46:21,428  INFO [  org.opencms.main.OpenCmsCore:1451] .
> 08 Dec 2006 13:46:21,429  INFO [  org.opencms.main.OpenCmsCore:1452] .
> $
>  
> 
> 
> 
> Am Mittwoch, den 19.04.2006, 13:13 +0200 schrieb Barry:
> > Hi,
> > 
> > Thanks, but I am running 1.5.0_06 JDK - as I say, this works fine with
> > the OpenCms 6.0.4 release, so I think something is different in the
> > 6.2.0 release but I can't see what.
> > 
> > Panos Kavalagios wrote: 
> > > Hi Arash,
> > > 
> > >     Have a look in the following URL:
> > > 
> > > http://www.opencms.org/opencms/en/development/installation/server.html
> > > 
> > > -------------
> > > 
> > > Install the Java 2 SDK, version 1.4 or newer
> > > Install the Java 2 SDK, version 1.4 or newer (from SUN
> > > http://java.sun.com/products/j2se/). For details on how to install
> > > these components on your operating system, see the documentation
> > > that comes with them. You must install the Java SDK, not the JRE
> > > (Java Runtime Environment) that is also available from SUN. The JRE
> > > is not sufficient to run OpenCms!
> > > 
> > > -------------
> > > 
> > > Regards,
> > > Panos
> > > 
> > > Barry wrote: 
> > > > arash.kaffamanesh at cmsforeveryone.com wrote: 
> > > > 
> > > > > hi, 
> > > > > 
> > > > > are u using java 1.4? if yes, that's the reason, why it doesn't
> > > > > work, if possible upgrade to 1.5. 
> > > > > 
> > > > > Regards, 
> > > > > Arash 
> > > > > 
> > > > > _______________________________________________ 
> > > > > This mail is sent to you from the opencms-dev mailing list 
> > > > > To change your list options, or to unsubscribe from the list,
> > > > > please visit 
> > > > > http://lists.opencms.org/mailman/listinfo/opencms-dev 
> > > > > 
> > > > >   
> > > > > 
> > > > Hi, 
> > > > 
> > > > Should have mentioned - I am using 1.5 
> > > > 
> > > > 
> > > > _______________________________________________ 
> > > > This mail is sent to you from the opencms-dev mailing list 
> > > > To change your list options, or to unsubscribe from the list,
> > > > please visit 
> > > > http://lists.opencms.org/mailman/listinfo/opencms-dev 
> > > 
> > > -- 
> > > Panagiotis Th. Kavalagios
> > > Electrical & Computer Engineer
> > > European Dynamics S.A.
> > > Athens, Hellas
> > > Tel: +30-210-8094500
> > >   
> > > 
> > > ____________________________________________________________________
> > > 
> > > 
> > > _______________________________________________
> > > This mail is sent to you from the opencms-dev mailing list
> > > To change your list options, or to unsubscribe from the list, please visit
> > > http://lists.opencms.org/mailman/listinfo/opencms-dev
> > 
> > _______________________________________________
> > This mail is sent to you from the opencms-dev mailing list
> > To change your list options, or to unsubscribe from the list, please visit
> > http://lists.opencms.org/mailman/listinfo/opencms-dev
> 
> 
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev




More information about the opencms-dev mailing list