I'd like to try this out. Have installed it, but the documentation is
/very/ poor in terms of how you actually use it. Could someone guide me
through how do you actually create a collection page with this thing?
Thanks... MT
It seems to work, e.g. a space name such as R12.01
Wiki links with such a space name prefix also seem to work, such as
Home>>R12.01.WebHome
even though it seems to me that creates a certain ambiguity about
interpreting the period - which one is separating the space name from
the page name at syntax rules level?
Any other problems you can foresee? Are we going to get ourselves into
trouble doing this? Really would prefer to use periods, but if not,
what symbol is safe, such as a hyphen?
Thanks MT
I installed this extension on my dev wiki... installation went fine.
Followed the directions to save the two Xuake documents with programming
rights (Is there any way to confirm the pages actually now have the
ability to run?)
Anyhow, I'm supposed to be able to bring up the console using F10, but
nothing happens. Using Firefox. Any clues?
XWiki 5.4.4
I have a 'locked down' main wiki (i.e. no unauthenticated guest access)
that has a custom skin and color theme. The login form though has a
different skin from the wiki itself!
I was thinking this was something to do with a missing right
somewhere... did try granting view rights on the Skin document to the
unregistered user but that didnt seem to help.
There is a JIRA for something similar -
http://jira.xwiki.org/browse/CHRONO-274
So what do I need to do so that it uses the correct skin?
MT
New Xwiki user here and first time post. I am very impressed with the
XWiki platform. We are using it for our company intranet and it has been
able to handle just about everything that I've wanted and without too
much pain. A bit of a learning curve, but I think I have a much better
grasp of it now.
That said, I have a strange issue that I've been able to confirm on two
different instances of XWiki (both 5.4.4 and 5.4.3). I am using the PDF
Embed Object macro to display PDF attachments inline, however the
ability to view those PDFs full screen in the browser is hampered (I
have users on IE 9, so the newer pdf.js based viewers won't work for
me).
Here's what I'm seeing:
I have a test user that has edit rights on a page. They can create a
page, edit it and upload an attachment to the page. They use the pdf
embed object macro like so:
{{pdf filename="somefile.pdf" /}}
This macro uses the <object> tag to display the PDF inline, however the
"VIEW THIS PDF FULL SCREEN" button is just a hyperlink like so:
<a href="/xwiki/bin/download/MySpace/MyPage/somefile.pdf">View this
PDF full screen</a>
The PDF is displayed inline just fine with the object tag, however the
button to view the pdf fullscreen doesn't seem to work properly if the
user that uploaded the attachment didn't have programming rights when
the file was uploaded. When that same test user views the page and
clicks the "VIEW THIS PDF FULL SCREEN" button, the file is actually
downloaded rather than viewed in the browser. My guess is that something
in the server is setting the content-disposition differently based on
the rights?
If I give that user programming rights after they've uploaded the file,
they still cannot view the file inline (the file is still downloaded
rather than viewed inline). However, if that user now tries to upload
the same file again (now that they have programming rights), then the
button will properly show the full screen PDF inline.
Has anyone seen this behavior or know of a workaround?
Thanks for any advice or pointers!
Here's my setup:
XWiki 5.4.4 (affects 5.4.3 as well)
Mac OS X 10.9.2
Apache 2.2.26
Tomcat 7.0.52 (with mod_jk connector)
PostgreSQL 9.3
F
--
Faizel Dakri
listfez(a)dakri.com
Glad it fixed it!
-Vincent
PS: Next time please reply to the list so that others know your problem is fixed :)
On 6 May 2014 at 15:08:06, mctozzy(a)gmail.com (mctozzy(a)gmail.com) wrote:
Thanks Vincent that fixed it (or should I say worked around it). MT
On 6/05/2014 10:24 PM, vincent(a)massol.net wrote:
Hi,
Actually this warning message is pretty poor. I’ve updated the sources with this new message:
"Could not find a QueryExecutor with hint [{}] which is the hint for the storage engine, defined in your XWiki configuration under the [xwiki.store.main.hint] property. The default QueryExecutor will be used instead. Reason: [Can't find descriptor for the component [role = [interface org.xwiki.query.QueryExecutor] hint = [hibernate]]]"
I hope it makes it slighty easier to understand… ;)
So it seems we have a bug in our code. To work around it and till we fix it, I’d suggest you comment out the “xwiki.store.main.hint” property in your xwiki.cfg file and it should work fine.
Thanks
-Vincent
On 6 May 2014 at 14:05:52, mctozzy(a)gmail.com (mctozzy@gmail.com(mailto:mctozzy@gmail.com)) wrote:
> Why am I getting this warning? Things seem to be working ok otherwise....
>
> 2014-05-06 11:58:05,333 [http://localhost:8080/bin/view/Main/] WARN
> onfiguredQueryExecutorProvider - Could not find a QueryExecutor with
> hint hibernate which is the hint for the storage engine. the default
> QueryExecutor will not be used instead.
> org.xwiki.component.manager.ComponentLookupException: Can't find
> descriptor for the component [role = [interface
> org.xwiki.query.QueryExecutor] hint = [hibernate]]
Why am I getting this warning? Things seem to be working ok otherwise....
2014-05-06 11:58:05,333 [http://localhost:8080/bin/view/Main/] WARN
onfiguredQueryExecutorProvider - Could not find a QueryExecutor with
hint hibernate which is the hint for the storage engine. the default
QueryExecutor will not be used instead.
org.xwiki.component.manager.ComponentLookupException: Can't find
descriptor for the component [role = [interface
org.xwiki.query.QueryExecutor] hint = [hibernate]]
For some reason, the appearance of the top menu bar is different for a
subwiki than the main wiki. What is controlling this? I'd like the
appearance of the way it is in the main wiki to be reflected in the
subwikis too.
MT
Hi, Michael!
Your are welcome!
Hi, Marius!
As for this:
"But should the general look&feel be persistent across different search engines? Just a suggestion, but this would also make a real neat option for the search, sth. like "search while tying", for example."
Marius, as a proposal: in the UI, Search Suggest section search options could be added. E.g.
- exact match search: __INPUT__
- prefix search: __INPUT__*
- prefix and suffix search: *__INPUT__*
- turn SuggestSearch off
Is it worth doing?
-------- Пересылаемое сообщение --------
От кого: Michael Bußler <michael.bussler(a)googlemail.com>
Кому: Dmitry Bakbardin <haru_mamburu(a)mail.ru>
Дата: Sat, 3 May 2014 15:39:38 +0200
Тема: Re: [xwiki-users] Solr search suggestion auto-complete
Thank you, that's exactly what I was looking for!
About the default behaviour, its the first time I use solr, so I don't know much about its history. But should the general look&feel be persistent across different search engines? Just a suggestion, but this would also make a real neat option for the search, sth. like "search while tying", for example.
Anyway, thank you so much for the quick response and keep the good work!!
Michael
Am 02.05.2014 16:48 schrieb "Dmitry Bakbardin" < haru_mamburu(a)mail.ru >:
> Hi, Michael!
>
>The same problem I had. It could be fixed as following:
>
>Edit Xwiki.SearchSuggest directly in Object Editor and add one more string to each search configuration where you need prefix search:
>q=__INPUT__*
>
>E.g. for Blog it would look like this
>q=__INPUT__*
>fq=type:DOCUMENT
>fq=class:Blog.BlogPostClass
>qf=object.Blog.BlogPostClass
>
>Or you can do the same via UI from Search Suggest section in XWikiPreferences: http://yourdomain.com/admin/XWiki/XWikiPreferences?editor=globaladmin§i…
>
>To make it running, I had to stop and start SolrSuggest (or restart XWiki). Hope it helps.
>
>Marius, looks like, we have one more vote for keeping old behavior in default Solr Suggest settings.
>
>
>
>Fri, 2 May 2014 10:05:31 +0200 от Michael Bußler < michael.bussler(a)googlemail.com >:
>>Hi there,
>>
>>I've just moved my wiki to a different Server and upgraded there to XWiki
>>Enterprise 5.4.4. I've also switched to solr search engine. It's really
>>awesome work you did there, and I definitively want to use Solr search
>>because to the much better results page. :)
>>
>>But regrettably, I've got an issue with the search suggestion feature to
>>report: Before upgrading, I used Lucene, which gives me this really nice
>>feature of searching and making suggestions while I'm typing into the
>>search-box on the upper right. This doesn't happen anymore with solr
>>search, as suggestions are only made, if there is a 100% match with the
>>query somewhere in the doc or attachment.
>>
>>It may be because of how the suggestion feature creates queries: With
>>lucene, the input is always extended by an asterik, like __INPUT__*. So,
>>I've tried to add an asterik to my incomplete search query for Solr-search,
>>and it gives me exactly, what I want, except that I have to insert the '*'
>>always by hand at the end. Then, I've tried to add the asterik somewhere in
>>the Solr search suggestion query in XWikiPreferences, but didn't manage to
>>get it right.
>>
>>Do you have an idea, or maybe know, how I can get back the old behaviour
>>with lucene search?
>>
>>You can also visit the wikis and try for yourself:
>>Old page with Lucene-Search: http://www2.wikiderm.de
>>New page with Solr-Search: http://www.wikiderm.de
>>
>>For example, try to search for "atop" and see whats happening..
>>
>>Best regards,
>>Michael
>>_______________________________________________
>>users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
>
>Kind regards,
>
>Dmitry
>_______________________________________________
>users mailing list
>users(a)xwiki.org
>http://lists.xwiki.org/mailman/listinfo/users
----------------------------------------------------------------------
Kind regards,
Dmitry
Hi,
Using
Tomcat 7
LibreOffice 4.2 (also tested with 4.1)
XWiki 5.4.4 (Libreoffice externally managed)
When I import a Word document, the images are not correctly imported (the
URLs seem to be a reference encoded in base64, but there is no attached
document)
Using OpenOffice 3.4.4, it works.
Is there something to configure in LibreOffice 4.x ?
--
Alexandre
Hi Sam,
Once XWiki's properly installed with the default content in your main wiki,
you can deactivate the extension manager and distribution wizard in
WEB-INF/xwiki.properties. XWiki will still function with the exception of
being able to install extensions.
Ludovic
2014-04-23 19:22 GMT+02:00 Sam McCall <sammccall(a)google.com>:
> Hi xwiki-users,
>
> When I start up XWiki, it appears to fetch java packages from the a maven
> repository (nexus.xwiki.org). This happens without installing any
> extensions etc.
>
> Is this expected? Is there a way to install and configure XWiki such that a
> static codebase is used, and packages are never fetched?
>
> I only need a pretty simple set of functionality:
>
> - Basic page editing
> - Storage using a JDBC driver
> - Rendering support for a few markups, e.g. markdown
> - Authorization using a custom backend
>
> Cheers, Sam
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Ludovic Dubost
Founder and CEO
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi there,
I've just moved my wiki to a different Server and upgraded there to XWiki
Enterprise 5.4.4. I've also switched to solr search engine. It's really
awesome work you did there, and I definitively want to use Solr search
because to the much better results page. :)
But regrettably, I've got an issue with the search suggestion feature to
report: Before upgrading, I used Lucene, which gives me this really nice
feature of searching and making suggestions while I'm typing into the
search-box on the upper right. This doesn't happen anymore with solr
search, as suggestions are only made, if there is a 100% match with the
query somewhere in the doc or attachment.
It may be because of how the suggestion feature creates queries: With
lucene, the input is always extended by an asterik, like __INPUT__*. So,
I've tried to add an asterik to my incomplete search query for Solr-search,
and it gives me exactly, what I want, except that I have to insert the '*'
always by hand at the end. Then, I've tried to add the asterik somewhere in
the Solr search suggestion query in XWikiPreferences, but didn't manage to
get it right.
Do you have an idea, or maybe know, how I can get back the old behaviour
with lucene search?
You can also visit the wikis and try for yourself:
Old page with Lucene-Search: http://www2.wikiderm.de
New page with Solr-Search: http://www.wikiderm.de
For example, try to search for "atop" and see whats happening..
Best regards,
Michael
As you know some internet people do not use javascript. The most important
of all are the search-engines.
Now we have modified the default behavior of panels
If panel is of type navigation it will load with the following div
<div class="panel collapsed MoreAboutCdls Navigation">
...
</div>
Other wise it will load as
<div class="panel expanded Diaporama Information">
...
</div>
The result is that navigation panels that contain mostly links to other
parts of the site show only the titlebar, when user clicks on that it
expands and reveals the navigation links; we believe this reduces screen
clutter.
My question is two:
1) When java script is turned of there is no way a user can see the links.
What would be the effect on search engines, will they see the links? I see
the html with the links when I use html-source code, it is just hidden by
the CSS!
2) Disabled people that are deaf or blind often use browsers without
javascript.
How could I have achieved the same with some changes. I would prefer the
panel to load 'expanded' then with javascript that would set all panels of
type Navigation to collapsed after the page load. But allow the user to
click on the header and set it to expanded.
Gerritjan
Hi Developers,
i can't login to my xwiki. Clicking on LOG-IN leads to an error page(403).
What can this be? and how could i please solve this.
Wish u a nice day.
Thanks.
Hey All,
I'm having an issue deploying the xwiki.war into my weblogic container. I am getting a "Cannot create vfs.dir for URL [zipfile:/x/y/z]
I saw a posting about this in the reflections project http://code.google.com/p/reflections/issues/detail?id=124&can=1&q=weblogic but was curious as to if anyone else out there had got around this issue?
Thanks,
Chris
Thanks a lot.
The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
Hello,
How can I remove the activity stream widget from tags pages?
I use the default skin, fresh install with last version of Xwiki.
Thanks in advance,
F
The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
I changed the hostname of the wiki and the icons no longer appear. Where is that path stored so I can modify it to the new root?
XWIKI Enterprise 5.3
Bill Vlahos
Hello People,
I am trying to customize the jsTree extension because I want to show just the tree of a specific space that arenot blog posts.
I have changed the query to avoid to show the posts and it is working well. Ok.
I have start to understand the code and I have changed two parts in the code to show just a space:
var parsedJson = JSON.parse(data, function (k, v)
and
$.each(parsedJson, function (i, item) {
You can check the code here:
http://codeshare.io/sXGil
As you can see here:
http://www.image-share.com/ipng-2529-45.html
I could filter the spaces, however the containers and icons of the other folder still are showing in my page...
I don’t know very much of javascript and I don’t know where to attack now, do you have some tip what functions I need to modify?
Thank you!
Danilo
Grupo Energisa
Danilo Oliveira
Analista Suporte Aplicacao TI - DPTO CORP. DE INFRAESTR. TI
e-mail: danilo.oliveira(a)energisa.com.br | tel: (32) 3429-6342 | cel: (32) 8452-9478
Esta mensagem contém informação confidencial. Se você a recebeu por engano, não divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e apague-a do computador.
Privileged and confidential. If this message has been received by mistake, do not disclose or copy its contents. Please notify sender and delete immediately.
Hello Community,
I would like to do a polemic question... Do you think that is possible to deny the function of PrintScreen on the XWiki application?
Thanks
Danilo
Grupo Energisa
Danilo Oliveira
Analista Suporte Aplicacao TI - DPTO CORP. DE INFRAESTR. TI
e-mail: danilo.oliveira(a)energisa.com.br | tel: (32) 3429-6342 | cel: (32) 8452-9478
Esta mensagem contém informação confidencial. Se você a recebeu por engano, não divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e apague-a do computador.
Privileged and confidential. If this message has been received by mistake, do not disclose or copy its contents. Please notify sender and delete immediately.
Hello
Today I have two questions :-)
Are they a way to launch some scheduled jobs of xwiki by cron?
With flamengo skin on xwiki 6.0RC1 this table:
|= en-tête |= en-tête |= en-tête
| cellule | cellule | cellule
| cellule | cellule | cellule
is displayed like this:
http://snag.gy/Dlvpu.jpg
Is it normal?
Thxs
Pascal BASTIEN
Hi;
I'm using the zipexplore to find items in a file that is 20mb, but is experiencing the below error:
org.xwiki.rendering.macro.MacroExecutionException: Failed to evaluate Velocity Macro for content [#set($attachment="Contratos.zip")
#set($plugin=$xwiki.zipexplorer)
#foreach($file in $plugin.getFileTreeList($doc, $attachment))
* [[$file.id>>path:$plugin.getFileLink($doc, $attachment, $file.id)]]
#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:191)
at org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:132)
at org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:87)
at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:252)
at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:125)
at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:55)
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:997)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:976)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:1007)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:619)
at sun.reflect.GeneratedMethodAccessor422.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567)
at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at org.apache.velocity.runtime.parser.node.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:228)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1687)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1627)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:918)
at sun.reflect.GeneratedMethodAccessor233.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:369)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:216)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:311)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:230)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:105)
at com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluate(DefaultPrivilegedTemplateRenderer.java:125)
at com.xpn.xwiki.internal.template.DefaultPrivilegedTemplateRenderer.evaluateTemplate(DefaultPrivilegedTemplateRenderer.java:75)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1687)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:166)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:304)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:129)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
at javax.servlet.http.HttpServlet.service(HttpServlet.java: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:121)
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:126)
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:225)
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 com.googlecode.psiprobe.Tomcat70AgentValve.invoke(Tomcat70AgentValve.java:38)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
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:1001)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:679)
Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content with id [xwiki:Sigor Contratos.Artefatos]
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:247)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
at org.xwiki.rendering.internal.macro.velocity.VelocityMacro.evaluateString(VelocityMacro.java:124)
... 108 more
Caused by: org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getFileTreeList' in class com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI threw exception java.lang.IllegalArgumentException at xwiki:Sigor Contratos.Artefatos[line 3, column 27]
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.directive.Foreach.render(Foreach.java:318)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:228)
... 110 more
Caused by: java.lang.IllegalArgumentException
at java.util.zip.ZipInputStream.getUTF8String(ZipInputStream.java:324)
at java.util.zip.ZipInputStream.readLOC(ZipInputStream.java:264)
at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:91)
at com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin.getFileList(ZipExplorerPlugin.java:185)
at com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin.getFileTreeList(ZipExplorerPlugin.java:219)
at com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPluginAPI.getFileTreeList(ZipExplorerPluginAPI.java:108)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
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)
... 116 more
When the file is less than 3mb works, anyone know how I can get it working in 20mb file?
tks