Does anyone know if there is any chat extension for the XWiki?
I took a look at the Skype extension, and what I got from that is that you
will have to use the Skype account/application to send the messages.
I was wondering if there would it be possible to do the chatting directly in
the XWiki.
Alina.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Chat-extension-tp6269422p6269422.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi
I'm trying to install xwiki enterprise in a windows 2008 R2 64 bits server.
I've download this version :
xwiki-enterprise-installer-windows-3.0.exe<http://forge.ow2.org/project/download.php?group_id=170&file_id=16514>.
After installing java run time environment , runnin the setup and
copying the files in my server in the desired paht, i click in Next and It
does nothing, there is no options , the window is empty.
So I've installed in my windows xp and it was installed correctly.
Does xwiki can be installed in a windows 2008 r2 64 bits ?
Thanks for your help.
Hi
I'm looking to use XWiki to build a simple metadata are repository for reports. Basically each page will have the definition of reports I am building, and for fields within that report.
* Since the same fields will usually appear on multiple reports, I'm wanting to just write each field definition once.
* On previous systems (using ASP), I'd defined the fields in a database, then used the scripting language to construct the page dynamically - showing definitions for all fields I'd associated with that report.
Is there a (simple) way to do something equivalent in XWiki? So far I've used it for writing support notes but have never tried building anything dynamic till now. I've read through the XWiki documentation but truth is that I really don't know where to start. Any pointers in the right direction would be appreciated.
Cheers
Andrew Mercer | Business Intelligence Program | Xstrata Copper
Level 9, Riverside Centre, 123 Eagle Street, GPO 1433, Brisbane QLD 4000
Phone: +61 7 3295 7626 | Fax: +61 7 3295 7642 | Mobile: +61 457 041 640 | Email: amercer(a)xstratacopper.com<mailto:amercer@xstratacopper.com>
**********************************************************************
This e-mail contains confidential information which is intended only for the use of the named addresses/s. If you as recipient are not a named addressee, then you must not in any manner whatever disseminate or copy any part of this e-mail, or use or disclose any of its contents. Please would you notify us immediately by reply e-mail and then delete the message from your system. Please be aware, any opinions or views expressed in this email, do not necessarily represent the views of the Company
**********************************************************************
Hello again,
even though I updated to 3.0 the blog still seems to have major
issues. When I try to create a new category I get the error: Server
not responding. If I take a look at the log-files nothing shows up. No
warning, no Info and especially no error.
I made a screen-shot:
http://www.yhmail.de/tmp/blog_error.png
Any help would be awesome...
Cheers,
Stephanie
Hi all just no getting around to upgrading xwiki.. This is my first
attempt at an xwiki upgrade.. Not a pretty outcome :-(
stack below
I've copied over my xwiki.cfg, xwiki.properties, and hibernate.cfg.xml
from my 2.7.1 xwiki instance.
I verified xwiki.store.migration=1 is set is there any other hibernate
things I need to uncomment? I cant see anything in the release notes
that I should have done different..
INFO: Deploying configuration descriptor ROOT.xml
Apr 15, 2011 3:46:33 PM org.apache.catalina.session.StandardManager
doLoad
SEVERE: IOException while loading persisted sessions:
java.io.InvalidClassException: com.xpn.xwiki.objects.BaseElement; local
class incompatible: stream classdesc serialVersionUID =
7375085244707397057, local class serialVersionUID = 8286109986904027210
java.io.InvalidClassException: com.xpn.xwiki.objects.BaseElement; local
class incompatible: stream classdesc serialVersionUID =
7375085244707397057, local class serialVersionUID = 8286109986904027210
at
java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1731)
at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
at
org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1475)
at
org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:977)
at
org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:394)
at
org.apache.catalina.session.StandardManager.load(StandardManager.java:321)
at
org.apache.catalina.session.StandardManager.start(StandardManager.java:648)
at
org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:446)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4597)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1061)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
at
org.apache.catalina.core.StandardService.start(StandardService.java:525)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:701)
at org.apache.catalina.startup.Catalina.start(Catalina.java:585)
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:597)
at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Apr 15, 2011 3:46:33 PM org.apache.catalina.session.StandardManager
start
SEVERE: Exception loading sessions from persistent storage
java.io.InvalidClassException: com.xpn.xwiki.objects.BaseElement; local
class incompatible: stream classdesc serialVersionUID =
7375085244707397057, local class serialVersionUID = 8286109986904027210
at
java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1731)
at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
at
org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1475)
at
org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:977)
at
org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:394)
at
org.apache.catalina.session.StandardManager.load(StandardManager.java:321)
at
org.apache.catalina.session.StandardManager.start(StandardManager.java:648)
at
org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:446)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4597)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1061)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
at
org.apache.catalina.core.StandardService.start(StandardService.java:525)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:701)
at org.apache.catalina.startup.Catalina.start(Catalina.java:585)
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:597)
at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Apr 15, 2011 3:46:38 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Apr 15, 2011 3:46:38 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [] startup failed due to previous errors
------
thanks
kevin.foote
Hello everbody,
I just updated from 2.8 to 3.0 and imported the corresponding XAR.
However, I created a new database in order to start a new wiki.
As you can see in the attached picture, I am having troubles with the
layout. In the admin section everything witch should be on the right
side of the new menu is bellow.
Any ideas way? Are there any changes in the config-files I might have missed?
Thank you for your help,
Stephanie
Hi
I'm trying to install xwiki in a windows 2008 server 64 bits.
I've installed postgress and the Servlet Container ( tomcat). I follow all
the instructions.
when I want to open : http://myserver:8080/xwiki , i got this error :
*root cause*
com.xpn.xwiki.XWikiException: Error 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
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not parse mapping document from resource xwiki.hbm.xml
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:428)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:497)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:137)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
I've verified the tomcat\webapps\wxiki\web-inf\hibernate.cfg.xml , and I
have:
<property
name="connection.url">jdbc:postgresql://localhost:5432/xwiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">abc123</property>
<property
name="connection.driver_class">org.postgresql.Driver</property>
<property
name="dialect">org.hibernate.dialect.PostgreSQLDialect</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 resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
Thanks for your help.
Hi All,
We are manually copying over quite a lot of content from a Confluence Wiki
into an Xwiki wiki, and a problems that we keep hitting is periods in page
names.
As an example if I enclose in square quotes "init.d changes for tomcat6 on
Ubuntu 10.10" Xwiki displays it as just "10" when showing the page, however
it creates it with URL "
http://f.q.d.n/xwiki/bin/view/init.d+for+ubuntu+10/10"
Am I missing something ?
Cheers
Hi,
After upgrading to 3.0 from 3.0 milestone 2, I think it has overwritten
something.
I can't check, but I thought that the main landing page had a list of spaces
that were "visible" to the user and a list of recent changes. I now just
have the default "Welcome to your wiki" page.
Am I losing my memory, or has something changed, or is there something else
I need to configure ?
Cheers