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