Hello,
I am using XWiki Enterprise 7.4.2.
I've just deleted a user from my wiki.
I still see the pages he wrote, but the velocity macros he inserted
return a rights error (see below).
How can I fix this?
Thank you.
org.xwiki.rendering.macro.MacroExecutionException: The execution of the [velocity] script macro is not allowed. Check the rights of its last author or the parameters if it's rendered from another script.
at org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:178)
at org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:58)
at org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:269)
at org.xwiki.rendering.internal.transformation.DefaultRenderingContext.transformInContext(DefaultRenderingContext.java:183)
at org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:95)
at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:263)
at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:131)
at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:58)
at org.xwiki.display.internal.DefaultDocumentDisplayer.display(DefaultDocumentDisplayer.java:96)
at org.xwiki.display.internal.DefaultDocumentDisplayer.display(DefaultDocumentDisplayer.java:39)
at org.xwiki.sheet.internal.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:113)
at org.xwiki.sheet.internal.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:50)
at org.xwiki.display.internal.ConfiguredDocumentDisplayer.display(ConfiguredDocumentDisplayer.java:68)
at org.xwiki.display.internal.ConfiguredDocumentDisplayer.display(ConfiguredDocumentDisplayer.java:42)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:1173)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:1136)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:1188)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:692)
at sun.reflect.GeneratedMethodAccessor371.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
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.SimpleNode.render(SimpleNode.java:342)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluateInternal(DefaultVelocityEngine.java:256)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:222)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:198)
at com.xpn.xwiki.internal.template.InternalTemplateManager.evaluateContent(InternalTemplateManager.java:725)
at com.xpn.xwiki.internal.template.InternalTemplateManager.render(InternalTemplateManager.java:626)
at com.xpn.xwiki.internal.template.InternalTemplateManager.renderFromSkin(InternalTemplateManager.java:604)
at com.xpn.xwiki.internal.template.InternalTemplateManager.renderFromSkin(InternalTemplateManager.java:570)
at com.xpn.xwiki.internal.template.InternalTemplateManager.render(InternalTemplateManager.java:556)
at com.xpn.xwiki.internal.template.DefaultTemplateManager.render(DefaultTemplateManager.java:65)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1887)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1865)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:821)
at sun.reflect.GeneratedMethodAccessor215.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
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:342)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluateInternal(DefaultVelocityEngine.java:256)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:222)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:198)
at com.xpn.xwiki.internal.template.InternalTemplateManager.evaluateContent(InternalTemplateManager.java:725)
at com.xpn.xwiki.internal.template.InternalTemplateManager.render(InternalTemplateManager.java:626)
at com.xpn.xwiki.internal.template.InternalTemplateManager.renderFromSkin(InternalTemplateManager.java:604)
at com.xpn.xwiki.internal.template.InternalTemplateManager.renderFromSkin(InternalTemplateManager.java:570)
at com.xpn.xwiki.internal.template.InternalTemplateManager.render(InternalTemplateManager.java:556)
at com.xpn.xwiki.internal.template.DefaultTemplateManager.render(DefaultTemplateManager.java:65)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1887)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:180)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:444)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:191)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:618)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:137)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:506)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:537)
at org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:827)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:658)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1566)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1523)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
--
Signature Bruno Joffredo
Logo Centrale Nantes mail
*Bruno Joffredo**
*
Direction des Systèmes d'Information
/IT Systems Department/
1 rue de la Noé - 44321 Nantes cedex 3 - France
Barre-jaune.png
*T + 33 (0)2 40 37 68 06
*****
Bruno.Joffredo(a)ec-nantes.fr
Hi,
Since we had users asking on the IRC what are the differences between XWiki
and other solutions, it would be a good idea to provide such pages on the
website:
- XWiki and MediaWiki
http://dev.xwiki.org/xwiki/bin/view/Drafts/XWiki-vs-MediaWiki
- XWiki and Confluence
http://dev.xwiki.org/xwiki/bin/view/Drafts/XWiki-vs-Confluence
It would be great to know if you agree with the listed content and if you
find other similarities or distinctions between the above solutions.
Additionally, what other solutions would you be interested in seeing
comparison with?
Thanks,
Caty
I am setting up a new instance of Xwiki. I have the following set up
Tomcat 9.0.0.M22
JTDS 1.3.1
Xwiki 8.4.5
JRE 1.8.0_131
MS SQL 11.0.6567.0
I am getting the following error at startup:
XWiki initialization failed!
Exception thrown during job execution
class java.lang.AbstractMethodError: null
at net.sourceforge.jtds.jdbc.JtdsConnection.isValid(JtdsConnection.java:2833)
at org.apache.commons.dbcp2.DelegatingConnection.isValid(DelegatingConnection.java:918)
at org.apache.commons.dbcp2.PoolableConnection.validate(PoolableConnection.java:283)
at org.apache.commons.dbcp2.PoolableConnectionFactory.validateConnection(PoolableConnectionFactory.java:357)
at org.apache.commons.dbcp2.BasicDataSource.validateConnectionFactory(BasicDataSource.java:2307)
at org.apache.commons.dbcp2.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:2290)
at org.apache.commons.dbcp2.BasicDataSource.createDataSource(BasicDataSource.java:2039)
at org.apache.commons.dbcp2.BasicDataSource.getConnection(BasicDataSource.java:1533)
at com.xpn.xwiki.store.DBCPConnectionProvider.configure(DBCPConnectionProvider.java:215)
at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:143)
at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:84)
at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:459)
at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:90)
at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2863)
at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2859)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1870)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.initHibernate(XWikiHibernateBaseStore.java:259)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:703)
at com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:861)
at com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:280)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1811)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1864)
at com.xpn.xwiki.XWiki.initializeMandatoryDocument(XWiki.java:1269)
at com.xpn.xwiki.XWiki.initializeMandatoryDocuments(XWiki.java:1243)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:1186)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:1103)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:1076)
at com.xpn.xwiki.internal.XWikiInitializerJob.runInternal(XWikiInitializerJob.java:117)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at java.lang.Thread.run(Unknown Source)
Yesterday our Wiki automatically updated to 9.4, and since then there seems to be an issue with the buttons for editing and creating pages. For some reason, they appeared with white font on light grey background, which is really hard to read. I'm actually not sure which color the buttons and their font previously had, but it definitely was something more readable. The flamingo theme in use is Cosmo.
I kinda fixed the issue by assigning a darker default font color, but I noticed that I was unable to change the default background color of the buttons (or better, the color of the button type in use for the edit/delete buttons).
When I change @btn-primary-bg, the background of certain buttons chances accordingly; however, changes in @btn-default-bg result in the border of the edit/delete buttons changing color instead of the background, so I can see no way to change the light grey background of certain buttons such as the mentioned edit / delete buttons or also the Cancel button on any editing page.
Any ideas how to make color changes to the background of those buttons?
---
[Visit Topic](https://discourse.xwiki.org/t/button-font-color-issue-bug/244/1) to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click here](https://discourse.xwiki.org/email/unsubscribe/b98a34bbb31ee4cd631ce89….
I deleted the user, now I'm trying to login again. I noticed two things:
1) when I delete a user, using the users interface, it does not refresh and says no messages (I think it is a frontend issue but because of it I cannot know when a user is really deleted).
2) Now that I waited for a longer time to login (after deletion) I can login with that user so it correctly creates it.
It seems to be a timing problem (synchronization), in production we cannot enstablish that time (and the number of retries that a user can do for the login).
---
[Visit Topic](https://discourse.xwiki.org/t/ldap-login-issue/226/15) to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click here](https://discourse.xwiki.org/email/unsubscribe/0d98ba4c1746264d67c432c….
I think that the LDAP extension that creates the user in XWiki **should not** create a user if this one is already present. If this one is created it means that we could intercept this code and avoid a creation of another user (this one can be a property if one will).
Now I try to delete the user, I will update you then.
---
[Visit Topic](https://discourse.xwiki.org/t/ldap-login-issue/226/13) to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click here](https://discourse.xwiki.org/email/unsubscribe/78333a4874c9def57d9f201….
Yes, I can edit them and find that object...I'm trying deleting those users and retrying to login, it still hangs...I think I understand where is the error (please check the second log file): those users are created because xwiki hangs on the first login and something goes wrong (and very slow) during the database saving, an user (or browser) makes a second call and Xwiki finds an already present user but not "complete" ,so tries to create another one.
How can we fix this situation (database)?
Thank you
[logSnippet2.txt](https://discourse.xwiki.org/uploads/default/original/1X/6c… (35.3 KB)
---
[Visit Topic](https://discourse.xwiki.org/t/ldap-login-issue/226/5) to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click here](https://discourse.xwiki.org/email/unsubscribe/ec666aa06096063ac9fcc8e….
Hi all
First, thanks to the devs for this marvelous piece of software. Kudos!
The OfficeImporter is killing me somehow. First things first: It doesn't start as it should. The log says
WARNING: office process died with exit code 81; restarting it
Further down in the log it says
Caused by: java.lang.IllegalStateException: a process with acceptString 'socket,host=127.0.0.1,port=8199' is already running; pid 136808
This is clearly a lie; lsof doesn't see anything running on port 8199 (lsof -i(a)127.0.0.1 -P).
**Question one**: Any idea what that error message means? I have searched the internet in several ways already. Is there a file around which makes libre office think it's already running?
Anyway, somehow it came up this morning and I wanted to import some word document (docx). The import itself works fine, but the splitting behaves weirdly: I can check "Split Document", but I can't select the heading level. The browser changes my mouse cursor to a "no way!" sign and refuses to pass my clicks through to the list.
**Question two**: What the heck is this? It used to work, although with an older tomcat (7.x)
Our environment:
Server version: Apache Tomcat/8.5.15
Server built: May 5 2017 11:03:04 UTC
Server number: 8.5.15.0
OS Name: Linux
OS Version: 3.8.13-118.18.4.el7uek.x86_64
Architecture: amd64
JVM Version: 1.8.0_131-b12
JVM Vendor: Oracle Corporation
Any idea/pointer/thought is highly appreciated.
Cheers
André
PS: I didn't find much about OfficeImporter in this forum - I hope it's the right spot to ask ...
---
[Visit Topic](https://discourse.xwiki.org/t/officeimporter-issues-several/185/1) to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click here](https://discourse.xwiki.org/email/unsubscribe/5865261013722aea7c52355….
Not sure why you are talking about http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HKerbero… since you example does not have anything to do with it (which is good).
So back to you example now, if manual login works you probably don't need much on XWiki side.
[quote="Johannes, post:1, topic:179"]
I could not see it in the tomcat logs, only that the "user is null"
[/quote]
So if mod_auth_kerb. is doing it's job you should see in the LDAP debug log something like: "RemoteUser: toto(a)mydomain.com" or "RemoteUser: mydomain.com\toto" or some other format (that's why you have to provide a regexp in the configuration) which is the REMOTE_USER that XWiki is supposed to receive from whatever is in front of and and parsed with "xwiki.authentication.ldap.remoteUserParser".
If you don't see it there is no much you can do at XWiki level. Sometimes bad authenticator module don't properly set the HTTP REMOTE_USER and instead set a custom HTTP header that you can indicate in `xwiki.authentication.ldap.httpHeader`. I don't have any experience with mod_auth_kerb sorry.
---
[Visit Topic](https://discourse.xwiki.org/t/help-setting-up-sso-with-kerberos-and-… to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click here](https://discourse.xwiki.org/email/unsubscribe/53280ea1570d2ffb69246b6….
Hi
We have two objects of two different Classes, each on it's own page.
We looked, for a example,
http://platform.xwiki.org/xwiki/bin/view/DevGuide/APIGuide#HAccessobjectsin…
## get the document which has the object (only one here) - this is the page where I can see things in the object editor
## Retrieve the first object (index [0]) among all objects attached to the page MySpace.MyDocWithMyClassObjects and of a certain class MySpace.MyClass
#set( $MyDoc = $xwiki.getDocument("MySpace.MyDocWithMyClassObjects"))
## get the document wich contains the class definition: this page has entries in the class editor
#set( $class = $xwiki.getClass("MySpace.MyClass"))
#foreach($prop in $class.properties) ## go through all properties
* ${prop.prettyName} : $MyDoc.display($prop.getName())
#end
our implementation is a bit different as we have two objects to manage:
## first the object on this page ($doc)
#set($class = $doc.getObject('Sandbox.testClassOOPage1').xWikiClass)
#foreach($prop in $class.properties)
; $prop.prettyName
: $doc.display($prop.getName())
#end
## then the object (of a different class) on another page
#set($docClass2 = $xwiki.getDocument('Sandbox.testClassOOPage2Example') )
$docClass2
#set($objectOfClass2 = $docClass2.getObject('Sandbox.testClassOOPage2').xWikiClass)
#foreach($class2Prop in $objectOfClass2.properties)
; $class2Prop.prettyName
: $docClass2.display($class2Prop.getName())
#end
This works fine in view mode...
But the problem is that we also need EDIT mode (inline)
The form seems ok before saving , we have input controls for both objects (of different classes). We also see the data of both objects
But when I modify the data of the second object in the form and press SAVE & VIEW the modification is not saved...
How can we achieve our goal
Gerritjan Koekkoek
Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
Visit our website<http://www.cdlsworld.org>
Facebook<https://www.facebook.com/gerritjan.koekkoek>
email<gerritjan(a)cdlsworld.org>
Hi Everybody!
We went live with out XWiki last week, after three months of testing - and there is one issue about XWiki and GoogleAds.
Our Firewall blocks Googleads - every time when a user opens XWiki with the internet explorer there ist the security hint that
"there is no blocking information for the security certificate available".
When I click on "show certificate" I get the information, that the certificate has been issued for googleAds.
Does anybody know what XWiki has in common with googleAds and where I can prevent Xwiki from "telephoning" home?
The Window with that hint appears everytime when xwiki is opened in a new IE-Window...
Thanx in advance...
Toby :)
- if anyone needs a script for the database-plugin for creating searchable phone-list - just write me :)! Ill send you the source-code
Hi everybody,
I'm migrating content from 5.4.5 wiki to the 9.4. The old content was one
space and about 300 pages. The content has been imported ok, however it is
visible only to admin.
Is there any debug option which I can turn on, so I can debug why is this
page restricted to other users?
Thanks for hints.
--jans
Greets,
In my XWiki installation, when regular users log in for the 1st time, they are greeted with a simple message:
Error
You are not allowed to view this page or perform this action.
To be sure, the user has no rights at all. However, the new user IS placed in the group "XWikiAllGroup", and that group DOES have all rights excelt Admin, Delete, and Program. In other words, it has View, Comment, Edit, and Script, and Register.
1. Is this correct? Should the new user not have all rights except for Admin, Delete, and Program?
2. The new user IS placed in the XWikiAllGroup. So, why can the new user not see the Main page, and other pages?
3. What have I done to get in this situation and what is the proper remediation?
Thanks!!!
Doug
The information contained in this transmission may contain West Marine proprietary, confidential and/or privileged
information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are
hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited.
If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original
message. To reply to our email administrator directly, please send an email to netadmin(a)westmarine.com.
Hi All,
I have a strange behavior with search.
When I start entering the search word in the search field the auto suggestion pops up with the pages having that content, but as soon as I hit enter I receive an empty list. This happens even if I copy paste a word from an existing page.
What I want is to list the pages which containing the searched words. (Not only popping up in the auto suggestion)
XWiki is running on Apache Tomcat/8.5.15
XWiki version : XWiki Enterprise 8.4.5
Any suggestion?
Thanks for your help,
Viktor
hello again.
I want that a new user ( from user group ) to have a button like " License registration " and redirect him to a Registration page ( witch is an object of my created class ) . How can i do that ? I dont know how can i "prepare" or "give" to a user a page or object from my class...
And then i need to fetch all those objects so i can create "License schedule" .
---
[Visit Topic](https://discourse.xwiki.org/t/using-objects-from-another-page/126/20) to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click here](https://discourse.xwiki.org/email/unsubscribe/c49c46e04d7d02e3c32fbbb….
So i've been playing with Xwiki for the past 2 months since 9.2 release using the standalone distribution to demo the solution. I've noticed a particular odd behavior though when i'm upgrading from 9.2 -> 9.3.1 and now -> 9.4
So couple things to know:
* Static IP address on host
* Change the port number on my install base to port 80
After installing the new distribution (letting it install in its own folder, separate from the original install base) and then shutting down the old instance, copying my HSQLDB database + Log directory to my new installation, reconfiguring it to use port 80 and then spinning up the new instance. I go through the motions of using the Distro Wizard to perform the upgrade, once the upgrade is complete I notice, for example:
* Certain macros are broken, treedoc for example, are broken (I just get a white space as if nothing is there in that section)
* As well as the breadcrumb navigation in the header section (when you click the down arrow next to the home section, you get no menu pop down). Screenshot attached for reference.

* When I go to edit a page I get a infinite spinning circle
So I did some playing around, cleaned out my 9.4 installation, deleted any remaining install folders left behind for 9.4 and then performed a reinstall of 9.4 using its default installation folders. Once done, I left the installation as is (did not copy my DB over) and the only change I made was changed the port number on my new installation to port 80 and made sure all of my previous 9.3.1 instances were spun down (even rebooted the VM) before I spun up 9.4. Once i've spun up 9.4 I still experience the same behavior. Where certain macros are broken (doctree), breadcrumbs are broken in the header section, and editing pages gives me a infinite spinning circle. If I spin down this instance, change the port number back to port 8080, then spin the instance back up, everything will work as intended.
I've also managed to replicate this behavior by taking a known good installation, spin down the active session, change the IP address on the host, and spin it back up. I have not had a chance to test and see if I can replicate this behavior on a full blown WAR install base. But it seems like something is being cached that's not being released and it's still referencing the old port numbers, or ip address.
---
[Visit Topic](https://discourse.xwiki.org/t/xwiki-upgrade-breaks-certain-functiona… to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click here](https://discourse.xwiki.org/email/unsubscribe/f01f9e99dd22472cf6f3c6c….
Hi,
I have a question about tables: how can I create a table in XWiki?I want to create a table in which i can introduce data and I want to export that table (the content of the table) as a PDF document (but if is posible, in that pdf the exported content to be display as a table,to look good).How can I do that?
Thank you,Paula P.
Hi,
I created a xwiki class with more attributes which represent the columns of a table. I need to write data in that table and also to get data from the table such that i will can compute an average for example (with that values) and after that i want to put/write the result in the same table.
The page I have created using the class contains the attributes of the class, which I can modify, but I need the table.
So, my question is:
How can I make the table such that I will can write in it and get data from it? Also, how can I export that table as pdf document?
Thank you!
The XWiki development team is proud to announce the availability of XWiki
9.4 Release Candidate 1.
This release adds support for batch restore of deleted pages from the
recycle bin. The content menu has received some usability improvements. The
live notification system has been improved to group similar notification
messages and to show notifications for page comments. The history of an
extension page now includes a special revision that corresponds to the
extension version. The Help Center and the Menu application are now part of
the default XWiki distribution.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/Data/XWiki/9.4RC1/
Thanks for your support
-The XWiki dev team
Hi Lester,
> On 19 May 2017, at 18:48, Lester Marc Dizon (ITX) <lmdizon(a)itx-ge.com> wrote:
>
> Hi Vincent,
>
> I'm trying to replicate the xwiki and mysql-xwiki containers to another web server (for a web server cluster) but it doesn't work . The database data doesn't persist on the image when I docker commit. I do the following:
>
> On test server:
> sudo docker commit 7c7a4a700519 mysql-xwiki_itx
> sudo docker save mysql-xwiki_itx > /vagrant/mysql-xwiki_itx.tar
>
> On test server2:
> docker load < /vagrant/mysql-xwiki_itx.tar
> docker run --net=xwiki-nw --name mysql-xwiki -v /my/own/mysql:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=xwiki -e MYSQL_USER=xwiki -e MYSQL_PASSWORD=xwiki -e MYSQL_DATABASE=xwiki -d mysql-xwiki_itx:latest --character-set-server=utf8 --collation-server=utf8_bin --explicit-defaults-for-timestamp=1
>
> "xwiki" database doesn't persist. Would you know why and to make it persist on the commit? Sorry for this seems to be trivial question..
I’ve never used docker commit/load so I’d need to learn those to help on that.
But I don’t understand how this could work since on the 1st server you have 2 local volumes (one for the xwiki permanent dir and one for mysql). How would these local volumes find their way onto the 2nd server?
Thanks
-Vincent
PS: Please use the users mailing list or even better please switch to the new XWiki forum on http://forum.xwiki.org (see http://dev.xwiki.org/xwiki/bin/view/Community/Discuss).
> Thanks,
> Lester
>
>
> -----Original Message-----
> From: users [mailto:users-bounces@xwiki.org] On Behalf Of Vincent Massol
> Sent: vendredi 12 mai 2017 17:16
> To: XWiki Users <users(a)xwiki.org>
> Subject: Re: [xwiki-users] XWiki Docker in Prod
>
> cool thanks for reporting back!
>
> Have a nice weekend too.
>
> And let me know if you have ideas on how to improve the docker image.
>
> Thanks
> -Vincent
>
>> On 12 May 2017, at 17:11, Lester Marc Dizon (ITX) <lmdizon(a)itx-ge.com> wrote:
>>
>> Hi guys,
>>
>> Thanks alot for all the help. I have logs and ldap running!
>>
>> @Thomas Mortagne, for ldap I had this config missing (I actually thought that sAMAccountName should be replaced by the user to authenticate with the windows AD....) :
>> xwiki.authentication.ldap.UID_attr=sAMAccountName
>>
>> Thanks and have a nice weekend!
>>
>> Lester
>>
>> -----Original Message-----
>> From: users [mailto:users-bounces@xwiki.org] On Behalf Of Thomas
>> Mortagne
>> Sent: jeudi 11 mai 2017 19:05
>> To: XWiki Users <users(a)xwiki.org>
>> Subject: Re: [xwiki-users] XWiki Docker in Prod
>>
>> You have various examples
>> http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/Authenticator/Use….
>>
>> On Thu, May 11, 2017 at 7:03 PM, Thomas Mortagne <thomas.mortagne(a)xwiki.com> wrote:
>>> XWiki tried to find an entry in the LDAP server with the field "cn"
>>> having the value "lmdizon-itx". Either this uid does not exist or you
>>> need to set a different field using the property
>>> xwiki.authentication.ldap.UID_attr (cn is the default).
>>>
>>> On Thu, May 11, 2017 at 6:20 PM, Lester Marc Dizon (ITX)
>>> <lmdizon(a)itx-ge.com> wrote:
>>>> @Thomas Froehlich thanks it works and I see LDAP debug logs! @Vincent Massol , with Thomas way, I find the LDAP logs in "/var/lib/tomcat8/logs/xwiki.log" .
>>>>
>>>> I added the following configuration in xwiki.cfg but it still doesn't work:
>>>> xwiki.authentication.authclass=org.xwiki.contrib.ldap.XWikiLDAPAuthS
>>>> e
>>>> rviceImpl
>>>> xwiki.authentication.ldap.trylocal=1
>>>> xwiki.authentication.ldap=1
>>>> xwiki.authentication.ldap.server=10.50.0.26
>>>> xwiki.authentication.ldap.port=389
>>>> xwiki.authentication.ldap.base_DN=OU=Standards,OU=Accounts,OU=_ITX,D
>>>> C =itx,DC=local xwiki.authentication.ldap.bind_DN=CN=Lester Marc
>>>> Dizon (ITX),OU=Standards,OU=Accounts,OU=_ITX,DC=itx,DC=local
>>>> xwiki.authentication.ldap.bind_pass=mypassword
>>>>
>>>> I have the following errors:
>>>> 81954 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] TRACE
>>>> o.x.c.ldap.XWikiLDAPAuthServiceImpl - Starting LDAP authentication
>>>> 81955 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] DEBUG o.x.c.ldap.XWikiLDAPAuthServiceImpl - The provided user is null. We don't try to authenticate, it probably means the user is in non logged mode.
>>>> 81955 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] TRACE
>>>> o.x.c.ldap.XWikiLDAPAuthServiceImpl - Starting LDAP authentication
>>>> 81956 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] DEBUG
>>>> o.x.contrib.ldap.XWikiLDAPConfig - remoteUserParser: null
>>>> 82020 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] DEBUG
>>>> o.x.contrib.ldap.XWikiLDAPConfig - ldap_group_classes:
>>>> [groupofnames, posixgroup, apple-group, groupofuniquenames,
>>>> dynamicgroup, groupwisedistributionlist, group, dynamicgroupaux]
>>>> 82021 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] DEBUG
>>>> o.x.contrib.ldap.XWikiLDAPConfig - ldap_group_memberfields:
>>>> [uniquemember, memberuid, member]
>>>> 82201 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] DEBUG
>>>> o.x.c.ldap.XWikiLDAPConnection - Connection to LDAP server
>>>> [10.50.0.26:389]
>>>> 82217 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] DEBUG
>>>> o.x.c.ldap.XWikiLDAPConnection - Binding to LDAP server with
>>>> credentials login=[CN=Lester Marc Dizon
>>>> (ITX),OU=Standards,OU=Accounts,OU=_ITX,DC=itx,DC=local]
>>>> 83172 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] DEBUG
>>>> o.xwiki.contrib.ldap.XWikiLDAPUtils - Searching for the user in LDAP:
>>>> user [lmdizon-itx] base
>>>> [OU=Standards,OU=Accounts,OU=_ITX,DC=itx,DC=local] query
>>>> [(cn=lmdizon-itx)] uid [cn]
>>>> 83180 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] DEBUG
>>>> o.x.c.ldap.XWikiLDAPConnection - LDAP search:
>>>> baseDN=[OU=Standards,OU=Accounts,OU=_ITX,DC=itx,DC=local]
>>>> query=[(cn=lmdizon-itx)] attr=[null] ldapScope=[2]
>>>> 83253 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] DEBUG o.x.c.ldap.XWikiLDAPAuthServiceImpl - Local LDAP authentication failed.
>>>> com.xpn.xwiki.XWikiException: Error number 8001 in 8: Can't find LDAP user DN for input [lmdizon-itx]
>>>> at org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl.ldapAuthenticateInContext(XWikiLDAPAuthServiceImpl.java:608)
>>>> at org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWikiLDAPAuthServiceImpl.java:334)
>>>> at org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl.authenticate(XWikiLDAPAuthServiceImpl.java:268)
>>>> at com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.authenticate(MyFormAuthenticator.java:272)
>>>> at com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:192)
>>>> at com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:174)
>>>> at com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.checkAuth(XWikiAuthServiceImpl.java:239)
>>>> at org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl.checkAuth(XWikiLDAPAuthServiceImpl.java:163)
>>>> at com.xpn.xwiki.XWiki.checkAuth(XWiki.java:3782)
>>>> at org.xwiki.security.authorization.internal.XWikiCachingRightService.authenticateUser(XWikiCachingRightService.java:242)
>>>> at org.xwiki.security.authorization.internal.XWikiCachingRightService.checkAccess(XWikiCachingRightService.java:272)
>>>> at com.xpn.xwiki.XWiki.checkAccess(XWiki.java:3800)
>>>> at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:4850)
>>>> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:364)
>>>> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:210)
>>>> at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
>>>> at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
>>>> at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
>>>> at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
>>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:661)
>>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
>>>> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
>>>> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>>>> at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:112)
>>>> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>>>> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>>>> at org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
>>>> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>>>> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>>>> at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
>>>> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>>>> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>>>> at org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
>>>> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>>>> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>>>> at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
>>>> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>>>> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>>>> at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
>>>> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>>>> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>>>> at org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:136)
>>>> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>>>> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>>>> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
>>>> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
>>>> at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478)
>>>> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
>>>> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80)
>>>> at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:624)
>>>> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
>>>> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
>>>> at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799)
>>>> at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
>>>> at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:861)
>>>> at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1455)
>>>> at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
>>>> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>>>> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>>>> at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>>>> at java.lang.Thread.run(Thread.java:745)
>>>> 83254 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] DEBUG
>>>> o.x.c.ldap.XWikiLDAPAuthServiceImpl - Trying authentication against
>>>> XWiki DB
>>>> 83283 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] DEBUG
>>>> o.x.c.ldap.XWikiLDAPAuthServiceImpl - LDAP authentication failed for
>>>> user [lmdizon-itx]
>>>> 83284 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] DEBUG
>>>> o.x.c.ldap.XWikiLDAPAuthServiceImpl - XWikiUser: null
>>>>
>>>>
>>>> It seems that I connect to the LDAP server but it doesn't find the user.. When I go to the login page I already have errors for some reason:
>>>> 907353 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] TRACE
>>>> o.x.c.ldap.XWikiLDAPAuthServiceImpl - Starting LDAP authentication
>>>> 907354 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] DEBUG o.x.c.ldap.XWikiLDAPAuthServiceImpl - The provided user is null. We don't try to authenticate, it probably means the user is in non logged mode.
>>>> 907354 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] TRACE
>>>> o.x.c.ldap.XWikiLDAPAuthServiceImpl - Starting LDAP authentication
>>>> 907354 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] DEBUG o.x.c.ldap.XWikiLDAPAuthServiceImpl - The provided user is null. We don't try to authenticate, it probably means the user is in non logged mode.
>>>> 907354 [http://localhost:8080/bin/loginsubmit/XWiki/XWikiLogin] DEBUG
>>>> o.x.c.ldap.XWikiLDAPAuthServiceImpl - XWikiUser: null
>>>>
>>>> Any ideas what config I'm missing/wrong?
>>>>
>>>> Thanks,
>>>> Lester
>>>>
>>>> -----Original Message-----
>>>> From: users [mailto:users-bounces@xwiki.org] On Behalf Of Thomas
>>>> Froehlich
>>>> Sent: jeudi 11 mai 2017 08:25
>>>> To: XWiki Users <users(a)xwiki.org>
>>>> Subject: Re: [xwiki-users] XWiki Docker in Prod
>>>>
>>>> Hi Lester,
>>>>
>>>> you should configure the XWIKI logging. Then you can find ldap logging information in the XWIKI log file. I did the following steps:
>>>>
>>>> a) Set up the XWIKI logging configuration in
>>>> WEB-INF\classes\logback.xml by adding a RollingFileAppender
>>>>
>>>> <appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
>>>> <file>/var/lib/tomcat8/logs/xwiki.log</file>
>>>> <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
>>>> <!-- daily rollover -->
>>>> <fileNamePattern>xwiki.%d{yyyy-MM-dd}.log</fileNamePattern>
>>>> <!-- keep 30 days' worth of history -->
>>>> <maxHistory>30</maxHistory>
>>>> </rollingPolicy>
>>>> <encoder>
>>>> <pattern>%-4relative [%thread] %-5level %logger{35} - %msg%n</pattern>
>>>> </encoder>
>>>> </appender>
>>>>
>>>> b) Extend the root level logging:
>>>>
>>>> <root level="info">
>>>> <appender-ref ref="stdout"/>
>>>> <appender-ref ref="FILE"/>
>>>> </root>
>>>>
>>>> c) Activation of the ldap logging (debugging) in
>>>> WEB-INF\classes\logback.xml
>>>>
>>>> <!-- LDAP debugging -->
>>>> <logger name="org.xwiki.contrib.ldap" level="trace"/>
>>>>
>>>>
>>>> With kind regards
>>>> Thomas
>>>
>>>
>>>
>>> --
>>> Thomas Mortagne
>>
>>
>>
>> --
>> Thomas Mortagne
>
Greets,
Seems like I am no longer able to remove groups in one of my xwiki installations. I am still able to in another. As seen in the excerpts below from catalina.out, one such group in SplunkAdmins. This group appears in xwiki.cfg where it is mapped to an AD group and had been populated with one member who I have removed. The other group is “foo” and I created it just now.
I can’t remove either. Any ideas why not? Thanks!
2017-05-15 16:48:33,660 [http://dwswiki10.westmarine.net/xwiki/bin/admin/XWiki/XWikiPreferences?xpag…] WARN o.x.c.i.DefaultCSRFToken - CSRFToken: Secret token verification failed, token: "VuvtkWH4Qv1NiLvTaNoISw", stored token: "hbAO9bUvYVuJLFxM8Mud7Q"
2017-05-15 16:48:41,026 [http://dwswiki10.westmarine.net/xwiki/bin/admin/XWiki/XWikiPreferences?xpag…] WARN o.x.c.i.DefaultCSRFToken - CSRFToken: Secret token verification failed, token: "VuvtkWH4Qv1NiLvTaNoISw", stored token: "hbAO9bUvYVuJLFxM8Mud7Q"
The information contained in this transmission may contain West Marine proprietary, confidential and/or privileged
information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are
hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited.
If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original
message. To reply to our email administrator directly, please send an email to netadmin(a)westmarine.com.
Hi,
I have just installed xwiki 9.3 and I am having problems with the
notification settings. I've used tomcat9, mysql14 on centos 6.9.
On the user profile, Notifications Preferences option I cant change the
notification settings. Every time i toggle the option I get an error:
"Failed to save your settings"
and get this error on the server:
mai 09, 2017 11:19:02 AM org.restlet.engine.application.StatusFilter
doHandle
WARNING: Exception or error caught in status service
java.lang.IllegalStateException: The Web form cannot be parsed as no fresh
content is available. If this entity has been already read once, caching of
the entity is required
at org.restlet.engine.util.FormUtils.parse(FormUtils.java:272)
at org.restlet.data.Form.<init>(Form.java:88)
at
org.xwiki.rest.internal.representations.objects.FormUrlEncodedObjectReader.readFrom(FormUrlEncodedObjectReader.java:82)
at
org.xwiki.rest.internal.representations.objects.FormUrlEncodedObjectReader.readFrom(FormUrlEncodedObjectReader.java:52)
at
org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider.readFrom(SingletonProvider.java:304)
at
org.restlet.ext.jaxrs.internal.wrappers.params.EntityGetter.getValue(EntityGetter.java:109)
at
org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.get(ParameterList.java:1090)
at
org.restlet.ext.jaxrs.internal.wrappers.AbstractMethodWrapper.internalInvoke(AbstractMethodWrapper.java:169)
at
org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod.invoke(ResourceMethod.java:291)
at
org.restlet.ext.jaxrs.JaxRsRestlet.invokeMethod(JaxRsRestlet.java:1043)
at org.restlet.ext.jaxrs.JaxRsRestlet.handle(JaxRsRestlet.java:792)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.routing.Router.doHandle(Router.java:500)
at org.restlet.routing.Router.handle(Router.java:740)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at
org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:154)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.engine.ChainHelper.handle(ChainHelper.java:114)
at
org.restlet.engine.application.ApplicationHelper.handle(ApplicationHelper.java:75)
at org.restlet.Application.handle(Application.java:391)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.routing.Router.doHandle(Router.java:500)
at org.restlet.routing.Router.handle(Router.java:740)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.routing.Router.doHandle(Router.java:500)
at org.restlet.routing.Router.handle(Router.java:740)
at org.restlet.routing.Filter.doHandle(Filter.java:159)
at org.restlet.routing.Filter.handle(Filter.java:206)
at org.restlet.engine.ChainHelper.handle(ChainHelper.java:114)
at org.restlet.Component.handle(Component.java:391)
at org.restlet.Server.handle(Server.java:491)
at org.restlet.engine.ServerHelper.handle(ServerHelper.java:74)
at
org.restlet.engine.http.HttpServerHelper.handle(HttpServerHelper.java:153)
at
org.restlet.ext.servlet.ServerServlet.service(ServerServlet.java:1031)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
at
org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.doFilter(XWikiContextInitializationFilter.java:85)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
at
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
at
org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
at
org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:134)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:475)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80)
at
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:624)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341)
at
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:495)
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:767)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1354)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Already searched everywhere for this error on notifications with no success.
Can anyone kindly point me to some direction, already reinstalled twice with
same result.
best regards
--
View this message in context: http://xwiki.475771.n2.nabble.com/Error-saving-Notifications-Preferences-tp…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi XWiki users,
In order to make it simpler and more modern for users to participate to XWiki discussions, we’ve set up a new forum based on Discourse:
https://discourse.xwiki.org
Please start using it instead of the XWiki User Mailing list. This mailing list will become read only in a few days so please start moving to the forum ASAP.
Note that you can subscribe to receive all forum posts as email notifications if you wish (it’s configurable in your user profile). Also note that for the moment it’s not possible to reply to the mails (we’re still trying to configure this).
We hope that you’ll appreciate this move :)
Thanks
-Vincent
PS: For the moment the XWiki Devs mailing list remains. It’s possible that it could be moved to a forum too in the future but nothing is decided and we’re migrating the users list first.
Hi,
I'm trying to migrate my 7.4.4 (test environment) instance to the newer LTS
8.4.5.
I have 3 main errors:
1) During the startup I get errors about missing ldap classes (I'd like to
resolve later, I think it depends on some missing plugin, right?)
2) When I access as Admin user (after the distribution installation wizard
phase) , the drawer menu has only one voice (Application Index) under
"Home", where are the other voices (Administration,indexes...)?
3) If I try to go to the preferences page with the old url I can see the
page but I also see strange icons on the right (maybe something went wrong
during files replacement? I set always "replace files with newer ones"
during the distribution wizard phase).
If the problem is related to the environment data folder, I didn't use a
fixed one (I'm in test environment) I used the tomcat's temp directory (that
I deleted before the installation).
I didn't have important files to save so I thought that I could replace them
easily with the new installation.
Thank you for support.
Kind regards
--
View this message in context: http://xwiki.475771.n2.nabble.com/Issues-migrating-from-7-4-4-to-8-4-5-tp76…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
In Xwiki 9.1.2 I have enabled the xwiki-marco toolbar option for the Wysiwig editor, and indeed there is a button shown in the toolbar now.
However, this button is greyed out for some reason that I don't know.
Would appreciate some help with this.
Thanks
Rolf
Hi,
What do you think of a «Feedback» category ? I think that if we present a dedicated part of this forum that allows the user to post his feedback, he (the end user) will be more prompt to report any issue / good surprise he had when using the platform.
Also, the «Feedback» category is used on https://discuss.gradle.org/.
We can also use Tags in the «Help / Discuss» category in order to mark feedback posts.
Thanks
---
[Visit Topic](https://discourse.xwiki.org/t/categories-brainstorming/23/11) to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click here](https://discourse.xwiki.org/email/unsubscribe/9bba6bdeff443fccc6cf2e5….
Hello all,
I installed the latest version of XWiki (9.3.1) and I want to get a new navigation panel since my old is a little bit buggy and outdated.
I would like to have something like the document tree macro generates with this command:
{{velocity}}
#panelheader('Navi3')
{{documentTree showTranslations="false" showAttachments="false" compact="true" showSpaces="true" limit=20/}}
#panelfooter()
{{/velocity}}
But the problem there is, that I can't blacklist the spaces I don't want to be shown in this list...
There was a ticket already with this topic and I posted a comment there, so hopefully they add this "feature" (yes for me it is a needed feature) but I thought maybe you guys have a navigation bar that
is generated dynamicly and will work for me. (It should be a tree panel).
Something like this:
http://test.xwiki.org/xwiki/bin/view/Panels%20Tests/Navigation%20Panel#Atta…
Link to the JIRA ticket:
https://jira.xwiki.org/browse/XWIKI-12895
Mit freundlichen Grüßen
Timo Dachs-Wegmann
-EDV-
-------------------------------------
PROCITEC GmbH Rastatter Strasse 41
D-75179 Pforzheim
Fon: +49 7231 15561-29
Fax: +49 7231 15561-11
Mailto: t.wegmann(a)procitec.de
Mannheim HRB 504702
Geschäftsführer: Dipl.-Ing. (FH) Dipl.-Inf. (FH) Jens Heyen
Establishing a multi-instance wiki environment. We successfully setup the first wiki and now setup another one in the same environment and that is where we are having issues.
Expectation is that we setup an additional wiki site that can have users log in directly but that does not work - when you attempt to log in with a valid user ID it provides no error message it just prompts you to log in again.
We setup another wiki on our instance and we are unable to get any users to authenticate to the site. The workaround is to create users as a Global user and add them to the sub-wiki site's XWikiAllGroup.
The use case is to establish another Wiki that we can add outside partner's users to it and segregate them from the main wiki site.
The configuration we have for the sub-wiki is as follows:
* Any global user can request to join but an admin must accept
Main Wiki is setup for LDAP - the sub-wiki is NOT.
xwiki.cfg
#-# The following line is used to enable LDAP. See the LDAP section for more detail.
xwiki.cfg:322 xwiki.authentication.authclass=org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl
LDAP
Enable or not LDAP authentication for this wiki. If enabled and configured properly, a local user will be created whenever a LDAP user visit this wiki for the first time.
Yes
TRY LOCAL LOGIN
If ldap authentication fails for any reason, try XWiki DB authentication with the same credentials. Default is yes
Yes
List of Installed Software
xwiki-enterprise-web-9.3.1
jetty-distribution-9.4.4.v20170414
openjdk version "1.8.0_121"
mysql-connector-java-5.1.41
mysqld Ver 5.5.54 for Linux on x86_64 (MySQL Community Server (GPL))
Amazon Linux AMI (https://aws.amazon.com/amazon-linux-ami/2017.03-release-notes/)
Apache/2.2.31 (Unix)
OpenLDAP 2.4.40-12.30.amzn1
Question is - did we miss a configuration step to authenticate the users for the sub-wiki for basic authentication? What configuration files should we look at and what sections of those may have a clue for how this should be configured and function as expected?
Thanks
---
[Visit Topic](https://discourse.xwiki.org/t/users-local-or-global-cannot-authentic… to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click here](https://discourse.xwiki.org/email/unsubscribe/2a966ef071dd63c45aa28bf….
Expectation is that we setup an additional wiki site that can have users
log in directly but that does not work - when you attempt to log in with a
valid user ID it provides no error message it just prompts you to log in
again.
We setup another wiki on our instance and we are unable to get any users to
authenticate to the site. The workaround is to create users as a Global
user and add them to the sub-wiki site's XWikiAllGroup.
The use case is to establish another Wiki that we can add outside partner's
users to it and segregate them from the main wiki site.
*The configuration we have for the sub-wiki is as follows:*
* Any global user can request to join but an admin must accept
Main Wiki is setup for LDAP - the sub-wiki is NOT.
xwiki.cfg
#-# The following line is used to enable LDAP. See the LDAP section for
more detail.
xwiki.cfg:322
xwiki.authentication.authclass=org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl
LDAP
Enable or not LDAP authentication for this wiki. If enabled and configured
properly, a local user will be created whenever a LDAP user visit this wiki
for the first time.
Yes
TRY LOCAL LOGIN
If ldap authentication fails for any reason, try XWiki DB authentication
with the same credentials. Default is yes
Yes
List of Installed Software
xwiki-enterprise-web-9.3.1
jetty-distribution-9.4.4.v20170414
openjdk version "1.8.0_121"
mysql-connector-java-5.1.41
mysqld Ver 5.5.54 for Linux on x86_64 (MySQL Community Server (GPL))
Amazon Linux AMI (
https://aws.amazon.com/amazon-linux-ami/2017.03-release-notes/)
Apache/2.2.31 (Unix)
OpenLDAP 2.4.40-12.30.amzn1
Question is - did we miss a configuration step to authenticate the users
for the sub-wiki for basic authentication? What configuration files should
we look at and what sections of those may have a clue for how this should
be configured and function as expected?
Thanks
Hi All,
I have some issues with the xwiki war deploy. I downloaded the XWiki 9.3.1 war file and wanted to deploy to wildfly-10.1.0.Final (also tried to deploy to 11.0.0.Alpha1), but the deploy fails. In the past days google did not tell me any wise thing how I should solve the issue (it can be that i asked wrong....). Does anyone have an idea what i missed or how i can get it work? Thanks a lot for the help,Vik XWiki: 9.3.1WildFly: wildfly-10.1.0.Final (also 11.0.0.Alpha1)JAVA:java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode) Install instructions which I followed:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationWAR - Added the mysql connector
- Created the database and actualized the database settings in WEB-INF/hibernate.cfg.xml
- Added the "META-INF/jboss-all.xml" as it is written on the fix link.
(http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationJBoss) This is the error message which I receive on the web interface:Cannot upload deployment: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"xwiki-enterprise-web-9.3.1.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"xwiki-enterprise-web-9.3.1.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"xwiki-enterprise-web-9.3.1.war\" Caused by: java.lang.RuntimeException: WFLYSRV0177: Error getting reflective information for class com.codahale.metrics.jetty9.InstrumentedHandler$7 with ClassLoader ModuleClassLoader for Module \"deployment.xwiki-enterprise-web-9.3.1.war:main\" from Service Module Loader Caused by: java.lang.NoClassDefFoundError: Failed to link com/codahale/metrics/jetty9/InstrumentedHandler (Module \"deployment.xwiki-enterprise-web-9.3.1.war:main\" from Service Module Loader): org/eclipse/jetty/server/handler/HandlerWr
apper"},"WFLYCTL0412: Required services that are not installed:" => ["jboss.deployment.unit.\"xwiki-enterprise-web-9.3.1.war\".POST_MODULE"],"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined} In the server log this is what has been generated:
17:39:22,675 WARN [org.jboss.modules] (MSC service thread 1-7) Failed to define class com.codahale.metrics.jetty9.InstrumentedHandler in Module "deployment.xwiki-enterprise-web-9.3.1.war:main" from Service Module Loader: java.lang.NoClassDefFoundError: Failed to link com/codahale/metrics/jetty9/InstrumentedHandler (Module "deployment.xwiki-enterprise-web-9.3.1.war:main" from Service Module Loader): org/eclipse/jetty/server/handler/HandlerWrapper
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:446)
at org.jboss.modules.ModuleClassLoader.loadClassLocal(ModuleClassLoader.java:274)
at org.jboss.modules.ModuleClassLoader$1.loadClassLocal(ModuleClassLoader.java:78)
at org.jboss.modules.Module.loadModuleClass(Module.java:606)
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:363)
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:351)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:93)
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getDeclaredFields(Class.java:1916)
at org.jboss.as.server.deployment.reflect.ClassReflectionIndex.<init>(ClassReflectionIndex.java:72)
at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:66)
at org.jboss.as.ee.metadata.MethodAnnotationAggregator.runtimeAnnotationInformation(MethodAnnotationAggregator.java:57)
at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.handleAnnotations(InterceptorAnnotationProcessor.java:106)
at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:91)
at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:76)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)17:39:22,677 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.deployment.unit."xwiki-enterprise-web-9.3.1.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."xwiki-enterprise-web-9.3.1.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "xwiki-enterprise-web-9.3.1.war"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:154)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: WFLYSRV0177: Error getting reflective information for class com.codahale.metrics.jetty9.InstrumentedHandler$7 with ClassLoader ModuleClassLoader for Module "deployment.xwiki-enterprise-web-9.3.1.war:main" from Service Module Loader
at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:70)
at org.jboss.as.ee.metadata.MethodAnnotationAggregator.runtimeAnnotationInformation(MethodAnnotationAggregator.java:57)
at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.handleAnnotations(InterceptorAnnotationProcessor.java:106)
at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:91)
at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:76)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
... 5 more
Caused by: java.lang.NoClassDefFoundError: Failed to link com/codahale/metrics/jetty9/InstrumentedHandler (Module "deployment.xwiki-enterprise-web-9.3.1.war:main" from Service Module Loader): org/eclipse/jetty/server/handler/HandlerWrapper
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:446)
at org.jboss.modules.ModuleClassLoader.loadClassLocal(ModuleClassLoader.java:274)
at org.jboss.modules.ModuleClassLoader$1.loadClassLocal(ModuleClassLoader.java:78)
at org.jboss.modules.Module.loadModuleClass(Module.java:606)
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:363)
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:351)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:93)
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getDeclaredFields(Class.java:1916)
at org.jboss.as.server.deployment.reflect.ClassReflectionIndex.<init>(ClassReflectionIndex.java:72)
at org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:66)
... 10 more17:39:22,679 ERROR [org.jboss.as.controller.management-operation] (External Management Request Threads -- 5) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "xwiki-enterprise-web-9.3.1.war")]) - failure description: {
"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"xwiki-enterprise-web-9.3.1.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"xwiki-enterprise-web-9.3.1.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"xwiki-enterprise-web-9.3.1.war\"
Caused by: java.lang.RuntimeException: WFLYSRV0177: Error getting reflective information for class com.codahale.metrics.jetty9.InstrumentedHandler$7 with ClassLoader ModuleClassLoader for Module \"deployment.xwiki-enterprise-web-9.3.1.war:main\" from Service Module Loader
Caused by: java.lang.NoClassDefFoundError: Failed to link com/codahale/metrics/jetty9/InstrumentedHandler (Module \"deployment.xwiki-enterprise-web-9.3.1.war:main\" from Service Module Loader): org/eclipse/jetty/server/handler/HandlerWrapper"},
"WFLYCTL0412: Required services that are not installed:" => ["jboss.deployment.unit.\"xwiki-enterprise-web-9.3.1.war\".POST_MODULE"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined
}
17:39:22,682 ERROR [org.jboss.as.server] (External Management Request Threads -- 5) WFLYSRV0021: Deploy of deployment "xwiki-enterprise-web-9.3.1.war" was rolled back with the following failure message:
{
"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"xwiki-enterprise-web-9.3.1.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"xwiki-enterprise-web-9.3.1.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"xwiki-enterprise-web-9.3.1.war\"
Caused by: java.lang.RuntimeException: WFLYSRV0177: Error getting reflective information for class com.codahale.metrics.jetty9.InstrumentedHandler$7 with ClassLoader ModuleClassLoader for Module \"deployment.xwiki-enterprise-web-9.3.1.war:main\" from Service Module Loader
Caused by: java.lang.NoClassDefFoundError: Failed to link com/codahale/metrics/jetty9/InstrumentedHandler (Module \"deployment.xwiki-enterprise-web-9.3.1.war:main\" from Service Module Loader): org/eclipse/jetty/server/handler/HandlerWrapper"},
"WFLYCTL0412: Required services that are not installed:" => ["jboss.deployment.unit.\"xwiki-enterprise-web-9.3.1.war\".POST_MODULE"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined
}
On Tue, May 9, 2017 at 11:20 PM, Olivier Seres <oseres(a)gmail.com> wrote:
> Caty,
> Thanks for this work!
> We should also consider that there could be other options to be added in
> the future, like "Allow realtime" radio button, or introduced by some
> forecoming extensions
>
Ideal we could also remove options :) and make it more simpler :)
On mobile the options will go on 2 rows, so we currently have this problems.
Thanks,
Caty
> In order to avoid messing up the layout (in beeing be obliged to placing
> the option in some weird places - like underneath because there is no other
> options), it might be wise to think to an elegant design solution within
> this bottom bar to take their growth into account.
> Currently thinking to an unfolding menu, but I'm sure there are many other
> ways.
>
>
>
> Olivier
>
>
> On Tue, May 9, 2017 at 6:13 PM, Ecaterina Moraru (Valica) <
> valicac(a)gmail.com> wrote:
>
>> Hi,
>>
>> The initial proposal was about the fixed bottom position. For that we will
>> have https://jira.xwiki.org/browse/XWIKI-14162 issue
>> In order to have a bottom bar, we compacted the save options, for that we
>> will have the https://jira.xwiki.org/browse/XWIKI-14267
>>
>> Thanks to everyone who responded in the survey. The results are available
>> at
>> https://docs.google.com/forms/d/1DM74hlXQQ22WVdqhYbGWyITWXTH
>> 5qgmKSMIrS3eHDKE/viewanalytics
>>
>> The proposal we will implement is
>> http://design.xwiki.org/xwiki/bin/download/Proposal/IdeaVisi
>> bleSave/proposal9xCK.png
>>
>> Initially I wanted to remove some buttons and reduce their number, but the
>> feedback was mixed, so this has been postponed, until we gather more usage
>> data or feedback.
>>
>> Some conclusions:
>> - "Save & View" received 12 votes as used most often. Since it's also an
>> action that changes modes (takes the user to view) and is a final action,
>> it will be marked with primary state (blue).
>> - "Save" was also voted and voters were against remove it. Since it
>> received 12 votes and is related to save, it will be the next action. We
>> simplified the name from "Save&Continue" to "Save".
>> - "Preview" received just 4 votes, but we consider this action to be
>> directed towards newcomer users that need to be comfortable with their
>> changes and be able to preview them.
>> - "Cancel" was kept near the other actions in order to be consistent with
>> the other layout we have across XWiki. It will be displayed outside of the
>> button group.
>>
>> Thanks,
>> Caty
>>
>> On Thu, Apr 27, 2017 at 4:29 PM, Ecaterina Moraru (Valica) <
>> valicac(a)gmail.com> wrote:
>>
>> > Sorry. The link was https://goo.gl/forms/QyG5eOM44rBkd3qk2
>> >
>> > On Thu, Apr 27, 2017 at 4:23 PM, Ecaterina Moraru (Valica) <
>> > valicac(a)gmail.com> wrote:
>> >
>> >> I've created this form to gather data about the buttons usage, in order
>> >> to make a proposal for the buttons location
>> >> https://docs.google.com/forms/d/e/1FAIpQLSeQwjxlFl321Ap97xKlYRcf
>> -39wlG-
>> >> cJXXqM1nududfjo3KHQ/viewanalytics
>> >>
>> >> Hope everyone is comfortable with Google Forms.
>> >> Thanks,
>> >> Caty
>> >>
>> >>
>> >> On Thu, Apr 27, 2017 at 12:56 PM, Denis GERMAIN <dt.germain(a)gmail.com>
>> >> wrote:
>> >>
>> >>> Great proposition ! I like it.
>> >>>
>> >>> I see that the subject has also diverted to the fact that you can
>> "save
>> >>> and
>> >>> continue" and "save and view". Some of our users are lost the first
>> time
>> >>> as
>> >>> they click "save and continue" and don't understand why they are
>> still in
>> >>> edit mode. Clarifying this would indeed be a good idea, even though
>> they
>> >>> usually get the distinction quickly after that.
>> >>>
>> >>> Regards,
>> >>> Denis
>> >>>
>> >>> 2017-04-26 17:01 GMT+02:00 Ecaterina Moraru (Valica) <
>> valicac(a)gmail.com
>> >>> >:
>> >>>
>> >>> > On Wed, Apr 26, 2017 at 5:41 PM, Craig Wright <crw+xwiki(a)crw.xyz>
>> >>> wrote:
>> >>> >
>> >>> > > Hi Caty,
>> >>> > >
>> >>> > > I am a fan of “B”.
>> >>> > >
>> >>> > > I like the idea of putting the changelog and autosave options
>> above
>> >>> on a
>> >>> > > preceding row. I would argue that for most users, their eyes only
>> >>> see the
>> >>> > > leftmost buttons as the functionally useful area. Thus putting
>> >>> Cancel on
>> >>> > > the far right effectively “hides” the button.
>> >>> > >
>> >>> >
>> >>> > Yes, the most visible buttons are the ones on the left side and
>> that's
>> >>> the
>> >>> > purpose. We need people to see the Save button :)
>> >>> > Now, 'summary' functionality is not mandatory when editing and can
>> >>> also be
>> >>> > disabled from Administration - Editing.
>> >>> > Having it on a separate line is not an option since we initial idea
>> of
>> >>> the
>> >>> > thread is to provide a fixed bottom bar, when the viewport is
>> small. So
>> >>> > there are all on a single bar in order to be compact.
>> >>> >
>> >>> >
>> >>> > >
>> >>> > > For the purposes of mobile, I think it is acceptable to hide the
>> >>> > changelog
>> >>> > > and autosave options on small-screen resolutions. (Such as when I
>> am
>> >>> > > editing from iPhone, I am highly unlikely to leave a changelog
>> >>> message
>> >>> > > anyway.)
>> >>> > >
>> >>> >
>> >>> > I haven't iterated much on the mobile version, but the mockup I
>> have is
>> >>> > http://design.xwiki.org/xwiki/bin/download/Proposal/
>> >>> > IdeaVisibleSave/mobile.png
>> >>> > It can be improved, and as you said we could decide that on mobile
>> we
>> >>> can
>> >>> > hide some functionality, but again hard to have stats to justify
>> what
>> >>> is
>> >>> > used/needed or not.
>> >>> >
>> >>> > Thanks,
>> >>> > Caty
>> >>> >
>> >>> >
>> >>> > > FWIW, taborder should be the following:
>> >>> > >
>> >>> > > 1. Edit input
>> >>> > > 2. Changelog input
>> >>> > > 3. Save button
>> >>> > > 4. Preview button
>> >>> > > 5. Cancel button
>> >>> > > 6. Autosave option
>> >>> > >
>> >>> > > My $0.02. :)
>> >>> > >
>> >>> > > Thanks,
>> >>> > > Craig
>> >>> > >
>> >>> > > > On Apr 26, 2017, at 2:20 PM, Ecaterina Moraru (Valica) <
>> >>> > > valicac(a)gmail.com> wrote:
>> >>> > > >
>> >>> > > > Hi,
>> >>> > > >
>> >>> > > > On Wed, Apr 26, 2017 at 2:39 PM, Craig Wright <
>> crw+xwiki(a)crw.xyz
>> >>> > > <mailto:crw+xwiki@crw.xyz>> wrote:
>> >>> > > >
>> >>> > > >> Overall I like these changes. A couple of suggestions:
>> >>> > > >>
>> >>> > > >> No one in my community understands “Save and Continue” versus
>> >>> “Save
>> >>> > and
>> >>> > > >> View”. Dropping the “and Continue” is a great step, but I
>> would go
>> >>> > > farther
>> >>> > > >> and give “Save and View” the emphasis color (blue, in this
>> case).
>> >>> That
>> >>> > > is
>> >>> > > >> the more highly understood behavior. “Save” (and continue
>> >>> editing) is
>> >>> > > >> useful but not as generally useful as “Save and View”.
>> Especially
>> >>> if
>> >>> > you
>> >>> > > >> are dropping Preview.
>> >>> > > >>
>> >>> > > >> FWIW, I use Preview more often from WYSIWYG mode since there is
>> >>> not a
>> >>> > > 1:1
>> >>> > > >> translation of editor view to page view. Whereas, when I am
>> >>> editing
>> >>> > > source,
>> >>> > > >> I can predict how it will look most of the time. :)
>> >>> > > >>
>> >>> > > >> I would also move the Cancel button over next to the other
>> >>> buttons.
>> >>> > If I
>> >>> > > >> had to rate which buttons I use the most frequently, “Cancel”
>> >>> would be
>> >>> > > at
>> >>> > > >> the top, followed by “Save and View,” followed very very
>> >>> distantly by
>> >>> > > “Save
>> >>> > > >> and Continue."
>> >>> > > >>
>> >>> > > >>
>> >>> > > > This is very interesting behavior. I would love to be able to
>> have
>> >>> some
>> >>> > > > usage stats, but with XWiki being installable and independently
>> >>> hosted,
>> >>> > > > stats are always hard to get by.
>> >>> > > >
>> >>> > > > Personally I use "Save" a lot (I like to save often in order to
>> not
>> >>> > lose
>> >>> > > > stuff), but I usually use the keyboard shortcut, not necessarily
>> >>> the
>> >>> > > > button. It is true that 'Preview' in WYSIWYG has its usages,
>> >>> especially
>> >>> > > > when using macros or nested macros, since the result is not
>> >>> accurate.
>> >>> > > >
>> >>> > > > Regarding "Save & View" I always do it as a final step, while I
>> >>> never
>> >>> > use
>> >>> > > > "Cancel" - i just navigate away or hit the browser's 'Back'.
>> >>> > > >
>> >>> > > > Also in terms of functionality the "Autosave" can be used
>> instead
>> >>> of
>> >>> > the
>> >>> > > > "Save", so we can remove 'Save' (especially in case of advanced
>> >>> users).
>> >>> > > >
>> >>> > > > So the only stats I have are from the http://playground.xwiki.
>> org
>> >>> <
>> >>> > > http://playground.xwiki.org/> from the
>> >>> > > > past 2 months. These are the top 3 pages edited, see
>> >>> > > > http://design.xwiki.org/xwiki/bin/download/Proposal/IdeaVisi
>> >>> bleSave/
>> >>> > > UsageFebApr2017.png <http://design.xwiki.org/
>> >>> > xwiki/bin/download/Proposal/
>> >>> > > IdeaVisibleSave/UsageFebApr2017.png>
>> >>> > > >
>> >>> > > > Now let's see the heatmaps:
>> >>> > > > - Sandbox.WebHome:
>> >>> > > > http://design.xwiki.org/xwiki/bin/download/Proposal/
>> >>> > > IdeaVisibleSave/Sandbox-Home.png <http://design.xwiki.org/
>> >>> > > xwiki/bin/download/Proposal/IdeaVisibleSave/Sandbox-Home.png>
>> >>> > > > - Sandbox.TestPage1:
>> >>> > > > http://design.xwiki.org/xwiki/bin/download/Proposal/
>> >>> > > IdeaVisibleSave/Sandbox-TestPage1.png <http://design.xwiki.org/
>> >>> > > xwiki/bin/download/Proposal/IdeaVisibleSave/Sandbox-TestPage
>> 1.png>
>> >>> > > > - Sandbox.Test.WebHome:
>> >>> > > > http://design.xwiki.org/xwiki/bin/download/Proposal/
>> >>> > > IdeaVisibleSave/Sandbox-Test.png <http://design.xwiki.org/
>> >>> > > xwiki/bin/download/Proposal/IdeaVisibleSave/Sandbox-Test.png>
>> >>> > > >
>> >>> > > > From these heatmaps we see that 'Preview' has the most usage and
>> >>> after
>> >>> > is
>> >>> > > > "Save&View", with no usage for "Save & Continue" and "Cancel".
>> >>> > > > Not we need to take into account 2 aspects: Sandbox is used by
>> >>> > first-time
>> >>> > > > users of XWiki and they usually are afraid to mess things up so
>> the
>> >>> > > Preview
>> >>> > > > is comforting for them. Also in the current layout 'Preview' is
>> the
>> >>> > first
>> >>> > > > button from left-to-right, so it's assumed as the primary
>> action.
>> >>> > > >
>> >>> > > > So if the initial proposal was 'varA', what do you think about
>> >>> 'varB'?
>> >>> > > > - var A [Save; Save & View]:
>> >>> > > > http://design.xwiki.org/xwiki/bin/download/Proposal/
>> >>> > > IdeaVisibleSave/varA.png <http://design.xwiki.org/
>> >>> > > xwiki/bin/download/Proposal/IdeaVisibleSave/varA.png>
>> >>> > > > - var B [Save & View; Preview]:
>> >>> > > > http://design.xwiki.org/xwiki/bin/download/Proposal/
>> >>> > > IdeaVisibleSave/varB.png <http://design.xwiki.org/
>> >>> > > xwiki/bin/download/Proposal/IdeaVisibleSave/varB.png>
>> >>> > > > - var C [Save & View; Save]:
>> >>> > > > http://design.xwiki.org/xwiki/bin/download/Proposal/
>> >>> > > IdeaVisibleSave/varC.png <http://design.xwiki.org/
>> >>> > > xwiki/bin/download/Proposal/IdeaVisibleSave/varC.png>
>> >>> > > >
>> >>> > > > Note: users that went to 'Preview', usually come back to the
>> >>> previous
>> >>> > > view,
>> >>> > > > see
>> >>> > > > http://design.xwiki.org/xwiki/bin/download/Proposal/
>> >>> > > IdeaVisibleSave/Sandbox-Test-preview.png <
>> http://design.xwiki.org/
>> >>> > > xwiki/bin/download/Proposal/IdeaVisibleSave/Sandbox-Test-pre
>> >>> view.png>
>> >>> > > >
>> >>> > > > I left 'Cancel' at the end, in order to be the last button and
>> have
>> >>> > > > visibility (not get lost in all the other options). Users need
>> to
>> >>> use
>> >>> > it
>> >>> > > as
>> >>> > > > an 'escape' route, so it's better to find it fast and always
>> have a
>> >>> > > static
>> >>> > > > position = last. For this usually the first and last positions
>> are
>> >>> > best.
>> >>> > > >
>> >>> > > > My initial rationale to remove 'Preview' from the WYSIWYG editor
>> >>> was
>> >>> > that
>> >>> > > > WYSIWYG does life preview, so I though not many users use it,
>> >>> since I
>> >>> > > never
>> >>> > > > used it. Seeing the stats for newcomers is impressive, still it
>> >>> would
>> >>> > be
>> >>> > > > great if more advanced / long-term users of XWiki would
>> summaries
>> >>> a bit
>> >>> > > > their button usage, so we could take a more informed decision.
>> >>> XWiki
>> >>> > > needs
>> >>> > > > to accommodate both newcomers, but also long term users.
>> >>> > > >
>> >>> > > > Thanks,
>> >>> > > > Caty
>> >>> > > >
>> >>> > > >
>> >>> > > >> Nice work!
>> >>> > > >>
>> >>> > > >> Craig
>> >>> > > >>
>> >>> > > >>
>> >>> > > >>> On Apr 25, 2017, at 6:21 PM, Ecaterina Moraru (Valica) <
>> >>> > > >> valicac(a)gmail.com> wrote:
>> >>> > > >>>
>> >>> > > >>> Hi,
>> >>> > > >>>
>> >>> > > >>> We had some users complaining that the first time they edit a
>> >>> page
>> >>> > they
>> >>> > > >>> don't know how to save it. Depending on the screen resolution,
>> >>> the
>> >>> > save
>> >>> > > >>> buttons since they are at the bottom of the page are not
>> visible
>> >>> and
>> >>> > > some
>> >>> > > >>> users don't know they need to scroll in order to see them.
>> >>> > > >>>
>> >>> > > >>> We want to make some changes to XWiki, that:
>> >>> > > >>> - Display the save buttons in a fixed bottom bar, when they
>> are
>> >>> out
>> >>> > of
>> >>> > > >> the
>> >>> > > >>> viewport, see
>> >>> > > >>> http://design.xwiki.org/xwiki/bin/download/Proposal/
>> >>> > > >> IdeaVisibleSave/bottomBar.png
>> >>> > > >>> - When the user scroll, the buttons go into their position,
>> see
>> >>> > > >>> http://design.xwiki.org/xwiki/bin/download/Proposal/
>> >>> > > >> IdeaVisibleSave/after.png
>> >>> > > >>> - We compacted the bottom functionalities (summary, minor,
>> >>> > auto-save),
>> >>> > > >> see
>> >>> > > >>> before:
>> >>> > > >>> http://design.xwiki.org/xwiki/bin/download/Proposal/
>> >>> > > >> IdeaVisibleSave/before.png
>> >>> > > >>> after:
>> >>> > > >>> http://design.xwiki.org/xwiki/bin/download/Proposal/
>> >>> > > >> IdeaVisibleSave/smallViewPort.png
>> >>> > > >>>
>> >>> > > >>> What do you think about this proposal? Would it improve the
>> >>> > visibility
>> >>> > > of
>> >>> > > >>> the buttons? Do you have other ideas? Is it something we
>> should
>> >>> > > >> implement?
>> >>> > > >>>
>> >>> > > >>> Thanks,
>> >>> > > >>> Caty
>>
>>
>
>
Hi,
We had feedback that new users don't know where to find the 'Edit' and
'Create' buttons. Also there is some confusions of why we have a 'cog' icon
that contains actions like 'Delete' and a 'three dots' icon that contain
other actions.
Would be great if you could tell us which version you prefer:
P2:
http://design.xwiki.org/xwiki/bin/download/Proposal/IdeaLabeledActions/adva…
P4:
http://design.xwiki.org/xwiki/bin/download/Proposal/IdeaLabeledActions/P4_1…
Both proposals add backgrounds around the icons, the main difference is
that P2 also uses descriptive labels, while P4 keeps the consistency with
the top icons and a more minimalist style.
For the more actions menu, we want to combine the actions and add category
labels, see
http://design.xwiki.org/xwiki/bin/download/Proposal/IdeaLabeledActions/more…
What do you think? Do you have other solutions for your instances? Did you
encounter the same problem?
Thanks,
Caty
Hi,
when checking for extension updates in xwiki administration, the extension
updater lists some errors.
After some investigation, I've found that xwiki is trying to call some REST
api pointing to url like this:
https://store.xwiki.com/xwiki/rest/repository/extensions/[URL_ENDING_PART]
where the [URL_ENDING_PART] was one of the following examples found in the
log:
- com.google.code.findbugs%3Aannotations/versions/api
-
org.xwiki.platform%3Axwiki-platform-blog-ui/versions?requireTotalHits=true&start=0&number=-1
-
org.xwiki.contrib.ldap%3Aldap-authenticator/versions?requireTotalHits=true&start=0&number=-1
The reason for the above listed https calls is due to our proxy that is
inspecting every outgoing communication and has denied the requests to
store.xwiki.com. The proxy uses CISCO list of untrusted web sites which
says this:
Reason: BLOCK-MALWARE
Threat Type: othermalware
Threat Reason: Domain reported and verified as serving malware. Identified
as malicious IP. Identified as malicious domain or URL.
Notification: WBRS
Can be this domain trusted or not? Is it a false threat or not?
Is it legal when xwiki calls the API at https://store.xwiki.com?
Thank you
Hello
I have fresh installation of xwiki 9.3.1. Into this instance we migrated
many pages from an old version - approximately 1000 pages. When I'm
updating the Rights in the Global admin section, any toggle takes almost
1-2 minutes to get propagated.
Is that normal or there is something wrong?
Thanks
Jan
Greets,
For some reason NGINX sometimes stops serving my tomcat pages and starts wanting to serve pages from .../nginx/html/.
I don't get it. On Friday, at 13:39, I was happily browsing my XWiki site, as you can see from the NGINX access_log. Then from that log you see no activity until 10:31 this morning, at which time it no longer wants to redirect hits to port 8080 or to /xwiki, it just wants to serve from its own html/ subdir.
When I come in this morning, When I go to hit the site NGINX shows me the placeholder page, .../nginx/html/index.html, which starts out "If you can see this page, ..."
I can still hit my xwiki at :8080/xwiki. It has not been restarted, altho so what if it had?
NGINX has not been restarted, and the config files (conf/nginx.conf, conf.d/tomcat.conf) have not changed.
Anybody else seen this? Why did it change behavior, and doe it have anything to do with the
"signal process started" messages?
Thanks
NGINX Access log, showing a few hits to xwiki at 13:39 on 05/05, then non-redirected hits at 10:31-10:41 AM on 05/08
------------------
10.13.107.52 - - [05/May/2017:13:39:39 -0700] "GET /xwiki/bin/get/Portfolio%20Management/Project%20Budget/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showAttachments=false&showTranslations=false&&data=children&id=document%3Axwiki%3APortfolio+Management.WebHome HTTP/1.1" 200 1671 "http://dwswiki10.westmarine.net/xwiki/bin/view/Portfolio%20Management/Proje…" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
10.13.107.52 - - [05/May/2017:13:39:41 -0700] "GET /xwiki/bin/get/Portfolio%20Management/Project%20Budget/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showAttachments=false&showTranslations=false&&data=children&id=document%3Axwiki%3APortfolio+Management.Projects.WebHome HTTP/1.1" 200 1178 "http://dwswiki10.westmarine.net/xwiki/bin/view/Portfolio%20Management/Proje…" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
10.13.107.52 - - [05/May/2017:13:39:43 -0700] "GET /xwiki/bin/get/Portfolio%20Management/Project%20Budget/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showAttachments=false&showTranslations=false&&data=children&id=document%3Axwiki%3APortfolio+Management.Projects.Project+A.WebHome HTTP/1.1" 200 4330 "http://dwswiki10.westmarine.net/xwiki/bin/view/Portfolio%20Management/Proje…" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
10.13.107.52 - - [05/May/2017:13:39:45 -0700] "GET /xwiki/bin/get/Portfolio%20Management/Project%20Budget/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showAttachments=false&showTranslations=false&&data=children&id=document%3Axwiki%3APortfolio+Management.Projects.Project+A.Design.WebHome HTTP/1.1" 200 6935 "http://dwswiki10.westmarine.net/xwiki/bin/view/Portfolio%20Management/Proje…" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
10.13.107.52 - - [08/May/2017:10:30:44 -0700] "GET / HTTP/1.1" 200 612 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
10.13.107.52 - - [08/May/2017:10:30:45 -0700] "GET /favicon.ico HTTP/1.1" 404 571 "http://dwswiki10/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
10.13.107.52 - - [08/May/2017:10:31:27 -0700] "GET /xwiki HTTP/1.1" 404 571 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
10.13.107.52 - - [08/May/2017:10:31:44 -0700] "GET / HTTP/1.1" 200 612 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
10.13.107.52 - - [08/May/2017:10:31:44 -0700] "GET /favicon.ico HTTP/1.1" 404 571 "https://dwswiki10/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
10.13.107.52 - - [08/May/2017:10:41:26 -0700] "GET / HTTP/1.1" 200 612 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)"
10.13.107.52 - - [08/May/2017:10:41:26 -0700] "GET /favicon.ico HTTP/1.1" 404 571 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)"
10.13.107.52 - - [08/May/2017:10:41:29 -0700] "GET / HTTP/1.1" 304 0 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)"
10.13.107.52 - - [08/May/2017:10:41:29 -0700] "GET /favicon.ico HTTP/1.1" 404 571 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)"
NGINX error log, showing some " signal process started" messages:
--------------------------------
2017/05/05 00:27:05 [error] 14431#0: *6148 open() "/data/nginx/html/servlet/admin" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "GET /servlet/admin?category=server&method=listAll&Authorization=Digest+username%3D%22admin%22%2C+response%3D%22ae9f86d6beaa3f9ecb9a5b7e072a4138%22%2C+nonce%3D%222b089ba7985a883ab2eddcd3539a6c94%22%2C+realm%3D%22adminRealm%22%2C+uri%3D%22%2Fservlet%2Fadmin%22&service= HTTP/1.0"
2017/05/05 00:27:05 [error] 14431#0: *6152 open() "/data/nginx/html/servlet/admin" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "GET /servlet/admin?category=server&method=listAll&Authorization=Digest+username%3D%22admin%22%2C+response%3D%22ae9f86d6beaa3f9ecb9a5b7e072a4138%22%2C+nonce%3D%222b089ba7985a883ab2eddcd3539a6c94%22%2C+realm%3D%22adminRealm%22%2C+uri%3D%22%2Fservlet%2Fadmin%22&service= HTTP/1.0"
2017/05/05 00:27:05 [error] 14431#0: *6156 "/data/nginx/html/HTTP1.0/index.html" is not found (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "GET /HTTP1.0/"
2017/05/05 00:27:12 [error] 14431#0: *6443 open() "/data/nginx/html/home.htm" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "GET /home.htm HTTP/1.1", host: "10.13.4.247"
2017/05/05 00:27:16 [error] 14431#0: *6550 open() "/data/nginx/html/spipe" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "POST /spipe?Source=nessus HTTP/1.0"
2017/05/05 00:27:16 [error] 14431#0: *6552 open() "/data/nginx/html/spipe" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "POST /spipe?Source=nessus HTTP/1.0"
2017/05/05 00:27:20 [error] 14431#0: *6661 open() "/data/nginx/html/logout" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "GET /logout HTTP/1.0"
2017/05/05 00:27:20 [error] 14431#0: *6668 open() "/data/nginx/html/logout" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "GET /logout HTTP/1.0"
2017/05/05 00:27:22 [error] 14431#0: *6752 open() "/data/nginx/html/yYWiy2DH.asp" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "GET //yYWiy2DH.asp HTTP/1.0"
2017/05/05 00:27:22 [error] 14431#0: *6757 open() "/data/nginx/html/tnq0ObbP.asp" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "GET //tnq0ObbP.asp HTTP/1.0"
2017/05/05 00:27:25 [error] 14431#0: *6882 open() "/data/nginx/html/content/YmEIoHwZQ6.mp3" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "GET /content/YmEIoHwZQ6.mp3 HTTP/1.0"
2017/05/05 00:27:25 [error] 14431#0: *6885 open() "/data/nginx/html/content/YmEIoHwZQ6.mp3" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "GET /content/YmEIoHwZQ6.mp3 HTTP/1.0"
2017/05/05 00:27:46 [error] 14431#0: *7313 open() "/data/nginx/html/iControl/iControlPortal.cgi" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "POST http://127.0.0.1/iControl/iControlPortal.cgi HTTP/1.1", host: "dwswiki10.westmarine.net"
2017/05/05 00:27:46 [error] 14431#0: *7315 open() "/data/nginx/html/iControl/iControlPortal.cgi" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "POST http://127.0.0.1/iControl/iControlPortal.cgi HTTP/1.1", host: "dwswiki10.westmarine.net"
2017/05/05 00:27:47 [error] 14431#0: *7342 open() "/data/nginx/html/.anydomain.test" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "GET /.anydomain.test HTTP/1.0"
2017/05/05 00:27:47 [error] 14431#0: *7343 open() "/data/nginx/html/.anydomain.test" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "GET /.anydomain.test HTTP/1.0"
2017/05/05 00:27:47 [error] 14431#0: *7345 open() "/data/nginx/html/index.jsp" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "GET /index.jsp HTTP/1.1", host: "sjfklsjfkldfjklsdfjdlksjfdsljk.foo."
2017/05/05 00:27:48 [error] 14431#0: *7351 open() "/data/nginx/html/index.jsp" failed (2: No such file or directory), client: 10.13.122.42, server: localhost, request: "GET /index.jsp HTTP/1.1", host: "sjfklsjfkldfjklsdfjdlksjfdsljk.foo."
2017/05/05 00:27:50 [crit] 14431#0: *7396 SSL_do_handshake() failed (SSL: error:14094085:SSL routines:SSL3_READ_BYTES:ccs received early) while SSL handshaking, client: 10.13.122.42, server: 0.0.0.0:443
2017/05/05 00:27:50 [crit] 14431#0: *7397 SSL_do_handshake() failed (SSL: error:05066066:Diffie-Hellman routines:COMPUTE_KEY:invalid public key error:1408B005:SSL routines:SSL3_GET_CLIENT_KEY_EXCHANGE:DH lib) while SSL handshaking, client: 10.13.122.42, server: 0.0.0.0:443
2017/05/05 10:40:33 [notice] 20325#0: signal process started
2017/05/05 10:41:12 [notice] 20357#0: signal process started
2017/05/05 10:43:18 [notice] 20416#0: signal process started
2017/05/05 12:59:34 [notice] 23321#0: signal process started
2017/05/08 10:30:45 [error] 23325#0: *132 open() "/data/nginx/html/favicon.ico" failed (2: No such file or directory), client: 10.13.107.52, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "dwswiki10", referrer: "http://dwswiki10/"
2017/05/08 10:31:27 [error] 23325#0: *132 open() "/data/nginx/html/xwiki" failed (2: No such file or directory), client: 10.13.107.52, server: localhost, request: "GET /xwiki HTTP/1.1", host: "dwswiki10"
2017/05/08 10:31:44 [error] 23325#0: *140 open() "/data/nginx/html/favicon.ico" failed (2: No such file or directory), client: 10.13.107.52, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "dwswiki10", referrer: "https://dwswiki10/"
2017/05/08 10:40:43 [notice] 16545#0: signal process started
2017/05/08 10:41:26 [error] 16566#0: *1 open() "/data/nginx/html/favicon.ico" failed (2: No such file or directory), client: 10.13.107.52, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "dwswiki10"
2017/05/08 10:41:29 [error] 16566#0: *1 open() "/data/nginx/html/favicon.ico" failed (2: No such file or directory), client: 10.13.107.52, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "dwswiki10"
2017/05/08 10:42:26 [notice] 16651#0: signal process started
The information contained in this transmission may contain West Marine proprietary, confidential and/or privileged
information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are
hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited.
If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original
message. To reply to our email administrator directly, please send an email to netadmin(a)westmarine.com.
Hello Xwikiers,
I need to import xwiki's user and password credentials to database of other
application to configure single sign on in tomcat. How can I verify
user/password from xwiki database.
I am using mysql database.
Thank you in advance.
Best,
Tadewos
Hello, guys.
Info: I have a Xwiki forum, installed on Debian 8 (64-bit). Xwiki version is
9.1.2. And I use LDAP auth.
My problem is:
I have 1 user user (with Developer skills, eg with nickname "developer")
When forum was started, "developer" had the Program and Script rights and he
installed
Now forum functions stably, and I as administrator don't want, that
"developer" had this rights.
But because "developer" was a owner of scripts and extensions => when I
untick from Program and Scripts => I get errors, like a:
*"Failed to execute the [velocity] macro.
Cause: [The execution of the [velocity] script macro is not allowed.
Check the rights of its last author or the parameters if it's rendered from
another script.].
Click on this message for details."*
... on main page in places where should be navigation panels and menus. This
elements was created by "developer".
May be my question could be like: "How I should be change owner of
scripts/elements, that I can untick rights from 'developer' and don't get
errors"
P.s.0 I read about of Script rights, and in this doc about of changes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki72#HScrip…
and I ticked Script rights for XWikiAllGroup, but without this action my
forum works fine.
P.s.1 For messages like a: "Create new user for developer, and leave afk
first dev account" - sorry, but it is not my solution.
Thanks for understanding, Xwiki community.
-----
--
Best regards,
Arthur
--
View this message in context: http://xwiki.475771.n2.nabble.com/Problem-Problem-with-program-and-Script-r…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
after upgrade from very old 5.X version to the new 9.X version, I'm
fighting with correct rights settings. I need to reset all pages to the
default rights setting.
Is there any easy way how to do it?
Or another question, is there any chance how to export/dump the current
page rights settings, so I can easily identify those pages, which I have
update?
Thanks for any comments/hints.
Jan
I'm integrating Xwiki with OAuth2. I managed to login but now I'm struggling
with logging out from the server when I click on 'logout' in Xwiki. This is
the code snippet that performs the redirection to the server to logout from
it:
else if ("logout".equals(context.getAction())
&& wrappedRequest.getUserPrincipal() != null) {
// redirect to the OAuth2 logout page
wrappedRequest.setUserPrincipal(null);
try {
context.getResponse().sendRedirect(
configuration.getOAuth2Param(
LOGOUT_URL.replace(".", "_"), LOGOUT_URL,
"logouturl", context));
} catch (IOException e) {
throw new XWikiException(XWikiException.MODULE_XWIKI_USER,
XWikiException.ERROR_XWIKI_USER_INIT,
"Can't redirect to the OAuth2 logout page", e);
}
return null;
}
I wrote a XWikiOAuth2Authenticator class that extends XWikiAuthServiceImpl
and overrides checkAuth.
The code works since I get redirected to LOGOUT_URL but I also get the
following stacktrace due to the calling of other Xwiki classes out of my
control:
2017-04-28 17:05:31,155
[http://localhost:8080/xwiki/bin/logout/XWiki/XWikiLogout?xredirect=%2Fxwiki…
%2F] WARN c.x.x.w.XWikiAction - Uncaught exception: Error number
0 in 11: Uncaught exception
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:474)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:210)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.j
ava:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.j
ava:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:136)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:957)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:423)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1079)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:620)
at
org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2476)
at
org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2465)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalStateException: Cannot create a session after
the response has been committed
at
org.apache.catalina.connector.Request.doGetSession(Request.java:3008)
at
org.apache.catalina.connector.Request.getSession(Request.java:2384)
at
org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:897)
at
javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:229)
at
javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:229)
at com.xpn.xwiki.web.LogoutAction.action(LogoutAction.java:57)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:446)
... 46 common frames omitted
I'm obviously doing something wrong and I couldn't find an example of how to
logout from a server. What's the correct way and where is the correct place
to do that? Or...how can I avoid this exception? Thank you.
--
View this message in context: http://xwiki.475771.n2.nabble.com/OAuth2-Logout-tp7603692.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Xwiki,
GDN is a non-profit organization based in India that conducts research to
improve well-being of poor people in developing countries and work with
local research agencies to inform better policies to the local government.
We’d like to create a wiki for researchers and policy makers to collaborate
and share their ideas to inform better policies to the local government.
Thank you!
Owner Name: gdni
Wiki Name: gdni
Thank you!
Hello,
We decided to use XWiki as our company wiki. I am trying to configure it,
but currently I'm stuck at implementing a very simple Document Tree as a
panel. Our Wiki is in one space : Main, which contains three children pages,
let's say Our A, Our B and Our C. I'm trying to build a document tree to
list all the subpages starting to Our A instead of Main.
Currently, using this reference as root:
$services.model.createDocumentReference('xwiki', 'Main', 'WebHome')
I can build a document tree showing the 3 sub-pages. However, I couldn't
manage to catch the reference of one of the sub-page. I tried :
$services.model.createDocumentReference('xwiki', 'Main', 'Our A')
$services.model.createDocumentReference('xwiki', 'Main.Our A', 'WebHome')
$services.model.createDocumentReference('xwiki', 'Our A', 'WebHome')
but none of them is working. I don't know if the problem comes from the
space, or if I'm not getting at all the notion of spaces and pages (which is
deprecated from what I read).
Thank you for your help,
J
--
View this message in context: http://xwiki.475771.n2.nabble.com/Troubles-with-Document-Tree-tp7603755.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
Is it possible to make announcements to users on XWiki so they can see it
easily when they log in?
Not sure whether this functionality is already available somehow on XWiki
(I'm using version 8.4.5) and I am thinking of presenting the announcements
within a panel wizard similar to one like "recently modified".
Best regards,
Sebastian
Hi,
Please, I run into strange situation after upgrade from obsolete version
5.4.5 to 9.3.1.
Now I have for example following links:
https://czwiki2/xwiki/bin/view/Main/Komunity/https://czwiki2/xwiki/bin/view/Komunity/
Both links are pointing to same page, however I would like to have just one
link.
Rename or deleting always affect both links.
Any ideas how to fix it?
Thanks!
Description: The College Transition Collaborative is a non-profit organization based out of Stanford University that conducts research to improve well-being and achievement for college students. We’d like to create an internal wiki for team operations and knowledge sharing. Thank you!
Owner Name: xali
Wiki Name: ctc
Hi everybody,
I have a huge issue here with our XWiki 7.4.4 instance running on CentOS 7
/ Tomcat 8.0.33.
We had a document space "Customer Docs" in a sub wiki "Customers" with
several nested docs (customers with more nested docs).
A user managed to break the whole document space by renaming it to "@Spain
Wiki". When accessing the page now the browser throws a "This page does not
work, <SERVERNAME> has redirected too often" (translated from German).
I see the pages with the old names in Page Index under deleted documents
but when I click the actions icon (which says it can't be restored because
it already has been recreated?!) I get the same browser error.
Is there any way I can restore the old document space?
(Restoring a database backup will not work because too many other things
have been changed in other parts of the wiki, the renaming was done on
April 20th but discovered today)
Regs,
Dennis
Hi,
I've been wondering if there is something else do to to get the source maps for css enabled.
I followed the instructions on the Extension page of the "LESS Module".
I edited and un-commented the property "lesscss.generateInlineSourceMaps = true" within "xwiki.properties".
Afterwards I restarted the server service.
I also switched color themes to clean the cache.
But I cannot see a change in the developer views of Chromium or Firefox. Every style still refers to style.css.
At this point I also want to ask about the usage of the manual cleaning method for the cache.
The documentation says that I can use the LESS CSS script service and provides a snippet
{{velocity}}
$service.lesscss.clearCache()
{{velocity}}
But where should I put this?
The section "Script Service" on the LESS Module page only has a link to the source code on GitHub. I'm still digging into the XWiki world so maybe it is just a matter of time if can figure it out. The whole velocity less scripting thing is a huge topic though.
Regards,
sthag
Hello,
I just want to try out xwiki and see what are the opportunities an what i
can do with it so i can start building my own xwiki.
EvghenyOnegin
xwiki name: Evgheny1
c Уважением.
Hi,
I'm trying to create a new skin. I followed the section Skins within the Developer's Guide and also Platform Features / Skins.
The article "How to create a new skin" says to copy the whole colibri (should be flamingo by now) skin folder and make an example change. Then there is a part about skin.properties. The property "parent" indicates a skin to inherit from. It says that it always has a value, even if I don't explicitly enter one for myself it will inherit from WAR or whatever is configured in "xwiki.defaultbaseskin".
Does that mean I don't have to copy the whole flamingo folder if I reference flamingo as "parent"? This way I could only create a custom named folder within the xwiki/skins folder with the skin.properties file and for example a logo.png file which would replace the flamingo logo.png file.
I don't understand the behavior and the functionality of this inheriting and parent child relation of skins from the articles in the documentation. Why have a parent if I copy the whole skin folder anyways?
Regards,
sthag
Hello,
I have a problem to set up the right page permissions (or may be I have a understanding problem ... ) using XWIKI 9.3
I want to set up access permissions to a certain page and to all children of this page.
- A group "XWikiAdminDocumentation" was created.
- A page "Administration" was created to be filled with documentation for administrators only.
- Only members of group "XWikiAdminDocumentation" should have access to page "Administration"
(and all coming child pages of "Administration").
- At page "Administration", menu "Administer Page - Users and Groups - Rights: Page & Children"
I set up the following permissions:
--- ALL rights to groups "XWikiAdminDocumentation" and "XWikiAdminGroup".
--- NO rights to groups like "XWikiAllGroup" and "XWikiGuests".
--- Please, have a look at the attached screenshot (sorry fort he "German screenshot" but the screenshot should be self-explaining I hope).
- The problems are:
--- First thing: As an administrator I can't forbid the right "Admin". Yes, I can disable this right. But if I open the menu
"Page Administration: Rights: Page & Children" a second time the former set right "is lost" (see screenshot).
--- Second thing: Despite oft he defined page permission rights a user of the group "XWikiAllGroup" kann read and edit
the page "Administration". Much worse, this user can also open the "Administer Page" menu and he can change the permissions.
I found no corresponding exceptions in the xwiki.log, therefore, from a technical point of view every thing seems to be okay.
Now, I have no more ideas what elso to do :(
Kind regards, Thomas
Hello all,
I have an issue installing the .deb packages from the maven repositories.
The installation of xwiki-enterprise-tomcat8-mysql (and all other mysql installations) has a dependency to the old "mysql-server" package from the old versions of debian.
It was replaced/removed in debian Jessie.
It would be great if you could fix the dependency so the automatic installation works as it should. :)
Kind regards,
Timo Dachs-Wegmann
-IT-
Looks like this is the failure:
java.sql.SQLException: Cannot add foreign key constraint
and
org.hibernate.HibernateException: Failed updating schema while executing
query [alter table activitystream_events_status add index
FKBF7104E8CB8C5002 (ases_eventid), add constraint FKBF7104E8CB8C5002
foreign key (ases_eventid) references activitystream_events (ase_eventid)]
com.xpn.xwiki.store.XWikiHibernateBaseStore.updateSchema(XWikiHibernateBaseStore.java:652)
com.xpn.xwiki.store.XWikiHibernateBaseStore.updateSchema(XWikiHibernateBaseStore.java:393)
So it appears to be the same problem as
https://jira.xwiki.org/browse/XWIKI-14225, however, this is *not *the case
for me, my activitystream table is already INNODB:
Thomas Mortagne
<https://jira.xwiki.org/secure/ViewProfile.jspa?name=tmortagne> added a
comment - 25/Apr/17 04:25
*The issue was that activitystream_events was still MyISAM for some reason.
Converting it to INNODB fix it.*
I don't know what I did wrong. I followed the same process that I always
do, but I'm getting this:
HTTP Status 500 - com.xpn.xwiki.XWikiException: Error number 11007 in 0:
Failed to extract Entity Resource Reference from URL [
https://wiki.pridedallas.com:8443/xwiki/bin/view/Main/]
*type* Exception report
*message* *com.xpn.xwiki.XWikiException: Error number 11007 in 0: Failed to
extract Entity Resource Reference from URL
[https://wiki.pridedallas.com:8443/xwiki/bin/view/Main/
<https://wiki.pridedallas.com:8443/xwiki/bin/view/Main/>]*
*description* *The server encountered an internal error that prevented it
from fulfilling this request.*
*exception*
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
number 11007 in 0: Failed to extract Entity Resource Reference from
URL [https://wiki.pridedallas.com:8443/xwiki/bin/view/Main/]
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:520)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:427)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
javax.servlet.http.HttpServlet.service(HttpServlet.java:622)
javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:112)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:134)
*root cause*
com.xpn.xwiki.XWikiException: Error number 11007 in 0: Failed to
extract Entity Resource Reference from URL
[https://wiki.pridedallas.com:8443/xwiki/bin/view/Main/]
com.xpn.xwiki.XWiki.initializeResourceFromURL(XWiki.java:926)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:793)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:255)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:210)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
javax.servlet.http.HttpServlet.service(HttpServlet.java:622)
javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:112)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:134)
(There is more if I need to send that as well).
I rolled back to 9.2 and that works fine. I've looked in the Release
Notes and don't see anything that I need to change:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/Data/XWiki/9.3/http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/Data/XWiki/9.3.1/
--
Keith Davis
214-906-5183
Hi Folks,
After LOTS of research, we have decided to seriously explore XWiki; one
feature in particular (among many) that stands out is the support for
*annotation*. We like the idea of a "*second generation Wiki*" (especially
after some extensive experience with MediaWiki and Confluence).
Right now the biggest *hurdle is getting a successful install*. We have
ready a large number of documents, but have now run out of insights.
*TARGET SYSTEM*: VPS running 42.1 OpenSUSE Linux (RPM-based). Latest MySQL
(actually MariaDB), Java, Apache etc. Currently a CRM system (PHP-based) and
an accounting system (PostBooks) running.
*CHALLENGE*: Tomcat and the WAR file.
*SPECIFIC QUESTION: What is the best documentation that would enable us to
very systematically install and configure XWiki? *
/Especially in a non-deb environment. And with details concerning e.g.
"ports". Widespread adoption will be encouraged when technically savvy
individuals and small teams can try XWiki without having a sysadmin as a
permanent team member.
/
We have voted for a *Bitnami *XWiki stack package. But we don't want to
wait!
Thanks for any pointers!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Detailed-XWiki-Install-Info-For-RPM-Based…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Greets,
I don’t get it.
I moved my environment.permanentDirectory and got into a messed up state.
I started over:
I shut down tomcat
I said "mysql drop database xwiki" and recreated it and re-granted app privs on xwiki.*
I copy-n-pasted the LDAP settings from my previous installation, where LDAP auth was working
I started tomcat, wenth thru the distribution wizard, and then installe LDAP Authenticator
I stopped tomcat and restarted it
Now I can log in with my AD account, but instead of the main page, I see
ERROR
You are not allowed to view this page or perform this action.
I don't get it. I pasted the LDAP setting from a previous install, where LDAP seemed to be working fine.
I tried another LDAP account and got the same results.
What could I have done wrong?
I think that this time the LDAP settings were there before the LDAP authenticator was installed, could that be it?
Could it be that I need to open the perms on the permanent data dir? It is writable to the xwiki user, and that is who is executing tomcat.
I see this in the catalina log:
2017-04-26 12:29:26,103 [http://dwswiki10.westmarine.net:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin] ERROR o.x.c.l.XWikiLDAPConfig - Error parsing LDAP fields mapping attribute from configuration
... but as I said I didn't get the "You are not allowed..." bit last time around. And the LDAP settings were pasted from there.
Thanks
-----Original Message-----
From: users [mailto:users-bounces@xwiki.org] On Behalf Of Vincent Massol
Sent: Tuesday, April 25, 2017 4:19 AM
To: XWiki Users
Subject: Re: [xwiki-users] Maximum size of an attachment in subwiki
Hi Sebastien,
> On 25 Apr 2017, at 13:02, Sebastian Luna Valero <sebastian.luna.valero(a)gmail.com> wrote:
>
> Hi All,
>
> Thanks for releasing XWiki 8.4.5!
>
> I am about to import content from the old to the new xwiki,
You should really consider using the recommended upgrade practice which is to use the Distribution Wizard, see http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade
If you really want to import content make sure you don’t include any default page at least. I’d still recommend using the DW.
Thanks
-Vincent
> but the .xar
> file is larger than the 32MB size limit. Previously I have followed
> the instructions here:
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments
>
> to increase the maximum size of the attachment. However, it seems to
> work only for the main wiki but not for subwikis, is that true?
>
> Best regards,
> Sebastian
The information contained in this transmission may contain West Marine proprietary, confidential and/or privileged
information. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are
hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited.
If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original
message. To reply to our email administrator directly, please send an email to netadmin(a)westmarine.com.
I have set en (English) as the default language for our wiki (Administer wiki
-> Localization -> Default language).
Despite this, some of our pages have separate en page in translations.
Though it hasn't created any problem for us yet, I have concern whether
editing default page reflects the edits in its en page or not..
Also some time back, XWiki supported Marathi (mr) language. But currently, I
find it nowhere in the list.
--
View this message in context: http://xwiki.475771.n2.nabble.com/default-language-and-translation-pages-tp…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi list,
This is my first post. Just starting with XWiki, and pretty excited about everything it can do.
I’m trying to configure the registration text (what unregistered users see when they create a new account on page XWikiRegister). I changed what I want in Administration:Registration (page heading and welcome message), as described in the XWiki help.
However, when an unregistered user goes to the registration page, they will not see my custom message, but a default message above the registration form (note absence of styling):
> Registration
> Sign up here so you can edit pages and participate in the wiki.
>
But… when I navigate to the registration page while logged in with my administrator account, I get the page with my customised page heading and welcome message. By navigate, I mean copy the link ".../xwiki/bin/register/XWiki/XWikiRegister" into my address bar.
And… when I navigate to the same page while logged in with a non-administrator account, I get an error ("You are not allowed to view this page or perform this action.”). Which is OK, I guess.
Can anyone point me towards what might be going on? My best guess is that it is a rights problem (I’ve been fighting with those). But I have no idea where to look.
My XWiki version is a hosted enterprise 8.4.4.
Thank you so much for your help!
Cheers,
Gilles
Hello, Alexandre,
I don’t have a solution for wildfly. I decided to switch to jetty. There everything works properly.
Best Regards,
Eimantas
From: amonge [via XWiki] [mailto:ml+s475771n7603643h37@n2.nabble.com]
Sent: Wednesday, April 26, 2017 5:45 PM
To: Eimantas Zdanevičius <Eimantas.Zdanevicius(a)bluebridge.lt>
Subject: Re: Can't add new group
Hello,
I have exactly the same problem. When I'm trying to add a new group, this message appears : An error occurred while communicating with the server. Please check that the server is accessible, and you have the proper rights to perform the requested action.
[http://xwiki.475771.n2.nabble.com/file/n7603643/ErrorNewGroup.png]
I tried with XE 8.4.4 and XE 8.4.5 .war on JBoss Wildfly 8 & 10 and an Oracle database, but I'm still getting the same error. The logs displayed on the server are the same as Eimantas.
eimzdn wrote
Hello,
I find out that system jsr library is different version from that which comes with xwiki:
./modules/system/layers/base/javax/jws/api/main/jsr181-api-1.0-MR1.jar
./standalone/deployments/xwiki.war/WEB-INF/lib/jsr311-api-1.1.1.jar
How can I tell wildfly to load xwiki library instead of system?
Best regards,
Eimantas
I have edited the WEB-INF/jboss-deployment-structure.xml file to add the line <module name="javax.jws" /> on excluded dependencies (package of jsr181-api-1.0-MR1.jar), but no success.
I tried with javax.ws too.
Nevertheless, the standalone's version of XWiki has no problem, but I have to use a .war version.
Does anyone have any solutions ?
Best regards,
Alexandre
________________________________
If you reply to this email, your message will be added to the discussion below:
http://xwiki.475771.n2.nabble.com/Can-t-add-new-group-tp7603235p7603643.html
To unsubscribe from Can't add new group, click here<http://xwiki.475771.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscrib…>.
NAML<http://xwiki.475771.n2.nabble.com/template/NamlServlet.jtp?macro=macro_view…>
--
View this message in context: http://xwiki.475771.n2.nabble.com/Can-t-add-new-group-tp7603235p7603653.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Greetings dear XWiki users!
I have installed XWiki 8.4.4 on CentOS 7.3, with Tomcat and MySQL support.
I have integrated the site with Active Directory, so any user can use
Windows credentials to login and have the XWiki user automatically created
(without the need of registration).
In the starting “Home” Wiki, i have created a new Color Theme to use. Every
new user logins to this wiki, retains the Color Theme i chose for the wiki
and all is good.
However, when i created a new Wiki (Wiki2 let’s say) and have chosen the
new “Global” Color Theme to use for this Wiki too, only root can login to
that wiki and retain it. All other new users, once they login to this wiki,
have their color theme switching to default!
What am i missing?
Thank you all for any assistance!
Best regards,
Petros
Hello All,
I installed a new xwiki version (9.2 - current stable). I installed it with the debian packages and had no problems doing that. Then I made an mysql dump on the old wiki and made a rollback on the new machine. Then I copied the directory with all the directly written files to the new system (same directory). And I merged the configs from old to new, so that the configuration has to be the same.
But when I start the xwiki server it shows that it is loading to 100% but right after it switches to an empty login page.
The URL shows this:
Xwiki.domain.de/xwiki/bin/login/XWiki/XWikiLogin?srid=j3QqKRs2&xredirect=%2Fxwiki%2Fbin%2Fview%2FMain%2F%3Fsrid%3Dj3QqKRs2
But the page is completely blank.
I've logged the process of starting xwiki and found some error messages... But I can't get something out of it...
It would be nice if someone could help me with this. :- )
Kind regards
Timo Dachs-Wegmann
-IT-
LOG:
2017-04-05 11:49:02,383 [XWiki initialization] INFO .HibernateDataMigrationManager - Storage schema updates and data migrations are enabled
2017-04-05 11:49:02,613 [XWiki initialization] INFO .HibernateDataMigrationManager - No data migration to apply for wiki [xwiki] currently in version [90000]
2017-04-05 11:49:02,614 [XWiki initialization] INFO .HibernateDataMigrationManager - Checking Hibernate mapping and updating schema if needed for wiki [xwiki]
2017-04-05 11:49:04,639 [XWiki initialization] ERROR c.x.x.p.XWikiPluginManager - Cannot initialize plugin [com.xpn.xwiki.plugin.watchlist.WatchListPlugin]. This plugin will not be available.
java.lang.ClassNotFoundException: com.xpn.xwiki.plugin.watchlist.WatchListPlugin
at org.xwiki.classloader.URIClassLoader$1.run(URIClassLoader.java:193)
at org.xwiki.classloader.URIClassLoader$1.run(URIClassLoader.java:180)
at java.security.AccessController.doPrivileged(Native Method)
at org.xwiki.classloader.URIClassLoader.findClass(URIClassLoader.java:179)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.xwiki.classloader.xwiki.internal.ContextNamespaceURLClassLoader.loadClass(ContextNamespaceURLClassLoader.java:176)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.java:83)
at com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.java:118)
at com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:1463)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:1197)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:1103)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:1076)
at com.xpn.xwiki.internal.XWikiInitializerJob.runInternal(XWikiInitializerJob.java:117)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at java.lang.Thread.run(Thread.java:745)
2017-04-05 11:49:05,217 [XWiki Scheduler initialization] ERROR o.x.w.i.DefaultWatchListStore - Failed to get automatic watch mode for user [XWiki.superadmin], using fallbacks
com.xpn.xwiki.XWikiException: Error number 0 in 5: User [XWiki.superadmin] does not exists
at org.xwiki.watchlist.internal.DefaultWatchListStore.getWatchListObject(DefaultWatchListStore.java:119)
at org.xwiki.watchlist.internal.DefaultWatchListStore.getAutomaticWatchMode(DefaultWatchListStore.java:279)
at org.xwiki.watchlist.internal.AutomaticWatchModeListener.documentModifiedHandler(AutomaticWatchModeListener.java:153)
at org.xwiki.watchlist.internal.AutomaticWatchModeListener.onEvent(AutomaticWatchModeListener.java:129)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:304)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1775)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1681)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1671)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.saveStatus(SchedulerPlugin.java:636)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.scheduleJob(SchedulerPlugin.java:413)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.register(SchedulerPlugin.java:317)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.register(SchedulerPlugin.java:310)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.restoreExistingJobs(SchedulerPlugin.java:295)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.initAsync(SchedulerPlugin.java:164)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.access$000(SchedulerPlugin.java:76)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin$1.run(SchedulerPlugin.java:123)
at org.xwiki.context.concurrent.ExecutionContextRunnable.run(ExecutionContextRunnable.java:70)
at java.lang.Thread.run(Thread.java:745)
2017-04-05 11:49:05,222 [XWiki Scheduler initialization] WARN w.i.AutomaticWatchModeListener - Failed to watch document [xwiki:Scheduler.WatchListHourlyNotifier] for user [XWiki.superadmin]
com.xpn.xwiki.XWikiException: Error number 0 in 5: User [XWiki.superadmin] does not exists
at org.xwiki.watchlist.internal.DefaultWatchListStore.getWatchListObject(DefaultWatchListStore.java:119)
at org.xwiki.watchlist.internal.DefaultWatchListStore.getWatchedElements(DefaultWatchListStore.java:100)
at org.xwiki.watchlist.internal.DefaultWatchListStore.isWatched(DefaultWatchListStore.java:186)
at org.xwiki.watchlist.internal.DefaultWatchListStore.addWatchedElement(DefaultWatchListStore.java:215)
at org.xwiki.watchlist.internal.AutomaticWatchModeListener.documentModifiedHandler(AutomaticWatchModeListener.java:170)
at org.xwiki.watchlist.internal.AutomaticWatchModeListener.onEvent(AutomaticWatchModeListener.java:129)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:304)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1775)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1681)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1671)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.saveStatus(SchedulerPlugin.java:636)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.scheduleJob(SchedulerPlugin.java:413)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.register(SchedulerPlugin.java:317)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.register(SchedulerPlugin.java:310)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.restoreExistingJobs(SchedulerPlugin.java:295)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.initAsync(SchedulerPlugin.java:164)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.access$000(SchedulerPlugin.java:76)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin$1.run(SchedulerPlugin.java:123)
at org.xwiki.context.concurrent.ExecutionContextRunnable.run(ExecutionContextRunnable.java:70)
at java.lang.Thread.run(Thread.java:745)
2017-04-05 11:49:05,989 [XWiki Scheduler initialization] ERROR o.x.w.i.DefaultWatchListStore - Failed to get automatic watch mode for user [XWiki.superadmin], using fallbacks
com.xpn.xwiki.XWikiException: Error number 0 in 5: User [XWiki.superadmin] does not exists
at org.xwiki.watchlist.internal.DefaultWatchListStore.getWatchListObject(DefaultWatchListStore.java:119)
at org.xwiki.watchlist.internal.DefaultWatchListStore.getAutomaticWatchMode(DefaultWatchListStore.java:279)
at org.xwiki.watchlist.internal.AutomaticWatchModeListener.documentModifiedHandler(AutomaticWatchModeListener.java:153)
at org.xwiki.watchlist.internal.AutomaticWatchModeListener.onEvent(AutomaticWatchModeListener.java:129)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:304)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1775)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1681)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1671)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.saveStatus(SchedulerPlugin.java:636)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.scheduleJob(SchedulerPlugin.java:413)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.register(SchedulerPlugin.java:317)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.register(SchedulerPlugin.java:310)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.restoreExistingJobs(SchedulerPlugin.java:295)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.initAsync(SchedulerPlugin.java:164)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.access$000(SchedulerPlugin.java:76)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin$1.run(SchedulerPlugin.java:123)
at org.xwiki.context.concurrent.ExecutionContextRunnable.run(ExecutionContextRunnable.java:70)
at java.lang.Thread.run(Thread.java:745)
2017-04-05 11:49:05,990 [XWiki Scheduler initialization] WARN w.i.AutomaticWatchModeListener - Failed to watch document [xwiki:Scheduler.WatchListDailyNotifier] for user [XWiki.superadmin]
com.xpn.xwiki.XWikiException: Error number 0 in 5: User [XWiki.superadmin] does not exists
at org.xwiki.watchlist.internal.DefaultWatchListStore.getWatchListObject(DefaultWatchListStore.java:119)
at org.xwiki.watchlist.internal.DefaultWatchListStore.getWatchedElements(DefaultWatchListStore.java:100)
at org.xwiki.watchlist.internal.DefaultWatchListStore.isWatched(DefaultWatchListStore.java:186)
at org.xwiki.watchlist.internal.DefaultWatchListStore.addWatchedElement(DefaultWatchListStore.java:215)
at org.xwiki.watchlist.internal.AutomaticWatchModeListener.documentModifiedHandler(AutomaticWatchModeListener.java:170)
at org.xwiki.watchlist.internal.AutomaticWatchModeListener.onEvent(AutomaticWatchModeListener.java:129)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:304)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1775)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1681)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1671)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.saveStatus(SchedulerPlugin.java:636)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.scheduleJob(SchedulerPlugin.java:413)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.register(SchedulerPlugin.java:317)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.register(SchedulerPlugin.java:310)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.restoreExistingJobs(SchedulerPlugin.java:295)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.initAsync(SchedulerPlugin.java:164)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.access$000(SchedulerPlugin.java:76)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin$1.run(SchedulerPlugin.java:123)
at org.xwiki.context.concurrent.ExecutionContextRunnable.run(ExecutionContextRunnable.java:70)
at java.lang.Thread.run(Thread.java:745)
2017-04-05 11:49:06,114 [XWiki Scheduler initialization] ERROR o.x.w.i.DefaultWatchListStore - Failed to get automatic watch mode for user [XWiki.superadmin], using fallbacks
com.xpn.xwiki.XWikiException: Error number 0 in 5: User [XWiki.superadmin] does not exists
at org.xwiki.watchlist.internal.DefaultWatchListStore.getWatchListObject(DefaultWatchListStore.java:119)
at org.xwiki.watchlist.internal.DefaultWatchListStore.getAutomaticWatchMode(DefaultWatchListStore.java:279)
at org.xwiki.watchlist.internal.AutomaticWatchModeListener.documentModifiedHandler(AutomaticWatchModeListener.java:153)
at org.xwiki.watchlist.internal.AutomaticWatchModeListener.onEvent(AutomaticWatchModeListener.java:129)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:304)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1775)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1681)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1671)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.saveStatus(SchedulerPlugin.java:636)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.scheduleJob(SchedulerPlugin.java:413)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.register(SchedulerPlugin.java:317)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.register(SchedulerPlugin.java:310)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.restoreExistingJobs(SchedulerPlugin.java:295)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.initAsync(SchedulerPlugin.java:164)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.access$000(SchedulerPlugin.java:76)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin$1.run(SchedulerPlugin.java:123)
at org.xwiki.context.concurrent.ExecutionContextRunnable.run(ExecutionContextRunnable.java:70)
at java.lang.Thread.run(Thread.java:745)
2017-04-05 11:49:06,114 [XWiki Scheduler initialization] WARN w.i.AutomaticWatchModeListener - Failed to watch document [xwiki:Scheduler.WatchListWeeklyNotifier] for user [XWiki.superadmin]
com.xpn.xwiki.XWikiException: Error number 0 in 5: User [XWiki.superadmin] does not exists
at org.xwiki.watchlist.internal.DefaultWatchListStore.getWatchListObject(DefaultWatchListStore.java:119)
at org.xwiki.watchlist.internal.DefaultWatchListStore.getWatchedElements(DefaultWatchListStore.java:100)
at org.xwiki.watchlist.internal.DefaultWatchListStore.isWatched(DefaultWatchListStore.java:186)
at org.xwiki.watchlist.internal.DefaultWatchListStore.addWatchedElement(DefaultWatchListStore.java:215)
at org.xwiki.watchlist.internal.AutomaticWatchModeListener.documentModifiedHandler(AutomaticWatchModeListener.java:170)
at org.xwiki.watchlist.internal.AutomaticWatchModeListener.onEvent(AutomaticWatchModeListener.java:129)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:304)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1775)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1681)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1671)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.saveStatus(SchedulerPlugin.java:636)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.scheduleJob(SchedulerPlugin.java:413)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.register(SchedulerPlugin.java:317)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.register(SchedulerPlugin.java:310)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.restoreExistingJobs(SchedulerPlugin.java:295)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.initAsync(SchedulerPlugin.java:164)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin.access$000(SchedulerPlugin.java:76)
at com.xpn.xwiki.plugin.scheduler.SchedulerPlugin$1.run(SchedulerPlugin.java:123)
at org.xwiki.context.concurrent.ExecutionContextRunnable.run(ExecutionContextRunnable.java:70)
at java.lang.Thread.run(Thread.java:745)
2017-04-05 11:49:06,723 [XWiki initialization] WARN iComponentManagerEventListener - Failed to register the wiki component located in the document [xwiki:Panels.QuickLinks]: {}
org.xwiki.component.wiki.WikiComponentException: Failed to find a parser to parse syntax [XWiki 1.0]
at org.xwiki.component.wiki.internal.bridge.DefaultContentParser.parse(DefaultContentParser.java:63)
at org.xwiki.panels.internal.PanelWikiUIExtensionComponentBuilder.buildComponents(PanelWikiUIExtensionComponentBuilder.java:124)
at org.xwiki.component.wiki.internal.DefaultWikiComponentManagerEventListener.registerAllComponents(DefaultWikiComponentManagerEventListener.java:135)
at org.xwiki.component.wiki.internal.DefaultWikiComponentManagerEventListener.onEvent(DefaultWikiComponentManagerEventListener.java:122)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:304)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at com.xpn.xwiki.internal.XWikiInitializerJob.runInternal(XWikiInitializerJob.java:131)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.xwiki.rendering.parser.MissingParserException: Failed to find a parser for syntax [XWiki 1.0]
at org.xwiki.rendering.internal.parser.DefaultContentParser.getParser(DefaultContentParser.java:89)
at org.xwiki.rendering.internal.parser.DefaultContentParser.parse(DefaultContentParser.java:62)
at org.xwiki.rendering.internal.parser.DefaultContentParser.parse(DefaultContentParser.java:69)
at org.xwiki.component.wiki.internal.bridge.DefaultContentParser.parse(DefaultContentParser.java:59)
... 9 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Can't find descriptor for the component [role = [interface org.xwiki.rendering.parser.Parser] hint = [xwiki/1.0]]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:401)
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:399)
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.rendering.internal.parser.DefaultContentParser.getParser(DefaultContentParser.java:87)
... 12 common frames omitted
2017-04-05 11:49:06,779 [XWiki initialization] WARN iComponentManagerEventListener - Failed to register the wiki component located in the document [xwiki:Panels.GlobalRightsEditorWelcome]: {}
org.xwiki.component.wiki.WikiComponentException: Failed to find a parser to parse syntax [XWiki 1.0]
at org.xwiki.component.wiki.internal.bridge.DefaultContentParser.parse(DefaultContentParser.java:63)
at org.xwiki.panels.internal.PanelWikiUIExtensionComponentBuilder.buildComponents(PanelWikiUIExtensionComponentBuilder.java:124)
at org.xwiki.component.wiki.internal.DefaultWikiComponentManagerEventListener.registerAllComponents(DefaultWikiComponentManagerEventListener.java:135)
at org.xwiki.component.wiki.internal.DefaultWikiComponentManagerEventListener.onEvent(DefaultWikiComponentManagerEventListener.java:122)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:304)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at com.xpn.xwiki.internal.XWikiInitializerJob.runInternal(XWikiInitializerJob.java:131)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.xwiki.rendering.parser.MissingParserException: Failed to find a parser for syntax [XWiki 1.0]
at org.xwiki.rendering.internal.parser.DefaultContentParser.getParser(DefaultContentParser.java:89)
at org.xwiki.rendering.internal.parser.DefaultContentParser.parse(DefaultContentParser.java:62)
at org.xwiki.rendering.internal.parser.DefaultContentParser.parse(DefaultContentParser.java:69)
at org.xwiki.component.wiki.internal.bridge.DefaultContentParser.parse(DefaultContentParser.java:59)
... 9 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Can't find descriptor for the component [role = [interface org.xwiki.rendering.parser.Parser] hint = [xwiki/1.0]]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:401)
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:399)
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.rendering.internal.parser.DefaultContentParser.getParser(DefaultContentParser.java:87)
... 12 common frames omitted
2017-04-05 11:49:06,818 [XWiki initialization] WARN iComponentManagerEventListener - Failed to register the wiki component located in the document [xwiki:Panels.ClassEditorWelcome]: {}
org.xwiki.component.wiki.WikiComponentException: Failed to find a parser to parse syntax [XWiki 1.0]
at org.xwiki.component.wiki.internal.bridge.DefaultContentParser.parse(DefaultContentParser.java:63)
at org.xwiki.panels.internal.PanelWikiUIExtensionComponentBuilder.buildComponents(PanelWikiUIExtensionComponentBuilder.java:124)
at org.xwiki.component.wiki.internal.DefaultWikiComponentManagerEventListener.registerAllComponents(DefaultWikiComponentManagerEventListener.java:135)
at org.xwiki.component.wiki.internal.DefaultWikiComponentManagerEventListener.onEvent(DefaultWikiComponentManagerEventListener.java:122)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:304)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at com.xpn.xwiki.internal.XWikiInitializerJob.runInternal(XWikiInitializerJob.java:131)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.xwiki.rendering.parser.MissingParserException: Failed to find a parser for syntax [XWiki 1.0]
at org.xwiki.rendering.internal.parser.DefaultContentParser.getParser(DefaultContentParser.java:89)
at org.xwiki.rendering.internal.parser.DefaultContentParser.parse(DefaultContentParser.java:62)
at org.xwiki.rendering.internal.parser.DefaultContentParser.parse(DefaultContentParser.java:69)
at org.xwiki.component.wiki.internal.bridge.DefaultContentParser.parse(DefaultContentParser.java:59)
... 9 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Can't find descriptor for the component [role = [interface org.xwiki.rendering.parser.Parser] hint = [xwiki/1.0]]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:401)
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:399)
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.rendering.internal.parser.DefaultContentParser.getParser(DefaultContentParser.java:87)
... 12 common frames omitted
2017-04-05 11:49:06,885 [XWiki initialization] WARN iComponentManagerEventListener - Failed to register the wiki component located in the document [xwiki:Panels.Tags]: {}
org.xwiki.component.wiki.WikiComponentException: Failed to find a parser to parse syntax [XWiki 1.0]
at org.xwiki.component.wiki.internal.bridge.DefaultContentParser.parse(DefaultContentParser.java:63)
at org.xwiki.panels.internal.PanelWikiUIExtensionComponentBuilder.buildComponents(PanelWikiUIExtensionComponentBuilder.java:124)
at org.xwiki.component.wiki.internal.DefaultWikiComponentManagerEventListener.registerAllComponents(DefaultWikiComponentManagerEventListener.java:135)
at org.xwiki.component.wiki.internal.DefaultWikiComponentManagerEventListener.onEvent(DefaultWikiComponentManagerEventListener.java:122)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:304)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at com.xpn.xwiki.internal.XWikiInitializerJob.runInternal(XWikiInitializerJob.java:131)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.xwiki.rendering.parser.MissingParserException: Failed to find a parser for syntax [XWiki 1.0]
at org.xwiki.rendering.internal.parser.DefaultContentParser.getParser(DefaultContentParser.java:89)
at org.xwiki.rendering.internal.parser.DefaultContentParser.parse(DefaultContentParser.java:62)
at org.xwiki.rendering.internal.parser.DefaultContentParser.parse(DefaultContentParser.java:69)
at org.xwiki.component.wiki.internal.bridge.DefaultContentParser.parse(DefaultContentParser.java:59)
... 9 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Can't find descriptor for the component [role = [interface org.xwiki.rendering.parser.Parser] hint = [xwiki/1.0]]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:401)
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:399)
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.rendering.internal.parser.DefaultContentParser.getParser(DefaultContentParser.java:87)
... 12 common frames omitted
2017-04-05 11:49:06,965 [XWiki initialization] WARN iComponentManagerEventListener - Failed to register the wiki component located in the document [xwiki:Panels.Navigation]: {}
org.xwiki.component.wiki.WikiComponentException: Failed to find a parser to parse syntax [XWiki 1.0]
at org.xwiki.component.wiki.internal.bridge.DefaultContentParser.parse(DefaultContentParser.java:63)
at org.xwiki.panels.internal.PanelWikiUIExtensionComponentBuilder.buildComponents(PanelWikiUIExtensionComponentBuilder.java:124)
at org.xwiki.component.wiki.internal.DefaultWikiComponentManagerEventListener.registerAllComponents(DefaultWikiComponentManagerEventListener.java:135)
at org.xwiki.component.wiki.internal.DefaultWikiComponentManagerEventListener.onEvent(DefaultWikiComponentManagerEventListener.java:122)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:304)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at com.xpn.xwiki.internal.XWikiInitializerJob.runInternal(XWikiInitializerJob.java:131)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.xwiki.rendering.parser.MissingParserException: Failed to find a parser for syntax [XWiki 1.0]
at org.xwiki.rendering.internal.parser.DefaultContentParser.getParser(DefaultContentParser.java:89)
at org.xwiki.rendering.internal.parser.DefaultContentParser.parse(DefaultContentParser.java:62)
at org.xwiki.rendering.internal.parser.DefaultContentParser.parse(DefaultContentParser.java:69)
at org.xwiki.component.wiki.internal.bridge.DefaultContentParser.parse(DefaultContentParser.java:59)
... 9 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Can't find descriptor for the component [role = [interface org.xwiki.rendering.parser.Parser] hint = [xwiki/1.0]]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:401)
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:399)
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.rendering.internal.parser.DefaultContentParser.getParser(DefaultContentParser.java:87)
... 12 common frames omitted
2017-04-05 11:49:07,232 [XWiki initialization] WARN iComponentManagerEventListener - Failed to register the wiki component located in the document [xwiki:Panels.SendPageByEmail]: {}
org.xwiki.component.wiki.WikiComponentException: Failed to find a parser to parse syntax [XWiki 1.0]
at org.xwiki.component.wiki.internal.bridge.DefaultContentParser.parse(DefaultContentParser.java:63)
at org.xwiki.panels.internal.PanelWikiUIExtensionComponentBuilder.buildComponents(PanelWikiUIExtensionComponentBuilder.java:124)
at org.xwiki.component.wiki.internal.DefaultWikiComponentManagerEventListener.registerAllComponents(DefaultWikiComponentManagerEventListener.java:135)
at org.xwiki.component.wiki.internal.DefaultWikiComponentManagerEventListener.onEvent(DefaultWikiComponentManagerEventListener.java:122)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:304)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at com.xpn.xwiki.internal.XWikiInitializerJob.runInternal(XWikiInitializerJob.java:131)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.xwiki.rendering.parser.MissingParserException: Failed to find a parser for syntax [XWiki 1.0]
at org.xwiki.rendering.internal.parser.DefaultContentParser.getParser(DefaultContentParser.java:89)
at org.xwiki.rendering.internal.parser.DefaultContentParser.parse(DefaultContentParser.java:62)
at org.xwiki.rendering.internal.parser.DefaultContentParser.parse(DefaultContentParser.java:69)
at org.xwiki.component.wiki.internal.bridge.DefaultContentParser.parse(DefaultContentParser.java:59)
... 9 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Can't find descriptor for the component [role = [interface org.xwiki.rendering.parser.Parser] hint = [xwiki/1.0]]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:401)
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:399)
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
at org.xwiki.rendering.internal.parser.DefaultContentParser.getParser(DefaultContentParser.java:87)
... 12 common frames omitted
2017-04-05 12:00:00,150 [DefaultQuartzScheduler_Worker-1] ERROR o.x.w.i.DefaultWatchListStore - Failed to get automatic watch mode for user [XWiki.superadmin], using fallbacks
com.xpn.xwiki.XWikiException: Error number 0 in 5: User [XWiki.superadmin] does not exists
at org.xwiki.watchlist.internal.DefaultWatchListStore.getWatchListObject(DefaultWatchListStore.java:119)
at org.xwiki.watchlist.internal.DefaultWatchListStore.getAutomaticWatchMode(DefaultWatchListStore.java:279)
at org.xwiki.watchlist.internal.AutomaticWatchModeListener.documentModifiedHandler(AutomaticWatchModeListener.java:153)
at org.xwiki.watchlist.internal.AutomaticWatchModeListener.onEvent(AutomaticWatchModeListener.java:129)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:304)
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1775)
at org.xwiki.watchlist.internal.job.WatchListJob.setPreviousFireTime(WatchListJob.java:129)
at org.xwiki.watchlist.internal.job.WatchListJob.executeJob(WatchListJob.java:180)
at com.xpn.xwiki.plugin.scheduler.AbstractJob.execute(AbstractJob.java:76)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Hi All,
Thanks for releasing XWiki 8.4.5!
I am about to import content from the old to the new xwiki, but the .xar
file is larger than the 32MB size limit. Previously I have followed the
instructions here:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments
to increase the maximum size of the attachment. However, it seems to work
only for the main wiki but not for subwikis, is that true?
Best regards,
Sebastian
The XWiki development team is proud to announce the availability of XWiki
9.3.
This release brings a couple of small, but very useful improvements like:
* the ability to filter the sections in Administration,
* reset changes done to extension pages and
* alternative configuration locations.
Developers also get:
* some helpful API in writing clean queries when escaping and filtering,
* a new API to find documents belonging to extensions and
* more control through a new extension point for the content menu
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/Data/XWiki/9.3
Thanks for your support
-The XWiki dev team
Hello, I've tried the standalone installation and decided to use xwiki
for a project at work.
So now I want to install the xwiki-enterprise-web-9.2 war file on a
Jboss eap 6.4.
I've already created the datasource and made the configurations needed
as explailned in
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationJBoss
When I try to deploy the war I get the following error:
Internal Server Error
{
"outcome" => "failed",
"failure-description" => {"JBAS014671: Servicios fallidos" =>
{"jboss.deployment.unit.\"xwiki-enterprise-web-9.2.war\".STRUCTURE"
=> "org.jboss.msc.service.StartException in service
jboss.deployment.unit.\"xwiki-enterprise-web-9.2.war\".STRUCTURE:
JBAS018733: Error al procesar la fase STRUCTURE de deployment
\"xwiki-enterprise-web-9.2.war\"
Caused by:
org.jboss.as.server.deployment.DeploymentUnitProcessingException:
JBAS018774: Error al cargar jboss-all.xml de
C:\\jboss-eap-6.4\\standalone\\tmp\\vfs\\temp\\temp655cdde171078d1\\content-120b8f091ff0ed12\\META-INF\\jboss-all.xml
Caused by: javax.xml.stream.XMLStreamException: ParseError at
[row,col]:[28,3]
Message: Unexpected element '{urn:jboss:weld:1.0}weld'"}},
"rolled-back" => true
}
Any ideas on how to solve this?
Thanks in advance,
Alejandro.
-------------------------------------------------------------------------------------------------------------------
La información contenida en este mensaje, la cual puede ser reservada,
confidencial o secreta, es para uso exclusivo del destinatario y demás
autorizados a recibirla. Si usted ha recibido este e-mail por error,
comuníquelo inmediatamente por esta vía y elimínelo de su sistema. Si
Ud. no es el destinatario especificado en el mensaje, cualquier
revelación, copia o distribución de su contenido está estrictamente
prohibido. El mensaje expresa la opinión de su autor pero no
necesariamente expresa la opinión oficial del Banco Central del Uruguay.
-------------------------------------------------------------------------------------------------------------------
The information included in this message is intended only for the
personal and confidential use of the addressee(s) named above. If you
have received this e-mail by mistake, please let us known immediately by
this means, and delete it from your files. If you are not the designated
addressee, any disclosure, copy or distribution of its content is
strictly prohibited. This message reflects the opinion of its author but
does not necessarily express an official statement of BCU.
I have installed XWiki from docker as explained on docker hub xwiki
<https://hub.docker.com/_/xwiki/> , but I ran into a couple of issues when
it came to installing some extensions that required me to modify the
xwiki.cfg file or others within the webapps location.
So in order to overcome that I used docker cp to sync the tomcat directory
within the container to a location on the host. Then I also mapped that
host location into the container once I did docker run, much like the mysql
data volume mapping. I guess I probably should have just created a docker
volume first and then used that to map it to /usr/local/tomcat since the
docs says that will sync the data on the container back to the docker
volume. Haven't used docker volumes much so didn't think about it before.
So, since I assume that there are files within the tomcat webapps location
that may need to be modified, due to extensions or perhaps something else,
shouldn't that be also made into a persistent volume ?
/opt/docker/host_volumes/
xwiki.org/xwiki_tomcat/webapps/ROOT/WEB-INF/xwiki.cfg
Thanks
--
Marcelo
Hello,
With nested pages (on xwiki 8.4.4), I want to list all pages under a location.
http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable%20Macro#HAll…
Doc indicate: extraParams' : "&space= to Find all the documents from a given specific space but "(Nested Spaces are not included)."
I understand that Nested Spaces under the space are not included.
Then how can I list all pages (nested and children) under a specific location?
I can not use "&location=" because I want all pages (terminal and nested page) under a nested page (and not another nested page with same name)
I must use queryFilters, then?
Thxs.
Pascal B
The XWiki development team is proud to announce the availability of XWiki
9.3 Release Candidate 1.
This release brings a couple of small, but very useful improvements like
the ability to filter the sections in Administration, reset changes done to
extension pages and alternative configuration locations. Developers get
some helpful API in writing clean queries when escaping and filtering, a
new API to find documents belonging to extensions and more control through
a new extension point for the content menu.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/Data/XWiki/9.3RC1
Thanks for your support
-The XWiki dev team
I'm trying to enable the option "DISPLAY MY DASHBOARD ON THE WIKI HOME WHEN I'M LOGGED IN (INSTEAD OF THE DEFAULT DASHBOARD)" but despite setting it to "yes" when I click the home button which loads domain.com:8084/bin/view/dashboard, it shows the default dashboard and not my own user dashboard.
emdinc.
Nolan Vines Systems Administrator
1411 Twin Oaks Street, Wichita Falls, TX, 76302
office: (940) 322-2206
direct: (940) 264-9140
nvines(a)emdinc.com
Hi,
I've been battling to get this extension to work in order to get Google
OAuth2 working. Is it not possible ?
Info:
Ubuntu 16.04.2 LTS
Docker XWiki Enterprise 8.4.4 (mysql-tomcat)
I have already setup XWiki exactly how it is mentioned on Social Login
Application
<http://extensions.xwiki.org/xwiki/bin/view/Extension/Social%20Login%20Appli…>
The
login doesn't display correctly, seems broken, but it does have the "sign
in with Google" link (not button). The login screen looks nothing like the
one in the Docs.
Also, login itself doesn't work, it just redirects back to the sign-in
screen over and over. The local admin account also becomes unable to login
after setting up the Social Login Settings.
I have used the Google Console to set the Credentials for the extension:
I provided the Redirect to be https://mydomain/bin/login/XWiki/XWikiLogin
I was under the impression that just creating a new credential under
Google's API Manager would be enough but I read on the users's list someone
mentioned to setup the Authorized API clients under the Manage API client
access, so I did so but no luck either.
Has anyone had success on setting this up with latest XWiki version ?
Any help appreciated
--
Marcelo
Hi everyone,
I'm wondering if anyone would be interested in a XWiki User Group in
Lyon (France).
The idea would be to meet on a regular basis (It depends a lot how
many people are interested and I guess it's a discussion to have
during the first meeting but something like once every 4 months for
example). The idea would be to have short talks (something like 15/20
minutes) on various subjects (here are some examples on my side: talk
about new features, present the intranet of "Atelier des Médias"
coworking association which is based on XWiki, etc.) and then spend a
nice evening discussing and eat/drink stuff.
WDYT ?
--
Thomas Mortagne
Yes probably but It seem laurinkeithdavis on gmail.com have this problem too.
--------------------------------------------
En date de : Ven 14.4.17, BRUMM Steffen <Steffen.BRUMM(a)frankstahl.com> a écrit :
Objet: AW: [xwiki-users] Bounced Emails
À: "Pascal BASTIEN" <pbasnews-xwiki(a)yahoo.fr>, "XWiki Users" <users(a)xwiki.org>
Date: Vendredi 14 avril 2017, 9h23
Maybe a yahoo-only-problem? I
dont have such troubles.
Mit freundlichen Grüßen,
Steffen BRUMM
Programmierung
IT-Österreich
Frankstahl Rohr- und Stahlhandelsges.m.b.H.
Frankstahlstraße2
A-2353
Guntramsdorf
Tel: +43 50 50 3-343
www.frankstahl.com
FÜR DIE UMWELT AKTIV: Frankstahl ist Partner
von Global 2000
Firmensitz:
Esteplatz 6, A-1030 Wien, FN 142511a Handelsgericht Wien,
DVR 0509361
Die Information in diesem Mail
ist ausschließlich für den Empfänger bestimmt. Anderen
Personen ist es nicht gestattet diese Information zu
öffnen, zu kopieren oder zu verteilen. Falls Sie diese
Information irrtümlich erhalten haben, kontaktieren Sie
bitte den Absender und löschen Sie das Mail von Ihrem
Computer.
-----Ursprüngliche Nachricht-----
Von: users [mailto:users-bounces@xwiki.org]
Im Auftrag von Pascal BASTIEN
Gesendet:
Freitag, 14. April 2017 09:21
An: XWiki
Users
Betreff: Re: [xwiki-users] Bounced
Emails
Hello,
Same problem for me.
Pascal B
--------------------------------------------
En date de : Jeu 13.4.17, Keith Davis <laurinkeithdavis(a)gmail.com>
a écrit :
Objet: Re:
[xwiki-users] Bounced Emails
À:
"XWiki Users" <users(a)xwiki.org>
Date: Jeudi 13 avril 2017, 14h29
Still happening, about once
a month. :(
On Fri, Dec
16, 2016 at 1:05 PM, Sergiu Dumitriu <sergiu(a)xwiki.org>
wrote:
>
Hm, actually I think the signature
is this
not the cause for this
> message, since
the bounce means
that Yahoo rejects mails
from xwiki, not > the other way around. And I think
you already removed the signature, right?
>
> On 12/16/2016 01:56 PM, Sergiu
Dumitriu wrote:
> > I
mentioned this a while
ago:
> >
> > "The
only way to fix the
problem (at least for
the
> > majority of emails) is to
remove the footer from the
configuration."
> >
> > So, there is a quick solution
which doesn't require changing the whole
> > infrastructure.
> >
> > On 12/15/2016 02:37 AM,
Vincent Massol wrote:
>
>> Hi Cuong,
> >>
> >>> On 15 Dec 2016, at
07:35, Cuong Hoang <cviethoang(a)gmail.com>
wrote:
> >>>
> >>> Same here, I posted a
message on 25 Nov, get some error message
from > >>> users-request(a)xwiki.org
about excessive bounces, excerpt: "Your >
membership > >>> in the mailing list users
has been disabled due to excessive bounces.
> The
> >>> last bounce
received
from you was dated 24-Nov-2016.
You will not get > any > >>> more
messages from this list until you re-enable your
membership. You > will > >>> receive 1
more reminders like this before your membership in the
list > is > >>> deleted…”
> >>
> >>
I’ve re-enabled your
membership for you
(you can probably do that by > yourself by sending some
commands but I’m not sure how TBH).
> >>
> >> I also went
through the
full users list and re-enabled
all email > addresses that were no receiving emails
because of bounces, just in case > (there were 4
only).
> >>
>
>>> I followed the
instructions in
the email but no thing worked, haven't >
>>> received any messages from xwiki-users group
since that day. I suspect > many > >>>
xwiki might have the same problems, and they just
"disappeared".
> Thinking
> >>> of trying other email
address than gmail…
>
>>
> >> We’re also having
lots
of issues recently because of DMARC
policy > change from yahoo. See http://markmail.org/message/5zpzp6pflgcb2duj
> >>
> >>
Note sure if your problem
is related to
this or not though.
> >>
> >> We started discussing
solutions and one of them would be to switch
from > managing our lists ourselves with mailman and
moving to some other tools > such as Google Groups.
This discussion is still going on but we probably >
need to hurry up a bit… > >> > >>
Thanks > >> -Vincent > >> >
>>> On Mon, Nov 14, 2016 at 10:40 PM Keith Davis
< > laurinkeithdavis(a)gmail.com>
> >>> wrote:
>
>>>
> >>> My
subscription keeps
getting disabled due to
excessive bounces. I > would > >>>
understand that if I was still hosting my web host's
email server, but > I'm > >>> not
having email send to my Gmail account. Any ideas what
would be > causing > >>> that?
> >>>
>
>>> --
> >>> Keith
Davis
> >>> 214-906-5183
<(214)%20906-5183>
>
>
> >
>
>
> --
> Sergiu Dumitriu
> http://purl.org/net/sergiu
>
--
Keith
Davis
214-906-5183