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)
..............
Hi!
Just a one line to congratulate the whole XWiki team and community for
getting XWiki farm running in the 2.6 XE/XEM featuring colibri skin. It
looks great!
Thanks for your work!
Ricardo
--
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
Hi,
Can anyone advise on a calendar to use with XWiki. There appear to be a
number:XWiki-GWT Calendar Project, CalendarPlugin, Calendar Application and
CalendarApplication2010 all appear when searching for calendar. Are any good
enough to use and, if they are, which would be recommended? How close is
CalendarApplication2010 to seeing the light of day?
Thanks
Jonathan
Hey All:
I was wondering what, or how the format of the date is used, in the XAR.
What is the conversion that is used to signify the date and time. For
example I have a modify date and time of 2010/11/26 10:52. In the XML the
data is listed as 1290786747000.
The reason that this is important, is that I am trying to create a set of
pages via xml and import them as such. It will also help in parsing over
exported xmls for an external reference.
Thanks for your help.
Martin Bryant
--
View this message in context: http://xwiki.475771.n2.nabble.com/Date-Format-in-XAR-tp5777753p5777753.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi!
In my application I need to import a *.xar file programmatically. I tried to
do something about it in the *.vm file, but I didn't succeed.
I want to import a small *.xar (which is an exported space) every time a
button is pushed.
Can anyone help me?
--
Atenciosamente,
Erica Usui.
Received:
[xwiki-users] [myxwiki] new wiki request
would like to check out the xwiki platform
icliptv
thx
searched (Nov 26, h15:14 EU time):
http://gfortini.myxwiki.org
answer:
The requested wiki does not exist
Any help?
tnx
Giuseppe Fortini
Hello,
I've a problem to integrate and use Javascript in XWiki when I use Class and
Sheet, in 'inline' mode.
I've a second class, called IGCountriesClass, with 2 properties: a static
list called countryzone (contains "EU|AP|LA|NA|WW" for Europe, Asian
Pacific, North America, Latina America and WorldWide) and a string property
called countryname for the country name.
This Class is used to create some documents with format EU/France,
EU/Espagne, EU/Italie, LA/Brasil, etc... to add more countries if needed.
I've also another Class with 2 lists properties (called intergeozone and
intergeocountry), first is static with "EU|AP|LA|NA|WW" like countryzone
from first Class. The second list is a database list property which is
filled with hibernate query "select doc.name, doc.title from
com.xpn.xwiki.doc.XWikiDocument as doc where doc.web = 'EtudeIGCountries'
and doc.name != 'WebHome' order by doc.name"
Well, my problem, I need to control the filling of the second list with
countries belonging to the selected zone in the first list. It's really so
easy to do this with using javascript in normal web use, easy to with xwiki
in 'view' mode but I've a problem to do it with javascript when I go to
'inline' mode.
I use this code in the second Class Sheet, all is ok in 'view' mode but
problem come when I go in 'inline' mode. I get problem with result from
$obj.get(objectname) apparently.
Could someone help me, please? :)
[code]
{{html}}
<!--script type="text/javascript"//-->
function initZone()
{
var selObj = document.getElementById('countriesSelect');
selObj.options[0] = new Option('---','');
selObj.selectedIndex = 0;
}
function changeListe()
{
choix = document.getElementById("zonesList").value
populateCountries(choix)
}
function populateCountries(newzone)
{
var countObj = 0;
var selObj = document.getElementById('countriesSelect');
for (var i = 0; i < selObj.options.length; i++)
{
selObj.options[i] = null;
}
selObj.options.length=null;
selObj.options[countObj++] = new Option('---','');
selObj.selectedIndex = 0;
#set ($filespace = "EtudeIGCountries")
#set ($recherche = $xwiki.searchDocuments("where doc.name != 'WebHome' and
doc.space = ? order by doc.name asc",[${filespace}]))
#foreach($entry in $sorttool.sort($recherche))
#set ($tempdoc = "${entry}")
#set ($doctemp = $xwiki.getDocument($tempdoc))
#set ($obj = $doctemp.getObject('EtudeCode.EtudeIGCountriesClass'))
#set ($entryDoc = $xwiki.getDocument($entry))
#if($entryDoc.getObject('EtudeCode.EtudeIGCountriesClass'))
if ((newzone == "${obj.get('countryzone')}") || (newzone == "WW"))
{
selObj.options[countObj++] = new Option("${obj.get('countryname')}",
"${obj.get('countryname')}");
}
#end
#end
}
</script>
<!--SELECT id="zonesList" onchange="changeListe()" name="zonesList"//-->
#foreach($listitem in $list)
## * value: $listitem displayed value: $map.get($listitem).getValue()
#if ($map.get($listitem).getValue() == "NA")
<OPTION value="$map.get($listitem).getValue()"
SELECTED>$map.get($listitem).getValue()</OPTION>
#else
<OPTION
value="$map.get($listitem).getValue()">$map.get($listitem).getValue()</OPTION>
#end
#end
</SELECT>
<SELECT id="countriesSelect" name="countriesList"></SELECT>
<!--script type="text/javascript">initZone();</script//-->
{{/html}}
[/code]
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-Class-and-Javascript-tp5770427p5770…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am out of the office until 11/29/2010.
Enjoying the US Thanksgiving holiday ... back on Monday, 11/29.
Note: This is an automated response to your message "users Digest, Vol 40,
Issue 58" sent on 11/24/10 16:43:00.
This is the only notification you will receive while this person is away.
Hi,
As was wondering if H2 database was still supported as database from xwiki.
According to this page (
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationH2), this
should work but here is the exception I get whe using this configuration :
javax.servlet.ServletException: 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: Errors in named queries: getAllPublicDocuments,
listGroupsForUserInOtherWiki, getSpaceDocsName, listGroupsForUser,
getAllUsers, getAllDocuments, getAllSpaceDocuments, getSpaces
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
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:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
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)
I'm using h2-1.2.147.jar and here is wat I put in hibernate config file:
<property name="connection.url">jdbc:h2:wiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property name="connection.driver_class">org.h2.Driver</property>
<property name="dialect">org.hibernate.dialect.H2Dialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">20</property>
Can anyone help ?
Hello,
I want to used "Share by email" but I've the following error in log:
2010-11-24 15:48:39,986
[http://localhost:8080/xwiki/bin/get/abourree/Weekly1046?xpage=shareinline]
ERROR mailsender.MailSenderPlugin - sendEmailFromTemplate:
XWiki.SharePage vcontext: org.apache.velocity.VelocityContext@72d833
com.sun.mail.smtp.SMTPSendFailedException: 550 5.7.1 Client does not
have permissions to send as this sender
To solved it, I need to specify the from field.
I update in XWiki.XWikiPreferences General Admin email to my own =>
without success.
Note that I able to send invitation with invitation application and
Email "from" address set to mine
Regards,
Arnaud.
Hi,
When I email from my browser with my wrong email address I get:
You are not allowed to post to this mailing list, and your message has
been automatically rejected. If you think that your messages are
being rejected in error, contact the mailing list owner at
users-owner(a)xwiki.org.
When I email from my browser with my right email address the request gets
through.
But when I email from the email client on my PC (Thunderbird) with my right
email address the message neither gets through nor gets bounced.
Any ideas why that might be? Could it be that I am emailing in HTML rather
than Plain Text format? I wouldn't have thought so.
Thanks,
Jonathan
Hi,
I have a couple of questions regarding the Invitation application ( space ).
1. Is there a possibility to clear the invitation list ? I know there is a 'Rescind Invitation' button, but
i.e. I cannot remove invitation with status 'Declined' ( This action cannot be carried out because all of
the messages selected are of the wrong status. ) even if I have Admin rights.
2. User who sent the invitation to another potential user asked me whether he could somehow receive an
information about the new user account details ( his login at least ). Typically we want to invite someone
to give him an access to edit some documents and such information would help with grating him access rights.
Is there a possibility to get to such info ?
3. This is more a feature request, but maybe it's already implemented. Is it possible to specify a group to
which user will be subscribed when he accept the invitation from us ? That could ease the process of
configuring user account a lot :)
Thanks in advance,
Piotr
Hi all,
I'm struggling creating a xwql query that joins two tables.
Let's say I have two classes: Fruit and Supplier.
Fruit has the following properties: Name, Supplier.
Supplier has the following properties: Name, City.
I need the query that returns:
All Fruit that has Supplier with City='Melbourne'.
I can get all the Fruit objects:
#set($fruits = $services.query.xwql("from doc.object(Fruit.FruitClass) as
fru").execute())
And separately I can get all the Supplier objects that have city='Melbourne'
#set($suppliers = $services.query.xwql("where
doc.object(Supplier.SupplierClass).City='Melbourne'").execute())
But I can't combine them. Please advise.
Alina.
--
View this message in context: http://xwiki.475771.n2.nabble.com/xwql-join-query-tp5762763p5762763.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I'm afraid I've searched as much as I can, and cannot find an answer to this.
I just did a fresh install of xwiki on Windows Server 2003,
Apache/Tomcat(5.5.28), MySQL Server 5.1.
I'm getting boxes with "! Unknown macro: html".
I've also installed xwiki on my laptop running XP, Tomcat(6.0.26), MySQL
Server 5.1, and had no problems.
Can someone give me an idea of what might be causing this? I'm a java
programmer, so I can get into nuts and bolts if necessary. Hopefully its
not. If I have not provided enough information, please let me know and I'll
be happy to expound.
Thanks,
Lenny
Hello
I've imported the MapMacro into my test XWIKI.
If I go to the page imported XWiki/MapMacro the 2 examples show each 2 errors.
1. Failed to execute the [code] macro
2. Not a inline macro
In the details of error 1 I see a out-of-memory error, i'm running on Mac OS X 10.6.5, Tomcat 6.0.29, mySQL 5.1.50 and XWiki 2.5.1.32531
Details on error 1;
org.xwiki.rendering.macro.MacroExecutionException: Failed to highlight content at org.xwiki.rendering.internal.macro.code.CodeMacro.parseContent(CodeMacro.java:101) at org.xwiki.rendering.internal.macro.code.CodeMacro.parseContent(CodeMacro.java:47) at org.xwiki.rendering.macro.box.AbstractBoxMacro.execute(AbstractBoxMacro.java:124) at org.xwiki.rendering.macro.box.AbstractBoxMacro.execute(AbstractBoxMacro.java:55) at org.xwiki.rendering.internal.transformation.MacroTransformation.transformOnce(MacroTransformation.java:172) at org.xwiki.rendering.internal.transformation.MacroTransformation.transform(MacroTransformation.java:117) at org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:85) at com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7405) at com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7355) at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:831) at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:782) at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:874) at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:537) at sun.reflect.GeneratedMethodAccessor388.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) 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) at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:493) at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71) at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:196) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:161) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116) at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1862) at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1800) at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:896) at sun.reflect.GeneratedMethodAccessor155.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) 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) at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212) at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247) at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:196) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:161) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116) at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1910) at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1832) at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:155) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117) 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.web.ActionFilter.doFilter(ActionFilter.java:129) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) 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.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 org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.xwiki.container.servlet.filters.internal.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:127) 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:298) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:680) Caused by: Traceback (most recent call last): File "<string>", line 3, in <module> File "<string>", line 3, in <module> File "__pyclasspath__/pygments/lexers/__init__.py", line 198, in guess_lexer File "__pyclasspath__/pygments/lexers/__init__.py", line 144, in _iter_lexerclasses File "__pyclasspath__/pygments/lexers/__init__.py", line 32, in _load_lexers java.lang.OutOfMemoryError: PermGen space java.lang.OutOfMemoryError: java.lang.OutOfMemoryError: PermGen space at org.python.core.PyException.fillInStackTrace(PyException.java:70) at java.lang.Throwable.<init>(Throwable.java:181) at java.lang.Exception.<init>(Exception.java:29) at java.lang.RuntimeException.<init>(RuntimeException.java:32) at org.python.core.PyException.<init>(PyException.java:46) at org.python.core.PyException.<init>(PyException.java:43) at org.python.core.Py.JavaError(Py.java:481) at org.python.core.PyTableCode.call(PyTableCode.java:168) at org.python.core.PyBaseCode.call(PyBaseCode.java:134) at org.python.core.PyFunction.__call__(PyFunction.java:317) at pygments.lexers$py._iter_lexerclasses$8(__pyclasspath__/pygments/lexers/__init__.py:146) at pygments.lexers$py.call_function(__pyclasspath__/pygments/lexers/__init__.py) at org.python.core.PyTableCode.call(PyTableCode.java:165) at org.python.core.PyGenerator.__iternext__(PyGenerator.java:149) at org.python.core.PyGenerator.__iternext__(PyGenerator.java:131) at pygments.lexers$py.guess_lexer$10(__pyclasspath__/pygments/lexers/__init__.py:206) at pygments.lexers$py.call_function(__pyclasspath__/pygments/lexers/__init__.py) at org.python.core.PyTableCode.call(PyTableCode.java:165) at org.python.core.PyBaseCode.call(PyBaseCode.java:301) at org.python.core.PyFunction.function___call__(PyFunction.java:376) at org.python.core.PyFunction.__call__(PyFunction.java:371) at org.python.pycode._pyx8.f$0(<string>:5) at org.python.pycode._pyx8.call_function(<string>) at org.python.core.PyTableCode.call(PyTableCode.java:165) at org.python.core.PyCode.call(PyCode.java:18) at org.python.core.Py.runCode(Py.java:1253) at org.python.core.Py.exec(Py.java:1297) at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:206) at org.xwiki.rendering.internal.parser.pygments.PygmentsParser.getLexer(PygmentsParser.java:267) at org.xwiki.rendering.internal.parser.pygments.PygmentsParser.highlight(PygmentsParser.java:222) at org.xwiki.rendering.internal.parser.pygments.PygmentsParser.highlight(PygmentsParser.java:193) at org.xwiki.rendering.internal.macro.code.CodeMacro.highlight(CodeMacro.java:139) at org.xwiki.rendering.internal.macro.code.CodeMacro.parseContent(CodeMacro.java:98) ... 91 more Caused by: java.lang.OutOfMemoryError: PermGen space
Hi !
I've been struggling for hours trying to get a Html table centered
on a wiki page. I tried all the suggested syntax I found in the very messy
Xwiki documentation (i.e, using style="etc.", then using class="myclass")
and I also tried to get rid of all table references in the colibri.css file,
but STILL, my table is stuck on the left. It's just driving me nuts to be
able to hit a database in a record time and to spend hours to get the
resulting table centered!
Any clue? Why is all the rendering locked this way? What's the point ?
By the way, I am running XWiki Enterprise 2.5.1.32531
Thanks
Marc
Hi,
I am having real problems connecting to the myxwiki web site. Sometimes the
connection times out and sometimes I get the following:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance
downtime or capacity problems. Please try again later.
Are there performance issues with the server at the moment, or could it be
something else?
Thanks
Jonathan
Hello,
Is is possible to programatically detect whether or not anonymous users can
view a document on the wiki? I have a macro that creates a list of documents
and I would like to exclude documents that are visible only to logged-in
users.
Thank you,
Chris
Hello :)
I configured my XWiki instance in the following way:
#-# This parameter will activate the sectional editing.
xwiki.section.edit=1
#-# This parameter controls the depth of sections that have section editing.
#-# By default level 1 and level 2 sections have section editing.
xwiki.section.depth=6
I have many users working on documents simultaneously and in order to minimize document locking and possible
merging I encourage them to edit sections/paragraphs instead. I noticed that when, for instance, two users
edit different sections within the same page, the latter gets the message:
This object is currently locked by user1
I checked and it's possible to force editing and save both of concurrent changes to that document, but the
message itself is a bit confusing to the users. I'm asking if it's possible to change xwiki configuration to
not display that message when the users edit different paragraphs within the same page ?
Regards,
Piotr
Hello,
To change the logo, you can either use the current color theme (see here the
documentation: http://code.xwiki.org/xwiki/bin/view/Applications/ColorThemeApplication)
or you can attach the logo to your skin document - XWiki.DefaultSkin
by default - (see here the documentation about skins:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins). If you use
the skin document, It's better to name the logo file 'logo.png'. This
way you will override the XWiki logo. Otherwise, make sure that the
skin knows where to take the logo from -> edit Administration
preferences and set 'logo' property as being the name of your logo.
Raluca.
On Thu, Nov 18, 2010 at 2:58 PM, Jonathan @ Crindau
<Jonathan(a)crindau.org.uk> wrote:
> Hi,
>
> I am currently using the Colibri skin and would like to change the logo.
> To where do I download the new image (and how) so that I can then
> reference it in the Wiki's skin 'logo' object?
>
> Thanks
>
>
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Hi,
I am currently using the Colibri skin and would like to change the logo.
To where do I download the new image (and how) so that I can then
reference it in the Wiki's skin 'logo' object?
Thanks
The XWiki development team is pleased to announce the release of XWiki Enterprise 2.6 RC2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Changes from 2.5:
• Revamped Recent Activity Dashboard, which is now called Activity Stream
• Share page by mail feature
• Icon/Emoticon Support
• Auto linking of WikiWords
• New Recent Activity Macro
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise26RC2
Thanks
-The XWiki dev team
Hi,
I see how to control edit, export, action and watch appearance in
contentmenu div by tweaking contentmenu.vm. But, please, how could I get
the same control over Annotations entry in the same are?
I want to show annotations only to users with edit rights in a given doc.
Thanks!
Ricardo
--
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
Hello!
is there a way to suppress the rendering of the TOC macro inside an
included page?
Can I control the level of headlines for the included page (e.g. make
'=' to '===') ?
Best Regards,
H.-Dirk Schmitt
--
------------------------------------------------------------------------
*
H.-Dirk Schmitt <http://www.computer42.org> *
Dipl. Math.
eMail:/dirk.schmitt@computer42.org/
mobile:/+49 177 616 8564/
phone: /+49 2642 99 41 10/
fax: /+49 2642 99 41 15/
Kripper Str. 35, D-53489 Sinzig
Hello all,
I'm running my Xwiki as an information management Intranet alongside a
networked drive that holds hundreds of documents. Based off the TODO
tutorial, I made a system of inputting these documents as objects on
individual pages that then appear on a filterable-sortable table. The link
being a windowsPath macro. The idea behind this is that users can access
these documents much easier.
The problem with this system is if a new document is created, the user then
has to manually add it to this table, and if the document's title is
changed, the link gets broken. So I'm after a way of automatically listing
the documents and have working links, to make it require as little upkeep as
possible.
So far I am able to list the name and the path of all the documents in the
directory, but I need some help in integrating the sortable table html tags
and turning the path into a working link, without breaking the groovy macro.
This is what I have so far:
----
{{groovy}}
import groovy.io.FileType
def list = []
def dir = new File("R:/Quality/FORMS/")
dir.eachFileRecurse (FileType.FILES) { file ->
list << file
}
list.each {
println it.name
println it.path
}
{{/groovy}}
----
Any help would be appreciated,
Thanks,
-----
----
Lockie
--
View this message in context: http://xwiki.475771.n2.nabble.com/Automatically-list-and-link-files-in-a-di…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I would like to set up a wiki for my local church. I am registered on myxwiki.org; my user name is Dangthrimble. My preferred server name is crindau.myxwiki.org.
I requested a wiki on Friday, as did Dan Weinstein (apparently after me); his request was granted on Sunday whereas mine is still outstanding.
Thanks,
Jonathan
Hello,
Where is the best space to put macros?
I check in some macro from code.xwiki.org, and find that macros are
commonly put in XWiki, Macros or Macro space.
I've a preference for Macros as it self explanatory and I think XWiki
space more dedicated to XE pages.
What do you think?
Regards,
Arnaud.
After updating XWiki to 2.5.1 (before was 2.2.6), in watchlist emais, in page
links, instead of network name of a resoure (servername or local domain
synonym) shows "localhost". Is it some bug in 2.5.1 or I can setup this by
some parameters? XWiki uses inside local network as a intranet.
--
Best Regards
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/Watchlist-issuie-page-links-give-localhos…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I'll check out the server logs for the trace Monday when I return to the office, and thanks for the reply.
Jerome Velociter <jerome(a)xwiki.com> wrote:
>Hi Scott,
>
>Would you happen to have a full stack-trace you could point us to ?
>
>Can you see any nested error related to a DTMManager ?
>
>Thanks,
>Jerome.
>
>On Fri, Nov 12, 2010 at 8:37 PM, Scott McMasters
><scott.mcmasters(a)gmail.com> wrote:
>> Sorry, I forgot to include that it was version 2.5.1 of the Enterprise
>> distribution.
>>
>> Thanks again,
>>
>> Scott McMasters
>>
>>
>> On Fri, Nov 12, 2010 at 8:35 PM, Scott McMasters
>> <scott.mcmasters(a)gmail.com>wrote:
>>
>>> Hello,
>>>
>>> I installed XWiki today and when I first tried to view the Wiki, I received
>>> the following error:
>>>
>>> Error 500: Component manager has not been initialized before lookup for
>>> [org.xwiki.model.reference.DocumentReferenceResolver] for hint
>>> [currentmixed]
>>>
>>> Could anyone give me advice about this error message?
>>>
>>> I installed it on Websphere AS 6.1, fix level 23, and Oracle 9g. I
>>> modified the Hibernate config file to use Oracle with "OracleDialect"
>>> pointing at my database. I also added the dummy data source. I added the
>>> PNG mime-type and restarted WAS. I added ojdbc41.jar to the WEB-INF/lib
>>> folder of the WAR. I did change the Web app context to "wiki" instead of
>>> "xwiki", but I didn't think that should make a difference.
>>>
>>> Thanks in advance,
>>>
>>> Scott McMasters
>>>
>>>
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>_______________________________________________
>users mailing list
>users(a)xwiki.org
>http://lists.xwiki.org/mailman/listinfo/users
Please, I would like to request a wiki, to be named dw.mywiki.org, which I
would use in my teaching, primarily for collaborative writing.
Thanks very much.
Sincerely,
Dan
Daniel J. Weinstein
Associate Professor of English
College of Arts and Sciences
Dakota State University
Madison, South Dakota, USA
http://homepages.dsu.edu/weinsted
Hi,
1) I've just migrated my xwikies to 1.8.4, seems to work fine, thanks
again team ;)
2) I have imported the "Extended Todo Application" v1.3 and it doesn't
worked first: adding a new todo => nothing new , the todo list was still
empty.
I saw that "Extended Todo Application" worked with "Date Picker". So I
downloaded "Date Picker", imported that application and now it works fine !
Maybe it could be usefull to add that information on the "Extended Todo
Application" page.
Or maybe I'm just blind (possible).
3) That "Extended Todo Application" v1.3 have dates on mm/dd/yyyy
format. is-it possible to use another format (like, for example,
dd/mm/yyyy) ?
Thanks,
Gaëtan
Hi,
I would like to set up a wiki for my local church. I am registered on
myxwiki.org; my user name is Dangthrimble. My preferred server name is
crindau.
Thanks,
Jonathan
I just updated one instalation of XWiki from 2.4.0 to 2.5.1
(GlassFish+Oracle). And now, when I click on "Edit (wysiwyg)" page opened,
but in a wysiwyg-frame - no anything (no menu, no buttons, no editor-place).
I know, that in a 2.5 exists improvements and changes related to
wysiwyg-editor.
in my xwiki.cfg is no longer exist WysiwygPlugin and velocity templates
(textarea_wysiwyg.vm, editwysiwygnew.vm, wysiwyginput.vm) are up to date.
What else can be?
--
Thanks beforehand
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/WYSIWYG-editor-loading-problem-after-upda…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I've worked on a livetable generator and livetable macro which allows to
generate the livetable configuration directly from the XWiki class.
http://code.xwiki.org/xwiki/bin/view/Macros/LiveTableMacro20Macro
It would be great if some devs could look at it, as it could be a good
candidate for inclusion in the platform as it would ease creating
livetables.
The current problematic parts are:
1/ A hack was made for translations as changes to the livetable macros
were necessary to allow to use the Pretty Names automatically instead of
translations
2/ It would be great to not even have to give the fields to use in the
LiveTable and use the information from the class where a checkbox could
be added for each field saying "include in default livetable"
This would be a good step towards full CRUD in XWiki. Now that we have
Templates, we could add a place in the Wiki where all documents can be
browser per class (using this livetable). We would just need a slightly
simpler Class Editor which hide the more difficult configurations from
classes.
The more important work is to support Class Sheets that don't need the
include macro to be used for documents that have an object of this
class, and a modification of the inline mode which could disappear.
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Russian encodings fails when:
a) use office import
b) use office view for attachments
but when use PASTE function - russian encodings shows normal.
Interest, that Romanian encodings shows normal in any case ...
All XWiki+database utf-8 configuration made.
My config: Win2003, OracleXE, Glassfish, XWiki 2.5.1
I attached testing file.
http://xwiki.475771.n2.nabble.com/file/n5728964/TestDocument.doc
TestDocument.doc
Can anybody test it? Before writing jira issue need to be sure - maybe it is
not a bug - maybe problem with my configuration ..
Thanks beforehand!
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/problem-with-russian-encoding-in-office-i…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi!
Following these lines in the panelheader macro un macros.vm...
#macro(panelheader $title)
#set($cookieName = "${context.user}_${panel}")
#set($expanded = $xwiki.getUserPreferenceFromCookie($cookieName))
#if(!$expanded)
#set($expanded = 'expanded')
#end
I understand that the default value, expanded, for XWiki panels is set
there. This code says:
1. Set the name of the cookie that fixes the expanded/collapsed state
for a given user and panel.
2. If this cookie exists and it has this preference set, it takes the
value from it.
3. If fails to get the value from the cookie, set the value as 'expanded'
Thus, all panels are shown expanded by default and, to the best of my
understanding, setting:
#set($expanded = 'collapsed')
Must show all the panels closed.
I'm not able to get this working. Please, where am I wrong?
Thanks for your help!
Ricardo
--
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
Hi again,
As you might be able to tell, we are trying out xwiki and on a learning
curve.
We hit the 10mb upload restriction and would like to increase it. We are
using the windows-installer version of xwiki, 2.5.1.
I tried to follow the instructions here:
http://www.xwiki.org/xwiki/bin/view/FAQ/Howtoincreasethemaximumattachmentsi…
But have absolutely no clue what you are talking about.
I've gone to the Administration page in the xwiki but don't see anything
that refers to "Objects"
Could someone please post a screenshot or something?
thanks
Paul
I am out of the office until 11/12/2010.
I am on holiday. For wiki assistance, please contact Kim Dillon. If this
is an emergency, please leave a message on my cell phone. Thank you! :-)
Note: This is an automated response to your message "users Digest, Vol 40,
Issue 27" sent on 11/11/10 0:12:12.
This is the only notification you will receive while this person is away.
Hi,
I installed xwiki-enterprise 2.5.0 but had problems.
I followed the upgrade instructions and copied the two cfg files (which
hadn't changed), but it complained it couldn't create a DBCP or whatever.
So I looked around, and had a guess... I copied the file hsqldb-1.8.0.7.jar
from WEB-INF/lib in the old xwiki to the new xwiki, and it started to work.
I dunno why hsqldb was included in the windows installation file, but not in
the .WAR...
Could someone please at least update the wiki?
thanks
Paul
Hello,
When I translated xwiki in translation wiki, I continues be logged out and
need to login again to continue.
This situation is the same when I use Firefox & IE8.
Does anyone have the same problem? How to solve it?
BTW, is there any easier way (eg. download and upload applicationResource
property file) to do translation?
Regards,
Magic
Hi,
+1.
Silvia
Pe 10.11.2010 15:35, Guillaume Lerouge a scris:
> Hi XWiki Devs,
>
> I've been performing some XWiki demos recently and it came to my attention
> that when adding a comment to a page and then going back to the homepage, my
> comments didn't show up in the recent activity section of the dashboard.
> This is due to the fact that adding a comment is considered a minor event.
>
> This behavior is still taking place in the most recent versions of XWiki
> Enterprise (I tested a XE 2.7 snapshot this morning). I believe that
> comments should be treated as major events, the same way that adding an
> object or an annotation to a page is.
>
> Therefore I propose making adding a comment a major event instead of a minor
> one.
>
> Here's my +1 for this.
>
> Thanks,
>
> Guillaume
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
Hi,
I want to create an application similar or based on the attachment panel
application at the bottom of the xwiki pages. The application should let the
user select the file to upload to the xwiki server and write a description
of the file. Then, the file name and description should be automatically
added to a table. The first column of the table is the file name, that is a
link to the file. The second column of the table is the description of the
file. So, the table is like a repository of the files and its respective
descriptions.
My question is. Is there a macro or code snipped to add a file to the
attachment panel application?
Regards,
Abel
Hi XWiki Users,
I've been performing some XWiki demos recently and it came to my attention
that when adding a comment to a page and then going back to the homepage, my
comments didn't show up in the recent activity section of the dashboard.
This is due to the fact that adding a comment is considered a minor event.
This behavior is still taking place in the most recent versions of XWiki
Enterprise (I tested a XE 2.7 snapshot this morning). I believe that
comments should be treated as major events, the same way that adding an
object or an annotation to a page is.
Therefore I propose making adding a comment a major event instead of a minor
one.
Here's my +1 for this.
Thanks,
Guillaume
Hi All,
I want to show a dialog window similar to the one that is shown when you
want to add a user. A "Registration" window is shown. I was looking for
documentation on how to do that but I couldn't find it. So I used the Modal
Box component. But I want to keep the consistency on the look of my xwiki
site. Could somebody point me some documentation on how to add a dialog
window similar to the one that is shown when you want to add a user? I want
to show the dialog window using groovy or velocity code, if possible.
Regards,
Abel
Hi all,
it's a couple of weeks that the daily scheduling for watchlist notification
doesn't work anymore. in particular, i get the following error message on
catalina.out log file:
2010-11-02 15:15:11,642 [DefaultQuartzScheduler_Worker-2] ERROR
watchlist.WatchListPlugin - Exception while running job
java.lang.NullPointerException
at
com.xpn.xwiki.plugin.watchlist.WatchListNotifier.sendEmailNotification(WatchListNotifier.java:84)
at
com.xpn.xwiki.plugin.watchlist.WatchListJob.executeJob(WatchListJob.java:262)
at
com.xpn.xwiki.plugin.scheduler.AbstractJob.execute(AbstractJob.java:75)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:525)
java.lang.NullPointerException
at
com.xpn.xwiki.plugin.watchlist.WatchListNotifier.sendEmailNotification(WatchListNotifier.java:84)
at
com.xpn.xwiki.plugin.watchlist.WatchListJob.executeJob(WatchListJob.java:262)
at
com.xpn.xwiki.plugin.scheduler.AbstractJob.execute(AbstractJob.java:75)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:525)
as you can see, the message is not very explanative, and can't find out any
solution. I already tried to unschedule -> change the fire time ->
reschedule. Is there an already known issue and, maybe, its solution? The
hourly scheduler works (good) as before, so i don't think this problem is
about malformed documents.
Any idea?
Thanks a lot,
claudio
--
View this message in context: http://xwiki.475771.n2.nabble.com/watchlist-daily-notifier-doesn-t-work-tp5…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi guys,
I am trying to export my xwiki workspace so but every time i try it i get
the following error
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:2882)
at
java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
at
java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390)
at java.lang.StringBuffer.append(StringBuffer.java:224)
at org.suigeneris.jrcs.rcs.impl.Node.toText(Node.java:719)
at org.suigeneris.jrcs.rcs.Archive.toString(Archive.java:914)
I know this is an error where the JVM has not enough memory. My JVM memory
settings are set as follows
set "JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=UTF8 -Duser.timezone=GMT
-Xmx1024m -XX:MaxPermSize=1024m"
Everytime i try to increase it to anything above the above values Tomact
does not startup. Any clues as to how i can fix this?
I am running xwiki on the following environment
Tomcat 6.0.29
Xwiki 2.4.3
Mysql 5.1
Windows Xp
Thanks
You guys are moving too fast for me.
I was busy trying to install release 2.5 and now i find out release 2.6 RC1
is already out.
I bet release 2.6 GA will be available when i finish installing release 2.5?
:)
Hello,
I try to test Activity macro in my Wiki (XWiki 2.5) with the provided sample:
{{recentactivity space="$doc.space" author="XWiki.Admin" tag="xwiki" /}}
and also
{{velocity}}
{{recentactivity space="$doc.space" author="XWiki.Admin" tag="xwiki" /}}
{{/velocity}}
Test page returns:
> Unknown macro: recentactivity
> The "recentactivity" macro is not in the list of registered macros. Verify the spelling or contact your administrator.
So my questions are:
1- Since which XWiki version Activity macro is bundled within XWiki?
2- Could we update all pages of macros bundled with XWiki with the
minimal XWiki version there are bundled with or at least the last
XWiki version we made significant update on?
Regards,
Arnaud.
Hi everybody!
I just started using XWiki and I'm liking a lot! But, I was having
some trouble with attachment versioning. I was using XWiki with Tomcat
as a Service with Windows Server and I couldn't sotre more than one
revision of my attachments. All the old attachment revisions were lost
after restarting XWiki...
The fast workaround is: Configure Tomcat to run as a User account, not
a System Account (in the service properties window).
The explanation is: XWiki uses a "kind of" CVS repository to store the
attachment revisions. When Tomcat is running as a service with a
System account, XWiki stores the author name with a "$". This
"corrupts" the repository and XWiki can't load it again! Using a User
account is a simple workaround for this! Maybe this could be changed
in the next version....
Best regards!
Felipe Luiz Christófolli Giotto
Linux User #497287
I can't use 'update' in HQL expressions in Velocity scripts. Stack trace:
org.xwiki.rendering.macro.MacroExecutionException: Failed to evaluate
Velocity Macro for content [{{html wiki="true"}}
{{/html}}
#if($request.searchDocumentsQuery)
== Ergebnis ==
#if(!$request.privapi||$request.privapi==''||$request.privapi=='false')
## Simple API
#set($results=$xwiki.searchDocuments($request.searchDocumentsQuery.trim()))
#else
## Privileged API, cp.
http://platform.xwiki.org/xwiki/bin/view/DevGuide/velocityHqlExamples
#set($results=$xwiki.search($request.searchDocumentsQuery.trim()))
##
#set($results=$xwiki.queryManager.xwql($request.searchDocumentsQuery.trim()).execute())
#end
#foreach($result in $results)
* $result
#end
#end]
at
org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:125)
at
org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:44)
at
org.xwiki.rendering.macro.script.AbstractScriptMacro.evaluateBlock(AbstractScriptMacro.java:299)
at
org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:191)
at
org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:58)
at
org.xwiki.rendering.internal.transformation.MacroTransformation.transformOnce(MacroTransformation.java:184)
at
org.xwiki.rendering.internal.transformation.MacroTransformation.transform(MacroTransformation.java:129)
at
org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:85)
at
com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7401)
at
com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7351)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:829)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:780)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:872)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:527)
at sun.reflect.GeneratedMethodAccessor263.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:493)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:196)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:161)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1855)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1793)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:896)
at sun.reflect.GeneratedMethodAccessor118.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:196)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:161)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1903)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1825)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:155)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:225)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
at
org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:930)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate
content with id [xwiki:Sandbox.tst-2010-11-05-001]
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:205)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:161)
at
org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:118)
... 93 more
Caused by: org.apache.velocity.exception.MethodInvocationException:
Invocation of method 'search' in class com.xpn.xwiki.api.XWiki threw
exception com.xpn.xwiki.XWikiException: Error number 3223 in 3: Exception
while searching documents with sql update XWikiDocument doc set
doc.title='asdf poiu quer' where doc.fullName='tst-2010-11-03-lIqw'
Wrapped Exception: Not supported for DML operations [update
com.xpn.xwiki.doc.XWikiDocument doc set doc.title='asdf poiu quer' where
doc.fullName='tst-2010-11-03-lIqw'] at xwiki:Sandbox.tst-2010-11-05-001[line
30, column 22]
at
org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:337)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:284)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:493)
at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:196)
... 95 more
Caused by: com.xpn.xwiki.XWikiException: Error number 3223 in 3: Exception
while searching documents with sql update XWikiDocument doc set
doc.title='asdf poiu quer' where doc.fullName='tst-2010-11-03-lIqw'
Wrapped Exception: Not supported for DML operations [update
com.xpn.xwiki.doc.XWikiDocument doc set doc.title='asdf poiu quer' where
doc.fullName='tst-2010-11-03-lIqw']
at
com.xpn.xwiki.store.XWikiHibernateStore.search(XWikiHibernateStore.java:2398)
at
com.xpn.xwiki.store.XWikiHibernateStore.search(XWikiHibernateStore.java:2327)
at
com.xpn.xwiki.store.XWikiHibernateStore.search(XWikiHibernateStore.java:2315)
at com.xpn.xwiki.store.XWikiCacheStore.search(XWikiCacheStore.java:660)
at com.xpn.xwiki.XWiki.search(XWiki.java:1728)
at com.xpn.xwiki.api.XWiki.search(XWiki.java:512)
at sun.reflect.GeneratedMethodAccessor458.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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)
... 106 more
My script is basically:
{{velocity filter="indent"}}
#set($searchDocumentsQuery="update XWikiDocument doc set doc.title='asdf
poiu quer' where doc.fullName='tst-2010-11-03-lIqw'")
#set($results=$xwiki.search($searchDocumentsQuery))
{{/velocity}}
Am I missing something?
(XWiki 2.2 and 2.4.)
--
View this message in context: http://xwiki.475771.n2.nabble.com/Failed-to-execute-the-velocity-macro-DML-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I would like to use this wiki for the purpose of exchanging informations
with colleagues involved in a collaborative research project in my
university and abroad.
my user name is pascalvenier
I would like to use the following server name for the wiki: complexite
Merci d'avance.
Pascal
Hello,
I am having some issues with the "order by" clause in HQL - the following
query:
$xwiki.searchDocuments("where doc.hidden = false and doc.id='${doc.parent}'
order by doc.title asc")
is returning the expected set of documents, but the title order is erratic.
The documents are reordered, but it is not alphabetized as anticipated.
Instead, there are several alphabetized "spurts" -- for example, I have 'A',
'C', 'P', ... 'A', 'A', 'B', 'C', 'D', 'E', etc. Within one of these spans,
no items appear out of order, but the 'span' separation is not expected or
desired. Is there a common issue that I could be overlooking?
Thank you,
Chris
--
View this message in context: http://xwiki.475771.n2.nabble.com/Unexpected-Order-By-Results-tp5702753p570…
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.5.1 and XWiki Enterprise Manager 2.5.1. These are bugfix
releases on the 2.5 branch.
The highlights of this release are: fixed and improved the PDF export,
fixed broken images from the office importer, fixed a severe performance
problem with many blog categories, and fixed broken scheduler functionality.
For more information, see the full release notes at:
- http://www.xwiki.org/xwiki/bin/Main/ReleaseNotesXWikiEnterprise251.
- http://www.xwiki.org/xwiki/bin/Main/ReleaseNotesXEM251.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
This may sound like a daft question and I ask in advance for your
forbearance for a neophyte.
I am attempting to have a wiki created on myxwiki.org and have followed to
the letter the instructions given:
"If you’re interested in having a wiki hosted on this farm please send an
email to the XWiki user mailing list with a subject of [myxwiki] new wiki
request and explaining briefly what you want to use this wiki for (give a
brief description). You’ll also need to register on myxwiki.org and give
your user name in the mail, as well as the server name you want for your
wiki (the name that will be used before .myxwiki.org to access the wiki).
Then one of the community Admins will create it for you"
However nothings seems to happen. Could someone please be of assitance.
Many thanks in advance.
Pascal Venier
Hi Mark,
On Nov 5, 2010, at 2:37 AM, mwallace(a)modusoperandi.com wrote:
>
> Apology for cross posting.
> Can someone point me to where in the XWiki code I could implement an
> extended XWiki link syntax? E.g. if I'd like to handle something like
> this:
> Berlin is a city in [[locatedIn::Germany>>Germany]]
> where I'm adding the double-colon syntax before the usual link info.
This is so cool that you have this need since we've just implemented extensibility for this in XE 2.5+:
http://jira.xwiki.org/jira/browse/XWIKI-5486
The doc is now available at:
http://code.xwiki.org/xwiki/bin/view/Modules/RenderingModule#HAddinganewLin…
Thanks
-Vincent
Hello,
I've just updated a 2.4 test installation to 2.5 and when accessing the
first page I got an exception: the WYSIWYG plugin is missing and so the
WYSIWYG editor is disabled. I guessed I should find it in
xwiki-web-gwt-wysiwyg-server-2.5.jar but there is no editor class
included. In the older versions the class was available?!
Is there a quick fix available?
Best wishes
Werner Greßhoff
On 11/01/2010 12:50 PM, Gregory GUENEAU wrote:
> Hi everyone,
>
> I am +1 to make stabilization work, on a couple of releases
> I am +1 to have soon a 3.0 release
> And i am +1 on the content vincent propose
>
> But my point of view is -1 stepping the release family number because the main purpose of what is discussed here is stabilization, and not showing the path of 3.x family.
>
> Therefore :
> - do we consider a january 2011 release to be stable enough ?
> - stabilization work wouldn'it be leading then to the last 2.x version instead of the first 3.x family version ?
> - is there behind it a consensus on what we will concentrate our effort in 3.x versions ? I mean thematics we can talk about.
> - therefore, are we in a situation where we can vote on the global thematics we will develop in 3.x releases ?
> - do we have a clear consensus short list of features that show the path of 3.x family ?
> - in consequence of that, is the release content here send a clear message to uneducated publics about what is in this future 3.x versions ?
> - do educated people care this much about release number, that we absolutely have to release a 3.0 with the content presented below ?
From the committers' point of view, it makes perfect sense for 3.0 to
be the culmination of the 2.x releases, but I'm not sure the users
understand this as well, so I'm extending the question to the users list.
Traditionally, proprietary software is developed behind the curtains,
and it's normal to have one big release every two years, with lots of
new features and some bugs which get fixed in subsequent bugfix
releases. Marketing comes mostly from the proprietary software world, so
from a marketing point of view, this is the "normal" way releases work.
In the open source world, since the development is done in the open, it
doesn't make sense to stash code away in a repository and only release
it once every two years. Still, most big projects use a release
versioning scheme similar to the proprietary products, but with a slight
difference which deeply changes the meaning. While proprietary products
use only a number (3, 8, 2010...), with eventual bugfixes versions (SP2,
5.5), open source usually has 3 numbers in its versions, with the
following meanings:
The first number changes rarely, and when it does, it signals a critical
change, like a complete rewrite of the codebase, a change of paradigm,
or major new features. The second number is the one that actually
identifies a release. The third number is the bugfix version. So, when
we say that PHP 5.3.2 was released, we actually say that version 3 of
PHP5, which is a different thing than PHP4, has been released again,
giving the second bugfix release. KDE 4.5.1 means version 5 of KDE4 saw
its first bugfix release.
Another tendency is for open source software to linger towards a major
release. For example, lots of software have a lot of releases before
1.0, going nearer and nearer: 0.6, 0.9, 0.9.9... And everybody knows
that 0.x comes before 1.0, and it's not just a bugfix version of an
imaginary 0.0 release.
A different topic is that of agile development, with very short releases
(2-3 weeks) for which traditional version number make no sense, since
such a product would reach version 42 in a couple of years. Either an
identifier, such as the SCM version number is used, or a continuous
counter (v1.42) is used. Since the software evolves in a fluid manner,
without a "breakthrough" version coming out of the regular releases, a
"major" version is released when the current features are stable and
they mix well together in a coherent product. Since releases come so
frequently, it's normal for users to be split into two categories: those
that follow the releases and know how the software is evolving, and
those that only monitor the major releases, and which see all the
continuous improvements at once.
While XWiki Enterprise is used in the enterprise environment, and it is
backed by commercial companies, it is a true open source project,
following an open source release model, so I don't think that a
proprietary product release scheme is suited.
Our development/release style is closer to the agile development
practice, albeit with mixed release types. In the future, once the core
is more stable than it is now, we'd like to move even closer to a full
agile release process, with 2-3 weeks between final releases. Thus, I
believe that the last release versioning strategy is the best for XWiki
Enterprise.
Note that we're already using this strategy in a more obvious way for
smaller modules (applications, skins, tools), where we do have 1.32 as a
stable version number.
Also note that although 1.9 was followed by 2.0, this was just a
coincidence, and not a natural version evolution, since we also felt
that the code was mature enough to receive a major number bump, but it
could just as well have been followed by a 1.10.
So, there are two different opinions here. One that 3.0 should present
the groundwork/roadmap for the following 3.x releases, and one that 3.0
should be the culmination of the work done so far on the 2.x releases.
The committers (with the exception of Ludovic) believe that the latter
is the better one, and it is in accordance with what we've been doing so
far. What do our users think?
As a final remark, the XWiki Open Source projects are governed by the
committers, so in the end the decision lies in the hands of the
developers, but we're always open to the larger community. If no
consensus is reached about when to release 3.0, we will continue
releasing 2.x versions.
What do XWiki users think? Is 3.0 as a culmination of the 2.x releases,
with no major new features besides what 2.5 already provides, something
the community expects?
> We have to make 100% sure our message will be understood by market. We are now in the Gartner magic quadrant and will increase our visibility outside the opensource community. In a world where new release number families means : "we show the path of the future of this software, even if the features we present are not perfect", i will strongly promote to answer in details the questions i mentionned before deciding 2.8 to be in fact 3.0.
XWiki SAS is in the Gartner report, as a vendor. The XWiki Enterprise
project is not in that report. I think the marketing direction that
Gregory and Ludovic are supporting is better suited for the company
offerings.
> Then here is the two elements that are probably the biggest things in the roadmap for 3.x versions :
> - going social (workspaces in xem, twitter like app, page stats for the user, etc.)
> - going to be an easy place to develop in (extension manager of course, but also documentation for dummies and a first app like "app within minute" proposed by guillaume and strongly needed by our front team)
>
> Is there a consensus on this list ? Then what should be the "demo" features we could present to be consistent for a 3.0 release ?
Yes, these should be central in the future 3.x releases, but not in 3.0,
which should be as stable as possible, without any "demo" features.
> Best
>
>
>
> On 1 nov. 2010, at 09:23, Vincent Massol<vincent(a)massol.net> wrote:
>
>> Hi everyone,
>>
>> Sergiu started mentioning the idea of a XE 3.0 when we defined the XE 2.6 roadmap. We need a more general agreement that we want a XE 3.0 and how to reach it.
>>
>> As Sergiu I believe we need a XE 3.0 ASAP for the following reasons:
>>
>> - it's been a bit more than 1 year since the XE 2.0 release and I feel it's good to have one major release every year
>> - we've added **lots** of features since XE 2.0. Check http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotes to get a feeling
>> - it's good for open source marketing
>>
>> Before being able to release XE 3.0 I think:
>>
>> - XE 2.6 is already planned for the 18th of November (with "mail this page" and "recent activity" features + icon/emoticon and wikiword support that was sneaked in surreptitiously)
>> - We should have a XE 2.7 release (1 month duration, ie leading us to the 18th of December) to finish started stuff:
>> -- Finish the Gadget integration since it's been started already and it's important. That said I'd actually be ok to not finish it if we think it's too much to release XE 3.0 quickly according to the dates below. Anca to tell us if it's possible in the timeframe.
>> -- First working extension manager that can be used to install XARs (replaces the old Packager on the back end side). Thomas to tell us if it's possible in the timeframe.
>> -- Recent Activity with apps sending events (XE 2.6 will already have a good part of it)
>> -- UI finishing touches
>> -- Some additional Security and Performance improvements if possible
>> -- etc (add what you'd like to see absolutely here - it should be work already started as much as possible and no new stuff)
>> - Release XE 3.0 one month after the XE 2.7 release, ie around 18th of January - ie end of January 2011)
>>
>> Very important: XE 3.0 should be a maturation/conclusion release, i.e. concluding all the work started in the 2.x series (same as what we did for XE 2.0). It shouldn't be seen as revolutionary stuff that we should add from now on since it'll take a year more before those can be fully stabilized and we would loose the window of opportunity of doing a major release now.
>>
>> Note: We shouldn't try to cram too much things in since that'll extend the lead time to release XE 3.0 and we'll loose the stabilization effect.
>>
>> WDYT?
>>
>> Thanks
>> -Vincent
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
You can access your new wiki on http://vg-concept.myxwiki.org
Enjoy :)
On Wed, Nov 3, 2010 at 21:00, Vladimir Goloubtzoff
<vladimir.goloubtzoff(a)gmail.com> wrote:
> Hi
> My register on myxwiki.org. is Vladimir
> Could you please activate my account
> Thanks
>
> 2010/11/3 Thomas Mortagne <thomas.mortagne(a)xwiki.com>
>>
>> Hi,
>>
>> You are supposed to register yourself on myxwiki.org.
>>
>> On Mon, Nov 1, 2010 at 11:35, Vladimir Goloubtzoff
>> <vladimir.goloubtzoff(a)gmail.com> wrote:
>> > Hi,
>> >
>> > As stated in my previous mail my wiki account has not yet been
>> > activated.
>> > Could you please take any necessary steps to activate my account?
>> > Thank you in advance
>> > Yours truly,
>> >
>> > 2010/10/28 Vladimir Goloubtzoff
>> >
>> >> Hi,
>> >> i would like to realize articles, manuals and activities
>> >> about the Internet, and the web.
>> >> username : vladimir
>> >> server name : vg-concept.myxwiki.org
>> >> Thank you.
>> > _______________________________________________
>> > 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
>
>
--
Thomas Mortagne
Hi,
i would like to realize articles, manuals and activities
about the Internet, and the web.
username : vladimir
server name : vg-concept.myxwiki.org
Thank you.
Hi,
I would like to realize activities, informational materials, personal
presentations.
Also, I assume to share with community materials about xwiki, prepared
myself.
username : ecolesnicov
server name : etvc.myxwiki.org
Thanks beforehand!
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/myxwiki-new-wiki-request-tp5690825p569082…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I wanna a wiki to storage my small pice of idears, and diary.
I have a xwiki instlled at my co's pc, but I can't access it at home.
THX! ( Sorry for my bad english. )
Hi!
I'm trying to list the users' name in a form, but the name have complement
(p.e. Name: Carlos Eduardo da Silva / HR - manager). As in a "List of users"
property, I want to display, when someone is selecting a name, the full name
and complement, but when displaying in the results I want it to show the
user's Alias.
So what I did was a class (XWiki.dbClass) with two properties:
Name (String) (p.e. Carlos Eduardo da Silva / HR - manager)
Alias (String) (p.e.Carlos)
Which I used as a DataBase to the property "Name" in the other class
(XWiki.formClass).
So, I chose for this property:
XWiki Class Name: XWiki.dbClass
Id Field Name: Name
Value Field Name: Alias
But the result was not as in a "List of Users" property, in which when one
choose for example "Carlos Eduardo da Silva" the result in the table is
"Carlos".
The result was that both, selected and diplayed information, are in this
example "Carlos".
And another thing... I didn't understand the DB Tree property. One thing
that worked was:
XWiki Class Name: XWiki.dbClass
Id Field Name: doc.fullName
Value Field Name: Alias
Parent Field Name: doc.parent
But I don't understand the meaning of that...
Can anyone help me ?
--
Atenciosamente,
Erica Usui.
Hi XWikiers,
Each night, my wiki farm is stopped during the backup of the database.
In the morning, when the first user connects to the wiki, the following
error appears in the xwiki.log :
[http://localhost/xwiki/bin/loginsubmit/XWiki/XWikiLogin] ERROR
nager.ApplicationManagerPlugin - Refresh all applications translations
informations
com.xpn.xwiki.XWikiException: Error number 3223 in 3: Exception while
searching documents with SQL [, BaseObject as obj where doc.fullName=
obj.name and obj.className=? and doc.fullName<>?]
Wrapped Exception: null
at
com.xpn.xwiki.store.XWikiHibernateStore.searchDocuments(XWikiHibernateStore.java:2588)
at
com.xpn.xwiki.store.XWikiHibernateStore.searchDocuments(XWikiHibernateStore.java:3037)
at
com.xpn.xwiki.store.XWikiHibernateStore.searchDocuments(XWikiHibernateStore.java:3001)
at
com.xpn.xwiki.store.XWikiHibernateStore.searchDocuments(XWikiHibernateStore.java:2989)
at
com.xpn.xwiki.store.XWikiHibernateStore.searchDocuments(XWikiHibernateStore.java:2941)
at
com.xpn.xwiki.store.XWikiCacheStore.searchDocuments(XWikiCacheStore.java:552)
at
com.xpn.xwiki.plugin.applicationmanager.core.doc.objects.classes.AbstractXClassManager.searchXObjectDocumentsByFields(AbstractXClassManager.java:938)
at
com.xpn.xwiki.plugin.applicationmanager.core.doc.objects.classes.AbstractXClassManager.searchXObjectDocuments(AbstractXClassManager.java:900)
at
com.xpn.xwiki.plugin.applicationmanager.ApplicationManager.getApplicationList(ApplicationManager.java:129)
at
com.xpn.xwiki.plugin.applicationmanager.ApplicationManager.updateAllApplicationTranslation(ApplicationManager.java:310)
at
com.xpn.xwiki.plugin.applicationmanager.ApplicationManagerPlugin.init(ApplicationManagerPlugin.java:122)
at
com.xpn.xwiki.plugin.XWikiPluginManager.initPlugin(XWikiPluginManager.java:153)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.java:90)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.java:118)
at com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:1155)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:827)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:756)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:383)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:471)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
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.web.ActionFilter.doFilter(ActionFilter.java:129)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
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.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:304)
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:127)
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:298)
at
org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:861)
at
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
at
org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1584)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
java.lang.IllegalStateException
at
org.apache.catalina.connector.ResponseFacade.sendRedirect(ResponseFacade.java:435)
at
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.showLogin(MyFormAuthenticator.java:95)
at
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.showLogin(MyFormAuthenticator.java:64)
at
com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.showLogin(XWikiAuthServiceImpl.java:396)
at
com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.checkAccess(XWikiRightServiceImpl.java:211)
at
com.xpn.xwiki.store.XWikiHibernateStore.searchDocuments(XWikiHibernateStore.java:2565)
at
com.xpn.xwiki.store.XWikiHibernateStore.searchDocuments(XWikiHibernateStore.java:3037)
at
com.xpn.xwiki.store.XWikiHibernateStore.searchDocuments(XWikiHibernateStore.java:3001)
at
com.xpn.xwiki.store.XWikiHibernateStore.searchDocuments(XWikiHibernateStore.java:2989)
at
com.xpn.xwiki.store.XWikiHibernateStore.searchDocuments(XWikiHibernateStore.java:2941)
at
com.xpn.xwiki.store.XWikiCacheStore.searchDocuments(XWikiCacheStore.java:552)
at
com.xpn.xwiki.plugin.applicationmanager.core.doc.objects.classes.AbstractXClassManager.searchXObjectDocumentsByFields(AbstractXClassManager.java:938)
at
com.xpn.xwiki.plugin.applicationmanager.core.doc.objects.classes.AbstractXClassManager.searchXObjectDocuments(AbstractXClassManager.java:900)
at
com.xpn.xwiki.plugin.applicationmanager.ApplicationManager.getApplicationList(ApplicationManager.java:129)
at
com.xpn.xwiki.plugin.applicationmanager.ApplicationManager.updateAllApplicationTranslation(ApplicationManager.java:310)
at
com.xpn.xwiki.plugin.applicationmanager.ApplicationManagerPlugin.init(ApplicationManagerPlugin.java:122)
at
com.xpn.xwiki.plugin.XWikiPluginManager.initPlugin(XWikiPluginManager.java:153)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.java:90)
at
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.java:118)
at com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:1155)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:827)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:756)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:383)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:471)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
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.web.ActionFilter.doFilter(ActionFilter.java:129)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
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.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:304)
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:127)
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:298)
at
org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:861)
at
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
at
org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1584)
at java.lang.Thread.run(Thread.java:619)
Does someone else encounter the same issue ? Is this related to an open bug
? If you have any idea, don't hesitate to reply me.
Best regards,
Maxime Mathieu
Hallo,
I noticed that lucene is capable of Indexing various office files (excel,
word, outlook mails); however, this doesnt happen automatically.
When I add the file it does not get indexed no matter how long I wait. When
I rebuild the Index via the administration terminal the files get indexed.
Also I get an error in the logs (error getting content of attachment of
doc ).
Is this an Lucene Error or has it something todo with my configuration?
Thomas
In case someone decides to follow the security improvement in Fedora's
Tomcat6 brought on by recent update to tomcat6-6.0.26-3 (
https://bugzilla.redhat.com/show_bug.cgi?id=640837 ) by changing
/etc/passwd 'tomcat' user to /sbin/nologin instead of /bin/sh ...
Making this change causes the openoffice server's startup (
xwiki/bin/view/XWiki/OfficeImporterAdmin ) to fail with message
"Inadequate Privileges."
Changing back to original login-allowing ~tomcat entry in /etc/passwd
allows OOo server to startup correctly.
.......................
see also https://bugzilla.redhat.com/show_bug.cgi?id=574593https://bugzilla.redhat.com/show_bug.cgi?id=605335https://bugzilla.redhat.com/show_bug.cgi?id=586364
tomcat6-6.0.26-3.fc12 (FEDORA-2010-16248)
Apache Servlet/JSP Engine, RI for Servlet 2.5/JSP 2.1 API
--------------------------------------------------------------------------------
Update Information:
* Includes security fix for cve-2010-2227.
* Package updated to new upstream version tomcat-6.0.26
* commons-dbcp-tomcat5, commons-collections-tomcat5, and commons-pool-tomcat5
have been dropped in favor of commons-collections, commons-pool, and
commons-dbcp
* Directory permissions fixed
* tomcat user shell fixed
--------------------------------------------------------------------------------
ChangeLog:
* Tue Oct 12 2010 David Knox <dk...(a)redhat.com> 0:6.0.26-3
- resolves: rhbz#641102
* Thu Oct 7 2010 David Knox <dk...(a)redhat.com> 0:6.0.26-1
- copied spec and patches from f13 to bring f12 up to date
- with all tomcat6 fedora.
* Mon Oct 4 2010 David Knox <dk...(a)redhat.com> 0:6.0.26-10
- ant-nodeps is breaking the build. Put ant-nodeps on the
- OPT_JAR_LIST
* Fri Oct 1 2010 David Knox <dk...(a)rehat.com> 0:6.0.26-9
- Resolves rhbz#575341 - Additionally created instances of Tomcat
- are broken
* Fri Jul 2 2010 David Knox <dk...(a)rehat.com> 0:6.0.26-8
- LSB initscript compliance
* Thu Jul 1 2010 David Knox <dk...(a)redhat.com> 0:6.0.26-7
- Made elspec the standard for elspec %post and %postun.
* Tue Jun 29 2010 David Knox <dk...(a)redhat.com> 0:6.0.26-6
- Completed package and file sections. Added el-spec. Fixed
- directory permission problems.
* Thu May 6 2010 David Knox <dk...(a)redhat.com> 0:6.0.26-5
- Working on 589145. Tomcat can't find java compiler for java.
* Thu Apr 8 2010 David Knox <dk...(a)redhat.com> 0:6.0.26-4
- Moved build-jar-repository to later in the install process.
* Tue Apr 6 2010 David Knox <dk...(a)redhat.com> 0:6.0.26-3
- Incremented the Release tag to 3 to avoid any confusion about which
- is the most recent
* Tue Apr 6 2010 David Knox <dk...(a)redhat.com> 0:6.0.26-1
- Solved packaging problems involving taglibs-standard
- Solved packaging problems involving jakarta-commons
- Corrected Requires(post) to Requires and checked companion BuildRequires
* Mon Mar 29 2010 David Knox <dk...(a)redhat.com> 0:6.0.26-2
- Update source to tomcat6.0.26
- Bugzilla 572357 - Please retest.
- OSGi manifests for servlet-api and jsp-api
* Fri Mar 26 2010 Mary Ellen Foster <mefos...(a)gmail.com> 0:6.0.24-2
- Add maven POMs and metadata
- Link tomcat6-juli into /usr/share/java/tomcat6
* Mon Mar 1 2010 Alexander Kurtakov <akurt...(a)redhat.com> 0:6.0.24-1
- Update to 6.0.24.
* Tue Dec 22 2009 Alexander Kurtakov <akurt...(a)redhat.com> 0:6.0.20-2
- Drop file requires on /usr/share/java/ecj.jar.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #612799 - CVE-2010-2227 tomcat: information leak vulnerability in
the handling of 'Transfer-Encoding' header
https://bugzilla.redhat.com/show_bug.cgi?id=612799
--------------------------------------------------------------------------------
Niels
http://nielsmayer.com
Hi guys,
I've managed to successfully migrate XWiki from FreeBSD 8.0 x64 Release
running Postgresql 8.2 and Apache Tomcat 6 to Nexenta Core 3 x86
(OpenSolaris distro) running as a virtual test machine on Virtual Box
running Postgresql 8.3 and Glassfish v3!!!!
I'd love to get the information out as a guide since the XWiki site
doesn't show anything in regards to migration let alone between systems
(that I've seen so far) or running XWiki with Glassfish and Postgresql
as the current version shows MySQL.
--or in addition doesn't have anything on installing Xwiki on FreeBSD
either which isn't very straight forward.
Of course this information will go on my wiki portal as it is basically
a portfolio of what I have done in my time of engineering both
UNIX/Linux and Cisco systems; however, I am just wondering if I could
create a login on the Xwiki site to post this information or
alternatively give it to someone that has access????
I think it would be a great commodity to Xwiki users wishing to test out
new installs or migrations between systems........ especially for new
users like myself who have either just started with Xwiki or only been
using it for a short period of time.
Regards,
Kaya
Hi,
We receive this remark from a visitor to www.cdlsworld.org (which runs on XWIKI 2.1.1, Hosted by Xwiki.com)
Quote:
I also just discovered that the site CDLSWorld.org does not work with 64 bits browser (at least with Internet Explorer) but only in 32 bits. Now Windows 7 and IE runs now in 64 bits. Now that more and more people are concerned, I suggest you inform the administrator.
Unquote.
We can not test it ourself, since we do not have Windows 64 bits?
Has anybody experienced this complaint, I can not imagine that a 64 bit client would matter?
If not, could it be a specific problem for our site?
Gerritjan
I intend to make more use of groups and updating the members on
changes relevant to them by sending them e-mail.
Watchlists look too technical/difficult and forcing group members to
use them is too cumbersome, so I'd like to start simple: exporting the
mail addresses and mailing them the old-fashioned way.
Now for the coding: I started with
http://code.xwiki.org/xwiki/bin/view/Snippets/CsvExportOfUsersSnippet
yet group membership is only enclosed in the objects of the respective
group pages. Any suggestions how to either export only members of a
set group, or include subscribed groups as a column?
Thanks in advance!
I have a new XWiki installation on Windows XP, Glassfish 3.0.1 Xwiki
version xwiki-enterprise-web-2.5.war, MySQL 5.1.35
The Issue:
I have a new empty wiki... on the page :
http://IPADDR:8080/xwiki/bin/import/XWiki/XWikiPreferences
Which says : "Your wiki seems empty. You may want to import the default
XWiki Enterprise wiki which..."
So in the dialogue box I browse to a downloaded backup of the wiki in a
xar file and try to import it but it returns back to the main screen as
if nothing happened (it does seem to upload but it is not listed as an
Available package after this. So I then try to default set of pages at
http://maven.xwiki.org/releases/com/xpn/xwiki/products/xwiki-enterprise-wik…
and this does not work either.
I've set up Xwiki successfully before (although the other installation
was on linux) and it went without issue.
As a clue I was getting this error first:
Error number 4001 in 4: Error while parsing velocity
page /templates/importinline.vm Wrapped Exception: Failed to evaluate
content with id [/templates/importinline.vm]
I noticed that I needed to start up the windows Glassfish service
manually... So I changed the user to be the Administrator account (Under
options for the Windows Glassfish Service) and then the template error
went away... Go figure... anyways the above error prevented the file
upload dialogue from even appearing but now... there is this issue.
Any suggestions? Other than not using Windows ;) because I tried that
suggestion already.
Hi all,
when exporting info macros or warning macros to PDF, these components aren't
rendered as they are in browser, in facts the box edge, the background color
and the related icons aren't printed in resulting pdf document. In this way,
the will of highlighting some text isn't ported to the pdf (and rtf) export.
is this a bug or simply this feature haven't been developed yet?
i'm testing XE 2.5M2 on Centos 5 64bit, tomcat 6.0.26 and jdk 1.6.0_20. IE7
on client side.
thanks,
claudio
--
View this message in context: http://xwiki.475771.n2.nabble.com/PDF-export-question-tp5622410p5622410.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I develop a simple macro for XML transformation in XWiki.
How can I post my macro contribution to code.xwiki.org?
I can login and edit pages, but I cannot create page excepted from
Office document.
Arnaud.
Hello
I put a file Text.txt as attachment in a page: Sandbox.Page1
I in an other page Sandbox.Page2, I write the following script:
{{groovy}}
def mydoc=xwiki.getDocument('Sandbox.Page1')
def myfile=mydoc.getAttachment('Text.txt')
println "|"+mydoc+"|"+myfile
{{/goovy}}
The result is
|Sandbox.Page1|null
If I put the same script in Sandbox.Page2, the result become:
|Sandbox.Page1|com.xpn.xwiki.api.Attachment@331be8
Why cannot get attachments from other document?
I run XWiki 2.5 with Tomcat 6.0.28, Mysql 5.1.49, Ubuntu 10.10
Arnaud.
Hi!
I'm having trouble with date queries...
I have a class with a date property and I want to filter all its documents
which have this date property equal to a defined value.
How can do that?
--
Atenciosamente,
Erica Usui.
Dear all,
I have a little problem with the behavior of the Spaces panel in the Dashboard section.
First of all, let me describe my portal configuration:
On my host I have one portal which takes the standard :80 port, then it's Xwiki on :28181
Unfortunately I cannot make xwiki port ( 28181 ) public so I created a reverse proxy in the following way:
ProxyPass /xwiki/ http://localhost:28181/xwiki/
ProxyPassReverse /xwiki/ http://localhost:28181/xwiki/
ProxyPass /xwiki http://localhost:28181/xwiki
ProxyPassReverse /xwiki http://localhost:28181/xwiki
Then I can access to my Xwiki with the following url:
apps.man.poznan.pl/xwiki
From the internal network I can use that one as well:
apps.man.poznan.pl:28181
Now I can describe my problem: when I access xwiki with the port, everything works as expected.
Unfortunately when I use /xwiki url I'm getting the view as on the attached screenshot. It seems that
somehow the links for those little icons are broken. Those links are still active but it doesn't look that good.
I imagine this a minor glitch but if someone has any ideas how to fix that..
Thanks,
Piotr
Hi,
We would like to, conditionally, redirect users who log in to their profile page. (in our case; XWiki.<username>)
The condition is: User is not in ANY OTHER GROUP then XWikiAllGroup.
How can I do this most elegantly, modifying as little as possible of the standard pages that come with a distribution of XWIKI
Gerritjan Koekkoek
Hi,
is there a way to hide/disable (better hide) the "Save & Continue" button
when editing a page? My users like to click it very often creating a
veeeeery long history.
If there isn't a property to do so, i think i'll customize the source code,
in which .vm file do i have to put my hands? or is it in a .js file?
Thanks a lot,
claudio
--
View this message in context: http://xwiki.475771.n2.nabble.com/Disabling-Save-Continue-button-tp5682916p…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi colleagues!
I testing some application with standart organization (many of XWiki
applications organized in a same way):
Exists TestAppCode space with all classes, templates, sheets, codes and
exists TestApp space with visualization pages using {{include
document="TestAppCode.SomeTemplate"/}}
When I trying to use getRenderedContent for this document from TestApp (for
example, when I want to send this page by email form another page with my
own code) I get rendered content of TestAppCode.SomeTemplate - not the
content of my data.
I want to clarify - this is because of
http://jira.xwiki.org/jira/browse/XWIKI-4274? Looks like my situation ... I
staying in one page and trying to getRenderedContent for the another page.
Maybe exists some ways to overcome this issue?
Thanks beforehand
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/getRenderedContent-issues-tp5666553p56665…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hey everyone I have been looking around and right now, the notification
emails are sent out by mailer(a)xwiki.localdomain.com, and this is something
that I would like to change.
I looked around in the WatchListMessage.Mail object and can not find where
it is set, I don't see it in the Graphical SMTP settings either, can I get
some help to point me in the right direction, is it something that I have to
set by hand in the config?
Thanks for all your continued help
Martin Bryant
Modus Operandi
http://www.modusoperandi.com
--
View this message in context: http://xwiki.475771.n2.nabble.com/Notification-Mailer-tp5678798p5678798.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello dear friends and community
I need your help with registering users.
The question is:
I have a database table wich contains a list of registered users to my
website.
Now, I want to import this list of users to my XWIKI application.
But i dont know how to import it.
I can select all user name and put them in an xwiki array or set.
and then, i can write a script that will use a for loop to create users
taking username from the array and putting a defualt pathword which users
can change later.
#set($userNames=
{"A","B","C",...................................................})
#set($fields = [])
##
#foreach($userName in $userNames)
## The first name field, no checking.
#set($field = $userNames)
#set($discard = $fields.add($field))
etc....
#createUser($fields, $request, $response, $doAfterRegistration)
#end
will it work?
I am not proficient in XWiki and velocity programming, and I ask for your
help.
Any help will be appriciated.
Hi,
I currently have XWIKI v2.3.2 (windows, standalone XWIKI installation) and
have problems upgrading to the latest release, v 2.5 Milestone 2.
All the following options have FAILED:
1. Upgrade according to the documentation:
--------------------------------------------
- I've created a new xwiki dir, and copied all the WAR content into this
dir. (still using the old DB)
- When i'm trying to access the page i get the following error:
HTTP ERROR 500
Problem accessing /xwiki/bin/view/Main/. Reason:
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 create a DBCP pool. There is an error in the
hibernate configuration file, please review it.
Caused by:
...
...
Wrapped Exception:
com.xpn.xwiki.XWikiException: Error number 0 in 3: Exception while hibernate
execute
Wrapped Exception: Could not create a DBCP pool. There is an error in the
hibernate configuration file, please review it.
....
....
Wrapped Exception:
org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class
'org.hsqldb.jdbcDriver'
2. DB export / import
--------------------------------------------
- Export DB from v 2.3
- Clean install v2.5
- Import database
- Got 10MB max attachment message
- After changing this limit in the XWIKIPreferences, i got JAVA heap out of
memory exception while trying to import my 90mb XAR.
3. DB copy
--------------------------------------------
- Clean install v2.5
- Copy database file from v2.3 to v2.5 dir
- XWIKI loads and works but the Lucene search doesn't work (and i'm not sure
what else.. for start, i'm unable to search inside attachments...)
ANY HELP??
Thanks
Sharon.
Hello,
I develop a macro which display object attached to the current page.
Here summary of my code:
{{goovy}}
def topic = doc.getObject("ActivityReport.TopicClass",
Integer.valueOf(xcontext.macro.params.id))
println "|"+doc.displayPrettyName("topic", title)+"|"+topic.get("title")
println "|"+doc.displayPrettyName("topic", action)+"|"+topic.get("action")
println "|"+doc.displayPrettyName("topic", status)+"|"+topic.get("status")
{{/groovy}}
In my macro page, I put one instance of my TopicClass for development.
That working fine.
In an other page I put an other instance and call my macro.
It display instance from macro page !!!
I suppose that I should not used doc to find current document in macro.
But I don't find in
http://platform.xwiki.org/xwiki/bin/view/DevGuide/WikiMacroTutorial
how to retrieved current document.
I also test xcontext.doc, but it is same as doc.
So how can find current document (the document which call my macro)?
Regards,
Arnaud.
Has anybody run the new xwiki on a windows 2008 server box, preferably x64. I am upgrading to the new version and I run in a windows environment and would like to make use of 2008.
Thanks
________________________________
This communication and attachment(s) are the confidential property of INVISION, Inc. If you are not the intended recipient, please notify the sender immediately and delete this message; any copying, dissemination or use of these contents by persons other than the intended addressee(s) is prohibited. Thank you.
Hi,
I would like to share with you three proposals about XE/XEM. I've not a
clear idea about the cost in terms of "programming effort", but I would
like to know if you consider them suitable.
1. In a XE/XEM default installation I think it would be better to
include the username/password fields and the links "Forgot your username
or password?"utilities in the headerglobal area. That way, users will
not be redirected to a different page and can easily see changes in
their current one (the one from where they are logging) once they are
authenticated.
2. On log out, if the user has not access to his/her current page, it
will be informed with a message. Currently you "only" get redirected to
the log in page. Users with concerns about who access contents they have
created or are responsible of, will be happier with this information
message.
3. To show in the Information tab or in an /ad hoc/ tab adding some
administrative capabilities (granting/revoking access rights, for
instance) what users/groups have what rights on the current document.
All these three proposals/ideas are mostly oriented to the use of XWiki
based information systems developed for groups with requirements about
access control and access monitoring. Nothing weird in industrial
environments, nor in biomedical ones.
Thanks for your opinions!
Ricardo
--
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems