Hello
I have installed XWord without any problem on my Windows XP & Word 2007
system, however I'm encountering a strange problem. If I create a page in an
existing space in XWord, it gets the name as SpaceName.PageName as normal,
however the page seems to have no parent space, almost as if it is another
WebHome. The breadcrumbs for the page rather then being SpaceName >>
PageName, it just has the PageName (again much like a normal WebHome page).
It's kind of a problem because my menu system automatically lists the pages
within each space using a "#foreach($item in $xwiki.searchDocuments($sql))"
method, only the pages created in XWord don't appear at all.
Also, if I edit a page originally created in XWiki it suffers the same
problem if I edit it and publish it in XWord. If I go to the Information tab
that lists all child pages, only pages created in XWiki appear, and any that
have been edited or created in XWord do not. The only way I can find them is
to lucene search them.
Is it supposed to function like this? Any help on this would be really
appreciated, I hope I can get this functioning correctly.
Thanks
-----
----
Lockie
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWord-strange-problem-regarding-pages-and…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Rudi, Hi Vincent,
Many thanks!
I removed xwiki-plugin-collection-1.1-xwiki20.jar, and now I can work!
Best regards
Boris
>
> Message: 2
> Date: Wed, 1 Dec 2010 06:57:34 -0800 (PST)
> From: Tronicek
> Subject: Re: [xwiki-users] (no subject)
> To: users(a)xwiki.org
> Message-ID:
> Content-Type: text/plain; charset=us-ascii
>
>
> Hi Boris, Hi Vincent,
>
> i realized a problem in MultiPageExportApplication. It requires the
> xwiki-collection plugin to be installed.
> The problem is that xwiki-plugin-collection-1.1-xwiki20.jar has a reference
> to the Class org.xwiki.rendering.listener.Attachment
>
> After removing the plugin from xwiki.cfg the ClassNotFoundException was
> gone. So remove:
> com.xpn.xwiki.plugin.collection.CollectionPlugin, \
>
> I've been missing a JIRA category for this. Vincent, can you report this
> error, please?
> Thanks,
> Rudi
> --
> View this message in context: http://xwiki.475771.n2.nabble.com/no-subject-tp5787856p5792137.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> ------------------------------
>
> Message: 6
> Date: Thu, 2 Dec 2010 10:12:15 +0100
> From: Vincent Massol
> Subject: Re: [xwiki-users] (no subject)
> To: XWiki Users
> Message-ID:
> Content-Type: text/plain; charset=us-ascii
>
> Hi Rudi,
>
> On Dec 1, 2010, at 3:57 PM, Tronicek wrote:
>
> >
> > Hi Boris, Hi Vincent,
> >
> > i realized a problem in MultiPageExportApplication. It requires the
> > xwiki-collection plugin to be installed.
> > The problem is that xwiki-plugin-collection-1.1-xwiki20.jar has a reference
> > to the Class org.xwiki.rendering.listener.Attachment
> >
> > After removing the plugin from xwiki.cfg the ClassNotFoundException was
> > gone. So remove:
> > com.xpn.xwiki.plugin.collection.CollectionPlugin, \
> >
> > I've been missing a JIRA category for this. Vincent, can you report this
> > error, please?
>
> Well right now this collection plugin is not developed nor supported by the xwiki dev team. It's not part of any release and doesn't have any jira project. It's been contributed by an individual (Ludovic Dubost). It's not even documented on code.xwiki.org...
>
> It's only available here:
> http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-plugin-collection/
>
> Since it's used by the mutipage export app it should be at least:
> 1) promoted to contrib/projects
> 2) documented on code.xwiki.org
>
> Any taker for that?
>
> Then we need to review it and decide if that's something we want in the platform (in which case we'll need to rewrite it as a component IMO) and if so take ownership of it.
>
> So in the meantime, you could request access to the contrib sandbox and fix it, see:
> http://contrib.xwiki.org/xwiki/bin/view/Main/WebHome
> (note: we have a skin issue I've just noticed on contrib ;)).
>
> Thanks
> -Vincent
>
Hi Rudi, Hi Vincent,
Many thanks!
I removed (yesterday) xwiki-plugin-collection-1.1-xwiki20.jar, and now I can work!
Best regards
Boris
>
> Message: 2
> Date: Wed, 1 Dec 2010 06:57:34 -0800 (PST)
> From: Tronicek
> Subject: Re: [xwiki-users] (no subject)
> To: users(a)xwiki.org
> Message-ID:
> Content-Type: text/plain; charset=us-ascii
>
>
> Hi Boris, Hi Vincent,
>
> i realized a problem in MultiPageExportApplication. It requires the
> xwiki-collection plugin to be installed.
> The problem is that xwiki-plugin-collection-1.1-xwiki20.jar has a reference
> to the Class org.xwiki.rendering.listener.Attachment
>
> After removing the plugin from xwiki.cfg the ClassNotFoundException was
> gone. So remove:
> com.xpn.xwiki.plugin.collection.CollectionPlugin, \
>
> I've been missing a JIRA category for this. Vincent, can you report this
> error, please?
> Thanks,
> Rudi
> --
> View this message in context: http://xwiki.475771.n2.nabble.com/no-subject-tp5787856p5792137.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> ------------------------------
>
> Message: 6
> Date: Thu, 2 Dec 2010 10:12:15 +0100
> From: Vincent Massol
> Subject: Re: [xwiki-users] (no subject)
> To: XWiki Users
> Message-ID:
> Content-Type: text/plain; charset=us-ascii
>
> Hi Rudi,
>
> On Dec 1, 2010, at 3:57 PM, Tronicek wrote:
>
> >
> > Hi Boris, Hi Vincent,
> >
> > i realized a problem in MultiPageExportApplication. It requires the
> > xwiki-collection plugin to be installed.
> > The problem is that xwiki-plugin-collection-1.1-xwiki20.jar has a reference
> > to the Class org.xwiki.rendering.listener.Attachment
> >
> > After removing the plugin from xwiki.cfg the ClassNotFoundException was
> > gone. So remove:
> > com.xpn.xwiki.plugin.collection.CollectionPlugin, \
> >
> > I've been missing a JIRA category for this. Vincent, can you report this
> > error, please?
>
> Well right now this collection plugin is not developed nor supported by the xwiki dev team. It's not part of any release and doesn't have any jira project. It's been contributed by an individual (Ludovic Dubost). It's not even documented on code.xwiki.org...
>
> It's only available here:
> http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-plugin-collection/
>
> Since it's used by the mutipage export app it should be at least:
> 1) promoted to contrib/projects
> 2) documented on code.xwiki.org
>
> Any taker for that?
>
> Then we need to review it and decide if that's something we want in the platform (in which case we'll need to rewrite it as a component IMO) and if so take ownership of it.
>
> So in the meantime, you could request access to the contrib sandbox and fix it, see:
> http://contrib.xwiki.org/xwiki/bin/view/Main/WebHome
> (note: we have a skin issue I've just noticed on contrib ;)).
>
> Thanks
> -Vincent
>
>
Dears,
I have tryed to upgrade my XWiki from 2.1.1 to 2.6, but I have an exception:
----------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Servlet execution threw an exception
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
com.xpn.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)
root cause
java.lang.NoClassDefFoundError: org/xwiki/rendering/listener/Attachment
java.lang.Class.forName0(Native Method)
java.lang.Class.forName(Unknown Source)
.................
--------------
And really there isn't Attachment.class in xwiki-core-rendering-api-2.6.jar! (there is in 2.1.1)
What can I do?
Best regards
Boris Gorelik
Hello xwiki users,
I just installed xwiki on windows server. I unpacked the stand alone
version Stable: xwiki-enterprise-jetty-hsqldb-2.6.zip into a directory
called XWikiHome and setup MySQL data base, created a new user. When I am
in the server itself, I can login. But when I try to login from another
computer I cannot login and the xwiki creates a message:
WARN xwiki.MyPersistentLoginManager - Login cookie validation hash mismatch!
Cookies have been tampered with
I have seen a few other emails regarding the same issue. But I don't see a
solution. One suggestion was to change cookie version
to cookie.setVersion(1); but I am not sure where this change needs to be
made? My XWikiHome folder contains the following folders and files:
XWikiHome:
database (folder)
jetty (folder)
META-INF (folder)
webapps (folder)
start_xwiki
start_xwiki
start_xwiki_debug
start_xwiki_debug
stop_xwiki
stop_xwiki
xwiki
Within the folders, I don't see any configuration file or a file like a
"..LoginManager..". Did I not install this correctly? But I can actually
open the pages when I am in the server from internet explorer. But from
another computer, I get the login page but cannot login. As a side note, I
have tried version 2.5 last week and I did not have this problem. Then I
wanted to change the location of the xwiki, so I deleted that directory and
reinstalled the 2.6 version into another drive.
I appreciate your suggestions. Thanks, - Nevzat
I have looked around, and found a few things here and there but nothing that
deals directly with the subject.
When creating a class of a list type, the option for relational storage is
allowed.
What are the pro's and con's of using relational storage.
What does relational storage do, what table inside of the database is used,
so on and so forth.
Thank you in advance for your help
Martin Bryant
--
View this message in context: http://xwiki.475771.n2.nabble.com/Relational-Storage-tp5792341p5792341.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I've been searching the archive, but coming up short here.
I'm trying to get custom authentication going on XWiki Enterprise 2.6.
I've successfully implemented the XWikiAuthService by extending
XwikiAuthServiceImpl as suggested here :
http://bodez.wordpress.com/2008/10/15/xwiki-user-authentication-with-oracle…
so/
I have also added the xwiki.authentication.authclass line to my xwiki.cfg.
I'm able to automatically create a new user in xwiki using the
XWiki.createEmptyUser method, and I get logged in.
However, when I get in as that user all I get is "Error You are not
allowed to view this document or perform this action." No matter what I try
to look at, including the personal profile.
Can anyone tell me what I'm missing here?
The XWiki documentation says that you "can" implement your own right
management service, but it doesn't say that is necessary. Is it?
Thanks,
Lenny
Hi all,
I am running xwiki 2.6 in a farm deployed in a glassfish 3.0.1 server.
I've seen that error for older wiki versions too.
Accessing the same wiki on the same server deployed in a tomcat (just
using an other http ports) causes no problem.
Any hint?
Thanks
mb
Browsing w/o login works fine.
Loging on even as an adminstrator leads to the error below shown in the
"comments" / "attachment" ... section
Error number 4001 in 4: Error while parsing velocity page
/templates/commentsinline.vm Wrapped Exception: Failed to evaluate
content with id [/templates/commentsinline.vm]
<http://addons.dedavwsk01.infor.com/xwiki/bin/view/XML+Druck+%28Altova%29/Pr…>
Error number 4001 in 4: Error while parsing velocity page /templates/commentsinline.vm
Wrapped Exception: Failed to evaluate content with id [/templates/commentsinline.vm]
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing velocity page /templates/commentsinline.vm
Wrapped Exception: Failed to evaluate content with id [/templates/commentsinline.vm]
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:122)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1874)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1812)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:896)
at sun.reflect.GeneratedMethodAccessor254.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
..............
Hi all,
I am running xwiki 2.6 in a farm deployed in a glassfish 3.0.1 server.
I've seen that error for older wiki versions too.
Accessing the same wiki on the same server deployed in a tomcat (just
using an other http ports) causes no problem.
Any hint?
Thanks
mb
Browsing w/o login works fine.
Loging on even as an adminstrator leads to the error below shown in the
"comments" / "attachment" ... section
Error number 4001 in 4: Error while parsing velocity page
/templates/commentsinline.vm Wrapped Exception: Failed to evaluate
content with id [/templates/commentsinline.vm]
<http://addons.dedavwsk01.infor.com/xwiki/bin/view/XML+Druck+%28Altova%29/Pr…>
Error number 4001 in 4: Error while parsing velocity page /templates/commentsinline.vm
Wrapped Exception: Failed to evaluate content with id [/templates/commentsinline.vm]
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing velocity page /templates/commentsinline.vm
Wrapped Exception: Failed to evaluate content with id [/templates/commentsinline.vm]
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:122)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1874)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1812)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:896)
at sun.reflect.GeneratedMethodAccessor254.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
..............