Hi,
I'm currently trying to upgrade my xwiki installations from 5.4.4 to 8.0 (or
even later, byt currentrly struggling with 8.0). Current (5.4.4)
installation have a few modifications made in base XWiki documents. We have
provided the installation with our library to authenticate users from
external application along with few service components etc. And now I'm
loooking for best way to migrate to later(lates) version. With it I have a
few issues.
- Distribution Wizard is not working properly when run on server (tomcat)
with our extensions and modifications provided. It displays information
about component not being compatibile. There is allways a way to run a clean
xwiki and migrate with Distribution Wizard but for now I would like to avoid
it.
- Another issue using Distribution Wizard is that not all of installation
environments have access to extension repositories.
- Another thing is that one of installations have huge ammount of
attachments (over 100 GB) so exporting old installation and importing over
new installation is not possible.
Does anyone have any tips regarding XWiki migration?
I will be greateful for any help, even for som words of encouragement ;)
Karol
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-migration-tp7601313.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi xwikiers,
We decided to remove LDAP authenticator from XWiki Enterprise in 8.3.
So I moved everything that was related to LDAP in
https://github.com/xwiki-contrib/ldap. Don't worry It's still
supported by the XWiki Dev team and got many improvements already. It
just felt easier to maintain and reuse it in its own repository and is
very easy to install with Extension Manager.
I taken the occasion to "merge" the LDAP Authenticator and Trusted
LDAP Authenticator so there is now only one with all the features of
both authenticators plus a few bonuses.
You can also use it since Wiki 7.4.x and get all the new features
without upgrading. It won't conflict with the embedded one, you just
indicate you want to use the new one which is fully retro-compatible.
See more details on
http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/ and
http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/Authenticator/.
--
Thomas Mortagne
Hi users and devs,
The Limits Application has been improved again. It seems I have taken the
manta "release early, release often" very seriously :).
The 1.2 version has been released and brings the ability to handle custom
limits.
See: http://extensions.xwiki.org/xwiki/bin/view/Extension/Limits+Application
Thanks,
--
Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project
Hi all,
Is it possible to enforce naming conventions on file attachments in XWiki?
Let's say I want all files attached under a certain space to have a prefix
added to their name, can that be done?
Thanks
Hi,
I am running xwiki 7.4.4 and have just noticed the user
index has gone missing from the side menu and also the
main/UserDirectory page is just showing #displayUserDirectory(true)
Checking I can't seem to be able to find the add-on to remove or reinstall. Anyone got any ideas?
Regards
Hi,
Is there a way to display additional things inside a Livetable field to
interact with the field value shown?
For example I have a livetable showing all application documents as follows:
Name | Category | User | Password | Modify Date | Actions
For every entry in the User and Password columns I want to provide a button
to copy the respective field value to the clipboard. How can I modify the
livetable to have additional elements alongside the field value?
Thanks in advance,
Dennis
We experience a strange behaviour with version 8.2.1 which was not there with
Version 7.4.2:
- Subwiki (allows only global user)
- Login at Home-Wiki
- Navigate to Subwiki
- Logout at Subwiki
- Login at Subwiki
Error message: You are not allowed ...
- Logout
- Login at Home Wiki
- Works
Changing "allow local user and global user" in subwiki does not change
anything expect that a local user is created. The local user can login
(correct permissions provided).
Same configuration in 7.4.2 works as expected.
How can we achieve global user login to subwikis?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Problem-Global-User-in-Subwiki-tp7601243.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi.
I transfer your message to the proper mailing list.
---------- Forwarded message ----------
From: paulebouton(a)gmail.com <paulebouton(a)gmail.com>
Date: 2016-09-09 17:49 GMT+02:00
Subject: How to return to the first installed version of my xwiki space ?
To: guillaume.delhumeau(a)xwiki.com
Hi,
How can i come back to the original configuration of my xwiki space ?
... Seem i have deleted the administration module !!! and, i can't use my
xwiki space anymore ...
It's very problematic because,i have plan to use it all this year to
animate the local discussion groups for citizens of Bagnolet ...
Can you please re-initialize my space ?
Thanks for your help.
Paule Bouton
paulebouton(a)gmail.com
------------------------------
[image: Avast logo] <https://www.avast.com/antivirus>
This email has been checked for viruses by Avast antivirus software.
www.avast.com <https://www.avast.com/antivirus>
--
Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project
Hi guys,
I'm having a hard time accessing the fields of an application (prepared via
App Within Minutes) document from another document.
I have those 2 documents:
1. XApp / Data / 123456789
2. Test / Testscript
I try to prepare an event listener to rename new documents according to
some of their fields.
For example I have the field 'ddlCategory' and I want the name of all new
documents of the XApp application to be "XP-<category>-DateTime".
To get the doc before accessing the objects of the class I tested
retrieving XApp.WebHome:
#set($docRef = $services.model.createDocumentReference('', 'XApp',
'WebHome'))
#set($document = $xwiki.getDocument($docRef))
"$document.getContent()" shows me the content.
Now I want to get the nested Data space (where the documents are stored and
which contains the livetable):
#set($docRef = $services.model.createDocumentReference('', 'XApp.Data',
'WebHome'))
#set($document = $xwiki.getDocument($docRef))
"$document.getContent()" is not replaced, the resulting page shows
"$document.getContent()" so it can't find the XApp.Data.WebHome.
In the reference I tried different things (ie "Xapp\.Data") but it also
fails.
So how to retrieve a nested document in velocity?
Thanks in advance,
Dennis
Hello.
Yesterday, I announced you the availability of a new extension: the Limits
Application.
Since, Thomas Mortagne suggested me an idea to make it better. The UI of
the application is now contained in the JAR, so it cannot be removed by
mistake by an user who manipulates wiki pages. Moreover, the UI is now
visible on every subwikis, without the need to install something on each of
them.
Also, developers will be happy because they can overwrite the default UI
like any skin template!
To download it or see more informations, see:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Limits+Application/#Hv…
Thanks,
--
Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project
Hello!
Sorry, but I cannot understand how correctly and simply is possible to use
different horizontal menus.
I need to configure that 1-st horizontal menu will show for Page1 and all
its child pages, and 2-nd horizontal menu will show for Page2 and all its
child pages. In my example Page1 & Page2 looks like old spaces - so I need
to define different horizontal menus for different spaces (in old
definitions). Can someone explain me correct way?
I using XWiki 8.2.1 and standard Menu application.
--
Eugen
--
View this message in context: http://xwiki.475771.n2.nabble.com/Different-Horizontal-Menus-for-different-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello.
I just have released the first version of a new application in contrib, the
Limits Application.
This extension prevents the creation of too many users or wikis in an
instance. It can also limits the number of members of any global group you
want.
The reason behind the creation of this application is the need, for XWiki
hosters, to add some restrictions on their instances to save their
resources. For example, a virtual machine handling a lot of users needs
more memory: it's fair that the client pay more to push back these limits.
See:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Limits+Application/
Thanks,
--
Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project
http://jira.xwiki.org/browse/XWIKI-13699
--- En date de : Mar 13.9.16, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr> a écrit :
> De: Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>
> Objet: Fw : Re: [xwiki-users] ACL missunderstand
> À: "XWiki Users" <users(a)xwiki.org>, "Vincent Massol" <vincent(a)massol.net>
> Date: Mardi 13 septembre 2016, 15h18
> Thxs for your answers but my ACL
> doesn't work on my 8.2.1.
>
> Users can not create new page or modify page on my
> encyclopédie space...
>
> Here some ACL screenshot:
> ACL on main wiki: https://snag.gy/dWbzZR.jpg
>
> ACL on Encyclopédie space (on encyclopédie page and
> children)
> https://snag.gy/vFArI1.jpg
> (I tested with XwikiAllGroup but my with my editor group i
> have the same problem)
>
> My user to test:
> https://snag.gy/NPwAqg.jpg
>
> Here my user view: https://snag.gy/6IeM4u.jpg
>
> If someone can see what I'm wrong?
>
>
> Thxs.
>
> Pascal B
Hi,
I only just started working with xWiki. I wanted to get some custom
JavaScript popups working in my wiki page, but then I realized that the CSS
is not being parsed by the page.
For example, if I put it as a internal CSS code,
and use the h1 tag in the body it will not parse. But if I use the CSS as,
This is a heading.
It works.
Is there a particular way of including the internal CSS code in the xWiki?
Thanks very much.
--
View this message in context: http://xwiki.475771.n2.nabble.com/CSS-only-works-inline-tp7601199.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have searched all over the forums but can't seem to find a solution that
matches what I am experiencing.
I'm unsure what information you need, but here are the basics.
XWiki Enterprise 7.4.4 on Ubuntu Server 16.06. MySQL, Tomcat8
If there is some sort of script that I need to run to show what other
extensions are installed or specifics, please let me know.
I am trying to upload a PDF that is about 30MB. I have tried adding it as
an attachment to a page, but it just gives me an error, "An error occurred
while uploading AE1920-228XUS.pdf"
<http://xwiki.475771.n2.nabble.com/file/n7601141/Upload_Attachment_Error.png>
I have also tried to install thru the File Manager Extension, but it doesn't
actually upload. Here is a screenshot immediately after it "looks like" it
uploaded.
<http://xwiki.475771.n2.nabble.com/file/n7601141/File_Manager_Error.png>
I have tried uploading smaller image files and those upload correctly.
Things I have already tried:
- Changed the Maximum Upload Size to 314572800
- php.ini - changed the max_upload_size value to 300MB
I wish there was a log that I could read to see what the error actually is.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Unable-to-upload-larger-files-30MB-tp7601…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I am trying to set up Ldap integration, and have installed both LDAP
Authenticator and LDAP Application.
I am using XWiki 8.2.1.
In my xwiki.cfg file I have the following settings in the LDAP section:
#-# LDAP authentication service
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
xwiki.authentication.ldap=1
xwiki.authentication.ldap.server=the.ldap.server
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.bind_DN=cn={0},ou=something1,ou=something2,ou=something3,dc=something4,dc=something5,dc=something6,dc=something7
xwiki.authentication.ldap.bind_pass={1}
xwiki.authentication.ldap.base_DN=
xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,email=mail
xwiki.authentication.ldap.update_user=1
xwiki.authentication.ldap.trylocal=1
Rest of the lines are commented. Note that there's nothing in base_DN
field. I have provided the same values
in bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=LDAP&space=XWiki.
But the page shows ldap.missingLdapService at the top of the page.
Any ideas why this is happening?
Thanks
Hello,
I don't understand very well how new ACL working with nested page with 8.2.1 compared to spaces ACL on 7.x version
About ACL, what use on xwiki 7.0.1 is:
- read for XWikiAllGroup (everyone)
- write + create page for "XWikiEditeurs" on "Encyclopédie" space (and read for every other page on this wiki)
(I know wiki spirirt mean everyhome can write but my Boss...)
then what I use on xwiki 7.x:
- on main xwiki, I forbidden Edit for XWikiAllGroup
- on "Encyclopédie space" I allowed "edit" for "XWikiEditeurs" (+ read and comment)
and forbidden "edit" for allow only "read" and "comment" for XWikiAllGroup
because I know that in my case, ACL on space overwriting wiki ACL
When I upgrade from 7.0.1 to 8.2.1, I encoutered ACL problem, no one could create page on all the wiki :-/
I find that the cause is "forbidden Edit for XWikiAllGroup" on main wiki.
My questions is: how ACL overwriting working with xwiki 8.2.1?
Is ACL right with "Rights: Page & Children" is similar to space ACL?
What if I apply some ACL rights on a page under "Encyclopédie" and next I apply different ACL right with "Rights: Page & Children" on "Encyclopédie"? Rights of children page are removed?
To conclude, do you know which ACL I must apply to have same rights thant xwiki 7.0.1?
(I must apply ACL right on ALL first level space?)
Thxs for any help.
Pascal B
Hi, this issues http://jira.xwiki.org/browse/XWIKI-13452 seems to be still present in XWiki 8.2.1.
We have a Menu in current wiki, positioned after header, and it is visible in both the print preview and the actual print out. Any advice?
Thank you in advance
Mario
Hi XWiki users,
I’m taking my XWiki SAS (http://xwiki.com) employee hat to write to you with this email.
XWiki SAS is trying to promote XWiki on getapp.com. Moreover we’re trying to get ahead of Confluence there! :)
If you check the following image you’ll see that Confluence is number 12th with 8 review and XWiki 16th with 6 reviews. We’d love to be able to have more reviews: https://www.evernote.com/l/AHcCLqw2oXtCo5p1flzr3grDcou0Zi3ZJ_w
If you want to help promote XWiki you can write a small review of XWiki at:
https://www.getapp.com/collaboration-software/a/xwiki/reviews/write/
Thanks!
-Vincent Massol
Hat: XWiki SAS employee
On behalf od XWiki SAS marketing
Hello Everyone,
I have managed to install XWiki Enterprise v.7.4.4 and have a few questions
before really getting started. There are a few things that are unclear to
me. Here is an overview for what it will be used for:
We have several teams: Computer Support, Sales, Warehouse, QA,
Ops/Development, Office Administration. XWiki will be used as a
knowledge-base for known issues, procedures and file hosting.
We want to have everyone be able to search for and create new pages/articles
in any wiki except for Office Administration and perhaps 1 other. Also, for
example, you are in the "Support" wiki and perform a search - we want search
results from content in the "Warehouse" wiki to be included in the results.
1. Would you recommend that I create a "Wiki" for each department?
2. When creating the user accounts, should I create them while in the
"Home" wiki (which is called Home by default installation), or am I doing
that incorrectly? I am logged in as the Admin user and going to Administer
Wiki > Users and Groups > Users > Add New User.
3. When installing extensions/applications - should I "Install" or "Install
on farm"? I'm not quite sure what the "farm" is. Is it the Sandbox?
I ask because I tried to create a "new Wiki" and it is like I have to start
from scratch again and create those user accounts in that wiki as well and
adjust any cosmetic changes, changes to the skin, applications/extensions.
4. As easy as it seems, I am having a very difficult time with the Panels
Wizard.
I have several other questions, but feel I shouldn't ask them until the
above are answered.
Any help would be greatly appreciated. Thank you.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Advice-needed-for-new-XWiki-Enterprise-7-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
It seems the search for extensions within the extension manager is broken, if the searched phrase has more than 1 char that is.
This works: myserver/xwiki/bin/admin/XWiki/XWikiPreferences?section=XWiki.AddExtensions&search=p&repo=
This does not work: myserver/xwiki/bin/admin/XWiki/XWikiPreferences?section=XWiki.AddExtensions&search=pdf+viewer&repo=
("There were no extensions found matching 'pdf viewer'.")
It seems this is the case since you upgraded xwiki.org to 8.2.1?
Best regards
Mario
Hello,
In XWiki Enterprise 7.4.2, a user has put a slash in the title of his page.
XWiki has well transformed the URL to :
/xwiki/bin/view/Le+wiki+du+CRI/Support+aux+Utilisateurs/Synchronisation+messagerie%2Fagenda+sous+androïd/
But Apache receives the following URL when I click on link in XWiki :
/xwiki/bin/view/Le+wiki+du+CRI/Support+aux+Utilisateurs/Synchronisation+messagerie/agenda+sous+androïd
Then I get the error "The requested URL was not found on this server."
So, I can't access this page or delete it.
Is there a solution ?
Thanks !
Signature mails
_________________________________________________
Bruno Joffredo
Ecole Centrale de Nantes
Centre de Ressources Informatiques - Bur. D019
1 rue de la Noë
BP 92101
F-44321 Nantes cedex 3
Tél. 02.40.37.68.06
Mail : bruno.joffredo(a)ec-nantes.fr <mailto:bruno.joffredo@ec-nantes.fr>
_________________________________________________
Hi,we have xwiki documents in language "pt", "pt_BR","en" and "".This is bringing some trouble in the search. How do I change the documents to linguage "pt_BR"?
Cordialment,Julio
Hi,
Since I've updated my wiki (http://tutos.myxwiki.org), I'm not able to
perform any search (error returned is "Failed to execute the [velocity]
macro. Cause: [Solr query require programming right ...").
Can someone "sign" the necessary pages?
Thanks for your help,
--
View this message in context: http://xwiki.475771.n2.nabble.com/Search-is-broken-on-myxwiki-org-programmi…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello XWiki experts,
I've been struggling with an XWiki bundled with jetty for which I can't
set anything similar such as a VHost.
Unfortunately, I cannot put a ProxyPassReverse (or ProxyPreserveHost) at
the Apache level for lack of a plugin thus all redirects are expressed
to localhost. My wiki is not intended to be used virtually.
This used to be a non-problem since Tomcat had an adjustment to add this.
Now that I am with Jetty, I am lost and it looks like neither XWiki nor
Jetty does not have a setting to fix a domain name.
Can it be?
thanks in advance.
Paul
Hi,
How do I add the font color option to the WYSIWYG editor (CKEditor)? I
included the plugin color in Wiki Administration -> Applications -> WYSIWYG
Editor and added color to toolbar, but it doesn't show up. Similarly I
added the plugins font and justify, and added them to the toolbar, but they
don't show up either.
Thanks
Does one of the Query languages of XWIki support Union of results
Select column1, column2, column3
from classX
UNION
Select column1, column2, column3
from ClassY
In my use case it is required for a livetable. I could also complete the JSON in two steps.
What is recommended?
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>
Hello,
I need to hide all technical stuff in a one wiki page (headers, footers,
comments, attachments, etc). I did it all except page modification info
(user, date & time).
I used StyleSheetExtension with content like this:
/* Hide unneeded stuff */
#contentmenu,
#footerglobal,
#hierarchy,
#document-title,
#xdocFooter,
#docextrapanes,
#xwikidata,
/* #commentform, */
/*.xwikitabbar li, */
/* #Historyshortcut, */
/* #Informationshortcut, */
.separator,
.commentheader .commenttools a,
a.tag-delete,
.tag-add a
{
display: none !important;
}
But I cannot understand what I should add in this list for hiding page
modification info.
Please help.
Thanks beforehand!
Eugen
--
View this message in context: http://xwiki.475771.n2.nabble.com/Hide-unneeded-stuff-tp7601051.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi!
Is there a way to write a macro that allows editing Document object(s) when in WYSIWYG mode?
For example, I have class ContactListClass which has two string fields: listName and listContacts. I have document called ‘Customer’ which has two instances of class ContactListClass. We can forget creating these objects for now. I want a macro that displays the listName:listContacts pairs in ‘view’ mode and shows editable form when in WYSIWYG mode. Is this possible?
-Teemu Keinonen
I'm trying to inject xwiki logger using
@Inject
Logger logger;
But when I start xwiki I get totally broken app and following errors in my
logs:
https://gist.github.com/edvorg/f6d5205b51ae32b71faf527d9a80302c
Has anybody met this before?
Thanks, Edward.
Hello guys,
I would like to know what would you recommend me to use in order to generate references (like citations in a scientific paper) in an object of a given class. My class has a couple of textAreas in which I would like to allow end-user to cite papers/books/etc. Then in another textArea I would like to generate a list of those cited references.
I have tried some extensions like Citation, Annotation and Footnotes, but found some drawbacks for each one of them.
1. Citation seems a good choice but forces end-user to add a citation object first, before being able to cite it.
2. Annotation looks promising if we consider that for the end-user it is easy to create an annotation and fill in the reference data, but it allows multiple annotations at the same place (for example, I can add multiple annotations at the same word) and the annotations tab is now merged with the comments tab so it won't really look like a paper references section.
3. Footnotes seems really interesting because we can use footnote macro with the reference and it automatically generates a reference-like content at the bottom at the textArea. The main problem is that it generates a footnote for each textArea which contains the footnote macro, even if I place putFootnotes in another textArea at the end of the class (and using macros is not exactly user-friendly for end-users).
So, the main question is: is there any other extension that I'm missing which might solve my problem straightforward or should I customize one of those?
E.G.:
Class properties
- Title (title: String)
- Section1 (first: TextArea) <- Users might add citations here (as friendly as possible)
- Section1 (second: TextArea) <- Users might add citations here
- Section1 (third: TextArea) <- Users might add citations here
- References (references: TextArea) <-- References should be rendered here.
Regards,Fernando
Hello,
I have a problem using XWiki in multilingual mode. Fresh XWiki (8.2.1). In
Administration, Localization, I configured as described:
MULTILINGUAL=Yes
SUPPORTED LANGUAGES=fr,en
DEFAULT LANGUAGE=fr
And I saved.
But no any visual changes ... In menu (right-upper corner) appeared submenu
Languages but only English presents in this submenu, no French.
If I put MULTILINGUAL=No and changed DEFAULT LANGUAGE=fr - screen language
immediately changed after I pressed Save, but I cannot change language in
menu (right-upper corner).
I made all as described at Internationalization
<http://platform.xwiki.org/xwiki/bin/view/Features/I18N>
Whats the problem?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Using-xwiki-in-multilingual-mode-problem-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
When users deletes a page I get and page saying that I should wait until
page is deleted. I check browser console and I see 500 response from xwiki
and nothing happens. If I go to some parent page, I see that page is
deleted. Checked xwiki log and see an exception:
https://gist.github.com/edvorg/9519c5055011ecdb319f6dcbdee39a76
does anybody know why could it happen?
Hello,
This is a request for a new wiki.
Details follow.
description: I would like to use Xwiki to build a knowledge base for my
children’s school and share it with the calandreta schools network.
owner name: Pascal Conil-lacoste
wiki name: calandreta
Thank you,
—
Pascal Conil-lacoste
Hi,
I have an issue with a template.
I created Dashboard.CustomerDocsDashboard with the following content:
```
{{velocity}}
#if ($context.display == 'edit')
{{info}}
Du bist im Begriff den neuen Kunden-Dokument-Bereich "//$doc.title//" zu
erstellen.
Um fortzufahren wähle eine der unten stehenden Buttons.
{{/info}}
#else
{{dashboard/}}
#end
{{/velocity}}
```
So far so good. When I enter WYSIWYG edit mode I get the info message, in
wiki edit mode I get the source code, exactly how I want it.
I also defined a template provider via XWiki administration. Creating a new
document with the template also works as intended.
Now the issue:
I have an application with a button leading to the page creation:
http://localhost:8080/xwiki/bin/inline/Customer+Docs/Test+Customer+2/WebHom…
The link worked correctly before without the velocity code and only
```{{dashboard/}}``` in the template but now via the URL I get
"
Failed to execute the [velocity] macro.
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.
"
instead of the info message.
Can somebody help me, please?
Thansk in advance,
Dennis
I manage to launch xwiki 7.0.1 because I fixed my server.xml but I still have
2016-08-31 14:20:45,440 [xwiki-dev.dom.cp2i.i2-startStop-1] ERROR o.i.j.JmxUtil - ISPN000034: There's already an cache manager instance registered under 'org.xwiki.infinispan' JMX domain. If you want to allow multiple instances configured with same JMX domain enable 'allowDuplicateDomains' attribute in 'globalJmxStatistics' config element
but only once!
By the way I have this error too:
31-Aug-2016 14:21:57.241 SEVERE [https://xwiki-dev.dom.xxx/xwiki/bin/webjars/resources/path?value=requirejs%…] org.apache.catalina.core.StandardWrapperValve.invoke "Servlet.service()" pour la servlet action a généré une exception
java.lang.NullPointerException
require.min.js have wrong URL (under xwiki but my xwiki is on the root of my web server and I have webapps/xwiki/WEB-INF/xwiki.cfg with this
#-# The name of the webapp to use in the generated URLs. If not specified, the value is extracted from the request URL
#-# and thus it's generally not required to set it. However if you're deploying XWiki as root in your Servlet Container
#-# and you're using XWiki >= 6.1 and < 7.0 you must set it to an empty value as otherwise the code cannot guess it.
#-# For example:
# xwiki.webapppath=xwiki
xwiki.webapppath=
Thxs.
--------------------------------------------
En date de : Mar 30.8.16, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr> a écrit :
Objet: Fw : Re: [xwiki-users] Fw : Re: Could not use Java8 with xwiki on 7.0.1 (and 8.2.1)
À: "Thomas Mortagne" <thomas.mortagne(a)xwiki.com>, "XWiki Users" <users(a)xwiki.org>
Date: Mardi 30 août 2016, 11h35
--- En date de : Mar 30.8.16, Thomas Mortagne <thomas.mortagne(a)xwiki.com>
a écrit :
> De: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
> Objet: Re: [xwiki-users] Fw : Re: Could not use Java8
with xwiki on 7.0.1 (and 8.2.1)
> À: "Pascal BASTIEN" <pbasnews-xwiki(a)yahoo.fr>,
"XWiki Users" <users(a)xwiki.org>
> Date: Mardi 30 août 2016, 11h23
> > Caused by:
> org.infinispan.jmx.JmxDomainConflictException: Domain
> already registered org.xwiki.infinispan when trying to
> register: type=CacheManager,name="xwiki"
>
> This usually means you have
> two instances of XWiki running in the same
> JVM (the cache manager already been registered
> by the first instance).
>
> On
No I launch only one xwiki with this JVM.
On same server there are another xwiki 6 but with another
tomcat and another JVM (/opt/jdk1.8.0_66). I use
/opt/jre1.8.0_102
Hi,
I am trying to enable statistics in XWiki without any success. My xwiki.cfg
for the settings look like this:
*#-# Stats configuration allows to globally activate/deactivate stats
module (launch storage thread, register events...).*
*#-# Enabled by default.*
*xwiki.stats=1*
*#-# When statistics are globally enabled, storage can be enabled/disabled
by wiki using the XWikiPreference property*
*#-# "statistics".*
*#-# Note: Statistics are disabled by default for improved
performances/space.*
*xwiki.stats.default=1*
I have restarted my server after changing this but to no effect. The
statistics application still says it is disabled. Anyone knows why?
XWiki 8.2.1 on Jetty 9.3.11 and Java 8
Thanks,
Dib
--- En date de : Mar 30.8.16, Thomas Mortagne <thomas.mortagne(a)xwiki.com> a écrit :
> De: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
> Objet: Re: [xwiki-users] Fw : Re: Could not use Java8 with xwiki on 7.0.1 (and 8.2.1)
> À: "Pascal BASTIEN" <pbasnews-xwiki(a)yahoo.fr>, "XWiki Users" <users(a)xwiki.org>
> Date: Mardi 30 août 2016, 11h23
> > Caused by:
> org.infinispan.jmx.JmxDomainConflictException: Domain
> already registered org.xwiki.infinispan when trying to
> register: type=CacheManager,name="xwiki"
>
> This usually means you have
> two instances of XWiki running in the same
> JVM (the cache manager already been registered
> by the first instance).
>
> On
No I launch only one xwiki with this JVM.
On same server there are another xwiki 6 but with another tomcat and another JVM (/opt/jdk1.8.0_66). I use /opt/jre1.8.0_102
--- En date de : Mar 30.8.16, Thomas Mortagne <thomas.mortagne(a)xwiki.com> a écrit :
> De: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
> Objet: Re: [xwiki-users] Could not use Java8 with xwiki on 7.0.1 (and 8.2.1)
> À: "Pascal BASTIEN" <pbasnews-xwiki(a)yahoo.fr>, "XWiki Users" <users(a)xwiki.org>
> Date: Mardi 30 août 2016, 10h54
> On Tue, Aug 30, 2016 at
> 10:39 AM, Pascal BASTIEN
> <pbasnews-xwiki(a)yahoo.fr>
> wrote:
> > Hi,
> >
> > I use xwiki 7.0.1 / tomcat-7.0.47 and I
> didn't manage to upgrade xwiki to xwiki 8.2.1.
> > Then I tried to use java8/tomcat-8.5.4 to
> launch my current xwiki7.0.1 but I failed with these error
> message.
> >
> > To
> resume, with apache-tomcat-8.5.4 if I use java7, I can use
> Xwiki 7.0.1 but if I simply modify bin/catalina.sh with
> JAVA_HOME=/opt/jre1.8.0_102 xwiki crash with theses error
> :-(
> >
> > Any idea what
> is the problem?
>
> I don't
> think it has anything to do with Java 8. I'm using Java8
> since
> a very long time and it always worked
> well. I would bet for a mistake
> in the
> configuration or something to do with this version of
> Tomcat
> but hard to say without the root
> error.
Yes I agree but I passed 2 days to identify that: I change java from 7 to 8 to crash xwiki.
> >
> > My tomcat launch only on xwiki (without
> other xwiki or application) and I launch tomcat with root
> account.
I launch tomcat with:
JAVA_HOME=/opt/jre1.8.0_102
CATALINA_HOME=/home/opt/apache-tomcat-8.5.4
JAVA_OPTS="-server -Xms1724m -Xmx1724m -Dfile.encoding=utf-8 -Djava.awt.headless=true -XX:+UseParallelGC -XX:MaxGCPauseMillis=100 -Dhttp.proxyHost=MyProxy -Dhttp.proxyPort=MyPort"
JAVA_OPTS="$JAVA_OPTS -Dappserver.home=$CATALINA_HOME -Dappserver.base=$CATALINA_HOME"
and xwiki is on the root on my tomcat server
<Context docBase="/opt/apache-tomcat-8.5.4/webapps/xwiki" path="/" reloadable="true" antiResourceLocking="false" antiJARLocking="false">
I confirm I'm far to be an expert on Tomcat
> >
> 2016-08-29 15:50:52,750 [Core extension repository updater]
> ERROR o.i.j.JmxUtil - ISPN000034:
> There's already an cache manager instance registered
> under 'org.xwiki.infinispan' JMX domain. If you want
> to allow multiple instances configured with same JMX domain
> > at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:622)
> > <cut>
> >
>
> Those
> errors are a consequence of a failed initialization of
> XWiki,
> not a cause. You should indicate the
> first errors you get when Tomcat
> starts.
>
Be carefull at your eyes, here my catalina.out with java8 :-/
30-Aug-2016 11:03:12.953 WARNING [main] org.apache.catalina.startup.SetAllPropertiesRule.begin [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'maxSpareThreads' to '75' did not find a matching property.
30-Aug-2016 11:03:12.958 WARNING [main] org.apache.catalina.startup.SetAllPropertiesRule.begin [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'maxHttpHeaderSize' to '8192' did not find a matching property.
30-Aug-2016 11:03:12.958 WARNING [main] org.apache.catalina.startup.SetAllPropertiesRule.begin [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'maxSpareThreads' to '75' did not find a matching property.
30-Aug-2016 11:03:12.959 WARNING [main] org.apache.catalina.startup.SetAllPropertiesRule.begin [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'disableUploadTimeout' to 'true' did not find a matching property.
30-Aug-2016 11:03:12.984 WARNING [main] org.apache.tomcat.util.digester.Digester.endElement No rules found matching 'Server/Service/Engine/Host/Logger'.
30-Aug-2016 11:03:13.009 WARNING [main] org.apache.catalina.core.StandardContext.setPath A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to []
30-Aug-2016 11:03:13.010 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'antiJARLocking' to 'false' did not find a matching property.
30-Aug-2016 11:03:13.021 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.4
30-Aug-2016 11:03:13.021 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Jul 6 2016 08:43:30 UTC
30-Aug-2016 11:03:13.021 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.4.0
30-Aug-2016 11:03:13.021 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
30-Aug-2016 11:03:13.021 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 3.16.0-4-amd64
30-Aug-2016 11:03:13.022 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
30-Aug-2016 11:03:13.022 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /home/opt/jre1.8.0_102
30-Aug-2016 11:03:13.022 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_102-b14
30-Aug-2016 11:03:13.022 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
30-Aug-2016 11:03:13.022 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /home/opt/apache-tomcat-8.5.4
30-Aug-2016 11:03:13.022 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /home/opt/apache-tomcat-8.5.4
30-Aug-2016 11:03:13.022 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/home/opt/apache-tomcat-8.5.4/conf/logging.properties
30-Aug-2016 11:03:13.023 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
30-Aug-2016 11:03:13.023 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms1724m
30-Aug-2016 11:03:13.023 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1724m
30-Aug-2016 11:03:13.023 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dfile.encoding=utf-8
30-Aug-2016 11:03:13.023 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.awt.headless=true
30-Aug-2016 11:03:13.023 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+UseParallelGC
30-Aug-2016 11:03:13.023 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:MaxGCPauseMillis=100
30-Aug-2016 11:03:13.023 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dhttp.proxyHost=proxy.dom.cpii.i2
30-Aug-2016 11:03:13.023 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dhttp.proxyPort=8080
30-Aug-2016 11:03:13.031 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dappserver.home=/home/opt/apache-tomcat-8.5.4
30-Aug-2016 11:03:13.031 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dappserver.base=/home/opt/apache-tomcat-8.5.4
30-Aug-2016 11:03:13.032 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
30-Aug-2016 11:03:13.032 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/home/opt/apache-tomcat-8.5.4
30-Aug-2016 11:03:13.032 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/home/opt/apache-tomcat-8.5.4
30-Aug-2016 11:03:13.032 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/home/opt/apache-tomcat-8.5.4/temp
30-Aug-2016 11:03:13.147 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
30-Aug-2016 11:03:13.164 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
30-Aug-2016 11:03:13.166 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
30-Aug-2016 11:03:13.167 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
30-Aug-2016 11:03:13.168 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 485 ms
30-Aug-2016 11:03:13.186 INFO [main] org.apache.catalina.core.StandardService.startInternal Démarrage du service Catalina
30-Aug-2016 11:03:13.186 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.4
30-Aug-2016 11:03:13.194 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Déploiement du répertoire /home/opt/apache-tomcat-8.5.4/webapps/xwiki de l'application web
30-Aug-2016 11:03:26.012 INFO [localhost-startStop-1] org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory.getObjectInstance Name = xwiki Ignoring unknown property: value of "DB Connection" for "description" property
30-Aug-2016 11:03:26.317 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2016-08-30 11:03:33,747 [localhost-startStop-1] WARN ltInstalledExtensionRepository - Invalid extension [org.xwiki.platform:xwiki-platform-search-lucene-ui-6.4] on namespace [wiki:xwiki] (InvalidExtensionException: No compatible extension is installed for dependency [org.xwiki.platform:xwiki-platform-search-lucene-api-6.4])
2016-08-30 11:03:33,779 [localhost-startStop-1] INFO o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server...
2016-08-30 11:03:33,779 [localhost-startStop-1] INFO o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory: [/apps/j2ee/DATA/xwiki/solr]
2016-08-30 11:03:36,322 [coreLoadExecutor-5-thread-1] WARN o.a.s.c.RequestHandlers - Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
2016-08-30 11:03:38,117 [localhost-startStop-1] INFO o.x.s.s.i.EmbeddedSolrInstance - Started embedded Solr server.
30-Aug-2016 11:03:38.196 INFO [localhost-startStop-1] org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.<init> ProcessManager implementation is LinuxProcessManager
2016-08-30 11:03:38,241 [localhost-startStop-1] ERROR .OfficeServerLifecycleListener - Error while connecting / starting the office server.
org.xwiki.officeimporter.server.OfficeServerException: Error while connecting / starting the office server.
at org.xwiki.officeimporter.internal.server.DefaultOfficeServer.start(DefaultOfficeServer.java:187) ~[xwiki-platform-legacy-office-importer-7.0.1.jar:na]
at org.xwiki.officeimporter.internal.server.OfficeServerLifecycleListener.startOfficeServer(OfficeServerLifecycleListener.java:98) [xwiki-platform-legacy-office-importer-7.0.1.jar:na]
at org.xwiki.officeimporter.internal.server.OfficeServerLifecycleListener.onEvent(OfficeServerLifecycleListener.java:85) [xwiki-platform-legacy-office-importer-7.0.1.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:304) [xwiki-commons-observation-local-7.0.1.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:269) [xwiki-commons-observation-local-7.0.1.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:321) [xwiki-commons-observation-local-7.0.1.jar:na]
at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:118) [xwiki-platform-container-servlet-7.0.1.jar:na]
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4716) [catalina.jar:8.5.4]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5178) [catalina.jar:8.5.4]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152) [catalina.jar:8.5.4]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:724) [catalina.jar:8.5.4]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:700) [catalina.jar:8.5.4]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) [catalina.jar:8.5.4]
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1107) [catalina.jar:8.5.4]
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1841) [catalina.jar:8.5.4]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_102]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_102]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_102]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_102]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_102]
Caused by: org.artofsolving.jodconverter.office.OfficeException: failed to start and connect
at org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait(ManagedOfficeProcess.java:64) ~[jodconverter-core-3.0-beta-4-xwiki-20110822.jar:na]
at org.artofsolving.jodconverter.office.PooledOfficeManager.start(PooledOfficeManager.java:101) ~[jodconverter-core-3.0-beta-4-xwiki-20110822.jar:na]
at org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.start(ProcessPoolOfficeManager.java:62) ~[jodconverter-core-3.0-beta-4-xwiki-20110822.jar:na]
at org.xwiki.officeimporter.internal.server.DefaultOfficeServer.start(DefaultOfficeServer.java:182) ~[xwiki-platform-legacy-office-importer-7.0.1.jar:na]
... 19 common frames omitted
Caused by: java.util.concurrent.ExecutionException: org.artofsolving.jodconverter.office.OfficeException: could not establish connection
at java.util.concurrent.FutureTask.report(FutureTask.java:122) [na:1.8.0_102]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) [na:1.8.0_102]
at org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait(ManagedOfficeProcess.java:62) ~[jodconverter-core-3.0-beta-4-xwiki-20110822.jar:na]
... 22 common frames omitted
Caused by: org.artofsolving.jodconverter.office.OfficeException: could not establish connection
at org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartProcessAndConnect(ManagedOfficeProcess.java:142) ~[jodconverter-core-3.0-beta-4-xwiki-20110822.jar:na]
at org.artofsolving.jodconverter.office.ManagedOfficeProcess.access$000(ManagedOfficeProcess.java:31) ~[jodconverter-core-3.0-beta-4-xwiki-20110822.jar:na]
at org.artofsolving.jodconverter.office.ManagedOfficeProcess$1.run(ManagedOfficeProcess.java:58) ~[jodconverter-core-3.0-beta-4-xwiki-20110822.jar:na]
... 5 common frames omitted
Caused by: java.lang.IllegalStateException: a process with acceptString 'socket,host=127.0.0.1,port=8100' is already running; pid 15948
at org.artofsolving.jodconverter.office.OfficeProcess.start(OfficeProcess.java:67) ~[jodconverter-core-3.0-beta-4-xwiki-20110822.jar:na]
at org.artofsolving.jodconverter.office.OfficeProcess.start(OfficeProcess.java:60) ~[jodconverter-core-3.0-beta-4-xwiki-20110822.jar:na]
at org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartProcessAndConnect(ManagedOfficeProcess.java:119) ~[jodconverter-core-3.0-beta-4-xwiki-20110822.jar:na]
... 7 common frames omitted
30-Aug-2016 11:03:39.055 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/opt/apache-tomcat-8.5.4/webapps/xwiki has finished in 25 860 ms
30-Aug-2016 11:03:51.090 WARNING [xwiki-dev.dom.cp2i.i2-startStop-1] org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory.getObjectInstance Name = xwiki Property maxActive is not used in DBCP2, use maxTotal instead. maxTotal default value is 8. You have set value of "20" for "maxActive" property, which is being ignored.
30-Aug-2016 11:03:51.092 WARNING [xwiki-dev.dom.cp2i.i2-startStop-1] org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory.getObjectInstance Name = xwiki Property removeAbandoned is not used in DBCP2, use one or both of removeAbandonedOnBorrow or removeAbandonedOnMaintenance instead. Both have default value set to false. You have set value of "true" for "removeAbandoned" property, which is being ignored.
30-Aug-2016 11:03:51.092 WARNING [xwiki-dev.dom.cp2i.i2-startStop-1] org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory.getObjectInstance Name = xwiki Property maxWait is not used in DBCP2 , use maxWaitMillis instead. maxWaitMillis default value is -1. You have set value of "-1" for "maxWait" property, which is being ignored.
30-Aug-2016 11:03:51.303 INFO [xwiki-dev.dom.cp2i.i2-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2016-08-30 11:03:54,014 [xwiki-dev.dom.cp2i.i2-startStop-1] ERROR o.i.j.JmxUtil - ISPN000034: There's already an cache manager instance registered under 'org.xwiki.infinispan' JMX domain. If you want to allow multiple instances configured with same JMX domain enable 'allowDuplicateDomains' attribute in 'globalJmxStatistics' config element
2016-08-30 11:03:54,028 [xwiki-dev.dom.cp2i.i2-startStop-1] ERROR .o.i.DefaultObservationManager - Failed to lookup listeners
org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [role = [interface org.xwiki.observation.EventListener] hint = [lessColorTheme]]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:216) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:198) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.initializeListeners(DefaultObservationManager.java:164) [xwiki-commons-observation-local-7.0.1.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.getListenersByEvent(DefaultObservationManager.java:131) [xwiki-commons-observation-local-7.0.1.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:267) [xwiki-commons-observation-local-7.0.1.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:321) [xwiki-commons-observation-local-7.0.1.jar:na]
at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:118) [xwiki-platform-container-servlet-7.0.1.jar:na]
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4716) [catalina.jar:8.5.4]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5178) [catalina.jar:8.5.4]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152) [catalina.jar:8.5.4]
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1403) [catalina.jar:8.5.4]
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1393) [catalina.jar:8.5.4]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_102]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_102]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_102]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_102]
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [org.xwiki.lesscss.internal.cache.DefaultLESSResourcesCache] identified by [role = [interface org.xwiki.lesscss.internal.cache.LESSResourcesCache] hint = [default]]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:394) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getDependencyInstance(EmbeddableComponentManager.java:363) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:424) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:214) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
... 15 common frames omitted
Caused by: org.xwiki.component.phase.InitializationException: Failed to initialize LESS skin files cache [lesscss.skinfiles.cache].
at org.xwiki.lesscss.internal.cache.DefaultLESSResourcesCache.initialize(DefaultLESSResourcesCache.java:60) ~[xwiki-platform-lesscss-default-7.0.1.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:322) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:424) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:392) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
... 20 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [org.xwiki.cache.infinispan.internal.InfinispanCacheFactory] identified by [role = [interface org.xwiki.cache.CacheFactory] hint = [infinispan]]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:394) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.cache.internal.DefaultCacheManager.getCacheFactory(DefaultCacheManager.java:79) ~[xwiki-platform-cache-api-7.0.1.jar:na]
at org.xwiki.cache.internal.DefaultCacheManager.getCacheFactory(DefaultCacheManager.java:61) ~[xwiki-platform-cache-api-7.0.1.jar:na]
at org.xwiki.lesscss.internal.cache.DefaultLESSResourcesCache.initialize(DefaultLESSResourcesCache.java:57) ~[xwiki-platform-lesscss-default-7.0.1.jar:na]
... 24 common frames omitted
Caused by: org.infinispan.jmx.JmxDomainConflictException: Domain already registered org.xwiki.infinispan when trying to register: type=CacheManager,name="xwiki"
at org.infinispan.jmx.JmxUtil.buildJmxDomain(JmxUtil.java:52) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.jmx.CacheManagerJmxRegistration.updateDomain(CacheManagerJmxRegistration.java:79) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.jmx.CacheManagerJmxRegistration.buildRegistrar(CacheManagerJmxRegistration.java:73) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.jmx.AbstractJmxRegistration.registerMBeans(AbstractJmxRegistration.java:37) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.jmx.CacheManagerJmxRegistration.start(CacheManagerJmxRegistration.java:41) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.manager.DefaultCacheManager.start(DefaultCacheManager.java:611) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:296) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:267) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:253) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.xwiki.cache.infinispan.internal.InfinispanCacheFactory.initialize(InfinispanCacheFactory.java:106) ~[xwiki-platform-cache-infinispan-7.0.1.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:322) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:424) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:392) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
... 28 common frames omitted
30-Aug-2016 11:03:54.437 INFO [xwiki-dev.dom.cp2i.i2-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Déploiement du répertoire /home/opt/apache-tomcat-8.5.4/webapps/xwiki de l'application web
30-Aug-2016 11:04:06.070 INFO [xwiki-dev.dom.cp2i.i2-startStop-1] org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory.getObjectInstance Name = xwiki Ignoring unknown property: value of "DB Connection" for "description" property
30-Aug-2016 11:04:06.228 INFO [xwiki-dev.dom.cp2i.i2-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2016-08-30 11:04:09,147 [xwiki-dev.dom.cp2i.i2-startStop-1] ERROR o.i.j.JmxUtil - ISPN000034: There's already an cache manager instance registered under 'org.xwiki.infinispan' JMX domain. If you want to allow multiple instances configured with same JMX domain enable 'allowDuplicateDomains' attribute in 'globalJmxStatistics' config element
2016-08-30 11:04:09,160 [xwiki-dev.dom.cp2i.i2-startStop-1] ERROR .o.i.DefaultObservationManager - Failed to lookup listeners
org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [role = [interface org.xwiki.observation.EventListener] hint = [lessSkin]]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:216) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:198) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.initializeListeners(DefaultObservationManager.java:164) [xwiki-commons-observation-local-7.0.1.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.getListenersByEvent(DefaultObservationManager.java:131) [xwiki-commons-observation-local-7.0.1.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:267) [xwiki-commons-observation-local-7.0.1.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:321) [xwiki-commons-observation-local-7.0.1.jar:na]
at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:118) [xwiki-platform-container-servlet-7.0.1.jar:na]
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4716) [catalina.jar:8.5.4]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5178) [catalina.jar:8.5.4]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:152) [catalina.jar:8.5.4]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:724) [catalina.jar:8.5.4]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:700) [catalina.jar:8.5.4]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) [catalina.jar:8.5.4]
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1107) [catalina.jar:8.5.4]
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1841) [catalina.jar:8.5.4]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_102]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_102]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_102]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_102]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_102]
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [org.xwiki.lesscss.internal.cache.DefaultLESSResourcesCache] identified by [role = [interface org.xwiki.lesscss.internal.cache.LESSResourcesCache] hint = [default]]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:394) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getDependencyInstance(EmbeddableComponentManager.java:363) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:424) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:214) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
... 19 common frames omitted
Caused by: org.xwiki.component.phase.InitializationException: Failed to initialize LESS skin files cache [lesscss.skinfiles.cache].
at org.xwiki.lesscss.internal.cache.DefaultLESSResourcesCache.initialize(DefaultLESSResourcesCache.java:60) ~[xwiki-platform-lesscss-default-7.0.1.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:322) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:424) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:392) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
... 24 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [org.xwiki.cache.infinispan.internal.InfinispanCacheFactory] identified by [role = [interface org.xwiki.cache.CacheFactory] hint = [infinispan]]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:394) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:190) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.cache.internal.DefaultCacheManager.getCacheFactory(DefaultCacheManager.java:79) ~[xwiki-platform-cache-api-7.0.1.jar:na]
at org.xwiki.cache.internal.DefaultCacheManager.getCacheFactory(DefaultCacheManager.java:61) ~[xwiki-platform-cache-api-7.0.1.jar:na]
at org.xwiki.lesscss.internal.cache.DefaultLESSResourcesCache.initialize(DefaultLESSResourcesCache.java:57) ~[xwiki-platform-lesscss-default-7.0.1.jar:na]
... 28 common frames omitted
Caused by: org.infinispan.jmx.JmxDomainConflictException: Domain already registered org.xwiki.infinispan when trying to register: type=CacheManager,name="xwiki"
at org.infinispan.jmx.JmxUtil.buildJmxDomain(JmxUtil.java:52) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.jmx.CacheManagerJmxRegistration.updateDomain(CacheManagerJmxRegistration.java:79) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.jmx.CacheManagerJmxRegistration.buildRegistrar(CacheManagerJmxRegistration.java:73) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.jmx.AbstractJmxRegistration.registerMBeans(AbstractJmxRegistration.java:37) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.jmx.CacheManagerJmxRegistration.start(CacheManagerJmxRegistration.java:41) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.manager.DefaultCacheManager.start(DefaultCacheManager.java:611) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:296) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:267) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.infinispan.manager.DefaultCacheManager.<init>(DefaultCacheManager.java:253) ~[infinispan-core-7.0.3.Final.jar:7.0.3.Final]
at org.xwiki.cache.infinispan.internal.InfinispanCacheFactory.initialize(InfinispanCacheFactory.java:106) ~[xwiki-platform-cache-infinispan-7.0.1.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:322) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:424) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:392) ~[xwiki-commons-legacy-component-default-7.0.1.jar:na]
... 32 common frames omitted
30-Aug-2016 11:04:09.536 INFO [xwiki-dev.dom.cp2i.i2-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/opt/apache-tomcat-8.5.4/webapps/xwiki has finished in 15 098 ms
30-Aug-2016 11:04:09.541 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [http-nio-8080]
30-Aug-2016 11:04:09.546 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler [ajp-nio-8009]
30-Aug-2016 11:04:09.546 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 56378 ms
30-Aug-2016 11:04:32.685 SEVERE [https://xwiki-dev.dom.cp2i.i2/bin/view/Main/] org.apache.catalina.core.StandardWrapperValve.invoke "Servlet.service()" pour la servlet action a généré une exception
java.lang.NullPointerException
at com.xpn.xwiki.web.Utils.getContextComponentManager(Utils.java:695)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:752)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:719)
at com.xpn.xwiki.web.XWikiRequestProcessor.processPath(XWikiRequestProcessor.java:47)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:154)
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:622)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
at org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
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:52)
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 com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
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.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:108)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:522)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:620)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:780)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:785)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1425)
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)
Hi,
I use xwiki 7.0.1 / tomcat-7.0.47 and I didn't manage to upgrade xwiki to xwiki 8.2.1.
Then I tried to use java8/tomcat-8.5.4 to launch my current xwiki7.0.1 but I failed with these error message.
To resume, with apache-tomcat-8.5.4 if I use java7, I can use Xwiki 7.0.1 but if I simply modify bin/catalina.sh with JAVA_HOME=/opt/jre1.8.0_102 xwiki crash with theses error :-(
Any idea what is the problem?
My tomcat launch only on xwiki (without other xwiki or application) and I launch tomcat with root account.
Thxs for any help
9-Aug-2016 16:02:00.903 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 57469 ms
29-Aug-2016 16:02:26.239 SEVERE [https://xwiki-dev.dom.cp2i.i2/bin/view/Main/] org.apache.catalina.core.StandardWrapperValve.invoke "Servlet.service()" pour la servlet action a généré une exception
java.lang.NullPointerException
at com.xpn.xwiki.web.Utils.getContextComponentManager(Utils.java:695)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:752)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:719)
2016-08-29 15:50:52,750 [Core extension repository updater] ERROR o.i.j.JmxUtil - ISPN000034: There's already an cache manager instance registered under 'org.xwiki.infinispan' JMX domain. If you want to allow multiple instances configured with same JMX domain enable 'allowDuplicateDomains' attribute in 'globalJmxStatistics' config element
29-Aug-2016 15:50:53.443 SEVERE [https://xwiki-dev.dom.cp2i.i2/bin/view/Main/] org.apache.catalina.core.StandardWrapperValve.invoke "Servlet.service()" pour la servlet action a généré une exception
java.lang.NullPointerException
at com.xpn.xwiki.web.Utils.getContextComponentManager(Utils.java:695)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:752)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:719)
at com.xpn.xwiki.web.XWikiRequestProcessor.processPath(XWikiRequestProcessor.java:47)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:154)
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:622)
<cut>
2016-08-29 15:50:54,182 [Core extension repository updater] ERROR o.i.j.JmxUtil - ISPN000034: There's already an cache manager instance registered under 'org.xwiki.infinispan' JMX domain. If you want to allow multiple instances configured with same JMX domain enable 'allowDuplicateDomains' attribute in 'globalJmxStatistics' config element
Hi,
I tried running XWiki on a Jetty server on a Windows box behind a proxy
server and get the following error. I have configured the environment
variables http_proxy and https_proxy correctly. Anyone knows why this error
is showing?
2016-08-26 14:41:43,973 [Core extension repository updater] ERROR
aultExtensionRepositoryManager - Unexpected error when trying to find
extension
[org.xwiki.platform:xwiki-platform-search-solr-server-plugin-8.2.1] in
repository [maven-xwiki:maven:http://nexus.xwiki.org/
nexus/content/groups/public]
org.xwiki.extension.ResolveException: Failed to resolve artifact
[org.xwiki.platform:xwiki-platform-search-solr-server-plugin:jar:8.2.1]
descriptor
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolveMaven(AetherExtensionRepository.java:398)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolveMaven(AetherExtensionRepository.java:381)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolveMaven(AetherExtensionRepository.java:375)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolve(AetherExtensionRepository.java:192)
at
org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.resolve(DefaultExtensionRepositoryManager.java:212)
at
org.xwiki.extension.repository.internal.core.DefaultCoreExtensionScanner.updateExtensions(DefaultCoreExtensionScanner.java:213)
at
org.xwiki.extension.repository.internal.core.DefaultCoreExtensionRepository$1.run(DefaultCoreExtensionRepository.java:136)
at java.lang.Thread.run(Unknown Source)
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could
not transfer artifact
org.xwiki.platform:xwiki-platform-search-solr-server-plugin:pom:8.2.1
from/to maven-xwiki (http://nexus.xwiki.org/nexus/content/groups/public):
Connect to nexus.xwiki.org:8
0 timed out
at
org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:444)
at
org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246)
at
org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:223)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.loadPom(AetherExtensionRepository.java:509)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolveMaven(AetherExtensionRepository.java:392)
... 7 common frames omitted
Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not
transfer artifact
org.xwiki.platform:xwiki-platform-search-solr-server-plugin:pom:8.2.1
from/to maven-xwiki (http://nexus.xwiki.org/nexus/content/groups/public):
Connect to nexus.xwiki.org:80 ti
med out
at
org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:43)
at
org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:355)
at
org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67)
at
org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute(BasicRepositoryConnector.java:581)
at
org.eclipse.aether.connector.basic.BasicRepositoryConnector.get(BasicRepositoryConnector.java:249)
at
org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:520)
at
org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:421)
... 11 common frames omitted
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to
nexus.xwiki.org:80 timed out
at
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:122)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:179)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:328)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:612)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:447)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:884)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:71)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.http.impl.client.DecompressingHttpClient.execute(DecompressingHttpClient.java:164)
at
org.eclipse.aether.transport.http.HttpTransporter.execute(HttpTransporter.java:318)
at
org.eclipse.aether.transport.http.HttpTransporter.implGet(HttpTransporter.java:274)
at
org.eclipse.aether.spi.connector.transport.AbstractTransporter.get(AbstractTransporter.java:59)
at
org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask(BasicRepositoryConnector.java:447)
at
org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:350)
... 16 common frames omitted
2016-08-26 14:43:08,566 [Core extension repository updater] ERROR
aultExtensionRepositoryManager - Unexpected error when trying to find
extension
[org.xwiki.platform:xwiki-platform-search-solr-server-plugin-8.2.1] in
repository [extensions.xwiki.org:xwiki:http://extensi
ons.xwiki.org/xwiki/rest]
org.xwiki.extension.ResolveException: Failed to create extension object for
extension
[org.xwiki.platform:xwiki-platform-search-solr-server-plugin-8.2.1]
at
org.xwiki.extension.repository.xwiki.internal.XWikiExtensionRepository.resolve(XWikiExtensionRepository.java:340)
at
org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.resolve(DefaultExtensionRepositoryManager.java:212)
at
org.xwiki.extension.repository.internal.core.DefaultCoreExtensionScanner.updateExtensions(DefaultCoreExtensionScanner.java:213)
at
org.xwiki.extension.repository.internal.core.DefaultCoreExtensionRepository$1.run(DefaultCoreExtensionRepository.java:136)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Failed to request [
http://extensions.xwiki.org/xwiki/rest/repository/extensions/org.xwiki.plat…
]
at
org.xwiki.extension.repository.xwiki.internal.XWikiExtensionRepository.getRESTResource(XWikiExtensionRepository.java:242)
at
org.xwiki.extension.repository.xwiki.internal.XWikiExtensionRepository.getRESTObject(XWikiExtensionRepository.java:300)
at
org.xwiki.extension.repository.xwiki.internal.XWikiExtensionRepository.resolve(XWikiExtensionRepository.java:335)
... 4 common frames omitted
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to
extensions.xwiki.org:80 [extensions.xwiki.org/104.25.106.17,
extensions.xwiki.org/104.25.107.17,
extensions.xwiki.org/2400:cb00:2048:1:0:0:6819:6b11,
extensions.xwiki.org/2400:cb00:2048:1:0:0:6819:6a11
] failed: Connection timed out: connect
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:158)
at
org.apache.http.impl.conn.BasicHttpClientConnectionManager.connect(BasicHttpClientConnectionManager.java:338)
at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
at
org.xwiki.extension.repository.xwiki.internal.XWikiExtensionRepository.getRESTResource(XWikiExtensionRepository.java:239)
... 6 common frames omitted
Caused by: java.net.ConnectException: Connection timed out: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at
org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74)
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:141)
... 16 common frames omitted
2016-08-26 14:43:18,658 [Core extension repository updater] ERROR
aultExtensionRepositoryManager - Unexpected error when trying to find
extension [org.eclipse.aether:aether-connector-basic-1.1.0] in repository
[maven-xwiki:maven:http://nexus.xwiki.org/nexus/content/grou
ps/public]
org.xwiki.extension.ResolveException: Failed to resolve artifact
[org.eclipse.aether:aether-connector-basic:jar:1.1.0] descriptor
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolveMaven(AetherExtensionRepository.java:398)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolveMaven(AetherExtensionRepository.java:381)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolveMaven(AetherExtensionRepository.java:375)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolve(AetherExtensionRepository.java:192)
at
org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.resolve(DefaultExtensionRepositoryManager.java:212)
at
org.xwiki.extension.repository.internal.core.DefaultCoreExtensionScanner.updateExtensions(DefaultCoreExtensionScanner.java:213)
at
org.xwiki.extension.repository.internal.core.DefaultCoreExtensionRepository$1.run(DefaultCoreExtensionRepository.java:136)
at java.lang.Thread.run(Unknown Source)
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could
not transfer artifact org.eclipse.aether:aether-connector-basic:pom:1.1.0
from/to maven-xwiki (http://nexus.xwiki.org/nexus/content/groups/public):
Connect to nexus.xwiki.org:80 timed out
at
org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:444)
at
org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246)
at
org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:223)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.loadPom(AetherExtensionRepository.java:509)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolveMaven(AetherExtensionRepository.java:392)
... 7 common frames omitted
Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not
transfer artifact org.eclipse.aether:aether-connector-basic:pom:1.1.0
from/to maven-xwiki (http://nexus.xwiki.org/nexus/content/groups/public):
Connect to nexus.xwiki.org:80 timed out
at
org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:43)
at
org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:355)
at
org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67)
at
org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute(BasicRepositoryConnector.java:581)
at
org.eclipse.aether.connector.basic.BasicRepositoryConnector.get(BasicRepositoryConnector.java:249)
at
org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:520)
at
org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:421)
... 11 common frames omitted
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to
nexus.xwiki.org:80 timed out
at
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:122)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:179)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:328)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:612)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:447)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:884)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:71)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at
org.apache.http.impl.client.DecompressingHttpClient.execute(DecompressingHttpClient.java:164)
at
org.eclipse.aether.transport.http.HttpTransporter.execute(HttpTransporter.java:318)
at
org.eclipse.aether.transport.http.HttpTransporter.implGet(HttpTransporter.java:274)
at
org.eclipse.aether.spi.connector.transport.AbstractTransporter.get(AbstractTransporter.java:59)
at
org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask(BasicRepositoryConnector.java:447)
at
org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:350)
... 16 common frames omitted
Thanks
Hello,
I want to exclude servlet action identifier for url path using in multiwiki.
For example, now my path looks like:
http://localhost/wiki/test/view/Main/
(were "test" - name of my wiki)
I want:
http://localhost/test/view/Main/
In a xwki.cfg exists option xwiki.virtual.usepath.servletpath=wiki
I tried this parameter is set empty
Also, described, that need to change web.xml
What (and how) exactly I should change in web.xml? I tried different
variants (in web.xml exists servlet-mapping for action "wiki"), but without
correctly result.
--
Thanks beforehand!
Eugen.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Multiwiki-servlet-action-identifier-for-u…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I have an issue with the Livetable Excel Export Plugin:
[
http://extensions.xwiki.org/xwiki/bin/view/Extension/LiveTableExcelExport+M…
]
I installed it throuth extension manager on a local test install (Demo ZIP
Package) and on our production instance (CentOS 7.2/Java 8/Tomcat
8.0.33/MariaDB 5.5), both XWiki 7.4.4.
Extension manager tells me the following:
Excel Plugin 1.1 installed
jxl 2.6.12 installed as dependency
XWiki Livetable Excel Export Macro 1.8.2 installed
Then I added the macro to the data page of an application livetable (ie
Test App.Data).
```
#livetable('test app' $columns $columnsProperties $options)
{{addExcelExportToLivetable livetable="test app" /}}
{{/velocity}}
```
On the Demo instance I don't see the Excel export option at all, on the
prod instance I see it but clicking it redirects me to a blank page with
the text "Excel plugin is not installed".
Any hints?
Regards,
Dennis
I've just release Tour Application 1.0.4 which fixes an important bug.
See:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Tour+Application#Hv1.0…
Thanks.
2016-08-25 12:29 GMT+02:00 Alexandru Cotiuga <alexandru.cotiuga(a)xwiki.com>:
> In fact I don't know how I ended up with the broken link in the browser by
> clicking your. At a second try it worked. Sorry for the noise.
>
> On Thu, Aug 25, 2016 at 1:27 PM, Alexandru Cotiuga <
> alexandru.cotiuga(a)xwiki.com> wrote:
>
> > Hi,
> > The link you gave is wrong (contains an extra '_'). See
> > http://extensions.xwiki.org/xwiki/bin/view/Extension/Tour+
> > Application#Hv1.0.3.
> >
> >
> >
> > On Thu, Aug 25, 2016 at 12:29 PM, Guillaume Delhumeau <
> > guillaume.delhumeau(a)xwiki.com> wrote:
> >
> >> Hello all,
> >>
> >> Yesterday, I have released a new bugfix version of the Tour Application.
> >>
> >> One of the interesting fix is the fact that the elements that were badly
> >> highlighted should be better displayed now.
> >>
> >> See http://extensions.xwiki.org/xwiki/bin/view/Extension/Tour+
> Application
> >> #Hv1.0.3
> >> <http://extensions.xwiki.org/xwiki/bin/view/Extension/Tour+
> Application#Hv1.0.3>
> >> .
> >>
> >> You can install or upgrade with the Extension Manager.
> >>
> >> Thanks,
> >>
> >> --
> >> Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
> >> Research & Development Engineer at XWiki SAS
> >> Committer on the XWiki.org project
> >> _______________________________________________
> >> devs mailing list
> >> devs(a)xwiki.org
> >> http://lists.xwiki.org/mailman/listinfo/devs
> >>
> >
> >
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
--
Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project
I have been having issues with increasing attachment size in xwiki for a little over a year now and it really hasn't come up too often but I am at the point now where I need to be able to upload more than 23mb. I have read every article I can get my hands on and here is what I have done so far to try to resolve the issue.
I know 9gb seems excessive but its more or less just a test. The largest files I will be uploading are 75mb
Versions:
Tomcat 8.0
Xwiki 8.2.1
MySQL 5.6
I have adjust Tomcat's server.xml file with the following:
<Connector port="8084" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
maxPostSize="9000000000"
URIEncoding="UTF-8"/>
I have adjusted Tomcat's web.xml file with the following:
<max-file-size>9000000000</max-file-size>
<max-request-size>9000000000</max-request-size>
Xwiki
Max Attachment Size is set to 9000000000
MySQL
max_allowed_packet=9000000000
Hi,
I'm still struggling to get XWiki installed on Ubuntu 16.06 using theDebian packages. :-(
I see on http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT
that there is a package xwiki-solr-data that appears to be optional (at least, it isn't installed as a dependent package with xwiki-enterprise-tomcat8-pgsql). Is this actually a required package? I ask because my Tomcat logs have a lot of entries like
2016-08-22 03:51:44,753 [coreLoadExecutor-6-thread-1] WARN o.a.s.c.SolrCore - [xwiki] Solr index directory '/var/lib/xwiki/data/solr/xwiki/data/index' doesn't exist. Creating new index...
2016-08-22 03:51:45,544 [coreLoadExecutor-6-thread-1] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode
[...snip...]
2016-08-22 03:51:45,607 [coreLoadExecutor-6-thread-1] ERROR o.a.s.c.CoreContainer - Error creating core [xwiki]: Error opening new searcher
org.apache.solr.common.SolrException: Error opening new searcher
[etc]
Hi,
We have a problem with special characters like ÖÄÜ in page titles since some time.
I’ll try to explain our problem:
The browser address line is if you want to create a new page (Übeltäter is the title):
“…/xwiki/bin/edit/MBS/MBS-Members/MKL/Übeltäter/WebHome?template=&parent=MBS.MBS-Members.MKL.WebHome&title=Übeltäter”
This results in a document with the following title: �beltäter (the browser shows a more weired title...)
The xwiki address of the document is still correct:
“…/xwiki/bin/view/MBS/MBS-Members/MKL/Übeltäter/”
if you now create a document like this:
“…/xwiki/bin/view/MBS/MBS-Members/MKL/Übeltäter/Übung/” (which gets the title: Ã?bung)
The document is not shown as a child of the above but you can show the document if you enter the address in the browser directly and you are also able to find it via search..
No other problems so far when using these characters within the documents.
We didn’t had this problems in beginning. I had checked a backup of the system which is a few months old (Version 7.4.2) – no problems here
We are running Xwiki Version 7.4.4., OS is Ubuntu Linux 14.04.5 LTS, with UTF-8 support..
The Xwiki parameters have not been changed between the backup and the current system except for installation of the JIRA API and patches for the OS. .
I hope I was able to explain our problem precisely enough.
Any help is appreciated
Regards, Wolfgang
Hello all,
I just have released a new version of the XPoll Application.
This version adds an improvement: XPolls can now be created from create new
page wizard, having a template for them.
See
http://extensions.xwiki.org/xwiki/bin/view/Extension/XPoll+Application#Hv1.…
You can install or upgrade with the Extension Manager.
Thanks,
Alex
Hello all,
Yesterday, I have released a new bugfix version of the Tour Application.
One of the interesting fix is the fact that the elements that were badly
highlighted should be better displayed now.
See http://extensions.xwiki.org/xwiki/bin/view/Extension/Tour+Application
#Hv1.0.3.
You can install or upgrade with the Extension Manager.
Thanks,
--
Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project
In learning Xwiki, I am trying to use a Style Sheet Extension to apply CSS to only a group of pages. I have been following the Skin Extension Tutorial (http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial) and placing all of my work in the Sandbox.
The issue I am having is that when setting "Use This Extension" to On Demand Only the CSS is not applied but when setting "Use This Extension" to On This Wiki it works correctly.
What I have done:
1. Created new page called StyleTest located under Sandbox.
2. Added XWiki.StyleSheetExtension object to page.
3. Named object StyleTestStyleSheet.
4. Added the following in Code:
label {
font-family: "Times New Roman", times, serif;
}
5. Set "Use This Extension" to On Demand Only, "Parse Content" to No, "Caching Policy" to Default, "Content Type" to CSS.
Next I created a new page named Another Test Page and entered the following code:
{{velocity}}
$xwiki.ssx.use("Sandbox.StyleTest")
{{html wiki=true}}
(((
; <label>Name Label</label>
: Name
; <label>Blank Label</label>
: Blank
; <label>Lube Type Label</label>
: Lube Type
)))
{{/html}}
{{/velocity}}
We are currently using XWiki Enterprise 7.4.4.
What am I doing wrong?
Thanks,
Steve
Hi,
I am testing XWiki enterprise and noticed the following behavior: if I
click on *Add new user* in the *Administration: Users* section, a user
registration form comes up. If I click on *Cancel* now, it redirects to the
url.
http://localhost:8080/bin/view/XWiki/XWikiPreferences?xpage=registerinline
which contains the registration form but without any layout or style
information. If I click on *Cancel* again, it doesn't redirect anywhere. Is
this an expected behavior?
Note that XWiki is in the root folder in the server.
Thanks
Hi XWiki Team,
Are there any plans to release a 8.2.2 bugfix version in the upcoming few days?
Best Regards,
RAMON BRANDÃO
-----Mensagem original-----
De: users [mailto:users-bounces@xwiki.org] Em nome de Guillaume Delhumeau
Enviada em: quarta-feira, 24 de agosto de 2016 15:24
Para: XWiki Developers; XWiki Users
Assunto: [xwiki-users] [ANN] XWiki 8.3 Milestone 1 released
The XWiki development team is proud to announce the availability of XWiki
8.3 Milestone 1.
This release brings mostly usability improvements.
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/ReleaseNotesXWiki83M1
Thanks for your support
-The XWiki dev team
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi,
It's been a while since I've installed XWiki from scratch, and last time it was for Ubuntu 14 with 7.1.1. It looks like enough things have changed since then that I'm doing something wrong. I'd appreciate any help in diagnosing the problem.
This time I'm using Ubuntu 16.04.1 and Tomcat 8. I'm installing from the debian/Ubuntu xwiki-enterprise-tomcat8-pgsql package version 8.2.1, with Tomcat8 package 8.0.32-1ubuntu1.1. It's running (as before) via an AJP connector behind Apache2.
https://mysite/xwiki correctly redirects to https://mysite/xwiki/bin/view/Main/ so it looks like something is happening, but I'm getting an empty page. The following are the Catalina log entries (please excuse the length) from restarting tomcat onwards. My experience has been that one always gets some warnings, but my guess is that one or more of the following are resulting in pages failing to load.
22-Aug-2016 10:11:46.465 INFO [Thread-11] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
22-Aug-2016 10:11:46.471 INFO [Thread-11] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
22-Aug-2016 10:11:46.536 SEVERE [Catalina-startStop-2] org.apache.catalina.core.ContainerBase.stopInternal A child container failed during stop
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to stop component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]
at java.util.concurrent.FutureTask.report(java.base@9-internal/FutureTask.java:123)
at java.util.concurrent.FutureTask.get(java.base@9-internal/FutureTask.java:193)
at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:972)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1424)
at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1413)
at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-internal/ThreadPoolExecutor.java:1158)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-internal/ThreadPoolExecutor.java:632)
at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: org.apache.catalina.LifecycleException: Failed to stop component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:228)
... 6 more
Caused by: org.apache.catalina.LifecycleException: Failed to stop component [WebappLoader[]]
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:228)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5517)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
... 6 more
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make member of class sun.rmi.transport.Target accessible: module java.rmi does not export sun.rmi.transport to unnamed module @4abdb505
at sun.reflect.Reflection.throwInaccessibleObjectException(java.base@9-internal/Reflection.java:420)
at java.lang.reflect.AccessibleObject.checkCanSetAccessible(java.base@9-internal/AccessibleObject.java:174)
at java.lang.reflect.Field.checkCanSetAccessible(java.base@9-internal/Field.java:170)
at java.lang.reflect.Field.setAccessible(java.base@9-internal/Field.java:164)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesRmiTargets(WebappClassLoaderBase.java:2234)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:1553)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:1496)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:446)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
... 8 more
22-Aug-2016 10:12:07.202 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/common/classes], exists: [false], isDirectory: [false], canRead: [false]
22-Aug-2016 10:12:07.262 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/common], exists: [false], isDirectory: [false], canRead: [false]
22-Aug-2016 10:12:07.271 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/server/classes], exists: [false], isDirectory: [false], canRead: [false]
22-Aug-2016 10:12:07.277 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/server], exists: [false], isDirectory: [false], canRead: [false]
22-Aug-2016 10:12:07.281 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
22-Aug-2016 10:12:07.285 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/shared], exists: [false], isDirectory: [false], canRead: [false]
22-Aug-2016 10:12:08.760 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.0.32 (Ubuntu)
22-Aug-2016 10:12:08.763 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Jul 6 2016 11:49:29 UTC
22-Aug-2016 10:12:08.768 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.0.32.0
22-Aug-2016 10:12:08.770 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
22-Aug-2016 10:12:08.772 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.4.0-28-generic
22-Aug-2016 10:12:08.772 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
22-Aug-2016 10:12:08.776 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-9-openjdk-amd64
22-Aug-2016 10:12:08.779 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 9-internal+0-2016-04-14-195246.buildd.src
22-Aug-2016 10:12:08.780 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
22-Aug-2016 10:12:08.781 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /var/lib/tomcat8
22-Aug-2016 10:12:08.784 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/share/tomcat8
22-Aug-2016 10:12:08.798 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/var/lib/tomcat8/conf/logging.properties
22-Aug-2016 10:12:08.801 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
22-Aug-2016 10:12:08.808 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.awt.headless=true
22-Aug-2016 10:12:08.812 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1024m
22-Aug-2016 10:12:08.812 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+UseConcMarkSweepGC
22-Aug-2016 10:12:08.813 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/var/lib/tomcat8
22-Aug-2016 10:12:08.814 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/share/tomcat8
22-Aug-2016 10:12:08.814 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/tmp/tomcat8-tomcat8-tmp
22-Aug-2016 10:12:08.823 SEVERE [main] org.apache.catalina.core.JreMemoryLeakPreventionListener.lifecycleEvent Failed to trigger creation of the GC Daemon thread during Tomcat start to prevent possible memory leaks. This is expected on non-Sun JVMs.
java.lang.ClassNotFoundException: sun.misc.GC
at java.net.URLClassLoader.findClass(java.base@9-internal/URLClassLoader.java:384)
at java.lang.ClassLoader.loadClass(java.base@9-internal/ClassLoader.java:486)
at java.lang.ClassLoader.loadClass(java.base@9-internal/ClassLoader.java:419)
at java.lang.Class.forName0(java.base@9-internal/Native Method)
at java.lang.Class.forName(java.base@9-internal/Class.java:294)
at org.apache.catalina.core.JreMemoryLeakPreventionListener.lifecycleEvent(JreMemoryLeakPreventionListener.java:310)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:394)
at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:99)
at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
22-Aug-2016 10:12:09.194 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
22-Aug-2016 10:12:09.241 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
22-Aug-2016 10:12:09.256 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1838 ms
22-Aug-2016 10:12:09.350 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
22-Aug-2016 10:12:09.352 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.32 (Ubuntu)
22-Aug-2016 10:12:09.389 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying configuration descriptor /etc/tomcat8/Catalina/localhost/xwiki.xml
22-Aug-2016 10:12:09.525 WARNING [localhost-startStop-1] org.apache.catalina.startup.SetContextPropertiesRule.begin [SetContextPropertiesRule]{Context} Setting property 'allowLinking' to 'true' did not find a matching property.
22-Aug-2016 10:12:12.567 INFO [localhost-startStop-1] org.apache.catalina.loader.WebappLoader.buildClassPath Unknown loader jdk.internal.loader.ClassLoaders$AppClassLoader@5f150435 class jdk.internal.loader.ClassLoaders$AppClassLoader
22-Aug-2016 10:12:56.206 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
22-Aug-2016 10:13:31.784 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of configuration descriptor /etc/tomcat8/Catalina/localhost/xwiki.xml has finished in 82,375 ms
22-Aug-2016 10:13:31.791 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /var/lib/tomcat8/webapps/ROOT
22-Aug-2016 10:13:31.828 INFO [localhost-startStop-1] org.apache.catalina.loader.WebappLoader.buildClassPath Unknown loader jdk.internal.loader.ClassLoaders$AppClassLoader@5f150435 class jdk.internal.loader.ClassLoaders$AppClassLoader
22-Aug-2016 10:13:32.824 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
22-Aug-2016 10:13:32.836 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /var/lib/tomcat8/webapps/ROOT has finished in 1,045 ms
22-Aug-2016 10:13:32.849 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
22-Aug-2016 10:13:32.884 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 83627 ms
Visiting the page in my browser then gets a blank page, and there are no further entries in the log. Can anyone advise what might be the next step in resolving things?
Thanks,
Bryn
> I'm still struggling to get XWiki installed on Ubuntu 16.06 using theDebian
> packages. :-(
VICTORY!
sudo apt-get install openjdk-8-jre-headless
sudo apt-get remove openjdk-9-jre-headless
sudo service tomcat8 stop
sudo service tomcat8 start
Hi Everyone,
I installed google app extension. I can see for instance my document on the
drive.
But when i try to use it for login it doesn't work. The authentication
seems working on google but it redirect me to the login page. From there
the button "login with google" doesn't work.
Here is what i did:
my user in google is mathieu(a)rest-soln.com
I created a user in xwiki and the login is mathieu and this user is admin.
I read it on a website.
then i try to login with mathieu(a)rest-soln.com.
Then i redirect to this URL:
http://xxxx:8080/xwiki/bin/login/XWiki/XWikiLogin?srid=aZKKwbDe&xredirect=%…
do i need to do something else in xwiki? do you have documentation?
Thanks for your help,
[image: REST Solution Corporation] <http://www.rest-soln.com>
*Mathieu QUERE*
Co-Founder / Chief Executive Officer
Unit 205 Plaz@ B Northgate Cyberzone, Filinvest Corporate City,
Filinvest Avenue, Muntinlupa, Philippines 1781
*M: *+852 69025059
Follow us:
<https://www.linkedin.com/company/rest-solution>
<https://www.facebook.com/rest.soln>
This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. E-mail transmission cannot be
guaranteed to be secure or error-free as information could be intercepted,
corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.
The sender therefore does not accept liability for any errors or omissions
in the contents of this message, which arise as a result of e-mail
transmission. If verification is required please request a hard-copy
version.
Sure any improvement to the documentation is welcome but I would probably
present this more as a special Debian Jessie step that somethings everyone
have to check (or maybe add this to a troubleshoot section for the others).
As you want.
Le 23 août 2016 17:05, "Eugen Colesnicov" <ecolesnicov(a)gmail.com> a écrit :
Thomas Mortagne wrote
> Actually looks like you have it in jessie-backports but it's probably
> not enabled by default.
Thomas, you are right. Need to edit /etc/apt/sources.list and add this line:
deb http://ftp.de.debian.org/debian jessie-backports main
After this openjdk-8-jdk will be installing without problem. But as I said,
for non-professional in linux - it is not so clearly :)
Maybe will reorganize InstallationViaAPT instruction?
(http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT)
For example, can be possible to rename "second step" to "third step", "first
step" to "second step" and
add new "first step" with something like this:
... first step - you should install or check availability of openjdk-8-jdk
package. For example in Debian Jessie need to add jessie-backports to
repository sources-list ...
If you agree, I can do it.
--
View this message in context: http://xwiki.475771.n2.nabble.
com/Debian-installation-failed-tp7600759p7600805.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
We currently display an attached excel file on a wiki page using the office macro and syntax {{office filterStyles="false" reference="attach:MyFile.xlsx"/}}.
Instead we'd like to use the path of an file saved on our server, a working url for this is [[unc:\\serverhostname\folder\folder\MyFile.xlsx]]
However, {{office reference=" unc:\\serverhostname\folder\folder\MyFile.xlsx " filterStyles="false"/}} does not work (Failed to view office attachment).
The Office Macro documentation states: "The supported resources are URLs (url:) and attachments (attach:)."
Is there currently a way to use a file path with the office macro? I tried variants using url: but none of them worked.
Thank you.
Mario
I am trying to install xwiki on Debian 8.5 using Debian packages.
I made commands (according to instruction):
1) wget -q "http://maven.xwiki.org/public.gpg" -O- | apt-key add -
2) wget "http://maven.xwiki.org/stable/xwiki-stable.list" -P
/etc/apt/sources.list.d/
3) sudo apt-get update
4) apt-cache search xwiki - all ok, I see xwiki packages
When I trying to install -
5) apt-get install xwiki-enterprise-tomcat8-mysql
but result is:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
xwiki-enterprise-tomcat8-mysql : Depends: xwiki-enterprise-mysql-common (=
8.2.1) but it is not going to be installed
Depends: xwiki-enterprise-tomcat8-common (= 8.2.1) but it is not going to
be installed
E: Unable to correct problems, you have held broken packages.
What is the problem and how I can correct it?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Debian-installation-failed-tp7600759.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi. I'm trying to customize permissions in xwiki
using ApplicationReadyEventListener.
I override some permission in XWikiPreferences XWikiGlobalRights page to
get page deletion work by default for all users.
https://gist.github.com/edvorg/4e2771ac02c4c64b705127964bc53c64
I set up permissions in these functions.
https://gist.github.com/edvorg/da7f8e64a46b7bbbf16f953e3fcc0e30
This solutions works fine. But I got a problem with fresh xwiki bootstrap.
Sometimes I get fully broken xwiki - all macros shows error. And I have
something about admin user not having permission to edit some page:
https://gist.github.com/edvorg/1bdec91e5483307696bc68841d2cb1d8
I tried to debug all this code but it doesn't make much sense to me. I only
found that this CacheChecker thing somehow affects the issue. Could someone
point me to possible issues in my solution and maybe describe how this
CacheChecker should be used? I would appreciate any help, as we can not get
rid of xwiki integration bugs for a long time. Thank you!
Hi folks,
I upgraded XWiki from 7.0.1 to 7.4.4 which went fine.
After checking everything is ok I ran the nested pages migration
application and noticed some things I have questions on:
1. After migrating my main wiki the heading "Wiki Home" was replaced by
"$services.localization.render('xe.home.title')". Sub wikis didn't have
this side effect. Maybe a bug in the migrator?
2. After migration I noticed that the spaces that were previously right
below Main stayed but are hidden now. In addition all spaces are now below
the node "XWiki Bereich" (German for "XWiki Space") as nested pages.
Creating new pages on the main page are placed right on the main page and
directly below the wiki node in the tree.
Example:
* Home / XWiki Space / Migrated Space / Sub docs
* Home / New Page / Sub docs
In the database they look like this:
* xwikidoc
** XWD_NAME: WebHome; XWD_TITLE: Migrated Space; XWD_PARENT: Main.WebHome;
XWD_WEB: Main.Migrated Space
** XWD_NAME: WebHome; XWD_TITLE: New Page; XWD_PARENT:
subwiki:Main.WebHome; XWD_WEB: New Page
* xwikispace (2 entries for the migrated space)
** XWS_REFERENCE: Migrated Space; XWS_NAME: Migrated Space; XWS_PARENT:
null; XWS_HIDDEN: 1
XWS_REFERENCE: Main.Migrated Space; XWS_NAME: Migrated Space;
XWS_PARENT: Main; XWS_HIDDEN: 0
** XWS_REFERENCE: New Page; XWS_NAME: New Page; XWS_PARENT: null;
XWS_HIDDEN: 0
I'd like to achieve a "sane" hierarchy which shows the migrated spaces
directly under the wiki node but before deleting anything or doing database
changes I'd like to know the community suggestions.
Thanks in advance for some hints.
Regards,
Dennis
Hi Folks,
I'm struggling with something I thought should be quite simple.
I want to style a series of elements in a page (box macro) so want to
just define a css style for this just for this one page.
I was trying to set styles using html content like this:
{{html}}<style>
h1 {color:red;}
p {color:blue;}
</style>
{{/html}}
but the style definition is not getting included (though in other cases
like this {{html}}<b>bold text</b>{{/html}} its working as expected).
What am I doing wrong here?
Thanks
Tim
Hi,
I have created an application holding info about customers. When creating
new pages in it I discovered that no sub pages can be created below those
application pages, new pages are always created right below the application
itself (on the same level as the customer itself).
Example:
Application / Customer 1 > Create new page
Outcome:
* Application / Customer 1
* Application / New Page
Desired:
* Application / Customer 1
* Application / Customer 1 / New Page
Is it possible to enable nested pages for applications? The goal is to
enable my colleagues to add documents about the customers and to have a
livetable (already prepared) to show them on the respective customer.
Thanks in advance once more,
Dennis
Hi!
I've managed to devote some time to understand how Livetable does work.
Nice feature! It has been there since the very XWiki beginnings and only
now I started to feel the power of that macro!
I needed some time to understand how the table data source is generated,
but I think I can now more or less manage this point. What I would like to
do now is to customize rows' appearance depending on cells contents. For
instance, change background color when cells' content match a given
string/value. Something like this...
http://goo.gl/alW3SU
I don't know to what extent this relies on XWiki features, or it is a
pure-CSS issue.
Please, could you point me in the right direction?
Thanks for your work!
Ricardo
description: A wiki to host my (and others) scripts, tips, tricks, macros and fuses for the Blackmagic Design Fusion compositor
owner name: TomBerakis
wiki name: fusion
I have been using the blog app for some time, but recently (ok, not quite sure how long, but not years anyway), I have noticed that it is creating 2 entries for every blog post. It actually creates 2 pages named the same and if you delete one, both are deleted.
I think this issue may be the language settings - I have English and French enabled - but beyond that I can't track down why it's doing this. I am not creating a version and then translating it, but at the bottom of some pages in the author/ editor info, it says translated to...
Any insight would be appreciated.
Paul Pinkerton
KnowledgeNow Project Lead
pinkerp(a)lao.on.ca<mailto:pinkerp@lao.on.ca>
Skype: pinkerp.lao<skype:pinkerp.lao>
Association of Community Legal Clinics of Ontario
416-847-1418 or 1-866-965-1416x 5177
www.aclco.org<http://www.aclco.org/>
Hi all,
how can I fix the rendering of the small profile pictures, displayed in the activity stream for example?
The rendering is so bad and I can't find a way to fix it.
As the picture is displayed on almost every page in a wiki, it is important for me to fix this.
Here is a picture for better explanation:
https://1drv.ms/i/s!AlAuGq7EVLYuhK1_a96kKTOGNrKa-A
Thanks,
Tom
Hi all,
how can I hide the page name within the menu application?
When I create a vertical menu, the name of the menu always appears on top of the menu.
I want to get rid of that.
FYI I don't use the {{menu}} tags, because the menu gets completely destroyed then.
So I am using a list only. Something like that:
*
**
**
Thanks,
Tom
I configured HTTPS for my XWiki installation using Nginx today and everything
seems to work except the WYSIWYG editor. When trying to edit a page over
HTTPS the editor never loads and I just get the spinner, but editing with
the source editor works without issue. If I stop try to edit the same page
over HTTP everything works correctly.
I followed the instructions here:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat#HNgi…
I'm running XWiki 8.1.
Any suggestions?
Thanks,
Jared
--
View this message in context: http://xwiki.475771.n2.nabble.com/WYSIWYG-Editor-Not-Working-with-Nginx-htt…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I wish to customize the sibling pages panel in order to get a static root
generic navigation panel usable in my migrated spaces (I used the nested
pages migration tool, I migrated from Xwiki 7.0.1 to 8.2).
I already had a navigation panel but it worked with spaces and now Xwiki
says it is deprecated.
How can I customize the sibling pages panel to do that? If I change the
documentTree root parameter into velocity script
(root="document:xwiki:foo.WebHome") to point to the first page of the
"space", if I log in with another user that it is not "Admin" username I get
"No pages found".
I'd like to change the documentTree root to point always to the page root of
the migrated "space", if it is possible avoiding writing the absolute name
but using a variable (or a method) to get the root of nested pages and it
should be visible by every allowed user.
I read the XWiki Velocity Training, it should be also good inserting a
paragraph for things like that, l think it could be very helpful.
Thank you for reply
Regards
Matteo
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-customize-sibling-pages-panel-tp76…
Sent from the XWiki- Users mailing list archive at Nabble.com.
NB Just had the same error with the distribution wizard when installing
initial set of pages:
Failed to create directory within 10000 attempts (tried 1471421247917-0 to
1471421247917-9999)
class org.xwiki.extension.InstallException: Failed to resolve extension
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:774)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:393)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:290)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:224)
at
org.xwiki.extension.job.internal.InstallPlanJob.runInternal(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:188)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: class java.lang.IllegalStateException: Failed to create directory
within 10000 attempts (tried 1471421247917-0 to 1471421247917-9999)
at com.google.common.io.Files.createTempDir(Files.java:433)
at
org.xwiki.extension.repository.aether.internal.XWikiRepositorySystemSession.<init>(XWikiRepositorySystemSession.java:64)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepositoryFactory.createRepositorySystemSession(AetherExtensionRepositoryFactory.java:81)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.createRepositorySystemSession(AetherExtensionRepository.java:183)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolveMaven(AetherExtensionRepository.java:313)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolve(AetherExtensionRepository.java:201)
at
org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.resolve(DefaultExtensionRepositoryManager.java:251)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.resolveExtension(AbstractInstallPlanJob.java:821)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:685)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:659)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:911)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:772)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:393)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:290)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:224)
at
org.xwiki.extension.job.internal.InstallPlanJob.runInternal(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:188)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
--
View this message in context: http://xwiki.475771.n2.nabble.com/Distribution-Wizard-tp7600517p7600689.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
The day after upgrading http://selfbus.myxwiki.org to 8.2.1, I found a
handful of spammer accounts that were created as local users in the wiki.
The wiki was configured to
* Only an admin can send invitations to join this wiki
* Both global and local users are available in the wiki
Interestingly this still allows new users to be registered.
Also strange is that the registration captcha does not show as it should
also.
The wiki is now set to allow only global users, so there is no immediate
problem.
I only wanted to report my observations, as it looks like a bug in xwiki
to me.
Kind regards,
Stefan
Hi!
We are configuring XWiki in some machines for different purposes (tests, development, etc). In dev machine, I'm getting error with url encoding but this error doesn't happen in my local machine. What is strange for me is that I made the same standard XWiki installation in both machines.
Dev machineCentOS, Tomcat 8.5.4
Local machine
Ubuntu 15.10, Tomcat 8.5.4
Steps to reproduce this error (XWiki 8.2.1):
1) Create a page with title: "Projects Test"
2) The url result is xwiki/bin/view/Projects%2BTest/
3) When I edit and save, another page is created: xwiki/bin/view/Projects%252BTest/
4) If I edit and save this new page, another page is created: xwiki/bin/view/Projects%25252BTest/
I've already checked configuration files specified in XWiki Character Encoding Configuration (AdminGuide.Encoding) - XWiki and all them are OK.
If i need to provide more information about this issue, please let me know. Thanks for helping me!
RegardsFernando
Hi all,
I run XWiki with a Glassfish Server
Is there a way to see why my CPU its staled at 100% ?
Java use all my process.
How can I know why ?
Thanks in advance for your answer!
Sébastien
The default xwiki image syntax does not provide the ability to click an image to enlarge it.
There seem to be two extensions that provide this feature:
- Lightbox Macro
- Thumbnail Macro
But using a macro for this is not an option because:
- they need to be inserted manually in CKEditor (no copy paste into browser)
- you have to type in the image attachment name (no autocomplete)
- It is not possible to resize the macro (image) visually in CKEditor, you have to type in the desired image width
- Both macros do not have an option for horizontal alignment (e.g. right)
- Lightbox Macro seems buggy in CKEditor, its killing content below the macro
This is a major issue for us, we have to provide our users as much WYSIWYG handling as possible.
What are our options? Is it possible to replace the default syntax ckeditor is using for images and provide it with a code template so it uses for example the Thumbnail Macro?
Am I missing some awesome extension?
Thank you in advance
Mario
Is it possible to create multilingual Pages for the FAQ Application?
My test xwiki (8.2.1) is set to multilanguage=yes; supported languages=en,de ; default language=en
If I create a new FAQ question, the WXSIWYG Editor does not provide the ability to translate the page (because it defaults to inline form edit)
If I open the page in wiki syntax mode, the translation options appear on the right side panel. I may switch language and translate the Page Title but the translated title is not displayed in view mode and furthermore the question content is not shown because it is stored in an FAQCode.FAQClass Object.
Are multilingual FAQs possible?
Thank you.
Created a new 8.2.1 wiki using mysql and tomcat 7 and initial user (created
by the distribution wizard) seems unable to create a new wiki despite being
part of the admin group, which was granted "create wiki" right and also
being given "create wiki" right in the administration app.
The salient error seems to be:
*Access denied for user 'xwiki'@'%' to database 'wikiweb'* (where wikiweb
was the new wiki name)
the 'xwiki'@'localhost' mysql user has all privileges on *.*, so this does
not seem to be the problem - could anyone shed any light on what the problem
might be or what I could look at?
Thanks
Tim
The full set of error messages are below:
Starting job of type [wikicreationjob] with identifier
[wikicreation/createandinstall/wikiweb]
Access denied for user 'xwiki'@'%' to database 'wikiweb'
class org.xwiki.platform.wiki.creationjob.WikiCreationException: Failed to
execute creation steps on the wiki [wikiweb].
at
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJob.runInternal(WikiCreationJob.java:102)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
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:745)
Caused by: class org.xwiki.platform.wiki.creationjob.WikiCreationException:
Failed to create the wiki [wikiweb].
at
org.xwiki.platform.wiki.creationjob.internal.steps.CreateWikiStep.execute(CreateWikiStep.java:54)
at
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJob.runInternal(WikiCreationJob.java:96)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
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:745)
Caused by: class org.xwiki.wiki.manager.WikiManagerException: Failed to
create database for wiki "wikiweb"
at
org.xwiki.wiki.internal.manager.DefaultWikiCreator.create(DefaultWikiCreator.java:69)
at
org.xwiki.wiki.internal.manager.DefaultWikiManager.create(DefaultWikiManager.java:88)
at
org.xwiki.platform.wiki.creationjob.internal.steps.CreateWikiStep.execute(CreateWikiStep.java:52)
at
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJob.runInternal(WikiCreationJob.java:96)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
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:745)
Caused by: class com.xpn.xwiki.XWikiException: Error number 3401 in 3:
Exception while create wiki database wikiweb
at
com.xpn.xwiki.store.XWikiHibernateStore.createWiki(XWikiHibernateStore.java:338)
at
com.xpn.xwiki.store.XWikiCacheStore.createWiki(XWikiCacheStore.java:629)
at
org.xwiki.wiki.internal.manager.DefaultWikiCreator.create(DefaultWikiCreator.java:67)
at
org.xwiki.wiki.internal.manager.DefaultWikiManager.create(DefaultWikiManager.java:88)
at
org.xwiki.platform.wiki.creationjob.internal.steps.CreateWikiStep.execute(CreateWikiStep.java:52)
at
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJob.runInternal(WikiCreationJob.java:96)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
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:745)
Caused by: class com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException:
Access denied for user 'xwiki'@'%' to database 'wikiweb'
at sun.reflect.GeneratedConstructorAccessor167.newInstance(Unknown
Source)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
at com.mysql.jdbc.Util.getInstance(Util.java:387)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:942)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3966)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3902)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2526)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2673)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2545)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2503)
at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:839)
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:739)
at
org.apache.commons.dbcp2.DelegatingStatement.execute(DelegatingStatement.java:291)
at
org.apache.commons.dbcp2.DelegatingStatement.execute(DelegatingStatement.java:291)
at
org.apache.commons.dbcp2.DelegatingStatement.execute(DelegatingStatement.java:291)
at
com.xpn.xwiki.store.XWikiHibernateStore.createWiki(XWikiHibernateStore.java:320)
at
com.xpn.xwiki.store.XWikiCacheStore.createWiki(XWikiCacheStore.java:629)
at
org.xwiki.wiki.internal.manager.DefaultWikiCreator.create(DefaultWikiCreator.java:67)
at
org.xwiki.wiki.internal.manager.DefaultWikiManager.create(DefaultWikiManager.java:88)
at
org.xwiki.platform.wiki.creationjob.internal.steps.CreateWikiStep.execute(CreateWikiStep.java:52)
at
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJob.runInternal(WikiCreationJob.java:96)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
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:745)
Finished job of type [wikicreationjob] with identifier
[wikicreation/createandinstall/wikiweb]
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-8-failure-to-add-new-wiki-Access-de…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, using the Document Tree Macro to display a tree of children pages of the current pages always generates a alphabetically sorted tree.
Is it possible to order the tree by the last edit timestamp of the pages (descending) or other criteria? Neither the Document Tree Macro nor the Tree Macro extension pages seem to say anything about "order" or "sort".
Thank you in advance
Mario
Hi
Is there a way to re-send the activation link/code to a user without having to delete and recreate the user account? I’ve already configured permissions for this user and I really don’t want to have to do it again please. I created several users and they thought it was wiser to not activate it at the time.
Kind regards,
Mahomed Hussein
Custodian Data Centre
Email: Mahomed(a)CustodianDC.com
http://www.CustodianDC.com
The new 4 templates in 8.2 are nice. But the view on mobile need to be
corrected, i think.. e.g. the contents section of encyclopedia template
should come at top but currently its at bottom when view on small screens. I
dont intend to change the template structure for large/ PC screens (they are
really good), but want to adjust for small screens.
How can i do that?
Also any help on 'how to reorganize content view on mobile' is appreciated.
--
View this message in context: http://xwiki.475771.n2.nabble.com/mobile-tablet-support-for-new-templates-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have started a Wiki on Windows Programming <http://nncnannara.net/> in a
new language called Hecsadecinnal <http://nncnannara.net/Html/Patent.html>.
It has code in the C# and C++ languages. I need syntax highlighting to make
the web site look respectable by modern standards. Does XWiki support
syntax highlighting?
Hello,
I am asking help on the matter of changing the left and right panel size of the XWiki i've installed. I'm using a war installed Xwiki 8.1 with a flamingo theme. So far from what I've gathered is
that usable panel sizes are small, medium and large. What I'm looking for is something between small and medium. Is there a .vm or a .css file in the WAR package where I can modify
the width of the panels manually? Or is there some other way to more precisely alter the width of the panels?
Thanks in advance,
Rudi
________________________________
T?m? s?hk?postiviesti (liitteineen) saattaa sis?lt?? luottamuksellista tietoa, joka on tarkoitettu
vain vastaanottajalleen. Jos et ole oikea vastaanottaja, ilmoita viestin l?hett?j?lle tapahtuneesta
virheest? ja tuhoa viesti v?litt?m?sti. Viestin luvaton julkaiseminen, kopioiminen, jakelu tai muu
k?ytt? tai toimenpiteisiin ryhtyminen sen perusteella on ehdottomasti kielletty.
This message (including any attachments) may contain confidential information intended for
the person or entity to which it is addressed. If you are not the intended recipient, notify the
sender and delete this message immediately. Notice that disclosing, copying, distributing or any
other use of the message and its information, or taking any action based on it, is strictly prohibited.
________________________________
Hi, Tom,
Depends how you`ve deleted the Admin user.
If you`ve just sent it to the recycle bin, then going on the
http://<server>/xwiki/bin/view/XWiki/Admin
page should show you the option to restore the profile page from recycle
bin.
If no such option exists (and you`ve deleted it from the recycle bin as
well), the you have to recreate it. Just go to the same page, press the +
(create page) button, make sure "Terminal page" is checked and hit
"create", then "save". After that, go into object edit mode on the same
page and add an object of the class XWiki.XWikiUser. Hit "Save" and the go
into view mode where it should start looking like a user profile page
again. The next thing would be to reset its password so that you can then
log in with it at some point.
Another option (instead of recreating it) would be to completely restore it
by manually re-import just the XWiki.Admin page from the UI XAR, but I
would need to know what exact XWiki version you have so I can give you the
right link.
Thanks,
Eduard
On Tue, Aug 16, 2016 at 12:31 PM, Tom Neumann <tom.neumann(a)outlook.de>
wrote:
> Hi Eduard,
>
> thanks for your help!
> How can I recreate the user if the macros don't work at that point?
> It does not seem to work out.
>
> Thanks,
> Tom
>
> > From: enygma2002(a)gmail.com
> > Date: Tue, 16 Aug 2016 12:25:05 +0300
> > To: users(a)xwiki.org
> > Subject: Re: [xwiki-users] failed to execute velocity macros
> >
> > Hi,
> >
> > Deleting the XWiki.Admin user is not a good idea. It is generally used as
> > the last author and content editor of pretty much all the default XWiki
> > documents, most of them containing scripts. A script can only execute if
> > its last content author has the SCRIPT right. If that author is deleted,
> > then the script also loses its right to execute. So it does not matter
> what
> > user you use to *see* the script, but what user you used to *save* the
> > script (thus granting it the rights of this last user/author).
> >
> > My suggestion is that you undelete/recreate the XWiki.Admin user (easiest
> > option) and then disable it (i.e. mark it as inactive to not allow it to
> > log in), if you don`t want to use it. This way the old scripts inside
> wiki
> > pages will resume functioning.
> >
> > Note that this is not only about the Admin user, so you need to be aware
> > that once you delete a user, you "revoke" the right of execution for any
> > scripts he might have authored. This is generally a good thing, but it
> can
> > also bite you, as you`ve seen.
> >
> > This extension might also be useful (but recommended only for users other
> > than XWiki.Admin):
> > http://extensions.xwiki.org/xwiki/bin/view/Extension/
> Change+Content+Author
> >
> > Hope this helps,
> > Eduard
> >
> > On Tue, Aug 16, 2016 at 11:38 AM, Tom Neumann <tom.neumann(a)outlook.de>
> > wrote:
> >
> > > Hi all,
> > >
> > > I've got a problem with my xwiki build right now.
> > > I configured LDAP and gave my LDAP user all the rights on the wiki,
> but I
> > > forgot to make him the owner of the wiki.
> > > After that I logged in with the LDAP user and deleted the old admin
> > > account and tried to set my LDAP user as owner of the wiki.
> > >
> > > Now every page shows this message:
> > > 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.
> > >
> > > Even the superuser account can't see the pages normally.
> > > What can I do? Is there a setting to give velocity macro rights to
> > > everybody?
> > > Or can I edit the database somehow?...
> > >
> > > Thanks,
> > > Tom
> > >
> > > _______________________________________________
> > > users mailing list
> > > users(a)xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> > >
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Hi all,
I've got a problem with my xwiki build right now.
I configured LDAP and gave my LDAP user all the rights on the wiki, but I forgot to make him the owner of the wiki.
After that I logged in with the LDAP user and deleted the old admin account and tried to set my LDAP user as owner of the wiki.
Now every page shows this message:
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.
Even the superuser account can't see the pages normally.
What can I do? Is there a setting to give velocity macro rights to everybody?
Or can I edit the database somehow?...
Thanks,
Tom
Hello,
It appears that myxwiki.org is down. I have been unable to access our xwiki (http://scservicesub.myxwiki.org/) since August 13 and it appears down again now. Has anyone looked at it?
Thanks,Regan
Hi again Jeff,
> On 15 Aug 2016, at 21:20, Jeff Tipton <tiptonj(a)ipfw.edu> wrote:
>
> I cannot connect to mywiki.org. Is there any way to retrieve the current content?
As I said in my previous mail, there’s currently a problem on myxwiki.org, and it should be fixed tomorrow.
Thanks
-Vincent
PS: Please don’t send private emails (I receive too many of those ;)). All support for myxwiki.org is done on the users list.
> Jeffrey F Tipton
> Manager - Application Systems Development
> Indiana University Purdue University Fort Wayne (IPFW)
> 2101 E. Coliseum Boulevard KT 204M
> Fort Wayne, IN 46805-1499
> 260-481-6200
>
> From: Vincent Massol [mailto:vmassol@gmail.com] On Behalf Of vincent(a)massol.net
> Sent: Saturday, December 05, 2015 5:29 AM
> To: XWiki Users <users(a)xwiki.org>
> Cc: Jeff Tipton <tiptonj(a)ipfw.edu>
> Subject: Re: [xwiki-users] [myxwiki] new wiki request
>
> Hi Jeff,
>
> I’ve now created your wii and it’s available at http://ipfwsole.myxwiki.org/ I’ve made it a closed wiki by default. You can change that in the admin.
>
> Please note that this farm is a testing farm with no guarantees whatsoever (uptime, performances, etc). See http://myxwiki.org for details.
>
> Right now myxwiki.org seems to be running slowly.
>
> Enjoy your wiki!
>
> Thanks
> -Vincent
>
> On 4 Dec 2015 at 21:35:10, Jeff Tipton (tiptonj@ipfw.edu(mailto:tiptonj@ipfw.edu)) wrote:
>
> > Description: Wiki to use for a Self-Organized Learning Environments (SOLE) experiment at Indiana University-Purdue University Fort Wayne (IPFW) based on the Ted Talk by Sugata Mitra.
> >
> > Ted Talk: https://www.youtube.com/watch?v=dk60sYrU2RU
> > Ted Description: https://www.ted.com/talks/sugata_mitra_build_a_school_in_the_cloud
> >
> > Owner: JeffreyTipton
> > Wiki Name: ipfwsole.myxwiki.org
> >
> >
> > Jeffrey F Tipton
> > Manager - Application Systems Development
> > Indiana University Purdue University Fort Wayne (IPFW)
> > 2101 E. Coliseum Boulevard KT 204M
> > Fort Wayne, IN 46805-1499
> > 260-481-6200
>
Description: Wiki to use for a Self-Organized Learning Environments (SOLE) experiment at Indiana University-Purdue University Fort Wayne (IPFW) based on the Ted Talk by Sugata Mitra.
Ted Talk: https://www.youtube.com/watch?v=dk60sYrU2RU
Ted Description: https://www.ted.com/talks/sugata_mitra_build_a_school_in_the_cloud
Owner: JeffreyTipton
Wiki Name: ipfwsole.myxwiki.org
Jeffrey F Tipton
Manager - Application Systems Development
Indiana University Purdue University Fort Wayne (IPFW)
2101 E. Coliseum Boulevard KT 204M
Fort Wayne, IN 46805-1499
260-481-6200
Hello dear admins,
it seems that our wiki - http://selfbus.myxwiki.org - is unreachable
since 13.8.
Please have a look, I cannot do anything from my end.
Thanks in advance,
Stefan
Hi all,
I have a question about case sensitivity of usernames in the context of
an LDAP authentication. As far as I understand, LDAP directories are
mostly case insensitive (reference: 'A note about case sensitivity in
LDAP' [1]). XWiki usernames, however, are case sensitive. In order to
avoid any ambiguity with usernames, we are considering to use only
lowercase usernames. Is there a way to force XWiki to use the username
as it is stored in the LDAP directory, case-wise?
The need seems to be marked as fixed at [2]. However, when doing tests
with OpenLDAP, I notice the following (with XWiki 6.4.2):
- Context: a user with uid 'aliddell' is present in the LDAP directory.
- Logging in with username 'ALIDDELL' succeeds and a user
'XWiki.ALIDDELL' gets created (while we'd like to get 'XWiki.aliddell').
- Subsequent logins with other cases get bound to the existing login
'XWiki.ALIDDELL'.
I understand that we may rewrite the username in JavaScript but that
would work only with form-based auth. Should we write our own
LDAPAuthService to meet the need ? Or would you have other suggestions?
[1] http://www.zytrax.com/books/ldap/ch2/
[2] http://jira.xwiki.org/browse/XWIKI-238
Thanks a lot,
Kind regards,
Stéphane
--
Stéphane Laurière
CTO OW2 www.ow2.org
+33 645 816 202 @slauriere
Hello,
I am trying to build XWiki from source using 'mvn clean install'
I am getting errors at
xwiki-platform/xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-default/src/test/java/org/xwiki/mail/internal/FileSystemMailContentStoreTest.deleteMailStore:78
The errors are of the form:
saveMessageWithCustomMessageId(org.xwiki.mail.internal.FileSystemMailContentStoreTest)
java.io.IOException: Unable to delete directory
These exceptions cause several JUnit tests to fail, and thus I cannot
finish building the project.
Any ideas of why this directory and the files in it cannot be deleted? It
seems to be trying to delete some temporary files that are created during
the build.
Thanks,
J
Hello,
When I'm on the search page of XWiki, every time I click on title, date, etc. (in order by), is added a blank line on the page. This causes the search box down.
In fact, by clicking on the sort order <p> tags of the page is duplicated. The same happens if I click on the facets,
http://localhost:8080/xwiki-enterprise-web-7.4.4/bin/view/Main/Search?text=…
Regards,Julio
Hi,
I have a use case where I am creating command documentation and am using a
template that looks roughly like this.
Page: Command Name One
h1. Command Name One
h2. Usage
h2. Options
h2 Command Details
h2 Troubleshooting
Page: Command Name Two
h1. Command Name Two
h2. Usage
h2. Options
h2 Command Details
h2 Troubleshooting
I have about 20 commands that I have documented in this template.
The issue is when you include or display them on one page and add a table
of contents the macro renders correctly but the links for the duplicate h2
records all link to the first occurrence.
Does anyone have a suggestion on how to fix this? I would like to keep them
on separate pages but the way its looking now ill have to merge them down
to a single page for the h2 links to work throughout the document.
Thanks in advance,
Patrick