Hi, You need to have the MySQL JDBC Driver JAR (named mysql-connector-java*.jar installed in XWiki's WAR file. If this file isn't present in XWiki's WEB-INF/lib directory you'll need to download it and copy it there. Quoted from http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL
JV. On Wed, Oct 22, 2008 at 3:24 PM, Azzedine Ait Khelifa <[EMAIL PROTECTED]> wrote: > > I have an issue ... > > The mysql driver mysql-connector-java-5.1.6-bin is missing in the last > install XWiki Enterprise 1.7 Milestone 1 Released in the WEB-INF\lib > directory ... > > Regards; > > AAK > > > --- En date de : Mer 22.10.08, Vincent Massol <[EMAIL PROTECTED]> a écrit : > De: Vincent Massol <[EMAIL PROTECTED]> > Objet: Re: [xwiki-users] Re : [ANN] XWiki Enterprise 1.7 Milestone 1 Released > À: [EMAIL PROTECTED], "XWiki Users" <[email protected]> > Date: Mercredi 22 Octobre 2008, 15h06 > > On Oct 22, 2008, at 2:51 PM, Azzedine Ait Khelifa wrote: > >> >> Hi Jean-vincent, >> >> I uninstall et reinstall ... >> >> it's working ! >> >> But when I change the hibernate.cfg.xml settings to point to mysql >> Db ... >> >> I have a new error >> HTTP ERROR: 500Error number 3 in 0: Could not initialize main XWiki >> context >> Wrapped Exception: Error number 3001 in 3: Cannot load class >> com >> .xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager >> from param xwiki.store.migration.manager.class > > I think this mean you have a wiki.store.migration.manager.class > parameter defined in your xwiki.cfg and it's not valid. Just remove it. > > Maybe you've tried to do some fancy stuff in the past? :) > > Thanks > -Vincent > >> >> Wrapped Exception: Error number 0 in 3: Exception while hibernate >> execute >> Wrapped Exception: Could not parse mapping document from resource >> xwiki.hbm.xml >> RequestURI=/xwiki/bin/view/Main/ >> The database is from an undermined previous version ... I thinck < >> 1.6 ... >> >> >> --- En date de : Mer 22.10.08, Jean-Vincent Drean <[EMAIL PROTECTED]> a >> écrit : >> De: Jean-Vincent Drean <[EMAIL PROTECTED]> >> Objet: Re: [xwiki-users] Re : [ANN] XWiki Enterprise 1.7 Milestone 1 >> Released >> À: [EMAIL PROTECTED], "XWiki Users" <[email protected]> >> Date: Mercredi 22 Octobre 2008, 13h23 >> >> Hi, >> >> I'm not able to reproduce with >> xwiki-enterprise-hsqldb-1.7-milestone-1, can you give use some details >> like : >> - which distribution are you using ? >> - have you done a migration from a previous version ? >> >> Thanks, >> JV. >> >> On Wed, Oct 22, 2008 at 12:55 PM, Azzedine Ait Khelifa >> <[EMAIL PROTECTED]> wrote: >>> HTTP ERROR: 500Failed to load component >> [org.xwiki.rendering.parser.SyntaxFactory] for hint [default] >>> RequestURI=/xwiki/bin/view/Main/ >>> Powered by Jetty:// >>> >>> --- En date de : Mar 21.10.08, Jean-Vincent Drean <[EMAIL PROTECTED]> > a >> écrit : >>> De: Jean-Vincent Drean <[EMAIL PROTECTED]> >>> Objet: [xwiki-users] [ANN] XWiki Enterprise 1.7 Milestone 1 Released >>> À: "XWiki Users" <[email protected]>, "XWiki >> Developers" <[EMAIL PROTECTED]> >>> Date: Mardi 21 Octobre 2008, 21h56 >>> >>> The XWiki development team is pleased to announce the release of >>> XWiki >>> Enterprise 1.7 Milestone 1. >>> >>> Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download >>> >>> First milestone of the XWiki Enterprise 1.7 version. >>> >>> Main changes: >>> >>> * Work in progress on the new XWiki Syntax v2.0 >>> * XWiki Syntax 2.0 allow wiki syntax inside links >>> * Work in progress on the new experimental WYSIWYG editor. >>> >>> Important bug fixes: >>> >>> * Saving a blank wiki page throws exception in Oracle >>> * Registration is still possible when right to register for >>> Unregistered user is explicit set to deny >>> * Documents with name with spaces or other special chars can't >>> properly save added image in WYSIWYG editor >>> * Support of dots in ldap login has introduce a security hole >>> >>> Note that general goals for XWiki Enterprise 1.7 are: >>> >>> * Working and usable (i.e. users can use them for their day to day >>> work instead of the old Syntax and old WYSIWYG editor) versions of >>> new >>> rendering and new WYSIWYG editor. >>> * Working JCR (can be used for day to day work instead of Hibernate). >>> * French XE >>> * Blog revamping >>> * Webdav integration >>> >>> For more information see the Release notes at: >>> > http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise17M1 >>> >>> Thanks, >>> The XWiki dev team > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > > > > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
