Hello again.
Windows 7 and Vista, and latest Xwiki (I believe - how do you check?)
I am storing Tibetan unicode in my wiki. It renders properly in the browser.
2 questions:
1) I have updated the export function according to the instructions from
Sergiu Dimitriu in a comment to
http://platform.xwiki.org/xwiki/bin/view/Features/Exportshttp://platform.xwiki.org/xwiki/bin/view/Features/Exports?viewer=comments#x…
The comment:
--
# means that the used font doesn't support that character. You should make
sure you use a font that supports the Unicode range corresponding to the
target charset.
You should find the right fonts and put them in the
webapps/xwiki/WEB-INF/fonts/
Copy xhtml2fo.xsl from webapps/xwiki/WEB-INF/lib/xwiki-oldcore-x.y.jar into
webapps/xwiki/WEB-INF/classes/ and edit it, adding the name of your font
before FreeSerif and FreeMono wherever you find them listed in that file.
--
I did this, copying the font files I needed from my font directory.
Now when I export to .rtf and .html, the documents render properly with the
fonts I expect. However when I export to .pdf, the correct fonts are found,
but the Tibetan letters that are stacked do not render properly. Thus I
think there is something wrong with the pdf engine, but don't know if this
is true, and how to fix it. Any suggestions?
2) I would like to tell the rendering engine to make the font larger when
it is rendering Tibetan than when it is rendering Western languages. I know
next to nothing about xsl transformations etc. Is this possible, and if so
how might I do it?
I realise this is a rather obscure subject, but I did see one post to the
mailing list that contained Tibetan, so I hope someone might have some
experience with this.
Thanks in advance,
Tom Troughton
Hi. Maybe a more interesting question this time :-)
I'm currently writing a perl script which will poll xwiki looking for
newly-minted objects of a class I've created representing a kind of
task. The script will handle the task and then update the corresponding
object. The fun part is that along the way it may create new task
objects and insert them into the wiki, leading to a cascade of related
tasks until the overall job is fully completed.
This is a design pattern I've encountered repeatedly in the past and I
don't know what it's called. "Task graph"? Like make, or maven I guess.
For various task types TaskX, TaskY, TaskZ I want to do something like:
* Seach for objects of class TaskX with field f having value v
* Foreach object j TaskX:1 to TaskX:N
* update j:f to something indicating the task is underway
* run command line with parameters retrieved from j
* update j:f to something indicating the task is finished
* based on command line output (velocity fragment?) create new tasks
So the thought occurs, a) this should be a plugin that allows me to
configure these task classes and the command line to process them all
via the wiki, and b) someone might have already made one :-) But I can't
find anything like that in the extensions wiki. I did find the
scheduler plugin, which is a bit like this in some respects.
Does anyone have any suggestions?
Hi Devs and User
Hope I can find help about this topic : Is there any macro , function
or utility to strip HTML tags from HTML String ? , because I am getting
HTML string on description attribute of type TextArea on my class and when
show the saved data in textarea HTML tags appear on the to be edited, so
what I need is to show that text without HTML Tags
Thanks
I configured Mysql, Xwiki 4.2 and Apache/2.2.16 behind Tomcat7 like adviced
with UTF8-encoding by the XWiki-developers. The URL-encoding works fine,
also with special characters.
I installed PHP5 and added the following into the 'httpd.conf'-file:
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTAL
PHPIniDir "../PHP"
LoadModule php5_module "../PHP/php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
After doing that, something goes wrong. When I request this URL:
http://localhost/xwiki/bin/view/Sandbox/M%C3%BCnchen
(http://localhost/xwiki/bin/view/Sandbox/München)
I get a wrong response and I will land on not the right site:
http://localhost/xwiki/bin/view/Sandbox/MüFCnchen
The character 'ü' in UTF8 '%C3%BC' gets decoded in Latin1 'ü'.
How can activating PHP have influence on that? The problem has to be
somewhere between Tomcat and Apache. I tried to configure every parameter in
php.ini with UTF8 like the common advices when you google on that, but with
no effect.
Has anybody any experience on running and configuring PHP and XWiki on
Apache?
--
View this message in context: http://xwiki.475771.n2.nabble.com/PHP5-and-XWiki-4-2-running-on-Apache-2-2-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I try to install extension "Batch Import API" with Extension Manager:
1st try:
Resolving extension [Batch Import API 1.0] on namespace [wiki:xwiki]
Applying INSTALL for extension [Batch Import API 1.0] on namespace [wiki:xwiki]
Failed to get fields for class
[org.xwiki.batchimport.internal.iterators.CSVImportFileIterator]
because the class [Lau/com/bytecode/opencsv/CSVReader;] couldn't be
found in the ClassLoader.
1/ I suppose that Extension Manager works like maven and so is able so
solved dependencies.
Am I wrong?
2/ If extension manager managed dependencies, I suppose that "Batch
Import API" need some dependency declaration.
IMO, extension like "Batch Import API" provided as jar should have
dependency declaration to be tagged as "Installable with Extension
Manager" in Extension pages
2nd try after manual installation of openCSV in WEB-INF/lib
Resolving extension [Batch Import API 1.0] on namespace [wiki:xwiki]
Applying INSTALL for extension [Batch Import API 1.0] on namespace [wiki:xwiki]
Failed to get fields for class
[org.xwiki.batchimport.internal.iterators.ExcelImportFileIterator]
because the class [com/xpn/xwiki/plugin/excel/ExcelPluginException]
couldn't be found in the ClassLoader.
3/ "Batch Import API" page wrong information.
>From extension page, I understand that Excel plug-in is not mandatory,
from installation, it looks to be mandatory: X-CONTRIB-183
Regards,
Arnaud.
This is a new install and I am a new XWiki user.
Our setup is XWiki 4.4, Tomcat 7.0 on a Windows 2003 R2 virtual server
using MSSQLServer 2005. I have the Admin Tools extension installed (ver.
3.0.2) and when I run the SanityCheck it reports that Parent fields
don't exist. This occurs for every new user added. New users have been
added 2 different ways; 1) Manually through the wiki
Administration:Users page and 2) through ldap script if first time user
is connecting. The value that is being entered for xwd_parent is
different depending on which method is used but both will give this
report. For manually added users the value entered for xwd_parent is
xwiki:Main.UserDirectory and for ldap created users the value is
XWikiUsers.
I have not come across any errors that point to this yet but it has had
very little use as we are still in the testing stage. What errors might
this produce (if any), should this be a concern, and what would be the
best way to correct this?
Steve Martin
IT Support
Jones Metal Products
stevem(a)jonesmetal.com
(740) 623-5102
Hi,
I have currently having a problem of exporting RTF documents on certain
pages on my xwiki install, I am using version 4.1.4 and have got open office
server installed
the following is what error I get when trying to export, any help would be
amazing
Detailed information:
Error number 11015 in 11: Exception while exporting
Wrapped Exception: Error number 11011 in 12: Exception while exporting to
Rich Text Format (rtf).
Wrapped Exception: Error while performing conversion.
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while
exporting
Wrapped Exception: Error number 11011 in 12: Exception while exporting to
Rich Text Format (rtf).
Wrapped Exception: Error while performing conversion.
at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:67)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:231)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
at
org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1813)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: com.xpn.xwiki.XWikiException: Error number 11011 in 12: Exception
while exporting to Rich Text Format (rtf).
Wrapped Exception: Error while performing conversion.
at
com.xpn.xwiki.internal.export.OfficeExporter.exportXHTML(OfficeExporter.java:125)
at
com.xpn.xwiki.internal.export.OfficeExporter.exportXHTML(OfficeExporter.java:94)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java:280)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:266)
at com.xpn.xwiki.web.ExportAction.export(ExportAction.java:204)
at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:64)
... 39 more
Caused by: org.xwiki.officeimporter.openoffice.OpenOfficeConverterException:
Error while performing conversion.
at
org.xwiki.officeimporter.internal.openoffice.DefaultOpenOfficeConverter.convert(DefaultOpenOfficeConverter.java:115)
at
com.xpn.xwiki.internal.export.OfficeExporter.exportXHTML(OfficeExporter.java:121)
... 44 more
Caused by: org.artofsolving.jodconverter.office.OfficeException: task failed
at
org.artofsolving.jodconverter.office.PooledOfficeManager.execute(PooledOfficeManager.java:96)
at
org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.execute(ProcessPoolOfficeManager.java:78)
at
org.artofsolving.jodconverter.OfficeDocumentConverter.convert(OfficeDocumentConverter.java:78)
at
org.artofsolving.jodconverter.OfficeDocumentConverter.convert(OfficeDocumentConverter.java:69)
at
org.xwiki.officeimporter.internal.openoffice.DefaultOpenOfficeConverter.convert(DefaultOpenOfficeConverter.java:99)
... 45 more
Caused by: java.util.concurrent.CancellationException
at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at
org.artofsolving.jodconverter.office.PooledOfficeManager.execute(PooledOfficeManager.java:85)
... 49 more
Wrapped Exception:
org.xwiki.officeimporter.openoffice.OpenOfficeConverterException: Error
while performing conversion.
at
org.xwiki.officeimporter.internal.openoffice.DefaultOpenOfficeConverter.convert(DefaultOpenOfficeConverter.java:115)
at
com.xpn.xwiki.internal.export.OfficeExporter.exportXHTML(OfficeExporter.java:121)
at
com.xpn.xwiki.internal.export.OfficeExporter.exportXHTML(OfficeExporter.java:94)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java:280)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:266)
at com.xpn.xwiki.web.ExportAction.export(ExportAction.java:204)
at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:64)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:231)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
at
org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1813)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.artofsolving.jodconverter.office.OfficeException: task failed
at
org.artofsolving.jodconverter.office.PooledOfficeManager.execute(PooledOfficeManager.java:96)
at
org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.execute(ProcessPoolOfficeManager.java:78)
at
org.artofsolving.jodconverter.OfficeDocumentConverter.convert(OfficeDocumentConverter.java:78)
at
org.artofsolving.jodconverter.OfficeDocumentConverter.convert(OfficeDocumentConverter.java:69)
at
org.xwiki.officeimporter.internal.openoffice.DefaultOpenOfficeConverter.convert(DefaultOpenOfficeConverter.java:99)
... 45 more
Caused by: java.util.concurrent.CancellationException
at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at
org.artofsolving.jodconverter.office.PooledOfficeManager.execute(PooledOfficeManager.java:85)
... 49 more
--
View this message in context: http://xwiki.475771.n2.nabble.com/Can-t-Export-to-RTF-tp7583253.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, hopefully another easy question, I can't find anything in the
documentation.
I want to create a new page in a velocity macro. I know how to create a
new object, with something like:
#set($object = $doc.newObject("My.Class"))
#set($discard = $doc.save())
But how do I do the same thing for a new page?
Hi all,
I'm proud to announce that after a few weeks of hectic downtime I finally
got XWiki.TableEdit extension finished. XWiki.TableEdit allows you to edit
wiki tables as if they were spreadsheets using the jquery.sheet in-browser
spreadsheet editor.
Internally XWiki.TableEdit is an exiting foray into a new frontier of modular
javascript, relying entirely on Asynchronous Modular Definition to load it's
component parts. ( https://github.com/amdjs/amdjs-api/wiki/AMD )
XWiki.TableEdit is still in it's infancy, future plans include editing of
spreadsheets in attachments, conversion of the loading and saving APIs to the
simple REST-like JIO standard ( http://www.j-io.org/ ) so that others can more
easily develop similar editors, and porting the entire widget from painful
hand written javascript to simple HTML5 based on renderjs
( http://www.renderjs.org/ ) which can be installed in other frameworks.
More information about the extension:
http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+TableEdit
I'd love to hear your feedback, especially browsers where it doesn't work.
xwiki-contrib JIRA project coming soon..
Thanks,
Caleb
Hi
I want to get instantly the html content of Wysiwyg in javascript , I am
using it that way
....
<textarea id="content" name="content" width="100%" height="300px" >
....
Wysiwyg.onModuleLoad(function() {
editor = new WysiwygEditor({
hookId: 'content',
syntax: 'xwiki/2.0'
});
});
I could not get HTML content of editor instantly
Thanks
Dear Friends,
I am working on a xwiki deployment and one particular feature has me
stumped.
The Link Checker module. So I have activated it as per instructions, I am
using xwiki4.2.1. The tab for broken links shows up on the Index application
I have also added a page that shows the Link Checker Index. While the index
count shows 283, no links appear on the broken links tab.
Any help on this would be greatly appreciated.
Thanks,
Kohinoor
Hi,
I'm writing a macro as described on 'Writing XWiki Rendering Macros in wiki pages'
I've create a object of class WikiMacroClass
I fail to understand what is meant by the two attributes: Macro Content Type; No Content, Optional or Mandatory
and Content Description. This is what's in the manual:
• Macro content type: Whether this macro should support a body or not
• Content description: A short description about the macro's content to be displayed on the WYSIWYG editor
What is a body, can somebody give a example? Maybe good to extend the manual also with such a example?
thxs
Gerritjan
Good Morning All,
I have a question about search and blacklisted space, I need the Allusers
group to be able to search a specific blacklisted space (if this isn't
possible I guess allowing the user to search all blacklisted spaces is a
necessary evil). When a user uses the top right dynamic search this seems to
search the entire wiki including blacklisted pages but as soon as you search
using the LuceneSearch page it won't search the blacklisted spaces.
Is there a way to change this?
I hope I am clear enough in explaining this
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Searching-blacklisted-Spaces-tp7583246.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
I would like to install the extension "Other Hierarchical Navigation Panel".
But how do i create the macro and how active i it?
I am completely new with Xwiki.
Thank you for any help
Stefan
--
View this message in context: http://xwiki.475771.n2.nabble.com/need-help-with-Extd-Other-Hierarchical-Na…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I'd like to include <video> tags in my pages, but at the moment the
rendering engine seems to be scrubbing them out. I can understand how
this is a Good Thing, HTML5 doesn't technically exist yet and random
tags should be scrubbed out of my stuff. But is there some way to
configure xwiki to make this one teeny tiny exception for me?
Hi,
I am interested in trying out xwiki concerto but I am unable to download the
installer jar from its website at
http://concerto.xwiki.org/xwiki/bin/view/Main/DownloadAndInstall.
Does anybody know what is the current state of the xwiki concerto project?
I understand that xwiki concerto was a research project that ran until
sometime in 2008 and I am interested in knowing what progress there's been
on it since then (if any). i.e. does the main xwiki project now maybe
include support for replication of xwiki content in a distributed
environment?
Any insight on this would be much appreciated!
Regards,
PM.
Hello Everyone I have this situation:
I have a page with 3 attachment files:
I used the Filesystem Attachment Porter to "move" the attachment in the
database to the filesystem but it didn't worked, I get the message "File Not
Found" so I was triying to going back to database attachment just for
testing purposes, edited xwiki.cfg and restarted tomcat but it seems that
the files are lost and cant add or remove them from the page, I clicked the
attachment link on the page but nothing happen. Is there anything I can do
to get my files back?
Thanks in advance.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Database-Attachment-and-Filesystem-Attach…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am following the guide for creating a Macro by extending AbstractMacro: http://rendering.xwiki.org/xwiki/bin/view/Main/ExtendingMacro although I have implemented it in Groovy rather than core Java.
I have managed to get the example to successfully build with maven and for the resulting JAR file to work with my xwiki Enterprise 4.4 install.
I then changed the content of the execute method to:
List<Block> result = Arrays.<Block> asList(new WordBlock("|=one|=two"))
return result
And added a new .test file:
.runTransformations
.#-----------------------------------------------------
.input|xwiki/2.1
.# Test the macro in standalone mode
.#-----------------------------------------------------
{{releases artifactIds="test1,test2" server="test3"/}}
.#-----------------------------------------------------
.expect|xhtml/1.0
.#-----------------------------------------------------
|=one|=two
This test passed when running the maven build, but produced the text output "|=one|=two" when deployed to xwiki, rather than rendering a table. I then changed the execute method to:
List<Block> result = Arrays.<Block> asList(new RawBlock("|=one|=two",Syntax.XWIKI_2_0))
return result
with the same test as above. This time the test does not pass, and fails with the error:
releases1.test [xwiki/2.1, xhtml/1.0](org.xwiki.rendering.test.integration.RenderingTest): expected:<[|=one|=two]> but was:<[]>
When deployed to xwiki there is no output either. As such, I can't seem to get RawBlock to actually output my pre-formatted xwiki code.
Am I doing something wrong with my use of RawBlock?
How can I get xwiki syntax content (e.g. a table) to output from the execute method so that a) the tests pass and b) the content is rendered into a table?
________________________________________________________________________
This e-mail has been scanned for all known viruses by Star Internet. The
service is powered by MessageLabs. ________________________________________________________________________
Good Morning All,
I have started testing the email features of XWiki this morning, and there
is one thing I was wondering if it is possible to do once a comment has been
made, I need an email notification to be send to a set admin user informing
them that a comment has been made on the wiki and if the comment is replied
to the original author to also receive a notification.
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Xwiki-Comment-help-tp7583217.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm looking to contribute an extension which is installable with the EM
and I can't find any documentation on it, if there is no documentation
I am willing to write it if someone will walk me through the process.
How do I go about getting published and how are dependencies declared?
Thanks,
Caleb
Good Morning All,
I have started testing the email features of XWiki this morning, and there
is one thing I was wondering if it is possible to do once a comment has been
made, I need an email notification to be send to a set admin user informing
them that a comment has been made on the wiki and if the comment is replied
to the original author to also receive a notification.
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Xwiki-Comment-help-tp7583216.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
need help with ldap plugin and MS AD.
Has anyone already successfully worked with ldap-plugin?
When i login, i get always wrong user / password, but i think that the
parameters are correct.
Does anyone have a screenshot / sample that works with LD MS-AD?
And is there a logfile where you can see the login errors (more details).
thanks for any help.
Stefan
--
View this message in context: http://xwiki.475771.n2.nabble.com/need-help-with-ldap-plugin-tp7583195.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I apologise for the dumb question, but I've just installed XWiki
Enterprise and I want to experiment with sending Invitation emails. The
Invitation application is installed and configured. But I can't find
the actual invitation page.
The documentation for the application suggests adding a link to it on
the user profile sheet. But it doesn't say where the link should point to.
Related question: is there a way in the wiki to list all the objects of
a particular type? I suspect this will help me figure out this and
other problems on my own :-)
Thanks for any help!
Hello support members,
I'm trying to export pages defined with a form created using
AppsWithinMinutes plugin.
I would like firstly to define customized format for each pretty name.
I've found the following tutorial
(http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HCustomiz…)
about PDF rendering. It works fine but doesn't help me for my need. It
doesn't speak about form rendering.
No information found also on the plugin tutorial.
Is someone able to help me ?
Thinks and happy new year !
++
Hervé
--
View this message in context: http://xwiki.475771.n2.nabble.com/Form-PDF-rendering-tp7583146.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
i have tried to add new plugins to the WYSIWYG Editor, so ein added font,
color, justify and style. Because I wanted to see how it looks like i have
added the 4 new plugins to the Menubar and the Toolbar.
But after restarting xwiki, there are no new plugins in the wysiwyg editor
visible and the edit fields in the menubar of the wysiwyg-editor
administration page are hidden. Here is screenshot:
http://imageshack.us/photo/my-images/525/menubarxwiki.png/
I have already removed the 4 new plugins from the loaded plugin and toolbar
list - but how can i make the edit fields of the menubar visible again?
Perhaps I must edit the database directly?
My System is a Tomcat6 AS with an mysql dbms on a linux machine.
--
View this message in context: http://xwiki.475771.n2.nabble.com/WYSIWYG-Editor-Menubar-Settings-in-Admini…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm trying to add some validations when the user save press the save button
on xwiki creation page.
What I added in actionButtons.js is that :
onSaveAndContinue : function(event) {
if (typeof(Wysiwyg) == 'undefined') {
return;
}
var editors = Wysiwyg.getInstances();
for(var hookId in editors) {
var editor = editors[hookId];
var plainTextArea = editor.getPlainTextArea();
}
alert(plainTextArea.value);
....
My problem is that I get an outdate value, meaning that for example, if in
my page I have :
a
b
c
And if I write "d" at the end, the alert return only :
a
b
c
Is there another better solution to get the text in the WYSIWYG editor ?
Fred
--
View this message in context: http://xwiki.475771.n2.nabble.com/Get-textarea-content-of-wysiwyg-in-javasc…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have a strange situation ...
I imported LightBox Macro and started to use it. All is fine, exept small
thing. When lightbox window with my picture shows, at a bottom-right corner
exist label "close" - this label doesn't work. Looks like not a link ...
Strange, because, example on a page XWiki.LightBox working fine. Maybe
problem with different space (my page stay at a another space)? Other labels
(prev, next) works fine in any cases. I can close popup lightbox window by
clicking main page - but for users it is not normal - they see "close" and
started to clicking it - without any result. Maybe anybody can help me.
Thanks beforehand
Eugen
--
View this message in context: http://xwiki.475771.n2.nabble.com/Close-label-on-a-LightBox-window-not-work…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello Everyone,
I just launched a new Xwiki site, and one of our groups has a Redmine wiki they would like to migrate to the new Xwiki site. Is there a utility that I can use to do this? If not, any suggestions on how I could go about this migration?
Thanks,
Barry
Hi!
I'm trying to develop a simple script for followng scenario:
- Registered User receives an "access code" to the restricted Space
- User fills in "access code" and access is granted to him.
Following test code is used for tests now (no codes involved yet):
{{velocity}}
#set ($mydoc = $xwiki.getDocumentAsAuthor("Week1.WebPreferences"))
#set ($rightsObject = $mydoc.newObject("XWiki.XWikiGlobalRights"))
## Set the values of the fields
#set ($result1 = $rightsObject.set("groups", "XWiki.XWikiAdminGroup"))
#set ($result2 = $rightsObject.set("levels", "view,comment,edit"))
#set ($result3 = $rightsObject.set("users", "$xcontext.getUser()"))
#set ($result4 = $rightsObject.set("allow", 1))
$mydoc.save()
{{velocity}}
The problem is: it works only if user alredy has access rights to the Week1.WebPreferences, if not (as desired by scenario)
#set ($mydoc = $xwiki.getDocumentAsAuthor("Week1.WebPreferences"))
gives Access denied error. The page with this velocity scripting is saved with programming rights user.
What is wrong?
I'd highly appreciate if anyone point the direction :-)
Kind regards,
Dmitry
Hello
I am interested in running Xwiki Enterprise using the WAR file on an Apache Geronimo 3.0 server. I have been trying to do so for about two weeks now but haven't been able to start Xwiki successfully I initially tried with Xwiki Enterprise 4.2 and then with 4.3 but with no success. Here are the steps that I have performed in my most recent attempt:
1) Installed a MySQL server, created an xwiki database, defined an xwiki user (with password xwiki), and granted the user all permissions to the database. I am able to successful connect to the xwiki database using a database client.
2) Downloaded and extracted the Apache Geronimo 3.0.0 ZIP file
3) Placed the dependency JAR files in the appropriate directories inside the Geronimo repository directory.
4) Created a geronimo-web.xml file and copied-and-pasted the complete sample file contents provided at http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationGeronimo. I updated the version numbers in geronimo-web.xml file to match the versions of the JAR files that I placed in the repository.
5) Defined a JDBC datasource in Geronimo using the procedure described in http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationGeronimo
6) Downloaded the XWiki 4.3 WAR file and deployed it on the Geronimo server (specifying the customized geronimo-web.xml file on the deployment page). The deployment was successful.
7) Modified the hibernate.cfg.xml file by commenting out the default database configuration and specifying the appropriate parameters for the MySQL database (which is what I'm using).
8) Copied the modified geronimo-web.xml file into Xwiki's WEB-INF folder.
9) When I tried to start the XWiki application, the following errors were generated in the log file:
2012-12-06 16:27:01,000 INFO [KernelContextGBean] bound gbean default/xwiki43/1354828503390/war?J2EEApplication=null,WebModule=default/xwiki43/1354828503390/war,j2eeType=ValidatorFactory,name=ValidatorFactory at name jca:/default/xwiki43/ValidatorFactory/ValidatorFactory
2012-12-06 16:27:10,000 ERROR [[/xwiki43]] Exception sending context initialized event to listener instance of class org.xwiki.container.servlet.XWikiServletContextListener
java.lang.RuntimeException: Failed to find the Observation Manager component
at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:101)
...
at java.lang.Thread.run(Unknown Source)
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [org.xwiki.observation.internal.DefaultObservationManager] identifier by [role = [interface org.xwiki.observation.ObservationManager] hint = [default]]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:348)
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:155)
at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:99)
... 82 more
Caused by: org.xwiki.component.phase.InitializationException: Failed to lookup Event Listeners
at org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:139)
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
... 84 more
Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [role = [interface org.xwiki.observation.EventListener] hint = [LogbackEventGenerator]]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:187)
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:169)
at org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:135)
... 88 more
Caused by: java.lang.ClassCastException: org.ops4j.pax.logging.slf4j.Slf4jLoggerFactory cannot be cast to ch.qos.logback.classic.LoggerContext
at org.xwiki.logging.logback.internal.LogbackUtils.getLoggerContext(LogbackUtils.java:50)
at org.xwiki.logging.logback.internal.LogbackUtils.getRootLogger(LogbackUtils.java:58)
at org.xwiki.logging.logback.internal.LogbackEventGenerator.initialize(LogbackEventGenerator.java:96)
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:185)
... 90 more
2012-12-06 16:27:10,000 ERROR [StandardContext] Error listenerStart
2012-12-06 16:27:10,000 ERROR [StandardContext] Context [/xwiki43] startup failed due to previous errors
...
There is mention of an Observation Manager component and SLF4J. I'm not sure what is preventing Xwiki Enterprise from starting correctly. Any assistance would be greatly appreciated.
Thank you.
Naoufel
Hi all,
I have tried XWiki with OpenLDAP dynamic group as follow
http://www.zytrax.com/books/ldap/ch11/dynamic.html
but not successful.
I see this in xwiki.cfg
#-# The potential LDAP groups classes. Separated by commas.
xwiki.authentication.ldap.group_classes=group,groupOfNames,groupOfUniqueNames,dynamicGroup,dynamicGroupAux,groupWiseDistributionList
so I think XWiki can work with dynamic group.
Could we configure XWiki to use it?
Thanks,
--
Vie^.t
Hi! Newbie here and apologies in advance! Is it possible to hide the WebHome
page from document/page lists? Specifically, if I create a Space, and then
create several documents/pages within that space my users get confused
and/or annoyed by seeing the WebHome page. It seems a bit redundant. I've
tried hiding it using permissions, but of course that denies users access to
the Space.
Thanks in advance for any help!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Can-you-hide-WebHome-from-page-lists-tp75…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello all,
I would like to propose an update of the xwiki.org references section :
http://www.xwiki.org/xwiki/bin/view/References/WebHome
At the moment, there is no field mentioning who developed the XWiki
website/project/reference.
Some of us are using the "Organization" field to specify what the company
benefiting from the website is. The others are using it to mention the
company which developed and implemented the project.
That is why I propose to add a new field : "developed by".
Thanks to this, it will be easier to understand who did what and who
benefits from what.
I also suggest to add another criteria : "external/internal" which would
help users understand if a project is public or private.
Looking forward to your feedback.
--
Benjamin Lanciaux
Marketing Project Manager @XWiki SAS
Skype : benjaminxwiki
Tel : 01.45.42.40.90
Hello XWiki experts,
I'm implementing OAI-PMH, a service infrastructure to aggregate digital library items.
I do so with a few velocity pages and a groovy page. I'll happily share it.
At first, I did not implement the "resumption" flow-control, which allows a big search list to be paged in several requests as I expected the output of my velocity script to trigger a buffer-full and start delivering the packets down the line.
But this fails, nothing comes before it's finished.
And indeed, I receive a content-length header... so there is buffering happening somewhere.
Do I have a possibility to disable velocity output buffering?
Paul
Hi, All!
I'm going to make this script running. It works only if user loading this page has access to the W.WebPreferences page.
If he does not: Access denied in edit mode on document W.WebPreferences. Author of the script's page is admin with programming rights.
Any idea how to read page with no access rights to it in velocity?
{{velocity}}
#set ($mydoc = $xwiki.getDocumentAsAuthor("W.WebPreferences"))
#set ($rightsObject = $mydoc.newObject("XWiki.XWikiGlobalRights"))
#set ($result1 = $rightsObject.set("groups", "XWiki.XWikiAdminGroup"))
#set ($result2 = $rightsObject.set("levels", "view,comment,edit"))
#set ($result3 = $rightsObject.set("users", "$xcontext.getUser()"))
#set ($result4 = $rightsObject.set("allow", 1))
## $mydoc.saveAsAuthor()
{{velocity}}
Any help is appreciated.
Kind regards,
Dmitry
Hi, All!
Clean XEM 4.3. Default page set. I wan't to set multilanguage support.
Multilingual: YES
Supported languages : en, ru, uk, fr
Default Language : ru
After I click on save, XWiki takes default language from browser and shows me uk as default, ignoring default language settings.
Moreover, there is no languages available, besides en (as shown on the picture http://awesomescreenshot.com/04cqa3uc7 )
Any ideas how to fix it?
Kind regards,
Dmitry
Which parameters can be used to 'format' the axis of a chart?
I would like to understand how Text can be used as labels for a Bar and/or Line chart
Currently if the text is to long it will only show few characters.
In other charting programs it is often possible to rotate the text labels so they are almost vertical, you can put long label names
I would also like to know if possible to add a Axis Title.
Our example of current is: http://www.cdlsworld.org/xwiki/bin/view/CdLSTopics/SIBCdLS
It holds a chart labeled "Health problems in…", as you can see nobody can read the X-Axis labels? Or understand what Y-Axis means ("Percentage")?
the documentation on: http://extensions.xwiki.org/xwiki/bin/view/Extension/Chart+Macro
does not specify which options you can add to parameter: params.
We use XWiki 3.5.1
Hello,
I've XWiki 4.3 on Ubuntu 12.10 (aptitude install
xwiki-enterprise-tomcat7-mysql).
When migrating from 4.2 to 4.3, as other I change hibernate.cfg.xml
read right and it works.
Yesterday, I add Workspace extensions, update xwiki.cfg with
xwiki.virutal=1 as request by install page and restart tomcat
But now Xwiki doesn't start anymore:
INFO: Deploying configuration descriptor
/etc/tomcat7/Catalina/localhost/xwiki.xml
2012-12-13 17:06:10,031 [localhost-startStop-1] ERROR
ltInstalledExtensionRepository - Invalid extension
[org.xwiki.contrib:xwiki-crash-ui-1.2] on namespace [], it will not be
loaded
org.xwiki.extension.InvalidExtensionException: The dependency
[org.xwiki.contrib:xwiki-crash-api-1.2] of extension
[org.xwiki.contrib:xwiki-crash-ui-1.2] is invalid
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:224)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:156)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.initialize(DefaultInstalledExtensionRepository.java:128)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:185)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:169)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:135)
[xwiki-commons-observation-local-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:155)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:99)
[xwiki-platform-container-servlet-4.3.jar:na]
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4791)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5285)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:650)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1582)
[tomcat-catalina-7.0.30.jar:7.0.30]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[na:1.7.0_09]
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[na:1.7.0_09]
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[na:1.7.0_09]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[na:1.7.0_09]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[na:1.7.0_09]
at java.lang.Thread.run(Thread.java:722) [na:1.7.0_09]
2012-12-13 17:06:10,053 [localhost-startStop-1] ERROR
ltInstalledExtensionRepository - Invalid extension
[org.xwiki.contrib:xwiki-crash-ui-1.2] on namespace [], it will not be
loaded
org.xwiki.extension.InvalidExtensionException: The dependency
[org.xwiki.contrib:xwiki-crash-api-1.2] of extension
[org.xwiki.contrib:xwiki-crash-ui-1.2] is invalid
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:224)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:156)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.initialize(DefaultInstalledExtensionRepository.java:128)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:185)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:169)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:135)
[xwiki-commons-observation-local-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:155)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.logging.logback.internal.LogbackEventGenerator.getObservationManager(LogbackEventGenerator.java:115)
[xwiki-commons-logging-logback-4.3.jar:na]
at org.xwiki.logging.logback.internal.LogbackEventGenerator.append(LogbackEventGenerator.java:133)
[xwiki-commons-logging-logback-4.3.jar:na]
at org.xwiki.logging.logback.internal.LogbackEventGenerator.append(LogbackEventGenerator.java:61)
[xwiki-commons-logging-logback-4.3.jar:na]
at ch.qos.logback.core.AppenderBase.doAppend(AppenderBase.java:85)
[logback-core-1.0.7.jar:na]
at ch.qos.logback.core.spi.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:48)
[logback-core-1.0.7.jar:na]
at ch.qos.logback.classic.Logger.appendLoopOnAppenders(Logger.java:280)
[logback-classic-1.0.7.jar:na]
at ch.qos.logback.classic.Logger.callAppenders(Logger.java:267)
[logback-classic-1.0.7.jar:na]
at ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:449)
[logback-classic-1.0.7.jar:na]
at ch.qos.logback.classic.Logger.filterAndLog_0_Or3Plus(Logger.java:403)
[logback-classic-1.0.7.jar:na]
at ch.qos.logback.classic.Logger.error(Logger.java:562)
[logback-classic-1.0.7.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:158)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.initialize(DefaultInstalledExtensionRepository.java:128)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:185)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:169)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:135)
[xwiki-commons-observation-local-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:155)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:99)
[xwiki-platform-container-servlet-4.3.jar:na]
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4791)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5285)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:650)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1582)
[tomcat-catalina-7.0.30.jar:7.0.30]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[na:1.7.0_09]
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[na:1.7.0_09]
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[na:1.7.0_09]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[na:1.7.0_09]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[na:1.7.0_09]
at java.lang.Thread.run(Thread.java:722) [na:1.7.0_09]
2012-12-13 17:06:10,055 [localhost-startStop-1] ERROR
ltInstalledExtensionRepository - Invalid extension
[org.crsh:crsh.shell.core-1.1.0-cr1] on namespace [], it will not be
loaded
org.xwiki.extension.InvalidExtensionException: The dependency
[org.codehaus.groovy:groovy-all-1.7.6] of extension
[org.crsh:crsh.shell.core-1.1.0-cr1] is invalid
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:224)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:156)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.initialize(DefaultInstalledExtensionRepository.java:128)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:185)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:169)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:135)
[xwiki-commons-observation-local-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:155)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.logging.logback.internal.LogbackEventGenerator.getObservationManager(LogbackEventGenerator.java:115)
[xwiki-commons-logging-logback-4.3.jar:na]
at org.xwiki.logging.logback.internal.LogbackEventGenerator.append(LogbackEventGenerator.java:133)
[xwiki-commons-logging-logback-4.3.jar:na]
at org.xwiki.logging.logback.internal.LogbackEventGenerator.append(LogbackEventGenerator.java:61)
[xwiki-commons-logging-logback-4.3.jar:na]
at ch.qos.logback.core.AppenderBase.doAppend(AppenderBase.java:85)
[logback-core-1.0.7.jar:na]
at ch.qos.logback.core.spi.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:48)
[logback-core-1.0.7.jar:na]
at ch.qos.logback.classic.Logger.appendLoopOnAppenders(Logger.java:280)
[logback-classic-1.0.7.jar:na]
at ch.qos.logback.classic.Logger.callAppenders(Logger.java:267)
[logback-classic-1.0.7.jar:na]
at ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:449)
[logback-classic-1.0.7.jar:na]
at ch.qos.logback.classic.Logger.filterAndLog_0_Or3Plus(Logger.java:403)
[logback-classic-1.0.7.jar:na]
at ch.qos.logback.classic.Logger.error(Logger.java:562)
[logback-classic-1.0.7.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:158)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.initialize(DefaultInstalledExtensionRepository.java:128)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:185)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:169)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:135)
[xwiki-commons-observation-local-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:155)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:99)
[xwiki-platform-container-servlet-4.3.jar:na]
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4791)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5285)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:650)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1582)
[tomcat-catalina-7.0.30.jar:7.0.30]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[na:1.7.0_09]
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[na:1.7.0_09]
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[na:1.7.0_09]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[na:1.7.0_09]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[na:1.7.0_09]
at java.lang.Thread.run(Thread.java:722) [na:1.7.0_09]
2012-12-13 17:06:10,059 [localhost-startStop-1] ERROR
ltInstalledExtensionRepository - Invalid extension
[org.xwiki.contrib:xwiki-crash-api-1.2] on namespace [], it will not
be loaded
org.xwiki.extension.InvalidExtensionException: The dependency
[org.crsh:crsh.shell.core-1.1.0-cr1] of extension
[org.xwiki.contrib:xwiki-crash-api-1.2] is invalid
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:224)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:156)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.initialize(DefaultInstalledExtensionRepository.java:128)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:185)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:169)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:135)
[xwiki-commons-observation-local-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:155)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.logging.logback.internal.LogbackEventGenerator.getObservationManager(LogbackEventGenerator.java:115)
[xwiki-commons-logging-logback-4.3.jar:na]
at org.xwiki.logging.logback.internal.LogbackEventGenerator.append(LogbackEventGenerator.java:133)
[xwiki-commons-logging-logback-4.3.jar:na]
at org.xwiki.logging.logback.internal.LogbackEventGenerator.append(LogbackEventGenerator.java:61)
[xwiki-commons-logging-logback-4.3.jar:na]
at ch.qos.logback.core.AppenderBase.doAppend(AppenderBase.java:85)
[logback-core-1.0.7.jar:na]
at ch.qos.logback.core.spi.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:48)
[logback-core-1.0.7.jar:na]
at ch.qos.logback.classic.Logger.appendLoopOnAppenders(Logger.java:280)
[logback-classic-1.0.7.jar:na]
at ch.qos.logback.classic.Logger.callAppenders(Logger.java:267)
[logback-classic-1.0.7.jar:na]
at ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:449)
[logback-classic-1.0.7.jar:na]
at ch.qos.logback.classic.Logger.filterAndLog_0_Or3Plus(Logger.java:403)
[logback-classic-1.0.7.jar:na]
at ch.qos.logback.classic.Logger.error(Logger.java:562)
[logback-classic-1.0.7.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:158)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.initialize(DefaultInstalledExtensionRepository.java:128)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:185)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:169)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:135)
[xwiki-commons-observation-local-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:155)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:99)
[xwiki-platform-container-servlet-4.3.jar:na]
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4791)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5285)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:650)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1582)
[tomcat-catalina-7.0.30.jar:7.0.30]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[na:1.7.0_09]
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[na:1.7.0_09]
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[na:1.7.0_09]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[na:1.7.0_09]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[na:1.7.0_09]
at java.lang.Thread.run(Thread.java:722) [na:1.7.0_09]
2012-12-13 17:06:14,102 [localhost-startStop-1] ERROR
ltInstalledExtensionRepository - Invalid extension
[org.crsh:crsh.shell.core-1.1.0-cr1] on namespace [], it will not be
loaded
org.xwiki.extension.InvalidExtensionException: The dependency
[org.codehaus.groovy:groovy-all-1.7.6] of extension
[org.crsh:crsh.shell.core-1.1.0-cr1] is invalid
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:224)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:156)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.initialize(DefaultInstalledExtensionRepository.java:128)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:185)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:169)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:135)
[xwiki-commons-observation-local-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:155)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:99)
[xwiki-platform-container-servlet-4.3.jar:na]
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4791)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5285)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:650)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1582)
[tomcat-catalina-7.0.30.jar:7.0.30]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[na:1.7.0_09]
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[na:1.7.0_09]
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[na:1.7.0_09]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[na:1.7.0_09]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[na:1.7.0_09]
at java.lang.Thread.run(Thread.java:722) [na:1.7.0_09]
2012-12-13 17:06:14,104 [localhost-startStop-1] ERROR
ltInstalledExtensionRepository - Invalid extension
[org.xwiki.contrib:xwiki-crash-api-1.2] on namespace [], it will not
be loaded
org.xwiki.extension.InvalidExtensionException: The dependency
[org.crsh:crsh.shell.core-1.1.0-cr1] of extension
[org.xwiki.contrib:xwiki-crash-api-1.2] is invalid
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:224)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.validateExtension(DefaultInstalledExtensionRepository.java:156)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.extension.repository.internal.installed.DefaultInstalledExtensionRepository.initialize(DefaultInstalledExtensionRepository.java:128)
[xwiki-commons-extension-api-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:312)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:185)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:169)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:135)
[xwiki-commons-observation-local-4.3.jar:na]
at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:323)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:378)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:346)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:155)
[xwiki-commons-legacy-component-default-4.3.jar:na]
at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:99)
[xwiki-platform-container-servlet-4.3.jar:na]
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4791)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5285)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:650)
[tomcat-catalina-7.0.30.jar:7.0.30]
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1582)
[tomcat-catalina-7.0.30.jar:7.0.30]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[na:1.7.0_09]
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
[na:1.7.0_09]
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
[na:1.7.0_09]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[na:1.7.0_09]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[na:1.7.0_09]
at java.lang.Thread.run(Thread.java:722) [na:1.7.0_09]
Dec 13, 2012 5:06:16 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Dec 13, 2012 5:06:16 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/xwiki] startup failed due to previous errors
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/xwiki] appears to have started a thread
named [com.google.inject.internal.util.$Finalizer] but has failed to
stop it. This is very likely to create a memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/xwiki] appears to have started a thread
named [Core extension repository updater] but has failed to stop it.
This is very likely to create a memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/xwiki] appears to have started a thread
named [Thread-4] but has failed to stop it. This is very likely to
create a memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/xwiki] appears to have started a thread
named [Timer-1] but has failed to stop it. This is very likely to
create a memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/xwiki] appears to have started a thread
named [pool-3-thread-1] but has failed to stop it. This is very likely
to create a memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/xwiki] appears to have started a thread
named [New I/O client worker #2-1] but has failed to stop it. This is
very likely to create a memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/xwiki] appears to have started a thread
named [AsyncHttpClient-Reaper] but has failed to stop it. This is very
likely to create a memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/xwiki] appears to have started a thread
named [AsyncHttpClient-Reaper] but has failed to stop it. This is very
likely to create a memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/xwiki] created a ThreadLocal with key of
type [com.google.inject.internal.InjectorImpl$1] (value
[com.google.inject.internal.InjectorImpl$1@43d171]) and a value of
type [java.lang.Object[]] (value [[Ljava.lang.Object;@6b893e]) but
failed to remove it when the web application was stopped. Threads are
going to be renewed over time to try and avoid a probable memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/xwiki] created a ThreadLocal with key of
type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@1ff72cb])
and a value of type
[org.infinispan.context.SingleKeyNonTxInvocationContext] (value
[SingleKeyNonTxInvocationContext{flags=null}]) but failed to remove it
when the web application was stopped. Threads are going to be renewed
over time to try and avoid a probable memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/xwiki] created a ThreadLocal with key of
type [org.sonatype.guice.bean.inject.BeanInjector$1] (value
[org.sonatype.guice.bean.inject.BeanInjector$1@1c9ad06]) and a value
of type [boolean[]] (value [[Z@17e85a1]) but failed to remove it when
the web application was stopped. Threads are going to be renewed over
time to try and avoid a probable memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/xwiki] created a ThreadLocal with key of
type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@17736d3])
and a value of type [org.codehaus.plexus.classworlds.realm.ClassRealm]
(value [ClassRealm[plexus.core, parent: null]]) but failed to remove
it when the web application was stopped. Threads are going to be
renewed over time to try and avoid a probable memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/xwiki] created a ThreadLocal with key of
type [com.google.inject.internal.InjectorImpl$1] (value
[com.google.inject.internal.InjectorImpl$1@43d171]) and a value of
type [java.lang.Object[]] (value [[Ljava.lang.Object;@1b07c53]) but
failed to remove it when the web application was stopped. Threads are
going to be renewed over time to try and avoid a probable memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/xwiki] created a ThreadLocal with key of
type [org.jboss.netty.util.CharsetUtil$1] (value
[org.jboss.netty.util.CharsetUtil$1@1b246a1]) and a value of type
[java.util.IdentityHashMap] (value
[{US-ASCII=sun.nio.cs.US_ASCII$Encoder@5f4139}]) but failed to remove
it when the web application was stopped. Threads are going to be
renewed over time to try and avoid a probable memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/xwiki] created a ThreadLocal with key of
type [org.sonatype.guice.bean.inject.BeanInjector$1] (value
[org.sonatype.guice.bean.inject.BeanInjector$1@1c9ad06]) and a value
of type [boolean[]] (value [[Z@1b34600]) but failed to remove it when
the web application was stopped. Threads are going to be renewed over
time to try and avoid a probable memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/xwiki] created a ThreadLocal with key of
type [com.ning.http.client.providers.netty.NettyAsyncHttpProvider.ThreadLocalBoolean]
(value [com.ning.http.client.providers.netty.NettyAsyncHttpProvider$ThreadLocalBoolean@3302dd])
and a value of type [java.lang.Boolean] (value [false]) but failed to
remove it when the web application was stopped. Threads are going to
be renewed over time to try and avoid a probable memory leak.
Dec 13, 2012 5:06:16 PM org.apache.catalina.loader.WebappClassLoader
checkThreadLocalMapForLeaks
SEVERE: The web application [/xwiki] created a ThreadLocal with key of
type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@1ef02d])
and a value of type [java.util.Stack] (value
[[org.xwiki.context.ExecutionContext@12a29ce]]) but failed to remove
it when the web application was stopped. Threads are going to be
renewed over time to try and avoid a probable memory leak.
Dec 13, 2012 5:06:16 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Dec 13, 2012 5:06:16 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 21723 ms
Any idea how to restore it may be with less extension active?
Regards,
Arnaud.
Thanks for XWiki team, especially for Ludovic Dubost for this great new macro
PDF Viewer Macro! All is working great!
A have a related question. In the end of macro description, written:
...It is possible to also install the office.vm in your skin directly or as
an attachment to XWiki.DefaultSkin or your own skin page, to allow the
preview link next to attachments in the attachment footer to launch the PDF
viewer in the same way it currently launches the OpenOffice/LibreOffice
viewer for Office files...
I did it same way (installed PDF+Viewer+Macro and attached office.vm to
XWiki.DefaultSkin). After this - I tried use preview link next to
attachments - some page opened, but with result:
"Error The attachment does not exist."
What else should I do, except attaching office.vm to XWiki.DefaultSkin?
Please, give more details about this possibility.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Using-new-PDF-Viewer-Macro-tp7582916.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Everyone,
I just switched from the standalone install to a tomcat/mysql installation and now the Admin user can't install any extensions. Specifically, I am running Tomcat 7.0.34 with MySQL 5.1 on Windows Server 2008 R2 Standard and XWiki Enterprise 4.3. I imported the Default Wiki Xar file (xwiki-enterprise-ui-all-4.3.xar) and since the macros on the home page aren't working (Spaces, Tags, Send Message, and Activity Stream all state unknown macro) proceeded to login with the Admin user and navigated to the Extension Manager. I was surprised to see only one extension installed (XWiki Enterprise - UI All) instead of the 27 that came with the standalone version of XWiki. So I went to install some of the missing extensions and received the message "Admin right is required to install extension [org.xwiki.platform:xwiki-platform-wiki-manager-ui-4.3] on namespace [wiki:xwiki]." Which I hadn't received any messages like that when using the standalone version. I verified that the Admin user is in the XWikiAdminGroup and has Admin privileges. Are there other access controls that I need to modify for this? Is there some other configuration that I need to perform first? Any help is much appreciated.
Thanks,
Barry
Hi all,
I have installed XWiki on a fresh Ubuntu 12.04 server followed this
guide http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT
My installation: XWiki 4.3, Postgres 9.1, tomcat6.
When I tried to navigate to XWiki from other LAN desktop, this error is
displayed:
HTTP Status 500 -
------------------------------------------------------------------------
*type* Exception report
*message*
*description* _The server encountered an internal error () that
prevented it from fulfilling this request._
*exception*
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading document [xwiki:XWiki.TagClass]
Wrapped Exception: Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate configuration
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
*root cause*
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading document [xwiki:XWiki.TagClass]
Wrapped Exception: Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate configuration
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:414)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:483)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
*root cause*
com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while reading document [xwiki:XWiki.TagClass]
Wrapped Exception: Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate configuration
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:870)
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:290)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1404)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1447)
com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:824)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:794)
com.xpn.xwiki.XWiki.<init>(XWiki.java:735)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:394)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:483)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
*root cause*
org.hibernate.HibernateException: Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate configuration
com.xpn.xwiki.store.hibernate.DefaultHibernateSessionFactory$1.getConfigurationInputStream(DefaultHibernateSessionFactory.java:143)
org.hibernate.cfg.Configuration.configure(Configuration.java:2157)
com.xpn.xwiki.store.hibernate.DefaultHibernateSessionFactory$1.configure(DefaultHibernateSessionFactory.java:102)
com.xpn.xwiki.store.XWikiHibernateBaseStore.initHibernate(XWikiHibernateBaseStore.java:228)
com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:622)
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:746)
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:290)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1404)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1447)
com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:824)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:794)
com.xpn.xwiki.XWiki.<init>(XWiki.java:735)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:394)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:483)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
*note* _The full stack trace of the root cause is available in the
Apache Tomcat/6.0.35 logs._
------------------------------------------------------------------------
Apache Tomcat/6.0.35
I tried:
- Check the installation followed
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationPostgreSQL
xwiki database is created already by dbconfig
- Connect to Postgres DB as xwiki user successfully. I see that
there are no relations (I think it is correct).
Do you have any idea?
--
Viet Hoang
Hi,
The subject of this mail says it all but I will detail.
I'm trying to follow some standard rules, whenever possible, in my contrib
project.
So, concerning translation properties recommendations [1], for the pretty
name of a field (named "from") of a class (named "MailClass", from space
"MailArchiveCode"), from module
org.xwik.contrib:xwiki-contrib-mailarchive-ui, I would maybe use:
contrib.mailarchive-ui.MailArchiveCodeMailClassFromPrettyName
or
contrib.mailarchive-ui.MailArchiveCodeMailClassFrom
or anything else for the last part really...
I could consider that a good candidate for the "top level project" could be
"contrib" in my case. I could also consider it to be "mailarchive" by the
way, as I'm clearly out of scope of that xwiki development practice.
But then if I follow [2], I find a completely different recommendation, and
it's even automated if I apply it (for pretty name).
I would then use:
MailArchiveCode.MailClass_from
Then if I want to define another translation key for the "hint" of this
field, I could decide to append "Hint" or "_hint" or ".hint" to the
property I defined for the pretty name (ie the label in the form ?). Or
maybe there's some more automated way as for the pretty name, but I didn't
find it described in on x.org...
As I'm a curious guy I also checked [3], I know it's not a validated
document, but as anyway that use-case is already a bit out of scope ...
But it seems not to solve the problem, and I'm not sure to understand why
there's such distinction between a "class field label" (that should use
Space.Class_field) and a form label for a field of that class (that would
use <prefix>.label), as it really seems the same to me. Or it could be
different, but I think main use-case is to create an XClass, and create a
Sheet for it, and display a form for all fields from that class, point. In
rare cases, you might want to display another form on that same class in
another location (page/sheet), but it's unfrequent and it should be even
more unfrequent to use different labels in that case ... And usually your
end-users won't have to update the XClasses coming from your application,
so you don't really care about internationalizing the XClass in itself -
you care more about internationalizing the forms derived from that XClass.
Mixing all that together and shaking it a little, personnally, this is what
I would follow, for internationalizing a sheet displaying
MailArchiveCode.MailClass objects:
MailArchiveCode.MailClass_from=...
mailarchive.mails.x.from.label=$msg.get('MailArchiveCode.MailClass_from')
mailarchive.mails.x.from.hint=...
mailarchive.mails.x.from.help=...
...
## For livetable
mailarchive.mails.tableColumnHeaders.from=...
...
Here I used "mails" as the interesting (defining) part of the XClass
("mail") with an 's' (as you usually don't create a unique object from an
XClass...). I believe there should be something for 'x' level but I don't
know what exactly ("form", "class", "xclass", "fields" ?).
This also has the advantage of not following any defined rule :P
Maybe I misunderstand things, and maybe (certainly) this is all too much
far-fetched, but I like to follow standard ways as much as possible ... :-)
If there's nothing more defined (or to be defined) for a contrib project,
or any provided ui extension, then I'll do whatever comes to my mind and
sorry for disturb ;-)
BR,
Jeremie
[1]
http://dev.xwiki.org/xwiki/bin/view/Community/DevelopmentPractices#HTransla…
[2] http://platform.xwiki.org/xwiki/bin/view/DevGuide/TranslationsTutorial
[3] http://dev.xwiki.org/xwiki/bin/view/Drafts/L10N+Conventions
Hi Marius,
This works, but my problem is that I have a xwiki page, I have a link on
this page, when I click on this link, a javascript function is called, with
the call, I want to include a new xwiki page at the bottom of the current
page without reloading the current old content (like appending a new page
to the current page without change of the old content), the new appended
content could be in edit or view mode.
My question is the approach you have here is to use display macro, how to
trigger this macro inside javascript code? also how to avoid reloading the
old content when appending new content? since in the old page I have some
search results listed, I do not want to lose it and make users have to
search again.
Thanks for your help.
David
On Mon, Nov 5, 2012 at 3:33 AM, Marius Dumitru Florea <
mariusdumitru.florea(a)xwiki.com> wrote:
> The display macro works for me as you would expect. For instance, if I
> create a page with this content:
>
> ----------8<----------
> {{velocity}}
> Current action: $xcontext.action
> {{/velocity}}
>
> {{display reference="Blog.BlogIntroduction"/}}
> ---------->8----------
>
> in view mode I can see the blog post preceded by "Current action:
> view" and in "Inline Form" edit mode I can edit the blog post, which
> is preceded by "Current action: edit".
>
> Hope this helps,
> Marius
>
> On Fri, Nov 2, 2012 at 10:18 PM, Geo Du <dddu88(a)gmail.com> wrote:
> > Hi Marius,
> >
> > Thanks for your response, it works when I use display macro to include
> the
> > testpage into the other page, but I need also to include (display) the
> page
> > with inline mode inside the other page, since user can click the edit
> pencil
> > button on the right corner of the testpage to edit it, right now the edit
> > button will lead to the testpage in inline mode but the testpage is not
> > inside the other page which originally include(display) the testpage.
> >
> > So how to include or display a page with inline mode into another page?
> >
> > Thanks for your help.
> >
> > David
> >
> > On Fri, Nov 2, 2012 at 3:06 AM, Marius Dumitru Florea
> > <mariusdumitru.florea(a)xwiki.com> wrote:
> >>
> >> On Thu, Nov 1, 2012 at 10:51 PM, Geo Du <dddu88(a)gmail.com> wrote:
> >> >
> >> > Hi All,
> >> >
> >> > I want to include one page into another page in terms of content
> instead
> >> > of
> >> > velocity code, for example, the Blog.WebHome is a page without
> velocity
> >> > code if you choose Edit->Wiki, but it has Blog.BlogClass if you select
> >> > Edit->Objects, from Blog.WebHome page, I can create a new post with
> tile
> >> > testpage, now the Blog.testpage is the new page created that I need to
> >> > include into another page, this testpage has no velocity code from
> >> > Edit_>Wiki. so how to include that page into a different page?
> >> >
> >>
> >> > I tried: include Macro, includeInContext Macro, includeTopic Macro,
> none
> >> > of
> >> > them displays the testpage for me, any idea?
> >>
> >> "display" is the key. You want to display not to include. See
> >> http://extensions.xwiki.org/xwiki/bin/view/Extension/Display+Macro .
> >>
> >> Hope this helps,
> >> Marius
> >>
> >> >
> >> > Thanks very much for your help.
> >> >
> >> > David
> >> > _______________________________________________
> >> > 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
> >
> >
>
Hello,
Following Vertical Layout standards [1], I've written the following to
display a form (XE 4.3 standalone):
#set($class = $obj.xWikiClass)
{{html wiki="true"}}
<form action="." class="xform" name="form_server">
#foreach($prop in $class.properties)
<dl>
<dt><label for="MySpave.MyClass_0_$prop.name
">$prop.prettyName</label></dt>
<dd>$doc.display($prop.getName())</dd>
</dl>
#end
</form>
{{/html}}
In view mode, labels are correctly displayed uppercase, but in inline edit
mode, they switch to lowercase bold, which is not very nice.
I investigated, and in inline mode my <form> is removed, and replaced by
the encapsulating "inline" <form>. So to fix that, I decorated my form with
a div with class "xform". Is it the right way to do that ?
If so, I think the comment from [1] is not complete:
"Obs: The CSS classes have as parent the .xform class. This is supposed to
be used on the form tag, but if the styling is done inside dynamically
generated structures it can be used on other elements, like divs, as long
as the element remains the parent for the other form components."
It would not really be limited to dynamically generated structures, but
also to inline edit mode.
BR,
Jeremie
[1] - http://platform.xwiki.org/xwiki/bin/view/DevGuide/VerticalForms
I am out of the office until 12/17/2012.
Note: This is an automated response to your message "users Digest, Vol 65,
Issue 25" sent on 12/14/2012 22:53:24.
This is the only notification you will receive while this person is away.
Well, that's a bit my problem there :/
i don't want to encode every page as they are created. Restarting xwiki after each new page or even tracking the list of xwiki page can be a nightmare.
On the other hand, i can't easily go on a space by space basis. Sure some spaces are pure xwiki content and no trouble at all, but most spaces will have pages here and there that must not be cached :(
I guess i will have to disable cache for most of our xwiki then and only enable it on pages that have heavy load.
Could you tell me why the xwiki 1 annotation to disable cache was not migrated to xwiki 2?
----- Mail original -----
De: "Thomas Mortagne" <thomas.mortagne(a)xwiki.com>
À: "XWiki Users" <users(a)xwiki.org>
Envoyé: Vendredi 7 Décembre 2012 16:44:12
Objet: Re: [xwiki-users] xwiki render cache not working?
On Fri, Dec 7, 2012 at 3:52 PM, David Delbecq <david.delbecq(a)meteo.be>wrote:
> I still have sme question regarding glocal caching policy. If there is no
> way on a specific page to disable cache, Does that mean if i ask to cache
> "all page", administration pages will stop showing up to date informations?
> What is the process in those pages, like group editor, search result, to
> avoid caching of result and outdated datas?
>
Yes since that's the point of rendering cache. But you should not enable
cache for everything and at least choice specific spaces if not pages.
>
> ----- Mail original -----
>
> De: "Thomas Mortagne" <thomas.mortagne(a)xwiki.com>
> À: "XWiki Users" <users(a)xwiki.org>
> Envoyé: Vendredi 7 Décembre 2012 10:30:29
> Objet: Re: [xwiki-users] xwiki render cache not working?
>
> On Thu, Dec 6, 2012 at 2:45 PM, David Delbecq <david.delbecq(a)meteo.be
> >wrote:
>
> >
> > > You can also use cache macro (see
> > > http://extensions.xwiki.org/xwiki/bin/view/Extension/Cache+Macro) to
> > choose
> > > different timing for each contents.
> >
> > For what i read, it operates at a differente level, i caches the XDOM,
> not
> > the rendered content. I am pretty sure XDOM uses more space in memory
> that
> > a simple String, you still have the overhead of rendering operation and
> you
> > have to manually manage your cache key, which is far mor cumbersome thant
> > saying xwiki "hey, cache this page for 5 minutes, ok?)
>
>
>
> > Moreover, documentation suggest to avoid haveing different timeToLive on
> > different pages, because that's as much threads :s
> >
>
> That's true only with JBoss Cache but not with Infinispan which is what is
> used by default in recent XWiki versions.
>
>
> >
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Thomas Mortagne
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thanks Marius for your quick reply! This was happening using IE 9 (version 9.0.8112.16421), and by nothing happens, I mean it's like clicking a button on a design form. You can see the button depress and return, but nothing else takes place. No page reload, or anything. I have since tried on a different computer using FireFox and it is working there, so maybe this is a IE 9 specific issue. So I've been able to install the LDAP Application through the extension interface (unfortunately it still doesn't authenticate a user for me), but the Simple Forum Application fails because it couldn't find a dependency. Apparently the SpaceIndex Macro is needed, but I'm not finding any information on how to install it.
Thanks again,
Barry
On Tue, Dec 11, 2012 at 7:17 PM, Pape, Barry <Barry.Pape at nov.com<http://lists.xwiki.org/mailman/listinfo/users>> wrote:
> Hello,
>
> I have recently installed XWiki Enterprise 4.3 Standalone on Windows Server 2008 R2 and am unable to use the extension manager.
> Any extension I browse to, whether installed or uninstalled, does not respond to the show details or install buttons. I click the button and nothing happens. There are no messages logged in the console either.
I haven't seen this before. I would check with Firebug or any similar
browser tool to see if there are any JavaScript errors. Btw, what
browser are you using? And by "nothing happens" you mean not even a
page reload?
Hope this helps,
Marius
> I thought I could work around the issue by importing the xar files directly, which I did for both the ldap extension and the forum extension. The forum extension appears to be functioning even though it isn't listed as an extension or anywhere else except on the dashboard. Is this the correct behavior? The ldap extension also seemed to work, but it doesn't actually authenticate a user. In googling around, I fear that the extension dependencies aren't installed, but I'm not sure how to check that or what the dependencies are (I don't see them listed) to attempt manual installation of them. LDAP does show up under applications in the adm
> in menu, and I've gone through and tried configuring it both there and in the xwiki.config to no avail. I'd prefer to get the extension manager working so that we can easily install/uninstall extensions as needed, but any help with either the extension manager or getting the ldap extension to work are greatly appreciated.
>
> Thanks for reading and any suggestions you may have!
>
> Barry
> _______________________________________________
> users mailing list
> users at xwiki.org<http://lists.xwiki.org/mailman/listinfo/users>
> http://lists.xwiki.org/mailman/listinfo/users
Hi,
trying to use the FullCalendar Extension. I can add appointments like it's meant to be with the JSONService. But when I want to use the UpdateService I get "Failed to save the document Reason: update failed".
Already tried to manually use the UpdateService, with something like this:
http://localhost/industrialwiki/bin/view/Calendar/UpdateService?xpage=plain…
In Firefox I get as result:
OK 3 Sun Dec 09 00:00:00 CET 2012
So that works. When I refresh the appointment it has the new date.
In IE I get following: (Has anybody any hints?)
Failed to execute the [velocity] macroorg.xwiki.rendering.macro.MacroExecutionException: Failed to evaluate Velocity Macro for content [#set($page = $request.page) #if($request.durationfield) #set($durationfield = $request.durationfield) #else #set($durationfield = "duration") #end #if($request.startfield) #set($startfield = $request.startfield) #else #set($startfield = "datetime") #end #if($request.classname) #set($classname = $request.classname) #else #set($classname = "") #end #set($success = false) #if($page&&$page!="") #set($pagedoc = $xwiki.getDocument($page)) #if(!$pagedoc.isNew()) #set($ok = $pagedoc.use($classname)) #if("$!{request.isResize}"=="1") #set($cduration = $pagedoc.getValue($durationfield)) #if(!$cduration) #set($cduration = "30") #end #set($nduration = $util.parseInt($cduration)) #set($dayDelta = $util.parseInt($request.dayDelta)) #set($minuteDelta = $util.parseInt($request.minuteDelta)) #set($nduration = $nduration + $dayDelta * 24 + $minuteDelta) #set($ok = $pagedoc.set($durationfield, "$!{nduration}")) #set($success = true) #else #set($datetime = $pagedoc.getValue($startfield)) #if(!$datetime) #set($datetime = $xwiki.jodatime.getDateTime(2012, 7, 22, 8, 0, 0, 0).toDate()) #end #set($jdatetime = $xwiki.jodatime.getDateTime($datetime.getTime())) #set($jdatetime = $jdatetime.plusDays($util.parseInt($request.dayDelta))) #set($jdatetime = $jdatetime.plusMinutes($util.parseInt($request.minuteDelta))) #set($ok = $pagedoc.set($startfield, $jdatetime.toDate())) #set($success = true) #end #if($success) #set($ok = $pagedoc.save("Update session time")) OK $pagedoc.getValue($durationfield) $pagedoc.getValue($startfield) #else FAIL $message ($pagedoc.fullName $pagedoc.getValue($durationfield) $pagedoc.getValue($startfield)) #end #else FAIL No Document #end #else FAIL No Document #end] at org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:131) at org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:50) at org.xwiki.rendering.macro.script.AbstractScriptMacro.evaluateBlock(AbstractScriptMacro.java:302) at org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:198) at org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:59) at org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transformOnce(MacroTransformation.java:188) at org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:135) at org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:84) at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:250) at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:124) at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:54) at org.xwiki.display.internal.DefaultDocumentDisplayer.display(DefaultDocumentDisplayer.java:80) at org.xwiki.display.internal.DefaultDocumentDisplayer.display(DefaultDocumentDisplayer.java:38) at org.xwiki.sheet.internal.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:113) at org.xwiki.sheet.internal.SheetDocumentDisplayer.display(SheetDocumentDisplayer.java:50) at org.xwiki.display.internal.ConfiguredDocumentDisplayer.display(ConfiguredDocumentDisplayer.java:67) at org.xwiki.display.internal.ConfiguredDocumentDisplayer.display(ConfiguredDocumentDisplayer.java:41) at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:901) at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:880) at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:660) at sun.reflect.GeneratedMethodAccessor479.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280) at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:224) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:184) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105) at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1765) at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1705) at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:854) at sun.reflect.GeneratedMethodAccessor125.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280) at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216) at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311) at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230) at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:224) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:184) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105) at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1765) at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:155) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:241) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:621) at javax.servlet.http.HttpServlet.service(HttpServlet.java:722) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407) at org.apache.coyote.ajp.AjpAprProcessor.process(AjpAprProcessor.java:197) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585) at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1813) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content with id [xwiki:Calendar.UpdateService] at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:243) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:184) at org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:124) ... 97 more Caused by: org.apache.velocity.exception.MethodInvocationException: Invocation of method 'save' in class com.xpn.xwiki.api.Document threw exception com.xpn.xwiki.XWikiException: Error number 9001 in 9: Access denied in edit mode on document xwiki:Sandbox.DatesClassTest at xwiki:Calendar.UpdateService[line 45, column 21] at org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:243) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:187) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280) at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567) at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71) at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:224) ... 99 more Caused by: com.xpn.xwiki.XWikiException: Error number 9001 in 9: Access denied in edit mode on document xwiki:Sandbox.DatesClassTest at com.xpn.xwiki.api.Document.save(Document.java:2202) at com.xpn.xwiki.api.Document.save(Document.java:2193) at sun.reflect.GeneratedMethodAccessor565.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173) ... 111 more
Josef Haimerl
Hello,
I have recently installed XWiki Enterprise 4.3 Standalone on Windows Server 2008 R2 and am unable to use the extension manager. Any extension I browse to, whether installed or uninstalled, does not respond to the show details or install buttons. I click the button and nothing happens. There are no messages logged in the console either. I thought I could work around the issue by importing the xar files directly, which I did for both the ldap extension and the forum extension. The forum extension appears to be functioning even though it isn't listed as an extension or anywhere else except on the dashboard. Is this the correct behavior? The ldap extension also seemed to work, but it doesn't actually authenticate a user. In googling around, I fear that the extension dependencies aren't installed, but I'm not sure how to check that or what the dependencies are (I don't see them listed) to attempt manual installation of them. LDAP does show up under applications in the admin menu, and I've gone through and tried configuring it both there and in the xwiki.config to no avail. I'd prefer to get the extension manager working so that we can easily install/uninstall extensions as needed, but any help with either the extension manager or getting the ldap extension to work are greatly appreciated.
Thanks for reading and any suggestions you may have!
Barry
My bad, the dependencies were listed at the bottom of the page. So I've installed the latest xwiki-platform-ldap-api jar and no longer receive the message "LDAP service is not available. Please verify your installation" in the ldap configuration interface, but it still doesn't authenticate. The other 2 dependencies already existed in more current versions of the jars. I'm assuming that the 4.3 jars of these 3 dependencies are backwards compatible with the ldap 4.0 extension.
I do see this error in the console:
erviceImpl - Local LDAP authentication failed.
com.xpn.xwiki.plugin.ldap.XWikiLDAPException: Error number 0 in 5: LDAP bind fai
led with LDAPException.
Wrapped Exception: Connect Error
Any suggestions?
Thanks,
Barry
From: Pape, Barry
Sent: Tuesday, December 11, 2012 11:17 AM
To: 'users(a)xwiki.org'
Subject: Can't install extensions
Hello,
I have recently installed XWiki Enterprise 4.3 Standalone on Windows Server 2008 R2 and am unable to use the extension manager. Any extension I browse to, whether installed or uninstalled, does not respond to the show details or install buttons. I click the button and nothing happens. There are no messages logged in the console either. I thought I could work around the issue by importing the xar files directly, which I did for both the ldap extension and the forum extension. The forum extension appears to be functioning even though it isn't listed as an extension or anywhere else except on the dashboard. Is this the correct behavior? The ldap extension also seemed to work, but it doesn't actually authenticate a user. In googling around, I fear that the extension dependencies aren't installed, but I'm not sure how to check that or what the dependencies are (I don't see them listed) to attempt manual installation of them. LDAP does show up under applications in the admin menu, and I've gone through and tried configuring it both there and in the xwiki.config to no avail. I'd prefer to get the extension manager working so that we can easily install/uninstall extensions as needed, but any help with either the extension manager or getting the ldap extension to work are greatly appreciated.
Thanks for reading and any suggestions you may have!
Barry
Hi,
I have the following livetable working;
#set($columnsProperties = {
'squestioner': {'type': 'text', 'size': 10, 'filterable': true, 'sortable': true, 'html': false},
'emailQuestioner': {'type': 'text', 'size': 10, 'filterable': true, 'sortable': true, 'html': false},
'subject': {'type': 'text', 'link': 'view', 'size': 10, 'filterable': true, 'sortable': true, 'html': false},
'cdlsPerson': {'type': 'text', 'size': 10, 'filterable': true, 'sortable': true, 'html': false},
'status': {'type': 'list', 'size': 10, 'filterable': true, 'sortable': true, 'html': false},
'doc.date': {'type': 'text', 'link': 'view', 'size': 10, 'filterable': true, 'sortable': true},
'doc.author': {'type': 'text', 'link': 'author', 'size': 10, 'filterable': true, 'sortable': true},
'_actions': {'html': true, 'sortable': false, 'actions': ['edit', 'delete']}
})
#set($options = {
'className': 'CdLSATEPrivat.CdLSATEPrivatClass',
'resultPage' : 'CdLSATEPrivat.LiveTableGenerator',
'translationPrefix': 'cdlsateprivat.livetable.',
'tagCloud': true,
'rowCount': 15,
'maxPages': 10,
'selectedColumn': 'squestioner',
'defaultOrder': 'asc'
})
#set($columns = ['squestioner', 'emailQuestioner', 'subject', 'cdlsPerson', 'status', 'doc.date', 'doc.author', '_actions'])
Now the column "squestioner" holds the Full Name of an XWiki.user.
If the user does not belong to a group "moderators" I would like to only show records in the livetable where squestioner = full name (for privacy reasons the user may not see records of other users!)
How can I do this?
Gerritjan
Hello,
I have created a new Wiki on cloud.xwiki.com. I want to allow guest
(anonymous users) to post comments on the blog space.
I've see there
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Access+Rights#HOpenWiki
, that can be done by creating a user named "XWikiGuest" and give this user
rights "View and comment" on the space. But even after these changes,
anonymous user it's still not able to post comments.
What's wrong?
1. it's a cloud xwiki limitation? (in this case Blog space on cloud wiki is
useless and can be removed)
2. I'm doing something wrong?
Thanks for your answers,
PS1: I'm fearing that a lot of "standard xwiki" rights options are missing
in the cloud version of xwiki (I have compared my rights page "in the cloud"
with this one: https://network.xwiki.com/xwiki/bin/view/DocXE34En/WikiRights
).
PS2: sorry for my previous post which was partially visible on the
mailing-list.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Guest-access-on-wiki-hosted-on-cloud-xwik…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi I'm trying to set the panel header text based on the content of a wiki document that can be translated.
So if the document is translated, the header of the panel will automatically change if the document title is changed.
Since the Documentation suggested setting a page header of level 1 to 4 will automatically as document title in breadcrumb (which works) I am looking for the code that will put that title in the panel header, but getDisplayTitle gives me the document name
I've tried also to set the title in the editor but same result, I get the document name
Any suggestion?
{{velocity}}
#set($menuDocument = $xwiki.getDocument('Sandbox.HomepageMenu1'))
#set($menuSections = $menu1Document.getSections())
#set($panelHeaderText = $menuDocument.getDisplayTitle())
#panelheader($panelHeaderText)
#set($menuText=$menuDocument.getTranslatedContent())
$menuText
#panelfooter()
{{/velocity}}
Hello,
Seems I get some issue in the following use-case with hibernate:
- have a page that displays some fields from several objects (of same
class), acting like an aggregator
- for each object, some fields are displayed
- for each object, an <iframe> is added, targeting another page that loads
another field from that same object
Maybe for you to visualize better, it's a Topic view (of mail archive),
showing all Mails from a thread, and so displaying common header fields
(from to subject ...), the <iframe> being in charge of displaying the HTML
body of each mail.
It means that for example, if I display 20 mails from this page, there will
be 20 objects accessed from "main" (request) thread, and up to 20 threads
accessing each one of these objects.
What happens is that the following exception occurs in a random (but pretty
frequent) fashion:
Wrapped Exception: Error number 3212 in 3: Exception while loading property
cc of object MailArchiveItems.Mxwiki-devsVOTERetireoldqueryp_16
Wrapped Exception: Session is closed!
Hello,
I have a problem with a unit test (extending
AbstractBridgedComponentTestCase) of a component.
That component is injected with several xwiki components (QueryManager,
Logger, ExecutionContext ...) that get properly automatically mocked by the
test setup. I inherit from xwiki-commons-pom 4.3.
But the following:
@Inject
LoggerManager loggerManager;
... fails to be mocked by the test, or to be available from the embeddable
component manager :
...
Caused by: org.xwiki.component.manager.ComponentLookupException: Can't find
descriptor for the component [role = [interface
org.xwiki.logging.LoggerManager] hint = [default]]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:355)
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
...
I checked it's a org.xwiki.logging.LoggerManager, has a @Role, everything
seems ok ...
Any help welcome,
BR,
Jeremie
> You can also use cache macro (see
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Cache+Macro) to choose
> different timing for each contents.
For what i read, it operates at a differente level, i caches the XDOM, not the rendered content. I am pretty sure XDOM uses more space in memory that a simple String, you still have the overhead of rendering operation and you have to manually manage your cache key, which is far mor cumbersome thant saying xwiki "hey, cache this page for 5 minutes, ok?) Moreover, documentation suggest to avoid haveing different timeToLive on different pages, because that's as much threads :s
Hi Everyone,
I am new to Xwiki and I am stuck with a little problem and I was wondering
if any of you lovely people could help?
What I am trying to do is generate a Livetable similar to the documents
macro but only showing a group of selected tags.
Is this possible? and if so how would I go about doing this?
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Livetable-problem-tp7582689.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
For one translation www.cdlsworld.org?language=nl we've included an iFrame that links to a 'hidden' website that holds a WOWSLIDER based html page. It is heavily javascripted with jQuery. The use of jQuery instead of Protoptype makes it difficult to use the wow slider javascript from within xwiki
We're experimenting if we could do this from within XWiki (without the iFrame). The reason being that maintaining the wow slider is a single person task and makes the organization vulnerable if this person leaves.
I've noticed you were active developing a carrousel on XWiki. Would it be possible to learn about this and share the approach?
Hi all,
I am usually out of session when editing XWiki page, after about 2 minutes.
I have checked tomcat6's web.xml file:
...
</servlet-mapping>
<session-config>
<session-timeout>30</session-timeout>
</session-config>
...
as
http://www.xwiki.org/xwiki/bin/view/FAQ/How+can+I+change+the+Session+timeout.
I also see file web.xml in xwiki/WEB-INF folder. I tried to add above
config to this file but no luck.
Would you please tell me how to fix this?
Regards,
--
Viet Hoang
Hello,
i have a specific wiki page that is quite slow to render because some groovy code and macros in there are quite slow. Fortunately, content does not change often, si i tried to make it faster for user by using cache rendering.
Here is what is inside my xwiki.cfg:
xwiki.rendering.defaultCacheDuration=3600
And here is my xwiki.properties
core.renderingcache.enabled=true
core.renderingcache.documents=wiki:.*
core.renderingcache.size=200
# Default value is 300 (5 min).
# core.renderingcache.duration=300
I have also this inside my page:
{{velocity}}
$context.setCacheDuration(60)
//complex content here that has a custom groovy macro and a velocity include
{{/velocity}}
{{groovy}}
System.out.println("***************************************phone menu not in cache")
{{/groovy}}
And i see in my log that, everytime, the System.out is executed, meaning the render cache is not used. What's my configuration problem? What did i miss?
Note: using xwiki 4.1.2 and the url i try is http://server/xwiki/bin/view/MySpace/MyPage?menu=Test.Menu&xpage=plain
Thank you.
David Delbecq
Hi!
I'm looking for a receipt to display a local file inside an xwiki page.
The use case is that this is an intranet documentation provided by xwiki.
Every user in the audience has normally some configuration files in a
standardized location.
The content may differ between for each user (or concrete his
workstation). This is also the reason not to expose the files on a
webserver and use the RemoteCode marco.
Current solution is to at a link [[ConfigFile>>file:///etc.....]]
It would be nicer to display the content inside the xwiki page.
Best Regards,
H.-Dirk Schmitt
--
Signature H.-Dirk Schmitt
------------------------------------------------------------------------
*
H.-Dirk Schmitt <http://www.computer42.org>*
Dipl.Math.
eMail:/dirk.schmitt@computer42.org/
mobile:/+49 177 616 8564/
phone: /+49 2642 99 41 10/
fax: /+49 2642 99 41 15/
Kripper Str. 35, D-53489 Sinzig
pgp: http://www.computer42.org/~dirk/OpenPGP-fingerprint.html
<http://www.computer42.org/%7Edirk/OpenPGP-fingerprint.html>
hey guys,
i'm using XEM 4.2 and have some sub-wikis
set up access rights to main and sub-wikis
now when i try to login into my main wiki everything is ok.
also if open my sub-wiki from main.
BUT
if i try to open the sub-wiki directly via url i get an error message and i
dont know why :(
"Error
You are not allowed to view this document or perform this action."
maybe i forgot to set some rights but i really cant find a solution myself..
any help is appreciated.
regards,
Hello,
tonight some XWikis Sites were attacked with XSS. One of this sites is our
own, which runs 4.2.
A wrote the details to security(a)xwiki.org mailing list, but it's rejected by
security-owner(a)xwiki.org. According to
http://dev.xwiki.org/xwiki/bin/view/Community/MailingLists : "However,
anyone can write to these lists to report issues (no subscription needed)."
I think I misinterpreted it.
How can I post the details on this attack to a non public space?
Greetings
Jan-Philip Loos
--
View this message in context: http://xwiki.475771.n2.nabble.com/XSS-Security-Hole-how-to-post-to-security…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
is it possible to view the raw source (without any html around it) of an
xwiki page? Like the viewer=code parameter, but returning the source in
plain text.
Regards,
Leen
Thanks a lot, it works like a charm.
And thanks for the last link too.
----- Mail original -----
De: "Thomas Mortagne" <thomas.mortagne(a)xwiki.com>
À: "XWiki Users" <users(a)xwiki.org>
Envoyé: Lundi 3 Décembre 2012 09:26:26
Objet: Re: [xwiki-users] Using <textarea> with xwiki: nightmare??
Basically you need to do pretty much what you did with groovy:
{{velocity}}
#set($test = "**hello**<b>test</b>")
{{html clean="false"}}
<textarea cols="75" rows="2"
name="description">$escapetool.html($test)</textarea>
{{/html}}
{{/velocity}}
Several notes:
* xwiki="false" does not exist and wiki="false" is already the default in
html macro. See
http://extensions.xwiki.org/xwiki/bin/view/Extension/HTML+Macro.
* see
http://extensions.xwiki.org/xwiki/bin/view/Extension/Velocity+Module#HVeloc…
all the velocity tools
On Mon, Dec 3, 2012 at 8:52 AM, David Delbecq <david.delbecq(a)meteo.be>wrote:
> Hello,
>
>
> i'd like some informations on how to get xwiki + velocity to render
> properly a form containing a prefilled <textarea>. I have tried several way
> and, in the end, i ended up using a groovy script, which requires
> developper priviledge. All other options i tried had issues. Could someone
> tell me if there is a way to get it to work with.
>
> I have a variable X, i want content of X to be html escaped (eg <b>
> becomes <g;b>) and output in the final document between <textarea>
> </textarea> tags.
>
> So far, i attempted the following
>
>
> {{velocity}}
> #set($test = "**hello**<b>test</b>")
> {{html clean="false" xwiki="false"}}
> <textarea cols="75" rows="2" name="description">$test</textarea>
> {{/html}}
> {{/velocity}}
>
> {{velocity xwiki="false"}}
> #set($test2 = "**hello2**<b>test</b>")
> {{/velocity}}
> {{html clean="false" xwiki="false"}}<textarea cols="75" rows="2"
> name="description">{{/html}}{{velocity
> xwiki="false"}}${test2}{{/velocity}}{{html clean="false"
> xwiki="false"}}</textarea>{{/html}}
>
>
> {{velocity xwiki="false"}}
> #set($test3 = "**hello3**<b>test</b>")
> {{/velocity}}
> {{html clean="false" xwiki="false"}}<textarea cols="75" rows="2"
> name="description">{{/html}}{{velocity
> xwiki="false"}}${test3}{{/velocity}}{{html clean="false"
> xwiki="false"}}</textarea>{{/html}}
>
>
> {{groovy}}
> test4 =
> org.apache.commons.lang.StringEscapeUtils.escapeHtml("**hello4**<b>test</b>");
> {{/groovy}}
> {{velocity xwiki="false"}}{{html clean="false" xwiki="false"}}<textarea
> cols="75" rows="2"
> name="description">${test4}</textarea>{{/html}}{{/velocity}}
>
>
> And got the following renders (html sources)
>
>
> < textarea cols = "75" rows = "2" name = "description"
> >**hello**<b>test</b></ textarea >
>
> < textarea cols = "75" rows = "2" name = "description"
> ><strong>hello2</strong><b>test</b></ textarea >
>
> < textarea cols = "75" rows = "2" name = "description"
> ><strong>hello3</strong><b>test</b></ textarea >
>
> < textarea cols = "75" rows = "2" name = "description"
> >**hello4**<b>test</b></ textarea >
> As you can see: option 1 left <b></b> tags as is, which can lead to html
> injection vulnerability of my form.
> option 2 and 3 replaced ** with <strong> which mean we alter user input :/
> option 4 works but requires developper priviledges. :/
>
>
> David Delbecq
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Thomas Mortagne
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hello group,
Is there an option in Xwiki LDAP connector to let xWiki remember my windows
username and password for ever? Every day when i want to access the wiki i
need to login with username and password and that is very annoing.
Please help me out with this great product!
Kind regards,
René
--
View this message in context: http://xwiki.475771.n2.nabble.com/Remember-password-tp7582682.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello
Is there anywhere to manage permissions to allow/disallow users to create
workspaces?
I would like to use the workspace feature to organise my wiki though I don't
want registered users to be able to create there own workspace.
Thanks
Mark
--
View this message in context: http://xwiki.475771.n2.nabble.com/Create-Workspace-Permissions-tp7582575.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
Im Trying to install XWiki via the Deb packages as per this guide: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT
When I do the following command:
apt-get install xwiki-enterprise-tomcat6-mysql
It errors with the following message
Get:1 http://maven.xwiki.org/ stable/ xwiki-enterprise-common 4.3 [165 MB] Fetched 166 MB in 1min 18s (2,120 kB/s) Failed to fetch http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-insta… Size mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@xwiki:~#
Regards
Please visit the Global Insurance Management web site www.globalim.co.uk
Global Insurance Management Solutions Ltd, registered in England No. 3246493. Registered office: 3rd Floor, 4 Copthall House, Station Square, Coventry. CV1 2FL.
This message and any attachments contain privileged and confidential information. If you are not the intended recipient of this message, you are hereby notified that any use, dissemination, distribution or reproduction of this message is prohibited. If you have received this message in error please notify the sender immediately via email and then destroy this message and any attachments. Any views expressed in this message are those of the individual sender and may not necessarily reflect the views of Global Insurance Management Solutions Ltd or any member of the Global Insurance Management Group.
I forgot the other informations. Here they are:
User name on myxwiki.org: Patrice
Desired server name: marceldhot
Sorry for that.
Hi,
>
> We would like to setup a wiki for the parent committee here in our school
> (north of France). XWiki seems to offer every functionalities we need (eg.
> strong collaboration, calendar...) and a strong community support. We can't
> afford a paid hosting, we hope to get a nice room in your farm. Thanks a
> lot for reading.
>
--
Patrice Gahide
Hello,
i'd like some informations on how to get xwiki + velocity to render properly a form containing a prefilled <textarea>. I have tried several way and, in the end, i ended up using a groovy script, which requires developper priviledge. All other options i tried had issues. Could someone tell me if there is a way to get it to work with.
I have a variable X, i want content of X to be html escaped (eg <b> becomes <g;b>) and output in the final document between <textarea> </textarea> tags.
So far, i attempted the following
{{velocity}}
#set($test = "**hello**<b>test</b>")
{{html clean="false" xwiki="false"}}
<textarea cols="75" rows="2" name="description">$test</textarea>
{{/html}}
{{/velocity}}
{{velocity xwiki="false"}}
#set($test2 = "**hello2**<b>test</b>")
{{/velocity}}
{{html clean="false" xwiki="false"}}<textarea cols="75" rows="2" name="description">{{/html}}{{velocity xwiki="false"}}${test2}{{/velocity}}{{html clean="false" xwiki="false"}}</textarea>{{/html}}
{{velocity xwiki="false"}}
#set($test3 = "**hello3**<b>test</b>")
{{/velocity}}
{{html clean="false" xwiki="false"}}<textarea cols="75" rows="2" name="description">{{/html}}{{velocity xwiki="false"}}${test3}{{/velocity}}{{html clean="false" xwiki="false"}}</textarea>{{/html}}
{{groovy}}
test4 = org.apache.commons.lang.StringEscapeUtils.escapeHtml("**hello4**<b>test</b>");
{{/groovy}}
{{velocity xwiki="false"}}{{html clean="false" xwiki="false"}}<textarea cols="75" rows="2" name="description">${test4}</textarea>{{/html}}{{/velocity}}
And got the following renders (html sources)
< textarea cols = "75" rows = "2" name = "description" >**hello**<b>test</b></ textarea >
< textarea cols = "75" rows = "2" name = "description" ><strong>hello2</strong><b>test</b></ textarea >
< textarea cols = "75" rows = "2" name = "description" ><strong>hello3</strong><b>test</b></ textarea >
< textarea cols = "75" rows = "2" name = "description" >**hello4**<b>test</b></ textarea >
As you can see: option 1 left <b></b> tags as is, which can lead to html injection vulnerability of my form.
option 2 and 3 replaced ** with <strong> which mean we alter user input :/
option 4 works but requires developper priviledges. :/
David Delbecq
Hello!
Do I have the ability to connect openoffice server to my xwiki on MYXWIKIfarm and haw I can do it?
At the preference page writen, that this setting is installed at xwiki.properties at main wiki!!!!!!!!!!!!!!!!!.
Thank You!
Hi,
We would like to setup a wiki for the parent committee here in our school
(north of France). XWiki seems to offer every functionalities we need (eg.
strong collaboration, calendar...) and a strong community support. We can't
afford a paid hosting, we hope to get a nice room in your farm. Thanks a
lot for reading.
--
Patrice Gahide
Hello!
Do I have the ability to connect openoffice server to my xwiki on MYXWIKIfarm and haw I can do it?
At the preference page writen, that this setting is installed at xwiki.properties at main wiki!!!!!!!!!!!!!!!!!.
Thank You!
Hello!
Do I have the ability to connect openoffice server to my xwiki on MYXWIKIfarm and haw I can do it?
At the preference page writen, that this setting is installed at xwiki.properties at main wiki!!!!!!!!!!!!!!!!!.
Thank You!
Hello!
Do I have the ability to connect openoffice server to my xwiki on MYXWIKIfarm and haw I can do it?
At the preference page writen, that this setting is installed at xwiki.properties at main wiki!!!!!!!!!!!!!!!!!.
Thank You!
Hi, Matt,
Something similar I have in one of the projects (besides LDAP yet).
My solution was as following:
- XEM
- You logically spread your information to the following structure: Main Wiki -> Workspaces (or sub-wikis) -> Spaces
- All Users are Global Users
- Each sub-wiki has its own policy access rights based on groups.
In multi-project it's essential to plan good structure and acces rights policy. It took us nearly a month to describe desired logic and access rights policies for all projects. :-))))
In my case there are: main wiki and 30+ subwikis, 80+ users for now. All of them are private, no registration available. So, It's better understand workflow logic and customize data structure accordingly. Most probably it won't be as simple as you described it: only three departments' -workspaces.
If you need completely paranoic privacy for some projects, better use separate server, separate XWiki instance to keep secrets in. :-))
As for links: wiki-wiki. If you have ONE wiki engine - it's quite easy: wiki:Space.PageName.
Bad news:
- there is no WYSIWYG interface to manage this, that makes it a bit more complicated for non-advanced users.
- Wiki-wiki links are not updated on page rename. See http://jira.xwiki.org/browse/XWIKI-8346
Kind Regards,
Dmitry
Птн 30 Ноя 2012 11:59:25 от Flatfender <flatfender(a)gmail.com>:
>
>
>
>
>Ok, thank you for that, the subspace thing is good to know. How I
>
would set this up is now starting to puzzle me.
>
>
So let's say I have 3 departments
>
>
Engineering
>
Hardware
>
Software
>
>
All three will collaborate on the same projects and may need access to
>
the same wiki content, but all may also want private pages that are
>
department specific. So I guess if I didn't a separate wiki
>
department, they could use interwiki links to reference project pages.
>
This would probably necessitate some people from each department
>
being in the other departments wiki group. But then if they created a
>
private namespace, the people from the other department could see it.
>
I could combat this by creating two wikigroups for each department,
>
like wiki_engineering_public, and wiki_engineering_private. Then only
>
departmental members would be in the private group and namespaces
>
could be in the private group to protect.
>
>
Or I guess everything is public, and then group perms on the namespace
>
to protect?
>
>
The problem is that we're a pretty small company 250 people and most
>
of the people are cross department/project functional.
>
>
I'll look more at the perms side of things.
>
>
Thank you.
>
>
On Fri, Nov 30, 2012 at 11:23 AM, Thomas Mortagne
>
<thomas.mortagne(a)xwiki.com> wrote:
>
> On Fri, Nov 30, 2012 at 4:29 PM, Flatfender <flatfender(a)gmail.com> wrote:
>
>
>
>> All,
>
>>
>
>> I'm thinking of deploying xwiki either community or commercial. I've
>
>> looked through the docs, and searched the forum as well.
>
>>
>
>> Here is my question. Can I create groups in AD/LDAP and tie them to
>
>> Namespaces to get protected wiki's by department?
>
>>
>
>> We have some departments that are ok with an Open wiki, but others
>
>> like accounting want restricted access. I'd like to manage this at
>
>> the AD/LDAP group level instead of the xwiki application level, is
>
>> that possible?
>
>>
>
>>
>
>> Is namespaces the right way to go to achieve departmental wiki's or
>
>> would I have to look at multiple wiki's in a wiki farm?
>
>>
>
>
>
> You can link LDAP groups to XWiki groups and then you can setup your rights
>
> on XWiki based on theses groups like restricting the access to a
>
> space/wikis only to a specific XWiki group. This is usually the way we work
>
> with LDAP.
>
>
>
> The main difference between spaces and wikis is that, since XWiki does not
>
> support subspaces, all the pages will be at the same level for a
>
> department. Appart from this it depends how different you want your
>
> spaces/wikis to be or if you want to have different domain name for each
>
> department like admin.myhost.com etc. Note that you can apply completely
>
> different skins at space level.
>
>
>
>
>
>>
>
>> Thanks,
>
>>
>
>> Matt P.
>
>> _______________________________________________
>
>> users mailing list
>
>> users(a)xwiki.org
>
>> http://lists.xwiki.org/mailman/listinfo/users
>
>>
>
>
>
>
>
>
>
> --
>
> Thomas Mortagne
>
> _______________________________________________
>
> users mailing list
>
> users(a)xwiki.org
>
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
>
users mailing list
>
>users(a)xwiki.org
>
>http://lists.xwiki.org/mailman/listinfo/users
>
>
>
Kind regards,
Dmitry
All,
I'm thinking of deploying xwiki either community or commercial. I've
looked through the docs, and searched the forum as well.
Here is my question. Can I create groups in AD/LDAP and tie them to
Namespaces to get protected wiki's by department?
We have some departments that are ok with an Open wiki, but others
like accounting want restricted access. I'd like to manage this at
the AD/LDAP group level instead of the xwiki application level, is
that possible?
Is namespaces the right way to go to achieve departmental wiki's or
would I have to look at multiple wiki's in a wiki farm?
Thanks,
Matt P.
Hmm looks like the 4.1 admin UI is not as compatible as I expected with 4.3
WAR.
Importing
http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-extension…
fix it.
A pity having to import it in all subwiki but there is not much choices
here. Most of Extension Manager UI is now located in the WAR itself instead
of wiki pages which makes it a lot less fragile.
On Fri, Nov 30, 2012 at 4:37 PM, Haru <haru_mamburu(a)mail.ru> wrote:
> Thanks a lot for help!
>
> Reality looks a bit different.
>
> It was 4.1.4 -> 4.3 upgrade.
>
> It was merging procedure while first 4.3 startup. Looks fine.
>
> But, when I'm trying to install XAR as proposed on a sub-wiki, it says me,
> that it is already installed on main wiki and gives no options to install
> it on sub-wiki.
>
> XWiki Enterprise - UI (% class
>
> "extension-version %)4.3 ==
>
> *Installed*
> Back to list<http://workspacetemplate.wiki.optrak.com/xwiki/bin/admin/XWiki/XWikiPrefere…>
>
> by: XWiki Development Team
>
> Default set of wiki pages containing both content and default applications for XWiki Enterprise.
>
>
> - Description<http://workspacetemplate.wiki.optrak.com/xwiki/bin/admin/XWiki/XWikiPrefere…>
> - Dependencies<http://workspacetemplate.wiki.optrak.com/xwiki/bin/admin/XWiki/XWikiPrefere…>
>
>
> - License: GNU Lesser General Public License 2.1
> - Website:
> extensions.xwiki.org?id=org.xwiki.enterprise:xwiki-enterprise-ui:::<http://extensions.xwiki.org?id=org.xwiki.enterprise:xwiki-enterprise-ui:::/…>
> - Installed in the following wikis: *xwiki*
>
>
> Main Wiki shows, that it is installed already on wiki farm.
>
> XWiki Enterprise - UI All 4.3
>
> Installed
>
> by: XWiki Development Team
> All in one XWiki Enterprise XAR package
>
> - Description
> <http://wiki.optrak.com/xwiki/bin/admin/XWiki/XWikiPreferences?editor=global…>
>
>
> - License: GNU Lesser General Public License 2.1
> - Website: extensions.xwiki.org<http://extensions.xwiki.org?id=org.xwiki.enterprise:xwiki-enterprise-ui-all…>
> - Features: [org.xwiki.enterprise:xwiki-enterprise-ui,
> org.xwiki.platform:xwiki-platform-livetable-ui,
> org.xwiki.platform:xwiki-platform-index-ui,
> org.xwiki.platform:xwiki-platform-panels-ui,
> org.xwiki.platform:xwiki-platform-administration-ui,
> org.xwiki.platform:xwiki-platform-scheduler-ui,
> org.xwiki.platform:xwiki-platform-watchlist-ui,
> org.xwiki.platform:xwiki-platform-statistics-ui,
> org.xwiki.platform:xwiki-platform-search-ui,
> org.xwiki.platform:xwiki-platform-search-solr-ui,
> org.xwiki.platform:xwiki-platform-blog-ui,
> org.xwiki.platform:xwiki-platform-office-ui,
> org.xwiki.platform:xwiki-platform-webdav-ui,
> org.xwiki.platform:xwiki-platform-tag-ui,
> org.xwiki.platform:xwiki-platform-rendering-wikimacro-ui,
> org.xwiki.platform:xwiki-platform-annotation-ui,
> org.xwiki.platform:xwiki-platform-invitation-ui,
> org.xwiki.platform:xwiki-platform-extension-ui,
> org.xwiki.platform:xwiki-platform-sheet-ui,
> org.xwiki.platform:xwiki-platform-appwithinminutes-ui,
> org.xwiki.platform:xwiki-platform-linkchecker-ui,
> org.xwiki.platform:xwiki-platform-dashboard-ui,
> org.xwiki.platform:xwiki-platform-user-ui,
> org.xwiki.platform:xwiki-platform-logging-ui]
>
>
>
>
> The only option I have is to "uninstall it from farm". But I didn't merge
> conflicts on subwikis yet (as far as I remember).
> Am I missing something?
>
>
>
>
>
> Чтв 29 Ноя 2012 15:51:38 от Thomas Mortagne <thomas.mortagne(a)xwiki.com>:
>
>
>
>
> On Thu, Nov 29, 2012 at 3:28 PM, Haru <haru_mamburu(a)mail.ru<https://e.mail.ru/cgi-bin/sentmsg?mailto=mailto%3aharu_mamburu@mail.ru>
> > wrote:
>
> Thanks a lot, Thomas,
>
> Updated documentation at
> http://manager.xwiki.org/xwiki/bin/view/AdminGuide/Migration accordingly.
>
>
> Thanks, fixed a typo ;)
>
>
>
> Will do it one by one now. I'm lucky to have less then 10 subwikis to
> upgrade at this stage. :-))))))
>
>
> Yea. Distribution Wizard is a bit young and we don't have much tools to
> migrate from pre Extension Manager subwikis yet.
>
>
>
>
> Чтв 29 Ноя 2012 11:17:15 от Thomas Mortagne <thomas.mortagne(a)xwiki.com<https://e.mail.ru/cgi-bin/sentmsg?mailto=mailto%3athomas.mortagne@xwiki.com>
> >:
> >
> >
> >
>
>
> >
>
>
>
> >
> >
> >On Thu, Nov 29, 2012 at 4:37 AM, Haru <haru_mamburu(a)mail.ru<https://e.mail.ru/cgi-bin/sentmsg?mailto=mailto%3aharu_mamburu@mail.ru>>
> wrote:
> >
> Hi, XWiki Experts!
> >>
>
> >>
> XEM 4.1.4 -> XEM 4.3 upgrade.
> >>
>
> >>
> Main wiki upgraded fine with the help of upgrade manager on the first run.
> What is the correct way to upgrade each and every subwiki's UI?
> >
> Is there any way to run this manager on every subwiki?
> >
> >Not exactly.
> >
> >The real issue here is that since the extension on your subwikis have not
> been installed with Extension Manager it does not know what you have and
> can't upgrade it. For the main wiki it's a special case because the WAR
> comes with a default UI information.
> >
>
> >The way to go depends on how many subwikis you have to take care of. If
> it's not too painful to take care of theses wikis one by one (just this
> time) you can go to each one and install with Extension Manager the XAR
> extensions you need (for XE use the advanced search and search for
> org.xwiki.enterprise:xwiki-enterprise-ui and 4.3 version). You will then
> get the same installation UI you got in the Distribution Wizard for the
> main wiki with conflict resolution etc.
> >
>
> >If there is way too much to imagine doing it one by one it will start to
> be a bit more tricky and will imply some scripting since there is required
> backend to automate all this but not much UI yet.
> >
> >The next time, the Distribution Wizard will list you the outdated
> extensions from all wikis in a second step and you will be able to upgrade
> them from there like for the main wiki in the first step.
> >
>
> >
>
> >>
> Kind regards,
> >>
>
> >>
> Dmitry
> >>
> _______________________________________________
> >>
> users mailing list
> >>
> >>users(a)xwiki.org<https://e.mail.ru/cgi-bin/sentmsg?mailto=mailto%3ausers@xwiki.org>
> >>
> >>http://lists.xwiki.org/mailman/listinfo/users
> >>
>
> >
> >
> >--
> >Thomas Mortagne
> >
> >
>
>
>
>
>
>
> >
>
>
> Kind regards,
>
> Dmitry
> _______________________________________________
> users mailing list
> users(a)xwiki.org<https://e.mail.ru/cgi-bin/sentmsg?mailto=mailto%3ausers@xwiki.org>
> http://lists.xwiki.org/mailman/listinfo/users
>
>
>
>
> --
> Thomas Mortagne
>
>
>
> Kind regards,
>
> Dmitry
>
--
Thomas Mortagne
Is it possible to create a space template which would have placeholder pages
created in the space to create a structure for new pages to be added to.
For example, I would like to create a space for documenting database systems
and the space would have a hierarchy like so:
System Name (Space)
->User Documentation
--->Quick Start Guide
--->Other sections...
->Technical Documentation
--->Tables
--->Views
--->Stored Procedures
--->Functions
--->Other sections...
--
View this message in context: http://xwiki.475771.n2.nabble.com/Create-Hierarchy-Space-Template-tp7582637…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am looking for the xword2003 addin and can't seem to find it. The
version on the xoffice pages indicate that it works for 2003, but then
subsequent pages say only for 2007+. Could someone please clarify what
is available here.
Paul Pinkerton
_____________
Hi,
I need to insert videos into wiki pages. I tried to use JWPlayer Macro, but
it looks it only allows insert videos stored as attachment in wiki pages. I
need insert videos stored in LAN which are available as http link
(ex: http://server.domain.com/training/Video1.mp4).
Is there possibility to use JWPlayer Macro in this case?
Thanks
Frantisek
--
View this message in context: http://xwiki.475771.n2.nabble.com/JWPlayer-Macro-tp7582581.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, XWiki Experts!
XEM 4.1.4 -> XEM 4.3 upgrade.
Main wiki upgraded fine with the help of upgrade manager on the first run. What is the correct way to upgrade each and every subwiki's UI? Is there any way to run this manager on every subwiki?
Kind regards,
Dmitry
Hi,
I tried to install xwiki for the first time.
I decided to use the debian packages:
apt-get install xwiki-enterprise-tomcat6-mysql
But when I accessed xwiki in the browser i got this exception:
org.hibernate.HibernateException: Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate configuration
The problem was caused by wrong file permissions:
# ls -l /etc/xwiki
insgesamt 136
drwxr-xr-x 5 root root 4096 28. Nov 12:56 cache
drwxr-xr-x 3 root root 4096 28. Nov 12:56 classes
drwxr-xr-x 2 root root 4096 28. Nov 12:56 fonts
-rw-r----- 1 root root 8867 28. Nov 13:01 hibernate.cfg.xml
-rw-r--r-- 1 root root 2022 26. Nov 16:12 jboss-deployment-structure.xml
drwxr-xr-x 3 root root 4096 28. Nov 12:56 observation
-rw-r--r-- 1 root root 1181 26. Nov 16:12 portlet.xml
-rw-r--r-- 1 root root 14720 26. Nov 16:12 struts-config.xml
-rw-r--r-- 1 root root 435 26. Nov 16:12 sun-web.xml
-rw-r--r-- 1 root root 12 26. Nov 16:12 version.properties
-rw-r--r-- 1 root root 13793 26. Nov 16:12 web.xml
-rw-r--r-- 1 root root 30532 28. Nov 13:14 xwiki.cfg
-rw-r--r-- 1 root root 22514 26. Nov 16:12 xwiki.properties
-rw-r--r-- 1 root root 1257 26. Nov 16:13 xwiki-tomcat.xml
chmod o+r hibernate.cfg.xml
solved that issue!
But now there are more issues remaining.
The first issue issue are some dead symlinks in the WEB-INF folder after the installation:
# find -L /usr/lib/xwiki/WEB-INF -type l
/usr/lib/xwiki/WEB-INF/struts-logic.tld
/usr/lib/xwiki/WEB-INF/struts-bean.tld
/usr/lib/xwiki/WEB-INF/struts-html.tld
/usr/lib/xwiki/WEB-INF/struts.tld
/usr/lib/xwiki/WEB-INF/struts-template.tld
/usr/lib/xwiki/WEB-INF/struts-form.tld
This causes exceptions when you start tomcat:
INFO: Deploying configuration descriptor xwiki.xml
28.11.2012 14:14:30 org.apache.catalina.startup.TldConfig lifecycleEvent
SCHWERWIEGEND: Error processing TLD files for context path /xwiki
javax.servlet.ServletException: Exception processing TLD at resource path /WEB-INF/struts-form.tld in context /xwiki
at org.apache.catalina.startup.TldConfig.tldScanTld(TldConfig.java:438)
at org.apache.catalina.startup.TldConfig.execute(TldConfig.java:267)
at org.apache.catalina.startup.TldConfig.lifecycleEvent(TldConfig.java:634)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4612)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:675)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:601)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
at org.apache.catalina.core.StandardService.start(StandardService.java:525)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: java.lang.IllegalArgumentException: Invalid TLD resource path /WEB-INF/struts-form.tld
at org.apache.catalina.startup.TldConfig.tldScanTld(TldConfig.java:426)
... 26 more
INFO: Server startup in 19710 ms
If you try to open xwiki in the browser nevertheless, it loads endlessly.
In the logs (and the database itself) I can see that the database tables have been created but out of memory exceptions are thrown:
2012-11-28 13:48:34,455 [https://urlaub.bio.logis.de:11443/xwiki/bin/view/Main/] INFO .HibernateDataMigrationManager - [schema] - Running hibernate updates
2012-11-28 13:48:35,439 [https://urlaub.bio.logis.de:11443/xwiki/bin/view/Main/] INFO .HibernateDataMigrationManager - Running storage schema updates and data migrations
2012-11-28 13:48:35,440 [https://urlaub.bio.logis.de:11443/xwiki/bin/view/Main/] INFO .HibernateDataMigrationManager - No data migration required since current version is [43000]
2012-11-28 13:48:35,440 [https://urlaub.bio.logis.de:11443/xwiki/bin/view/Main/] INFO .HibernateDataMigrationManager - Updating database schema:
2012-11-28 13:48:35,440 [https://urlaub.bio.logis.de:11443/xwiki/bin/view/Main/] INFO .HibernateDataMigrationManager - [schema] - Running hibernate updates
28.11.2012 13:48:54 org.apache.coyote.http11.Http11Processor process
SCHWERWIEGEND: Error processing request
java.lang.OutOfMemoryError: PermGen space
at java.lang.Throwable.getStackTraceElement(Native Method)
at java.lang.Throwable.getOurStackTrace(Throwable.java:591)
at java.lang.Throwable.printStackTrace(Throwable.java:510)
at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:72)
at org.apache.juli.FileHandler.publish(FileHandler.java:198)
at java.util.logging.Logger.log(Logger.java:481)
at java.util.logging.Logger.doLog(Logger.java:503)
at java.util.logging.Logger.logp(Logger.java:703)
at org.apache.juli.logging.DirectJDKLog.log(DirectJDKLog.java:167)
at org.apache.juli.logging.DirectJDKLog.error(DirectJDKLog.java:135)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:274)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:662)
Exception in thread "https://urlaub.bio.logis.de:11443/xwiki/bin/view/Main/" java.lang.OutOfMemoryError: PermGen space
at java.net.PlainSocketImpl.close(PlainSocketImpl.java:496)
at java.net.SocksSocketImpl.close(SocksSocketImpl.java:1029)
at java.net.Socket.close(Socket.java:1352)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.closeInternal(SSLSocketImpl.java:1439)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.close(SSLSocketImpl.java:1339)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:492)
at java.lang.Thread.run(Thread.java:662)
Exception in thread "Lucene Index Updater" java.lang.OutOfMemoryError: PermGen space
Exception in thread "http-11443-4" java.lang.OutOfMemoryError: PermGen space
Exception in thread "http-11443-6" java.lang.OutOfMemoryError: PermGen space
Exception in thread "http-11443-3" java.lang.OutOfMemoryError: PermGen space
Exception in thread "http-11443-5" java.lang.OutOfMemoryError: PermGen space
Exception in thread "MailProcessor" java.lang.OutOfMemoryError: PermGen space
Before anyone asks: Yes I adjusted /et/init.d/tomcat6 like described in the installation guide:
JAVA_OPTS="-Djava.awt.headless=true -Xmx512m -XX:MaxPermSize=192m"
I also tried:
JAVA_OPTS="-Djava.awt.headless=true -Xmx1024m -XX:MaxPermSize=512m"
Still out of memory exceptions.
Any ideas?
Markus Kalkbrenner
Mit bio.logis PGS den eigenen Code kennen, verstehen, nutzen:
http://bio.logis.de/pgshttp://www.gene-verstehen.de
Please inform us immediately if this e-mail and /or any attachment was transmitted incompletely or was not intelligible.
This e-mail and any attachment is for authorized use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege.
It should not be copied, disclosed to, retained or used by any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender.
Hi All,
I am working to implement xwiki with my organisation as a knowledge base,
but have come across that the document index is missing for all users
including the admin in the space dropdown menu, it is still there in the
wiki dropdown.
I am currently running version 4.1.4
Thanks in advance
--
View this message in context: http://xwiki.475771.n2.nabble.com/Missing-Space-Document-index-tp7582588.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.