Hello!
while I've been frustrated form installing mediawiki... I found XWIKI....The
installation was easy and straight-forward then I encountered with an
excellent tool for my job:
I am not a administrating and I don't want Online wiki so much (at least for
1-2 year)... currently I just need a wiki for my personal use:
1) is XWIKI a good choice for someone like me?
2) I need LaTeX support is it available?
3) I'm a newbie ( I just know a little HTML...) is XWIKI a good alternative
for my personal DMS?
4) I've installed my XWIKI on Fedora 11 in /home/user/.XWiki folder is it
possible to reinstall it?
5) I can't access my xwiki via menu's shortcut I've to cd .XWiki and "sh
start....sh" It works but I want a total solution
6) where do my pages store?
excuxe me for this long list question
Thanks!
Hello,
I installed XEM (version 2.3) from a distribution with Tomcat 6.0.26 and
MySQL 5.1 on Windows XP. I followed the guide installation. After creating a
new wiki instance, I tried to access it but unsuccessfully... I have some
delay timeout expiration and wiki can't be displayed. I can only access to
the main wiki.
I don't know where to look for and what to do, do you have any suggestions ?
When I imported the xem application xar, I had these error messages in
Tomcat console :
ERROR util.JDBCExceptionReporter - Incorrect string value: '\xC5\xABs va...'
for column 'XWD_CONTENT' at row 1
ERROR .AbstractFlushingEventListener - Could not synchronize database state
with session
and after those, some like this one :
ERROR packaging.Package - Failed to save document Sandbox.WebHome
Do you think it's linked ?
Marine
Hi,
I made two Forum with the Bulletin Board. I wondered if it's possible to
display the twice Forum (the Webhome?) on a same page, and not just a link.
Like this, it's possible to create different forum/space with different
rights for users.
I tried these solutions but it doesn't work
{{velocity}}
#includeInContext("Forum1.WebHome")
#includeInContext("Forum2.WebHome")
#includeForm("Forum1.WebHome")
#includeForm("Forum2.WebHome")
#includeTopic("Forum1.WebHome")
#includeTopic("Forum2.WebHome")
{{/velocity}}
Thanks
Regards.
Ben
--
View this message in context: http://xwiki.475771.n2.nabble.com/Include-pages-in-an-other-one-tp4986033p4…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
Recently I have enabled statistics module which works pretty nice.
One thing though I have noticed in xwiki log file is the following
exception occurring periodically
> 2010-04-28 23:35:34,679 [http://myhost/xwiki/bin/view/MySpace/]
> [Statistics storing daemon] ERROR xwiki.DocumentStatsStoreItem - Failed
> to save visit statictics object [class
> com.xpn.xwiki.stats.impl.xwiki.VisitStatsStoreItem XWiki.XWikiGuest
> 209.47.111.5Mozilla/4.0 (compatible; MSIE 8.0; Wind
> ows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR
> 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.2; .NET CLR 3.0.4506.2152;
> .NET CLR 3.
> 5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)
> 7WR28YZF6YHUMMIUZKZJ96HUOWDAFLSK]
> 2010-04-28 23:35:51,141 [http://myhost/xwiki/bin/view/MySpace/]
> [Statistics storing daemon] WARN util.JDBCExceptionReporter - SQL
> Err
> or: 0, SQLState: 22001
> 2010-04-28 23:35:51,141 [http://myhost/xwiki/bin/view/MySpace/]
> [Statistics storing daemon] ERROR util.JDBCExceptionReporter - Data
> tr
> uncation: Data too long for column 'XWV_UNIQUE_ID' at row 1
> 2010-04-28 23:35:51,141 [http://myhost/xwiki/bin/view/MySpace/]
> [Statistics storing daemon] ERROR .AbstractFlushingEventListener - Could
> n
> ot synchronize database state with session
> org.hibernate.exception.DataException: Could not execute JDBC batch update
> at
> org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:77)
> at
> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:253)
> at
> org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:266)
> at
> org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:167)
> at
> org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298)
> at
> org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
> at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
> at
> org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338)
> at
> org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
> at
> com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:855)
> at
> com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:826)
> at
> com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiCollection(XWikiHibernateStore.java:999)
> at
> com.xpn.xwiki.stats.impl.xwiki.VisitStatsStoreItem.storeInternal(VisitStatsStoreItem.java:110)
> at
> com.xpn.xwiki.stats.impl.xwiki.AbstractStatsStoreItem.store(AbstractStatsStoreItem.java:99)
> at
> com.xpn.xwiki.stats.impl.xwiki.XWikiStatsStoreService.register(XWikiStatsStoreService.java:167)
> at
> com.xpn.xwiki.stats.impl.xwiki.XWikiStatsStoreService.runInternal(XWikiStatsStoreService.java:119)
> at
> com.xpn.xwiki.util.AbstractXWikiRunnable.run(AbstractXWikiRunnable.java:99)
> at java.lang.Thread.run(Thread.java:636)
> Caused by: java.sql.BatchUpdateException: Data truncation: Data too long
> for column 'XWV_UNIQUE_ID' at row 1
> at
> com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1669)
> at
> com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1085)
> at
> org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:294)
> at
> org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:294)
> at
> org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:48)
> at
> org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:246)
> ... 16 more
>
Could someone tell if it's a serious issue and which type of error it
identifies: configuration error or bug in statistics module?
We are running XWiki Enterprise 2.2.4.28034
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/Data-too-long-for-column-XWV-UNIQUE-ID-er…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
mayby the dev-list was the wrong place for this, so again:
had my own xwiki where i wrote my diploma thesis. Got server problems and
have to move on :)
Would like to have a xwiki instance again for my wiki (subject, -> semantic
web, knowledge management, web 2.0 and some personal stuff)
My user name on myxwiki.org is hel. My preffered servername is
semantic-web.myxwiki.org
Thanks
hel.
-----
semantic-web.hel.at
hel(a)hel.at
--
View this message in context: http://xwiki.475771.n2.nabble.com/myxwiki-new-wiki-request-tp4973884p497388…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I use the stat application and I would like to show the most active
contributors to the user. But I would like to show stats to the user only on
the users of the same group.
I'm a beginner in XWiki and I thought use directly in a document a query
seems like
$xwiki.search("select distinct docu.author from XWikiDocument as docu where
doc.author != ''", 0, 0)
Could you help me?
Thanks
Regards
Ben
--
View this message in context: http://xwiki.475771.n2.nabble.com/Stats-Application-tp4973836p4973836.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi there,
maybe it's just a very simple solutiuon I'm not seeing yet, however,
I'm wondering if it's possible to create a short *internal* link to a
user-profile?
Sure, I can create an externel link incl. protocoll etc., but I'd
rather have an internal link.
Any hints?
TIA
Gregor
--
just because you're paranoid, don't mean they're not after you...
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available
@ http://pgpkeys.pca.dfn.de:11371
@ http://pgp.mit.edu:11371/
skype:rc46fi
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.2.6.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is a bug fix release for the 2.2 branches.
Fixes since 2.2.5:
* [XWIKI-4378] - Should never deny resources access through skin URL
* [XWIKI-5004] - Inactive user should be able to access the same UI than
XWikiGuest
* [XWIKI-5005] - Form displayed to inactive user after login for account
activation does not submit to correct URL
* [XWIKI-5064] - Issue escaping " [ " when located in front of an URL
* [XWIKI-5113] - Id block inside header is badly rendered
* [XWIKI-5114] - Allow controlling the depth of headers to look for when
generating titles from document's content (configuration in xwiki.cfg)
* [XWIKI-5126] - Link to force editing a locked user is wrong in new UI
* [XWIKI-5127] - #googlecalcustom macro mixup front and background colors,
and also use a "Test" title
* [XWIKI-5128] - XWiki doesn't check groups permissions correctly in
multiwiki environment
* [XWIKI-5131] - PropUpdateAction use wrong XWiki#flushCache method
* [XAADMINISTRATION-134] - Users->add new user not using XWiki.Registration
with field validation.
* [XAADMINISTRATION-131] - Hide color theme setting from space
administration (currently unsupported at the level)
For more information see the Releases notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise226
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM226
Thanks
-The XWiki dev team
Hi all,
I have installed XWiki 2.2.3 in a Tomcat 6.0.20 servlet container using
Oracle 10g as database. The database connection settings are done on the
default way in the WEB-INF/hibernate.cfg.xml file. XWIKI is running
without any problems or exceptions.
Now I want to "replace" the database settings in hibernate.cfg.xml by
using a Tomcat container managed JNDI data source. The advantage for us
is the usage of Tomcat's server.xml as a central place where we can
manage all data sources of every webbapp within Tomcat.
I have red the articles under
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HInstallan…
and
http://java.dzone.com/articles/xwiki-installation-jboss-using
(it's a JBoss relatet documentation but many information pieces are
usefull for Tomcat too).
My JNDI configuration is as following:
a) definition of the JNDI datasource in Tomcat's server.xml
(defining the Oracle JNDI resource can't be the problem
because we use other Oracle JNDI data sources without any
problems)
<Resource name="jdbc/XWikiDS" auth="Container"
type="javax.sql.DataSource"
username="XWIKI"
password="*************"
driverClassName="oracle.jdbc.driver.OracleDriver"
url="jdbc:oracle:thin:@myoraserver:1521:MYORAINSTANCE"
connectionProperties="useUnicode=true;characterEncoding=utf8;"
maxActive="10"
maxIdle="2"
maxWait="5000"
testOnBorrow="true"
validationQuery="SELECT 1 FROM DUAL"
removeAbandoned="true"
removeAbandonedTimeout="60"
logAbandoned="true"
/>
b) settings in xwiki/WEB-INF/hibernate.cfg.xml
<property
name="connection.datasource">java:/comp/env/jdbc/XWikiDS</property>
<property
name="dialect">org.hibernate.dialect.Oracle10gDialect</property>
<property name="statement_cache.size">2</property>
<property
name="hibernate.connection.SetBigStringTryClob">true</property>
<property name="hibernate.jdbc.batch_size">0</property>
<mapping resource="xwiki.oracle.hbm.xml"/>
<mapping resource="feeds.oracle.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
c) settings in xwiki/WEB-INF/web.xml
<resource-ref>
<description>DB Connection</description>
<res-ref-name>jdbc/XWikiDS</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
(using
<ResourceLink name="jdbc/XWikiDS" global="jdbc/XWikiDS"
type="javax.sql.DataSource" />
instead wan't help)
********************************************
Using this JNDI configuration causes the following errors:
2010-04-28 12:55:25,071 ERROR [org.hibernate.util.JDBCExceptionReporter]
Cannot create JDBC driver of class '' for connect URL 'null'
2010-04-28 12:55:25,072 ERROR
[com.xpn.xwiki.store.XWikiHibernateBaseStore] Failed creating schema
update script
org.hibernate.exception.GenericJDBCException: Cannot open connection
at
org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at
org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:426)
at
org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)
at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:119)
at org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:57)
at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:1326)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.beginTransaction(XWikiHibernateBaseStore.java:749)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.beginTransaction(XWikiHibernateBaseStore.java:674)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.getSchemaUpdateScript(XWikiHibernateBaseStore.java:419)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.updateSchema(XWikiHibernateBaseStore.java:287)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.updateSchema(XWikiHibernateBaseStore.java:257)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:566)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:1057)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:1101)
at
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager.getDBVersion(XWikiHibernateMigrationManager.java:68)
at
com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.<init>(AbstractXWikiMigrationManager.java:68)
at
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager.<init>(XWikiHibernateMigrationManager.java:51)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at com.xpn.xwiki.XWiki.createClassFromConfig(XWiki.java:1070)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:772)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:717)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:354)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:435)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:118)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create
JDBC driver of class '' for connect URL 'null'
at
org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1150)
at
org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880)
at
org.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:69)
at
org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:423)
... 59 more
Caused by: java.lang.NullPointerException
at sun.jdbc.odbc.JdbcOdbcDriver.getProtocol(JdbcOdbcDriver.java:507)
at sun.jdbc.odbc.JdbcOdbcDriver.knownURL(JdbcOdbcDriver.java:476)
at sun.jdbc.odbc.JdbcOdbcDriver.acceptsURL(JdbcOdbcDriver.java:307)
at java.sql.DriverManager.getDriver(DriverManager.java:253)
at
org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1143)
*******************************************************
Very probably XWIKI can not resolve the connection settings defined as
JNDI data source in Tomcat's server.xml.
But where is my mistake or my misunderstanding regarding the XWIKI JNDI
settings?
Kind regards
Thomas