I already tried to post this question earlier via the ObjectWeb Sympa interface,
but did not see it back in the archive list, nor did I get a e-mail
confirmation. So please excuse me if it is posted twice now.
I am currently evaluating XWiki for deployment in my company. So far everything
looks great, but I ran into a blocking issue. I have setup XWiki to authenticate
with LDAP, which is a requirement for us. The user names provided by our LDAP
server all have dots in them, like 'eric.ter.haar'. XWiki seems to have a
problem with this. When login in for the first time it creates a new user name
that is equal to the part after the last dot, e.g., 'haar'. And it creates a
space with the other part, like 'eric.ter'. The next login fails but without any
notice.
Does anyone know how to get around this?
Thanks,
Eric
hej,
does anyone know whether it is possible to import a snipsnap exported xml ?
as far as i know both are based on the radeox engine and as snipsnap is no
longer maintained, lots of people will have to look for a migration path -
and xwiki looks really promising.
greetings from vienna
gerold
Hi there,
After running XWiki fine in my local server, I'm trying to run it on my hosting provider.
Acces to WebHome yelds the error:
javax.servlet.ServletException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: access denied (java.io.FilePermission /WEB-INF/xwiki.cfg read)
I tried changing web.xml to
<env-entry>
<env-entry-name>XWikiConfig</env-entry-name>
<!--
<env-entry-value>/WEB-INF/xwiki.cfg</env-entry-value>
-->
<env-entry-value>/virtual/lozano.eti.br/www/xwiki/WEB-INF/xwiki.cfg</env
-entry-value>
<env-entry-type>java.lang.String</env-entry-type>
</env-entry>
That is, I tried cofiguring the real phisical path to the xwiki.cfg file,
But still get the same error.
My ISP tells me Xwiki is trying to get /WEB-INF/xwiki.cfg as an absolute file system path,
not as a context-relative path, and it looks like changing the <env-entry> has no effect.
What should I do?
[]s, Fernando Lozano
Hi!
I've made a panel that displays tags in a tag cloud (size relative to
occurrence). But on a few occasions I get an exception, and I've managed
to pinpoint fairly accurately under what circumstance. The code
involved, that usually works is this:
#set($query = "select elements(prop.list) from BaseObject as obj,
DBStringListProperty as prop where obj.className='XWiki.TagClass' and
obj.id=prop.id.id and prop.id.name='tags'")
#set( $allTags = $xwiki.search($query))
#set( $allTagsSorted = $xwiki.sort($allTags))
If the user is not logged in, and presses the login link in the top left
corner (--> /xwiki/bin/login/XWiki/XWikiLogin), the panel returns the
enclosed exception. After some debugging, it seems that $allTags is not
assigned a value from $xwiki.search($query). This leads me to believe
that $xwiki might not be available from this particular context. Has
anyone else encountered this, or is it an artifact in my environment?
I'm running xwiki v1.1-milestone2, mysql, winxp, tomcat, java5. Both my
db and xwiki installs are pretty fresh and un-tampered with.
best regards :-)
Thomas
13:47:50,211 ERROR http-9080-2 http://myHost:9080/xwiki/bin/login/XWiki/XWikiLogin?xredirect=http%3A%2F%2F… SimpleLog4JLogSystem:logVelocityMessage:154 - Method sort threw exception for reference $xwiki in template XWiki.XWikiLogin at [6,24]
org.apache.velocity.exception.MethodInvocationException: Invocation of method 'sort' in class com.xpn.xwiki.api.XWiki threw exception java.lang.NullPointerException @ XWiki.XWikiLogin[6,31]
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:286)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:419)
at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:73)
at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:125)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:240)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:143)
at com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:91)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:229)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:161)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:132)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:366)
at com.xpn.xwiki.objects.classes.TextAreaClass.displayView(TextAreaClass.java:165)
at com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:1265)
at com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:1245)
at com.xpn.xwiki.api.Document.display(Document.java:864)
at sun.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:448)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:88)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:240)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:143)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1249)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1218)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:491)
at sun.reflect.GeneratedMethodAccessor59.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:240)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:143)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1249)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1218)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:491)
at sun.reflect.GeneratedMethodAccessor59.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:194)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:170)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:240)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:143)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1249)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1218)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:98)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:159)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
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.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:118)
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:228)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NullPointerException
at java.util.Collections.sort(Collections.java:116)
at com.xpn.xwiki.api.XWiki.sort(XWiki.java:1676)
at sun.reflect.GeneratedMethodAccessor110.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
... 99 more
Resend
---------- Forwarded message ----------
From: Lee Meador <lee(a)leemeador.com>
Date: Jul 16, 2007 2:48 PM
Subject: External link to same server
To: xwiki-users(a)objectweb.org
The links documentation tells how to add a link to another wiki page and a
link to a URL like http://yahoo.com
I would like to link to a URL that isn't inside the xwiki application but is
on the same server without putting in the hostname or ip address. If I was
doing this in html, I would use "<a href="/otherapp/home">Other App</a>.
I tried the form [/otherapp/home] and simply /otherapp/home but those don't
generate the right link. (The first comes out as a link to an xwiki page.
The second comes out as plain text.)
Is there a way to do this?
Thanks.
--
-- Lee Meador
--
-- Lee Meador
Sent from gmail. My real email address is lee AT leemeador.com
I already tried to post this question earlier via the ObjectWeb Sympa
interface, but did not see it back in the archive list, nor did I get a
e-mail confirmation. So please excuse me if it is posted twice now.
I am currently evaluating XWiki for deployment in my company. So far
everything looks great, but I ran into a blocking issue. I have setup
XWiki to authenticate with LDAP, which is a requirement for us. The user
names provided by our LDAP server all have dots in them, like
'eric.ter.haar'. XWiki seems to have a problem with this. When login in
for the first time it creates a new user name that is equal to the part
after the last dot, e.g., 'haar'. And it creates a space with the other
part, like 'eric.ter'. The next login fails but without any notice.
Does anyone know how to get around this?
Thanks,
Eric
Oi,
Simple question: is that possible? Or are security manager
configurations (Tomcat Sandboxed) make impossible to tune to run current
XWiki (1.0)?
[]s, Fernando Lozano
Hi there,
This is a silly question, but I can't find anywhere on xwiki.org which
is the sandbox login and password. But the xwiki.org registration states
we should not register to use the Sandbox.
[]s, Fernando Lozano
Hi, I just switched from MediaWiki and installed XWiki 1.1m3, and I found
section editing and collaborative editing one page in xwiki is not so well
supported compared with MediaWiki. And I have several questions:
(1) Instead of using h2 tag to automatically add a section editing icon,
could I manually tag a paragraph as a section and edit it?
(2) Even if I divide the whole page into several sections with h2 tag, when
different users edit different sections in one page, xwiki still indicates
someone locks the page, is it possible to get smaller lock granularity and
lock just the section rather than the whole page?
I think wiki is a collaborative tool, and editing one page in the same time
is a very important functionality and should be well
supported.Anysuggestion is appreciated, thanks.
Regards,
Hi,
I'm about to modify the SVN externals definition for trunks-users so
that they point to our own XWiki readonly SVN repo instead of
pointing to the OW repo as there are issues with it.
If you have checked out trunks-users, then do a svn update once I've
made the change. Hopefully that'll just work. If not, you might need
to do a new checkout.
Sorry for that
Thanks
-Vincent
Hi Vincent,
This feature isn't implemented. Is that something Mediawiki does?
MediaWiki does not support manually annotating a section, but MediaWiki will
automatically divide all html head titles(h1, h2 ...) into a section, so the
granularity of a page is relatively small, and conflict will happen
rarely, while in Xwiki, only " 1.1" tag will generate a section to edit.
This is a bug. Would you mind creating a JIRA issue for it? (in the
> XWiki Platform project - http://jira.xwiki.org)
Issue created.
http://jira.xwiki.org/jira/browse/XWIKI-1531
Regards,
Yue
Hi Brandon,
Your idea sounds good. I'm gonna try it to see if it works on local configuration. If not I will have to do all the tests on our server and that what I don't want.
Thanks and Bye
If you're working local, that could be why.
I've never tried this setup extensively myself; but I have known the hosts file to work in certain circumstances for the same thing (using a name to access an IP address).
Have you considered using something like Winproxy to provide DNS services? There is usually a free trial available as well, so you needn't pay to test the scenario.
-----Original Message-----
From: diaga(a)nomade.fr [mailto:diaga@nomade.fr]
Sent: 23 July 2007 12:01
To: xwiki-users
Subject: RE: [xwiki-users] Virtual wiki
Hi Tim,
Thank you for your answer. I was afraid that the only solution is using DNS. But at least, I am sure now that this is the only solution.
Bye
Diaga,
I had the same problem and the way I solved it, and only way I know, is having a DNS. Look into the archive for the advice I recieved. Also, make sure you granted the rights for both databases on your relational database.
Tim
________________________________
From: diaga(a)nomade.fr [mailto:diaga@nomade.fr]
Sent: Thu 7/19/2007 10:56 AM
To: xwiki-users(a)objectweb.org
Subject: [xwiki-users] Virtual wiki
Hi,
I was trying to create two virtual wikis but this is not working. I used apache and the hosts file of windows to make virtual hosts pointing on the xwiki controller. I have no DNS, I am working on local. In the near futur, I will have an pûbmlic IP adresse and no DNS or subdomain. I am a little confuse. If someone can help because I am really lost.
Thanks a lot, bye
------------------------ ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET ! --------------- Découvrez vite l'offre exclusive ALICEBOX et CANAL+ LE BOUQUET, en cliquant ici http://alicebox.fr Soumis à conditions.
------------------------ ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET ! ---------------
Découvrez vite l'offre exclusive ALICEBOX et CANAL+ LE BOUQUET, en cliquant ici http://alicebox.fr
Soumis à conditions.
Lets say I have this 2 line text file called Hello.txt.
Hello world.
goodbye world.
How can I display the contents of this file on a page? I believe I can do it
with page.setTextArticle(article);. However, I am a newbie to xwiki and I
am still in the dark. What is the full code snippet to use?
Thanks in advance.
carlos
Hi,
I installed XWiki standalone on windows. I went in using Admin/admin then entered my own personal details. Now I can�t log in using either Admin or my account details, it always says Wrong User Name. So I uninstalled and reinstalled, same problem. Strangely after the reinstall the welcome message and other characteristics of the virgin installation don�t come back. Is something left in the registry?
Any tips please?
TIA
John
I found something like this on the xWiki web site but it doesn't quite work.
This is what I put on the page.
#set($attachment=$doc.getAttachment("MyFile.doc"))
#mimetypeimg($attachment.getMimeType().toLowerCase()
$attachment.getFilename().toLowerCase())
"MyFile.doc" is an attached MS Word document. (Attached to that page.)
The funny thing about it is that when the page displays it shows the ICON
followed by some extra stuff that looks like this:
doc?" title="doc?<http://10.57.38.187:8080/xwiki/bin/edit/WARS/doc?parent=WARS.2005&editor=wy…>
"/>
The problem seems to lie in the html where the code generated by the
Velocity stuff above looks like this:
<img src="/xwiki/skins/albatross/mimetypes/word.png"
alt="<a class="wikicreatelink" href="/xwiki/bin/edit/WARS/doc?parent=
WARS.2005&editor=wysiwyg"><span class="wikicreatelinktext">doc</span><spanclass
="wikicreatelinkqm">?</span></a>" title="<a class="wikicreatelink" href=
"/xwiki/bin/edit/WARS/doc?parent=WARS.2005&editor=wysiwyg"><span class=
"wikicreatelinktext">doc</span><span class="wikicreatelinkqm">?</span></a>"
/>
I first looked at xWiki last Thursday so I don't know much about what's
going on. But that looks to me like some sort of text substitution is taking
place where the contents of the "alt" is expanded into something containing
a double-quote that ends the "alt" before its time. That makes the funny
stuff display when it should only create an "alt" message for the image. The
class "wikicreatelink" makes me suspicious as well.
So ... am I doing something wrong in the Velocity code above when I try to
create the interesting icon on the page?
Or ... is something in the xwiki application messing it up? (And, if so, is
there some workaround.)
Thanks.
--
-- Lee Meador
The folliwing error occurs when saving custom article documents; I can't
seem to find the problem (probably something daft). Anyone ever seen
this, or could suggest where to start looking?
====
Error number 3201 in 3: Exception while saving document Daiwa.Title
Wrapped Exception: Row was updated or deleted by another transaction (or
unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.StringListProperty#
]
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
saving document Daiwa.Title
Wrapped Exception: Row was updated or deleted by another transaction (or
unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.StringListProperty#
]
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore
.java:321)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:10
0)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:94
)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:934)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:116)
at
com.xpn.xwiki.web.SaveAndContinueAction.action(SaveAndContinueAction.jav
a:67)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:149)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.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:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:118)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:210)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
51)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:87
0)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:685)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
org.hibernate.StaleObjectStateException: Row was updated or deleted by
another transaction (or unsaved-value mapping was incorrect):
[com.xpn.xwiki.objects.StringListProperty#
]
at
org.hibernate.persister.entity.AbstractEntityPersister.check(AbstractEnt
ityPersister.java:1635)
at
org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEn
tityPersister.java:2208)
at
org.hibernate.persister.entity.AbstractEntityPersister.updateOrInsert(Ab
stractEntityPersister.java:2118)
at
org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEn
tityPersister.java:2374)
at
org.hibernate.action.EntityUpdateAction.execute(EntityUpdateAction.java:
84)
at
org.hibernate.engine.ActionQueue.execute(ActionQueue.java:243)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:227)
at
org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:141)
at
org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(
AbstractFlushingEventListener.java:296)
at
org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEv
entListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1009)
at
org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:356)
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:10
6)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernat
eBaseStore.java:617)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernat
eBaseStore.java:591)
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore
.java:316)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:10
0)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:94
)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:934)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:116)
at
com.xpn.xwiki.web.SaveAndContinueAction.action(SaveAndContinueAction.jav
a:67)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:149)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.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:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:118)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:210)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
51)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:87
0)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:685)
at java.lang.Thread.run(Thread.java:595)
Sorry it was my mistake, it appears that when I unzipped the .war (under
Windows Vista) for modifications some files got corrupted. All is ok now,
after i redid the operation correctly.
See you
Nicolas
2007/7/23, Nicolas Réau <nicolas.reau(a)gmail.com>:
>
> Hello,
>
> I'm trying today to update an old 0.9 installation to the last milestone
> 1.3 on an Ubuntu server
>
> I think my configuration files are ok (they work on another server with
> almost the same install) , same with the link to the DB (mysql)
>
> But i get this error:
>
> Etat HTTP 404 - /bin/view/Main/WebHome
> ------------------------------
>
> *type* Rapport d'état
>
> *message* */bin/view/Main/WebHome*
>
> *description* *La ressource demandée (/bin/view/Main/WebHome) n'est pas
> disponible.*
>
> (requested ressource not available)
>
> I must say that i'm on an Ubuntu server that's why i follow this thread.
> Maybe is it linked to it?
> In tomcat/webapps i have my xwiki folder (i unpacked manually the
> xwiki-milestone..war locally to modify the configuration file and then
> uploaded the folder, with "xwiki" as name)
>
> Any ideas?
> Thanks
>
> Nicolas
>
> *
> *
>
>
> 2006/12/21, François Le Droff <francois.le.droff(a)gmail.com>:
> >
> > Hi Rémi,
> >
> > I installed xwiki 0.9.840 on ubuntu as well in the past,
> > Here are the issues I faced :
> >
> > * some issues with the java security manager, my workaround was to
> > turn it off, in
> > etc/init.d/tomcat
> > {code}
> > # Use the Java security manager? (yes/no)
> > TOMCAT5_SECURITY=no
> > {code}
> >
> > * xwiki upload permission denied:
> >
> > http://mail-archive.objectweb.org/xwiki-users/2006-02/msg00069.html
> >
> > This problems occurs when files are bigger than 100K and the file
> > system is used for temporary storage instead of the memory. The
> > directory is usually tomcat/work/Catalina/localhost/xwiki and the user
> > under which your tomcat process is running should have permission to
> > this directory. Tomcat policies could affect this if you policies
> > state that you can't write to the file system, but this is not the
> > case in default policies You can change the temporary directory with
> > the xwiki.upload.tempdir parameter in xwiki.cfg
> >
> > xwiki.upload.tempdir= /usr/share/tomcat5/temp
> >
> >
> >
> > On 12/21/06, FireWave <firewave(a)free.fr> wrote:
> > > I use xwiki.war, same name on win or Ubuntu (Debian based)
> > > I use the same url than on windows, like
> > > http://localhost:8080/xwiki/bin/view/Main/WebHome
> > > I tried some other webapps application on tomcat linux, all works fine
> > > but xwiki.
> > > So, Tomcat works, mySQL is the same version on Win or Linux, .war and
> > db
> > > the same file too..
> > > Yeah it's very strange !!!!
> > >
> > > I'm so despaired !!! Please help ! :'(
> > >
> > > Thanks :)
> > > Rémi / F4EPA, Paris, France
> > >
> > >
> > >
> > > Vincent Massol a écrit :
> > > > Hi Remi,
> > > >
> > > >
> > > >> -----Original Message-----
> > > >> From: FireWave [mailto:firewave@free.fr]
> > > >> Sent: jeudi 21 décembre 2006 14:07
> > > >> To: xwiki-users(a)objectweb.org
> > > >> Subject: Re: [xwiki-users] Pb install sous Debian
> > > >>
> > > >> Hi,
> > > >> I think I've the same problem.
> > > >> I use the .war on tomcat.. And after restarting tomcat server, the
> > war
> > > >> are unwared and deployed, but, if I go on Tomcat admin webtool,
> > X-Wiki
> > > >> doesn't appear, and 404..
> > > >>
> > > >
> > > > * What's the name of your war in $TOMCAT_HOME/webapps/?
> > > > * What's the URL you're using when the 404 is returned?
> > > >
> > > >
> > > >> When I install with the same way on TomCat (same version) on WinOS,
> > all
> > > >> work fine.
> > > >>
> > > >
> > > > Hmmm... Strange. Tomcat should work the same on all OS.
> > > >
> > > >
> > > >> Sorry, I don't know what's the context path, and where change it.
> > > >> Thanks,
> > > >>
> > > >
> > > > Let's first find what the issue is.
> > > >
> > > > Thanks
> > > > -Vincent
> > > >
> > > >
> > > >> Vincent Massol a écrit :
> > > >>
> > > >>> Hi Daniel,
> > > >>>
> > > >>> Are you using the standalone installation ? Or are you using the
> > > >>>
> > > >> XWiki
> > > >>
> > > >>> WAR that you're dropping in a servlet container of your own? If
> > so,
> > > >>> you're the one choosing the context path. If you haven't specified
> > > >>> anything it's usually the war file name.
> > > >>>
> > > >>> Thanks
> > > >>>
> > > >>> -Vincent
> > > >>>
> > > >>> PS: Please write in English!
> > > >>>
> > > >>> *From:* Daniel Marre [mailto: Daniel.Marre(a)insa-toulouse.fr]
> > > >>> *Sent:* jeudi 21 décembre 2006 11:16
> > > >>> *To:* xwiki-users(a)objectweb.org
> > > >>> *Subject:* [xwiki-users] Pb install sous Debian
> > > >>>
> > > >>> Bonjour,
> > > >>>
> > > >>> j'ai un pb d'installation sous Debian, si vs pouvez jeter un oeil
> > ce
> > > >>> serait sympa.
> > > >>>
> > > >>> merci par avance.
> > > >>>
> > > >>> Amicalement.
> > > >>>
> > > >>> D.M.
> > > >>>
> > > >>>
> > ---------------------------------------------------------------------
> > > >>>
> > > >> -
> > > >>
> > > >>> ----
> > > >>>
> > > >>> J'ai téléchargé et installé la version xwiki-1.0-beta-1.tar.gz
> > > >>>
> > > >>>
> > > >> <https://forge.objectweb.org/project/download.php?group_id=170&file_id
> >
> > > >>
> > > >>> =7409>
> > > >>>
> > > >>> sous linux Debian.
> > > >>>
> > > >>> J'ai lancé le serveur correctement.
> > > >>>
> > > >>> Si j'accède à http://localhost:8080/xwiki/ j'obtiens
> > > >>>
> > > >>>
> > > >>> XWiki Installation
> > > >>>
> > > >>> * Installation Instructions
> > > >>>
> > > >> <http://localhost:8080/xwiki/install.txt>
> > > >>
> > > >>> * XWiki Home Page
> > > >>> < http://localhost:8080/xwiki/bin/view/Main/WebHome>
> > > >>>
> > > >>> mais en cliquant sur le Xwiki Home Page me donne :
> > > >>>
> > > >>>
> > > >>> HTTP ERROR: 404
> > > >>>
> > > >>> Not Found
> > > >>>
> > > >>> RequestURI=/xwiki/bin/view/Main/WebHome
> > > >>>
> > > >>> L'accès suivant le lien
> > > >>> http://localhost:8080/xwiki/bin/view/Main/WebHome
> > > >>> indiqué sur la page 'installation ' de votre site me donne la même
> >
> > > >>> chose (ce qui me semble là normal).
> > > >>>
> > > >>> --
> > > >>>
> > > >>>
> > > >>>
> > > >>> Daniel Marre
> > > >>>
> > > >>>
> > > >>>
> > > >>> Directeur des études du DGEI
> > > >>>
> > > >>>
> > > >>>
> > > >>> Maître de Conférences en Informatique
> > > >>>
> > > >>> INSA - DGEI www.insa-toulouse.fr
> > > >>>
> > > >> <http://www.insa-toulouse.fr >
> > > >>
> > > >>> 125 AV. de Rangueil - 31077 - Toulouse (France)
> > > >>>
> > > >>> Daniel.Marre(a)insa-toulouse.fr <mailto:
> > Daniel.Marre(a)insa-toulouse.fr>
> > > >>>
> > > >> (33) 5.61.55.98.08
> > > >>
> > > >>>
> > ---------------------------------------------------------------------
> > > >>>
> > > >> -
> > > >>
> > > >>> --
> > > >>>
> > > >>>
> > > >>> --
> > > >>> You receive this message as a subscriber of the xwiki-
> > > >>>
> > > >> users(a)objectweb.org mailing list.
> > > >>
> > > >>> To unsubscribe: mailto: xwiki-users-unsubscribe(a)objectweb.org
> > > >>> For general help: mailto:sympa@objectweb.org?subject=help
> > > >>> ObjectWeb mailing lists service home page:
> > > >>> http://www.objectweb.org/wws
> > > >>>
> > > >>>
> > > >
> > > >
> > > >
> > > >
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > >
> > > > --
> > > > You receive this message as a subscriber of the
> > xwiki-users(a)objectweb.org mailing list.
> > > > To unsubscribe: mailto: xwiki-users-unsubscribe(a)objectweb.org
> > > > For general help: mailto:sympa@objectweb.org?subject=help
> > > > ObjectWeb mailing lists service home page:
> > http://www.objectweb.org/wws
> > > >
> > >
> > >
> > >
> > >
> > > --
> > > You receive this message as a subscriber of the
> > xwiki-users(a)objectweb.org mailing list.
> > > To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> > > For general help: mailto: sympa(a)objectweb.org?subject=help
> > > ObjectWeb mailing lists service home page:
> > http://www.objectweb.org/wws
> > >
> > >
> > >
> >
> >
> > --
> >
> > François Le Droff
> > http://www.droff.com
> >
> >
> >
> > --
> > You receive this message as a subscriber of the
> > xwiki-users(a)objectweb.org mailing list.
> > To unsubscribe: mailto: xwiki-users-unsubscribe(a)objectweb.org
> > For general help: mailto:sympa@objectweb.org?subject=help
> > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >
> >
>
Hi Tim,
Thank you for your answer. I was afraid that the only solution is using DNS. But at least, I am sure now that this is the only solution.
Bye
Diaga,
I had the same problem and the way I solved it, and only way I know, is having a DNS. Look into the archive for the advice I recieved. Also, make sure you granted the rights for both databases on your relational database.
Tim
________________________________
From: diaga(a)nomade.fr [mailto:diaga@nomade.fr]
Sent: Thu 7/19/2007 10:56 AM
To: xwiki-users(a)objectweb.org
Subject: [xwiki-users] Virtual wiki
Hi,
I was trying to create two virtual wikis but this is not working. I used apache and the hosts file of windows to make virtual hosts pointing on the xwiki controller. I have no DNS, I am working on local. In the near futur, I will have an pûbmlic IP adresse and no DNS or subdomain. I am a little confuse. If someone can help because I am really lost.
Thanks a lot, bye
------------------------ ALICE C'EST ENCORE MIEUX AVEC CANAL+ LE BOUQUET ! ---------------
Découvrez vite l'offre exclusive ALICEBOX et CANAL+ LE BOUQUET, en cliquant ici http://alicebox.fr
Soumis à conditions.
Hello everyone,
I tried to use the Panel Wizard to change the Page Layout from the default setting of "Right Column" to "Left Column". When I clicked "Save the new layout" I received a prompt "The layout has been saved properly". However, a stack trace was written to the console. I am now left with no side columns at all.
What am I doing wrong?
Here's the message that is now written to the console when I navigate to the Panel Wizard page.
16:22:30,727 ERROR P1-18 http://localhost:8080/xwiki/bin/view/Panels/PanelWizard?forceLeftPanels=1&f…
SimpleLog4JLogSystem:logVelocityMessage:154 - Left side ($first) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. Panels.PanelWizard [line 6, column 14]
16:22:30,747 ERROR P1-18 http://localhost:8080/xwiki/bin/view/Panels/PanelWizard?forceLeftPanels=1&f…
SimpleLog4JLogSystem:logVelocityMessage:154 - Left side ($first) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. Panels.PanelWizard [line 6, column 14]
16:22:30,747 ERROR P1-18 http://localhost:8080/xwiki/bin/view/Panels/PanelWizard?forceLeftPanels=1&f…
SimpleLog4JLogSystem:logVelocityMessage:154 - Left side ($first) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. Panels.PanelWizard [line 6, column 14]
I have installed xwiki-enterprise-1.1-milestone-3 on a Windows XP machine. For now, I'm using the default HSQL database and Jetty web server.
Regards,
Justin Robbins
Hi,
I installed XWiki standalone on windows. I went in using Admin/admin
then entered my own personal details. Now I can't log in using either
Admin or my account details, it always says Wrong User Name. So I
uninstalled and reinstalled, same problem. Strangely after the reinstall
the welcome message and other characteristics of the virgin installation
don't come back. Is something left in the registry?
Any tips please?
TIA
John
Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views and opinions expressed may be personal to the sender and are not necessarily those of Eurobase. Eurobase will not enter into any contractual obligations in respect of any part of its business in any E-mail.
Privileged / confidential information may be contained in this message and /or any attachments. This E-mail is intended for the use of the addressee(s) only and may contain confidential information. If you are not the / an intended recipient, you are hereby notified that any use or dissemination of this communication is strictly prohibited. If you receive this transmission in error, please notify us immediately, and then delete this E-mail.
Neither the sender nor Eurobase accepts any liability whatsoever for any defects of any kind either in or arising from this E-mail transmission. E-Mail transmission cannot be guaranteed to be secure or error-free, as messages can be intercepted, lost, corrupted, destroyed, contain viruses, or arrive late or incomplete. Eurobase does not accept any responsibility for viruses and it is your responsibility to scan any attachments.
Eurobase Systems Limited is the main trading company in the Eurobase International Group; registered in England and Wales as company number 02251162; registered address: Essex House, 2 County Place, Chelmsford, Essex CM2 0RE, UK.
Hi,
I installed XWiki standalone on windows. I went in using Admin/admin
then entered my own personal details. Now I can't log in using either
Admin or my account details, it always says Wrong User Name. So I
uninstalled and reinstalled, same problem. Strangely after the reinstall
the welcome message and other characteristics of the virgin installation
don't come back. Is something left in the registry?
Any tips please?
TIA
John
Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views and opinions expressed may be personal to the sender and are not necessarily those of Eurobase. Eurobase will not enter into any contractual obligations in respect of any part of its business in any E-mail.
Privileged / confidential information may be contained in this message and /or any attachments. This E-mail is intended for the use of the addressee(s) only and may contain confidential information. If you are not the / an intended recipient, you are hereby notified that any use or dissemination of this communication is strictly prohibited. If you receive this transmission in error, please notify us immediately, and then delete this E-mail.
Neither the sender nor Eurobase accepts any liability whatsoever for any defects of any kind either in or arising from this E-mail transmission. E-Mail transmission cannot be guaranteed to be secure or error-free, as messages can be intercepted, lost, corrupted, destroyed, contain viruses, or arrive late or incomplete. Eurobase does not accept any responsibility for viruses and it is your responsibility to scan any attachments.
Eurobase Systems Limited is the main trading company in the Eurobase International Group; registered in England and Wales as company number 02251162; registered address: Essex House, 2 County Place, Chelmsford, Essex CM2 0RE, UK.
Ok so I'm using xwiki 1.0 standalone. Setup is pretty simple. I just
unzipped the files and ran the start_xwiki.sh and opened it up in my
browser. I haven't made any modifications (except changing the port number
to 80 in the startup script).
My problem is that a lot of the security related options don't seem to work.
For example, when I create a new group, it doesn't always show up under
http://192.168.1.27/xwiki/bin/view/XWiki/XWikiGroups and if I try to
recreate that group it says it already exists.
Also, when adding a user to a group by clicking the little + button to add a
new line for a new user (on
http://192.168.1.27/xwiki/bin/inline/XWiki/GroupName), the link goes to
http://192.168.1.27xwiki/bin/objectadd/XWiki/GroupName?classname=XWiki.XWik…
Notice that there's no "/" in between the IP address and "xwiki", so of
course the "page cannot be displayed". If I fix the link myself in the
address bar and add the missing "/" then the page allowing me to add a user
comes up correctly. If I change the startup script to go back to port 8080
(default), then the link is
http://192.168.1.27:8080/bin/objectadd/XWiki/GroupName?classname=XWiki.XWik….
Of course, now there's a "/" but "/xwiki" is missing and I still get a "page
cannot be displayed".
My other problem is that once I do get a user and/or group created and I
want to set permissions on a particular "space" (i.e. I do or don't want it
to show up altogether for different users), I can deny all the permissions
available on the administration "space rights" tab, but the space is still
visible on the right hand side, it's just that it returns the user an error
if they don't have rights. So I figured I might be able to hide the space
altogether and saw the "space prefs" tab and thought that might be useful.
Of course the link for this tab is
http://192.168.1.27xwiki/bin/objectadd/SpaceName/WebPreferences?classname=X….
Notice the lack of "/" in between the IP address and "xwiki" again at the
beginning of the link. Of course I can't bring that page up either. I'm
using a completely default xwiki 1.0 standalone version downloaded from
xwiki.org on Fedora 7. Apache is not running, just xwiki (tomcat, I guess).
It seems rather bizarre that I'd have so many problems with something I
didn't change at all, except for the port number. Of course, changing the
port number back just mangles the above mentioned links differently. It
doesn't fix the problem. Seems like I'm missing something pretty
fundamental here. Any ideas what I'm doing wrong?
-BJ Quinn
--
View this message in context: http://www.nabble.com/Security-problems-tf4119184.html#a11714695
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everyone,
This is my first post to this mailing list. Sorry in advance if this is a noob question.
I have installed xwiki-enterprise-1.1-milestone-3 on a Windows XP machine. For now, I'm using the default HSQL database and Jetty web server.
I start XWiki by running "start_xwiki.bat". This opens a command window. It appears the system out is logged directly to the command window. As I navigate around in the XWiki application I see multiple stack traces in the command window.
How can I send the log to a file instead of the command window?
If I were to post here for help with a problem it would probably be helpful if I could include the errors that are being logged.
Thanks in advance for the help. I'm looking forward to evaluating XWiki and possibly using it in our organization.
Regards,
Justin Robbins
Hi,
I was testing the exchange of data with Xwiki using XMLRPC and I had a strange behaviour. When trying to update a page by adding some content, I had to relogging to view the change, this normal I think. But when I remove the content of the page and I put a new one, I have to reboot my Web Server. It's a strange behaviour for me. So is the problem coming from me ( environment: Apache Tomcat, database Mysql, Xwiki 1.0 ) or is this the normal behaviour?
If you have any idea, thank you for your suggestion. Bye
Hi everyone,
ObjectWeb (our infrastructure) is not answering as to whether we will
recover the mails lost on the 16th and 17th. I have asked OW Admins
at least 3 times for the past 6 days and they said they're working on
it (but they haven't told us whether it'll be possible or not to
recover them). Thus we cannot wait any longer as there were important
mails sent during that period. I'm going to resend my emails and I
advise everyone to do the same.
We're really sorry about this. I'm following this up on OW's side.
Please note that the emails sent this week end have also not made it
to the list yet. Let's hope they're not lost too.
Thanks and again please accept our apologies for all these emails
issues we're suffering from the past 3 months. We're working on
finding a solution real soon so that it doesn't happen again in the
future.
-Vincent Massol
XWiki Release Manager