Hi,
We are currently evaluating the XWiki platform. I installed the windows
exe (xwiki-enterprise-installer-windows-1.2-milestone-1.exe
<https://forge.objectweb.org/project/download.php?group_id=170&file_id=9077>).
I ran very very well and we are impressed with the results we could
produce in a very short time.
We want to use the XWiki system on our existing Tomcat server (version
5.5.15) running on windows XP. The database is a MySql database. I
managed to get everything up and running. Hibernate correctly creates
tables in the database.
My problem is that it is not possible to log in. There is no Admin user.
I have tried with the superadmin account, it accepts the
superadmin/system passwor forwards to the WebHome page but I am still
not logged in so that I can import the manager application.
I have checked the archieves and found this
http://www.nabble.com/new-wiki%2C-no-users-tf342288.html#a951113
But I am not sure wheter it holds for the 1.2 snapshot release.
Help is greatly appreciated!! :-)
Cheers
/Thorbjørn
--
W: http://kodefabrikken.dk
If you failing to plan, then you´re planning to fail.
>> Would it be possible to add a "upload_maxsize" property to the
>> XWiki.XWikiPreferences class? Instead of having to add it yourself in
>> the class when you need it.
>> For example, when you reset the database and want to import your
>> backup archive, if the archive is too big then you are stuck. Because
>> when you try to edit the XWiki.XWikiPreferences class to add the
>> upload_maxsize property, there is no button to add a property to the
>> class. So basically I think you are stuck.
>> I think the best solution would be to have the upload_maxsize field
>> present by default, like all the other fields, in the
>> XWiki.XWikiPreferences class. However I dont know how to do this on my
>> installation, and maybe it would be nice to have it in XWiki.
See also http://jira.xwiki.org/jira/browse/XWIKI-1811
Hi there,
My XWiki linux server restarted after a power glitch and has bizzarly
reverted back to how it looked a couple of weeks ago, and of course the
import facility says there's no documents in the last export backup, so I
can't even restore it! What's happened? How could this be possible? Can I
revert it back the content to what it had yesterday?
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Thomas Mortagne
Sent: 14 November 2007 09:09
To: XWiki Users
Subject: Re: [xwiki-users] Error 500: Could not initialize main XWiki
context
What is the name of your database ? "xwiki" or "xwikiDB", I ask that
because by default it's xwiki and it's xwikiDB in your hibernate
config.
2007/11/13, Karim-Pierre Maalej <maalej(a)enst.fr>:
> > What is in your
/usr/share/tomcat5.5/webapps/xwiki/WEB-INF/hibernate.cfg.xml ?
> >
> > Maybe it is not configured for mysql...
>
>
> Please find the configuration file hereunder (without the commented out
> parts). I think it is correct but maybe there's something I missed, like
> a typo or else.
>
>
>
> <?xml version='1.0' encoding='utf-8'?>
> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
> Configuration DTD//EN"
>
> "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
>
> <hibernate-configuration>
> <session-factory>
>
> <property name="show_sql">false</property>
> <property name="use_outer_join">true</property>
>
> <property name="dbcp.defaultAutoCommit">false</property>
> <property name="dbcp.maxActive">50</property>
> <property name="dbcp.maxIdle">5</property>
> <property name="dbcp.maxWait">30000</property>
> <property name="dbcp.whenExhaustedAction">1</property>
> <property name="dbcp.ps.whenExhaustedAction">1</property>
> <property name="dbcp.ps.maxActive">20</property>
> <property name="dbcp.ps.maxWait">120000</property>
> <property name="dbcp.ps.maxIdle">20</property>
>
> <property
>
name="connection.url">jdbc:mysql://127.0.0.1/xwikiDB?useServerPrepStmts=fals
e</property>
> <property name="connection.username">xwikiUser</property>
> <property name="connection.password">xwikiPwd</property>
> <property
> name="connection.driver_class">com.mysql.jdbc.Driver</property>
> <property
> name="dialect">org.hibernate.dialect.MySQLDialect</property>
>
> <property
>
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider<
/property>
> <property name="connection.pool_size">2</property>
> <property name="statement_cache.size">2</property>
>
> <!-- Mapping files -->
> <mapping resource="xwiki.hbm.xml"/>
> <mapping resource="feeds.hbm.xml"/>
>
> </session-factory>
> </hibernate-configuration>
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Thomas Mortagne
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hello,
When you state to clone the two classes, do you mean clone as in Java programming or clone as create inside the wiki itself?
Thanks,
Tim
> Vitantonio, Thanks for the response.
>
> So, let's say my space is called "Schedule".
>
> Do I clone Xwiki.ArticleClass, Xwiki.ArticleClassTemplate and
> XWiki.ArticleClassSheet
> as Schedule.ArticleClass, Schedule.ArticleClassTemplate and
> Schedule.ArticleClassSheet
> and create an equivalent to the XWiki Latest Articles page that uses them?
>
> Looks like I would also need to create a clone of Blog.Macros as maybe
> ScheduleBlog.Macros.
>
> Then if I want this for twenty other spaces, I would repeat the exercise
> twenty times.
>
> I wouldn't mind too much doing this, but it seems there ought to be an
> easier way.
>
Hello,
I have a second independent question, that's why I am doing a second post.
It would be nice to be able to display mathematical equation nicely.
Is there is any plan to include that in the near future, do somebody
already worked on that ? I would like to hear from Aidan Morgan, were
you successful to insert bibtex and/or latext2html plugin ?
How much work would it be to use the library from mediawiki, which is a
library written in ocaml that create an image on the fly ?
I would expect to have almost only the file
mediawiki-x.x.x/includes/Math.php to be translated to a velocity
templates or something like that.
Thanks,
Nicolas Rodriguez,
European Bioinformatics Institute
Hello,
I am evaluating xwiki to be used in my institute.
We have now some mediawiki, confluence and drupal wiki around.
I am testing now the mediawiki2xwiki but is there is some tools to
import confluence or drupal pages ?
Thanks,
Nicolas Rodriguez,
European Bioinformatics Institute