Hello. I'm registered to myxwiki as *albalv* and I would have an
''instance'' of xwiki mostly to develop and test velocity and groovy
dynamic pages. I think that *albalv.myxwiki.org* will be perfect if
it's possible.
If you have any question, please reply to this message. Thank you a
lot for this service.
- Alberto Alvino
Hi,
I'm trying to extend wysiwyg editor with a new menu item or toolbar icon.
Here are the steps I'm following but the new menu item doesn't appear in
editor.
1) i copied ImporterPlugin java files to my project and modified package
name
2) i modified plugin name in SomethingPluginFactory and menu item name
in SomethingMenuExtension.
3) i export classes to a jar and copied to lib xwiki folder.
4) modified macros.vm and put in plugin and menu parameters the name of new
plugin
After restarted xwiki and couldn't see the new menu item.
Do I have the jar in the correct place? Do I need to tell xwiki to enable
the use of this "new" jar?
Thanks,
Marco Pinheiro
Hi all,
Question:
Is it possible to execute a velocity code on my entire wiki?
Background:
I want to disable comments-attachments-etc for users without editing
rights, but keep it visible for people with editing rights.
Thanks to Ricardo I found this code at
http://www.mailarchive.com/users@xwiki.org/msg13732.html
#if($hasEdit)
#set ($showcomments="yes")
#set ($showattachments = "yes")
#set ($showhistory="yes")
#set ($showinformation = "yes")
#else
#set ($showcomments="no")
#set ($showattachments = "no")
#set ($showhistory="no")
#set ($showinformation = "no")
#end
I put it in a single page and it works perfectly, but I want to use it
for my entire wiki and obviously do not want to put a velocity script
in each and every page.
I hope someone can help me out !
Thanks in advance,
Wouter
Hello
I see in Java API attachment.getComment() but i did not see any field to enter a comment
on an attachment in GUI.
How to enter comment on attachment ?
I have activated mandatory comment option on page edition, and i would like to do the same thing on each
attachment.
Is there any solution for that ?
I am under XWiki Enterprise 3.0-milestone-2.34501
XWiki is a great job !
Thanks a lot
**************************************************************************************************************************
Ce message et toutes les pieces jointes sont confidentiels et etablis à l'intention exclusive de ses destinataires.
Toute utilisation ou diffusion non autorisee est interdite.
Tout message electronique est susceptible d'alteration.
SISTEER decline toute responsabilite au titre de ce message s'il a ete altere, deforme ou falsifie.
Si vous n'etes pas le destinataire de ce message, merci de le detruire et d'informer l'expediteur.
**************************************************************************************************************************
This message and any attachments are confidential and intended solely for the addressee(s).
Any unauthorised use or dissemination is prohibited.
E-mails are susceptible to alteration.
SISTEER shall not be liable for the message if altered, changed or falsified.
If you are not the intended addressee of this message, please cancel it immediately and inform the sender.
**************************************************************************************************************************
Hi,
I don't know if the tag cloud suffers from the same escaping problem as
the activity stream. Kevin, feel free to figure it out! I don't have time
to do so right now, I'm sorry.
Regards,
Wouter
Wouter Boasson (MSc)
Geo-IT Research and Coordination
RIVM - National Institute for Public Health and the Environment
Expertise Centre for Methodology and Information Services
Contact information
-----------------------
RIVM
VenZ/EMI, Pb 86
t.a.v. dhr. Drs. Wouter Boasson
Postbus 1
3720 BA Bilthoven
T +31(0)302748518
F +31(0)302744456
E wouter.boasson(a)rivm.nl
mo - th
Disclaimer RIVM
I'm working on setting up a wiki for a development group, and we're having
some issues with the Lucene searching. The two main problems are that
attached files are returned in the search results (usually all images are
shown before the page), and searching for the page title (even exactly)
doesn't usually return that page as the first result. Do you have any
suggestions for fixing this?
Thanks!
Michael
Hello all,
Pretty new to xwiki here running 2.7 from war. Just trying to figure
some of the basics out.
I'm wondering how to list the pages that are under a space. Is there a
macro for this? Is there a gadget that will do this?
What I'm looking for is something like this[1] under the "Documents in
space Skins" heading.
[1] http://incubator.myxwiki.org/xwiki/bin/view/Skins/
------
thanks
kevin.foote
Is there a way to avoid showing pages such as "Watchlist hourly email
notifier" in the "Recently Modified" panel on the wiki? I'd like to
avoid showing, in the "Recently Modified" panel, any "system page" (for
lack of a better name... ), i.e., pages that are not normally edited by
a user.
E.g. my Recently Modified panel currently shows
* Watchlist hourly email notifier
* Watchlist daily email notifier
* Data Source Implementation Questions
* jpascual
* Skin
I'd consider all but the middle one "Data Source Implementation
Questions" to be "system pages" that aren't interesting to the typical
user.
--
Mark Wallace
Principal Engineer, Semantic Applications
Modus Operandi, Melbourne, FL, USA
Hello!
Annotations extension didn't work. It is not translation even though I put
AnnotationCode.Translations in XWiki.Preferences.
It accuses annotation.action.create.form.loaderrorUnauthorized when trying
to put annotations.
Can anyone help me?
--
Atenciosamente,
Erica Usui.
Hello,
I've a problem with language in Watch List Application: I'm in a French organization, but my notification message is in english.
My platforms are:
- DEV: XWIKI ENTERPRISE 2.7.33656 on Tomcat 6.0 / Windows XP
- PROD: XWIKI ENTERPRISE 2.7.33656 on Tomcat 5.5.25 / Linux
Same behaviour on both:
In any document, $msg.get("watchlist.notification.email.greeting", ["Nicolas"]) ==> "Bonjour Nicolas,". (==> my bundles are correct)
But in the Notification Message, $msg.get("watchlist.notification.email.greeting", ["Nicolas"]) ==> "Hello Nicolas," and $context.language == "en" (I've printed the value in the message to check)
My configuration:
- In admin page: Multilingual=fr, languages=fr, defaultlanguage=fr
- In each user preferences page: DefaultLanguage=fr
- In WatchListMessage page (object editor): language changed from "en" to "fr"
- In Tomcat: -Duser.language=fr -Duser.country=FR (checked in tomcat admin application)
Something is wrong, but I don't see what
Any Idea?
Thank you
-------------
Nicolas Chéneau-Gréhalle
Hi,
I discovered a hard to find HQL/SQL error related to the new
ActivityStream (V2.6.1). Sometimes the activitystream did not display at
all, with loads of threads dumped in the log.
The problem appeared to be related to specific documents, having a '
(single quote) in the document's name. Besides this, the problem only
appears when displaying the pages belonging to a specific tag. More
specifically, when the automagically crafted HQL to select the document
contains these specific names, so the problem did not show up when
displaying the Activity for the entire wiki, for example.
Took me hours to find and solve it, but it's a matter of minutes to repair
it. The solution: escape page names.
In the Activity page, edit object mode, go to the Activity Macro
(something like <mywiki>/bin/edit/Main/Activity?editor=object)
look for the macro code, and change line 168:
#set($filterClause = $filterClause + "'" +
$colValue.replaceAll("\'", "\'\'") + "'" )
This effectively replaces a single quote with two single quotes, which is
the proper way of escaping for HQL.
But, altogether, I'd love it when all these obviously problematic
characters were simply banned out from the technical/URL document name,
this always generates hard to find problems.
Good luck,
Wouter
Wouter Boasson (MSc)
Geo-IT Research and Coordination
RIVM - National Institute for Public Health and the Environment
Expertise Centre for Methodology and Information Services
Contact information
-----------------------
RIVM
VenZ/EMI, Pb 86
t.a.v. dhr. Drs. Wouter Boasson
Postbus 1
3720 BA Bilthoven
T +31(0)302748518
F +31(0)302744456
E wouter.boasson(a)rivm.nl
mo - th
Disclaimer RIVM
Hello!
This is what is happening... When creating (or importing) a panel in my
xwiki farm, and trying to set it at a Space panel layout, the panel which is
actually set is the previous one, in the list of panels.
For example, when I create a new panel with category "information", and
trying to set it as my panel at a given Space, it saves the action normally,
but the one I see in the Space is "Stats Panel".
Why is this happening? I didn't have this problem previosly...
Can anyone help me?
--
Atenciosamente,
Erica Usui.
I added on http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation
link for my own tutorial about XWiki Installation: XWiki On Windows -
GlassFish - Oracle (Russian).
It is not finished yet at all. I planned also to describe LDAP configuration
and external DB connecting configuration. Also, I will translate it to
English and Romanian languages.
I have a question. If you will open this tutorial - you can see that all
text inside macroses {{code}}, {{info}}, {{warning}} looks not good. On my
personal laptop all is ok. Why? I seen some other installations of XWiki
with same problems, and I cannot find way to resolve this problem.
PS. Also, any comments, questions and suggestions about this tutorial is
greeting.
--
Thanks beforehand
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/Tutorial-XWiki-On-Windows-GlassFish-Oracl…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all
I need to be able to attach Word 2007 templates (.dotx) on pages, but when I
try downloading them in IE8 they download as zips full of xml files. I
tracked down where this is held in xwiki>WEB-INF>web.xml and towards the
bottom of the file there are mime mappings and I notice the one for .dotx is
missing?
I tried adding
<mime-mapping>
<extension>dotx</extension>
<mime-type>application/msword</mime-type>
</mime-mapping>
<mime-mapping>
<extension>dotx</extension
<mine-type>application/vnd.openxmlformats-officedocument.templateml.template</mime-type>
</mime-mapping>
but that prevented my wiki from working (DNS error), so how can I alter the
file to get .dotx files to download as .dotx?
Thanks
-----
----
Lockie
--
View this message in context: http://xwiki.475771.n2.nabble.com/Dotx-file-attachments-open-as-zips-in-IE8…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I may be being particularly dense here, but as a relatively new user of a
myxwiki account, I don't understand what tasks I need to perform to get my
wiki aligned with the latest upgrade. As a result I am getting a number of
pages with embedded text, such as "This configuration cannot be displayed
because it was last edited by
Admin<http://crindau.myxwiki.org/xwiki/bin/view/XWiki/Admin>who
doesn't have permission to edit this page." I don't want to give up on
xwiki, as I am really pleased with what I have achieved, even though I only
appear to be scratching the surface at the moment.
Any and all help gratefully received.
Thanks,
Jonathan
Hey everyone, I have two quick questions:
What are the max/min dimensions of the user profile icon?
Also what is the size that it gets re-sized to in the activity stream?
Thanks in advance,
-Dave
Hi,
The wysiwyg editor configuration document, at least for me, was difficult to
comprehend. I was looking for a way to center tables/text/images on my
xwiki, but failed to get the result using xwiki syntax2. So, I wanted to add
the justifyleft, justifycenter, justifyright and justifyfull buttons to the
wysiwyg editor, so my users don't have to use wiki syntax. I found that the
syntax in the templates/macros.vm file is completely different from what is
described in the configuration document, but still understandable. So I
added the buttons in the following line:
#set($ok = $parameters.put('toolbar',
$xwiki.getXWikiPreference('wysiwyg.toolbar', 'bold italic underline
strikethrough | justifyleft justifycenter justifyright justifyfull |
subscript superscript | unorderedlist orderedlist | outdent indent | undo
redo | format | hr symbol | paste')))
However, after service restart the wysiwyg editor is unchanged. Can someone
help me out with this?
Best,
Mark
--
View this message in context: http://xwiki.475771.n2.nabble.com/WYSIWYG-Editor-adding-toolbar-buttons-tp6…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thanks for that, I got that working
I went to the MindMap page and attached a new MindMap and ran into this error.
This is the mimdmap-1.02.xar I have loaded, I did that to replace the
mindmap-1.0.xar I had previously loaded.
XWIKI ENTERPRISE 2.6.33065
load: class freemind.main.FreeMindApplet.class not found.
java.lang.ClassNotFoundException: freemind.main.FreeMindApplet.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at
sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection
failed:https://servername.com.au/xwiki/bin/view/Sandbox/freemind/main/FreeMindApplet/class.class
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 9 more
Exception: java.lang.ClassNotFoundException:
freemind.main.FreeMindApplet.class
I assume I haven't done something to the Wiki
What did I miss?
Cheers
Peter
Quoting Raluca Stavro <rmorosan(a)gmail.com>:
> Hello,
>
> On Thu, Feb 17, 2011 at 2:12 PM, Peter McLarty <
> peter.mclarty(a)pacificdbms.com.au> wrote:
>
>> Hi All
>>
>> I open the mindmap.tools page after installing and there is a warning to
>> add MindMap.Translations in the translations page.
>> I am confused as to which page this is, how do I access this page to add
>> this entry?
>> Xwiki is 2.6..33065
>>
>
> Go to Wiki Administration -> Programming and add 'MindMap.Translations' to
> 'Internationalization Document Bundles' property value.
> This is an example of value:
>
> Space1.TranslationPage1,Space1.TranslationPage2,Space2.TranslationPage3,MindMap.Translations
>
> You might have an empty value if the wiki has no other document used for
> internationalization.
> In this case, just set the value to: MindMap.Translations .
>
> Raluca.
>
>
>>
>>
>> Cheers
>>
>> Peter
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Hello,
What is the best way to create a configurable macro ?
For example, a macro uses an external resource (like the address of a
server). The administrator of the wiki must configure this resource
during the installation of the macro (just after the import). Of
course, he can update the source code of the macro but it is not very
user friendly.
Do you have any suggestions ? Thank for your help.
Maxime Sinclair
Hi,
we've updatet XWiki 1.7 XE to 2.7.33656 and are using the Wiki Manager to
have a Wiki Farm.
There is a strange behaviour we have not realized immediately related to
search requests.
It seams that the name of the virtual wiki is causing the problem. Its name
is "it" and is used as solution base for IT problems.
We can reproduce the problem by:
- create a new virtual wiki with name "it" (without quotation marks).
- import xwiki-enterprise-wiki-2.7.xar
- search with lucene (no results):
.../view/Main/LuceneSearch?text=sandbox&space=
- search with old engine (see pages):
.../view/Main/WebSearch?text=sandbox&space=
We tried to change the analyzer in xwiki.cfg:
xwiki.plugins.lucene.analyzer=org.apache.lucene.analysis.de.GermanAnalyzer
-> no success
Our virtual wikis are mapped via virtual path (xwiki.cfg:
xwiki.virtual.usepath=1).
It would be nice to keep the virtual wiki name. Is there a workaround to
handle this problem?
Regards,
Rudolf
--
View this message in context: http://xwiki.475771.n2.nabble.com/Lucene-search-Problem-with-Wiki-Farm-Memb…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Bonjour and Hello,
>
> So I won't risk it. I am an educational consultant with our
province's (Prince Edward Island, Canada)
> Dept. of Education. I am also a student in a course on technology.
An
> assignment that I have is to research Wikis and to choose one, and
> experiment with it in a school context for a period of at least six
> weeks. For that reason I would like to have a wiki hosted on your
> farm.
>
> I am hoping to use the username EamonG. The server name could be
> efgNumératie.
Thank-you
Eamon
Eamon Graham
Spécialiste des programmes de maths et sciences (1re année à la 6e
année)
en français et en immersion française
Ministère de l'Éducation et du Développement de la petite enfance
Holman Centre
250 Water Street, Suite 101
Summerside, PE
C1N 1B6
téléphone: (902) 438-4136
télécopieur: (902) 438-4884
Better to light a candle than to curse the darkness. -- Chinese
Proverb
Vaut mieux allumer une chandelle que de maudire la noirceur. -- Dicton
chinois
-------------------------
Statement of Confidentiality
This message (including attachments) may contain confidential or privileged information intended for a specific individual or organization. If you have received this communication in error, please notify the sender immediately. If you are not the intended recipient, you are not authorized to use, disclose, distribute, copy, print or rely on this email, and should promptly delete this email from your entire computer system.
Hi All
I open the mindmap.tools page after installing and there is a warning to add MindMap.Translations in the translations page.
I am confused as to which page this is, how do I access this page to add this entry?
Xwiki is 2.6..33065
Cheers
Peter
I'm involved with a small community of developers and minecraft
players. I think it would be good to have a space to collaborate or
talk about different projects in both our personal developer world and
our minecraft world.
I'm looking to be able to host screenshots, and send automated emails
on wiki updates..
I did setup and try the xwiki application on my own pc, works like a
champ, but my ISP prevents me from hosting any kind of server.
preferred hostname:
mcdev.myxwiki.orgmywiki.org username:
efess
Thanks
-Joe
Howdy,
I just setup XWiki Enterprise with the needed jars and xar apps to make it XEM:
xwiki-enterprise-wiki-3.0-milestone-2.xar
xwiki-application-application-manager-1.18.xar
xwiki-application-wiki-manager-1.24.xar
xwiki-enterprise-manager-application-xem-3.0-20110216.170830-143.xar
I installed the jars to enable the new filesystem storage and configured it to be used by adding the following to xwiki.cfg:
#-# The attachment storage.
xwiki.store.attachment.hint=file
#-# The attachment versioning storage. Use 'void' to disable attachment versioning.
xwiki.store.attachment.versioning.hint=file
#-# Whether the attachment recycle bin feature is activated or not
storage.attachment.recyclebin=0
I created a new page and added some attachments. I see the attachments in the "work" directory and in the document index for the wiki.
When I then delete the page, the attachments no longer show up in the document index for the wiki, but they are left behind on disk.
This behavior does not seem right.
I did not find a similar report in JIRA. I know the Filesystem Storage is brand new and is in 3.0M2 for testing and evaluation. Hopefully this feedback is useful in your testing process.
Any help or guidance provided will be greatly appreciated.
Thanks,
Jeff.
Howdy,
I just setup XWiki Enterprise with the needed jars and xar apps to make it XEM:
xwiki-enterprise-wiki-3.0-milestone-2.xar
xwiki-application-application-manager-1.18.xar
xwiki-application-wiki-manager-1.24.xar
xwiki-enterprise-manager-application-xem-3.0-20110216.170830-143.xar
I installed the jars to enable the new filesystem storage and configured it to be used by adding the following to xwiki.cfg:
#-# The attachment storage.
xwiki.store.attachment.hint=file
#-# The attachment versioning storage. Use 'void' to disable attachment versioning.
xwiki.store.attachment.versioning.hint=file
#-# Whether the attachment recycle bin feature is activated or not
storage.attachment.recyclebin=0
When I add attachments I see them in the filesystem and attached to the appropriate page.
I do not see a way to delete attachments. I have seen that XWIKI-5980 exists, but it does not seem to be the problem I'm experiencing.
I do not even see any links or menu picks allowing me to delete an attachment.
Any help will be greatly appreciated.
Thanks,
Jeff.
I'd like a new wiki created, named ldapapi. It will contain a
documentation on the new Apache LDAP API.
User : elecharny
Name : ldapapi
Thanks !
--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com
Hello,
I would like to start a wiki for the local boy scout troop of which I am in
charge.
My user name: MattHarding
The server name:Troop992
I have already downloaded xwiki enterprise and played around with it a
little. I have a software development background and can administer my wiki
to whatever level you desire with some guidance occasionally.
Thanks,
Matt
Hello,
Can I use the code given in example in the Mail Sender Plugin in another
Panel that will develop for the particular use of the XWiki site of my
company rather than using the whole plugin.
Is there any trouble with that ?
And even if this plugin is deprecated ?
Thanks by advance,
S.A.
Hello,
I am using the video Macro
(http://extensions.xwiki.org/xwiki/bin/view/Extension/Video+Macro)
All goes well, but I would like to display the video on the right side
of the page, are there any align attributes that work? I tried
dividing the page in columns, but when the video is displayed in hte
right colum, it does not reach the right border of the page. My goal
is to have text on the left of the page, and the video on the right
side next to it.
Ideas anyone?
Thanks in advance,
Wouter
have a two questions about Panels
1) How can I make the panel default display "collapsed"?
2) Is there any logic in where you define the display of panels
- in the admin - presentation ; attributes, show left panel = true, left panels, show right panel= true right panels
- panel wizard, but although the setting is show left column
- the admin, per space
- panel wizard, per space
What is the best place to learn understand panels, the do's and do not's?
My problem is that am having difficulties predicting what will happen, some panels can be displayed in a certain space while not in another?
Thx,
Gerritjan
Hi
I am trying to download the Google Document Viewer Macro from the extensions
wiki:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Google+Document+Viewer…
however the download link still refers to the old code wiki (as in many
other extensions). Where can I find the installation file?
thanks
--
Vito Impagliazzo
---
Please consider the environment before printing this email.
The XWiki development team is pleased to announce the release of XWiki
Enterprise 3.0 Milestone 2.
Go grab it at http://www.xwiki.org/xwiki/bin/Main/Download
This is the second milestone of the XWiki Enterprise 3.0 version. There
will be a third milestone, the last, in about three weeks in which we
hope to introduce a dashboard editor and support for XAR handling to the
Extension Manager.
The highlights of this release are:
* Full UI redesign of the administration application
* Experimental filesystem attachment storage
* PDF export improvements
* WYSIWYG content editor bug fixes and improvements
* More standardized UI forms
For more information, see the release notes at
http://www.xwiki.org/xwiki/bin/ReleaseNotes/ReleaseNotesXWikiEnterprise30M2
Thanks
-The XWiki dev team
Hi everyone,
As users, I'm wondering what you'd think if we were to drop support for IE6 in the XWiki Enterprise 3.X cycle. Would that be a huge problem for you?
The reason I'm asking is because supporting IE6 costs us a lot in term of extra development time and by dropping it we could be faster on other stuff.
Note that this is just me asking, there's no plan about this at this point in time, I'm just curious to have some feedback, especially since support for IE6 has been dropped for lots of services and software out there (including Microsoft).
Thanks
-Vincent
Hi community,
As previously announced, today is a Bugfixing Day, and everyone is
welcome to participate with bug reporting, patching, or issue cleanup.
The rules are simple:
- First try to synchronize on the IRC channel (#xwiki on irc.freenode.org)
- When closing an issue, add a "bugfixingday" keyword to it, so that it
can be correctly assigned to this group effort
- The status is available at
http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=r…
Have fun!
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hi,
I would like to know if is it possible to know if an user is in a group with
use of "isUserInGroup" but when I do the test in a virtual wiki and the
group is in the main wiki?
For example, in the main Wiki, I have the "TestGroup01" with user "Toto"
inside, then I would like to test in the virual wiki "WikiTest"
So, I tried when the group is the virtual wiki (then it works) with:
#if($xwiki.getUser().isUserInGroup('XWiki.testvirtualgroup'))
ok
#end
but I can't do when the group is in the main wiki and dunno if it's possible
or not.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Test-in-a-virtual-wiki-if-an-user-is-in-a…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Dear xwiki-community,
Thank you for helping me sofar, getting my XWiki up and running. This
weekend I noticed that I could not login from my home computer. Here's what
I've found out:
Loggin in from a computer within the same network works; logging in from a
different network fails, resulting in the following error in xwiki.log:
2010-12-06 11:26:24,663
[http://tcs.dcc.ru.nl/xwiki/bin/loginsubmit/XWiki/XWikiLogin] WARN
xwiki.MyPersistentLoginManager - Login cookie validation hash mismatch!
Cookies have been tampered with
I have the following authentication settings in my xwiki.cfg:
xwiki.authentication.validationKey=<set to random string>
xwiki.authentication.encryptionKey=<set to random string>
xwiki.authentication.cookiepath=/xwiki
xwiki.authentication.logoutpage=(/|/[^/]+/|/wiki/[^/]+/)logout/*
xwiki.authentication.unauthorized_code=200
I'm running XWiki 2.6 on Tomcat6. Thanks for the help.
Best wishes,
Mark
--
View this message in context: http://xwiki.475771.n2.nabble.com/WARN-xwiki-MyPersistentLoginManager-Login…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi XWikiers,
We have written a software specification (SRD) inside our wiki. This
specification is a set of pages with graphics (as attached images) and
mockups (using Balsamiq Mockups).
Now, we want to communicate easily this specification to our external
partner and, of course, they can't access our wiki (intranet only).
Our first idea was to produce a document (PDF). We try to use the PDF export
but it seems that the inclusion of the children pages doesn't work. Other
problem with PDF (with a unique page), the included images don't appear.
Just for info, we are using the last 2.7 release of XWiki.
So, do you have encountered the same need and how did you solve it ? Do
XWord may help ? Other idea ?
Thanks for your response.
Maxime
Hi community,
This Thursday we'd like to do a Bugfixing Day, and everyone is welcome
to participate with bug reporting or patching.
(Sorry, forgot to announce this earlier)
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hey all,
the TagCloud macro has a rounding error.
The result is, that the highest occurrence has no value in class attribute and is displayed similar to notPopular.
The following code should solve the problem:
{{velocity}}
##
## tagCloudSpace - the space to display the tag cloud for. If blank, display cloud for the whole wiki. Default is blank.
#set ($tagCloudSpace = $context.macro.params.get('space'))
##
## Configurable popularity levels. You must an even number of levels. Default: 6.
#set ($popularityLevels = ["notPopular", "notVeryPopular", "somewhatPopular", "popular", "veryPopular", "ultraPopular"])
#set ($levelsHalf = $popularityLevels.size() / 2)
##
$xwiki.ssx.use("XWiki.TagCloud")
##
## Get tag count map. Key: tag, value: number of occurrences.
#set ($tagCount = $xwiki.tag.getTagCount("$!tagCloudSpace"))
##
## only build popularity map if at least one tag exists
#if ($tagCount.size() > 0)
##
## Store the minimum and maximum number of occurrences.
#set ($sortedTagCounts = $sorttool.sort($tagCount.values()))
#set ($maxIndex = $sortedTagCounts.size() - 1)
#set ($minCount = $listtool.get($sortedTagCounts, 0))
#set ($maxCount = $listtool.get($sortedTagCounts, $maxIndex))
##
## Calculate the total number of tags in the wiki.
#set ($totalTagNumber = 0)
#foreach ($currentTagCount in $sortedTagCounts)
#set ($totalTagNumber = $totalTagNumber + $currentTagCount)
#end
#set ($countAverage = $mathtool.div($totalTagNumber, $tagCount.size()))
##
## Build popularity map using the difference between minimum maximum tag occurrences counts
## and the average tag occurences count.
#set ($firstHalfIntervalSize = $mathtool.div($mathtool.sub($countAverage, $minCount), $levelsHalf))
#set ($secondHalfIntervalSize = $mathtool.div($mathtool.sub($maxCount, $countAverage), $levelsHalf))
##
## use a sorted map
#set ($popularityMap = $util.getTreeMap())
#set ($previousPopularityMax = $minCount)
#set ($intervalSize = $firstHalfIntervalSize)
#set ($halfPassed = false)
#foreach ($popularityLevel in $popularityLevels)
#if ($velocityCount > $levelsHalf && !$halfPassed)
#set ($intervalSize = $secondHalfIntervalSize)
#set ($halfPassed = true)
#end
#set ($currentPopularityMax = $mathtool.add($previousPopularityMax, $intervalSize))
##
## round the threshold
#set ($threshold = $mathtool.roundTo(1, $currentPopularityMax))
#set ($discard = $popularityMap.put($threshold, $popularityLevel))
#set ($previousPopularityMax = $currentPopularityMax)
#end
#end
##
## Display tag cloud.
{{html}}
#if ($tagCount.size() > 0)
<ol class="tagCloud">
#foreach ($tagEntry in $tagCount.entrySet())
#foreach ($popularityEntry in $popularityMap.entrySet())
#if ($popularityEntry.Key >= $tagEntry.Value)
#set ($liClass = $popularityEntry.Value)
#break
#end
#end
<li class="$liClass">
<a class="tag" href="$xwiki.getURL("Main.Tags", "view", "do=viewTag&tag=$escapetool.url($tagEntry.Key)")" title="$msg.get("xe.tag.tooltip", ["$tagEntry.Value"])">$escapetool.xml($tagEntry.Key)</a>
</li>
#end
</ol>
#else
#if("$!tagCloudSpace" == "")
$msg.get("xe.tag.notags")
#else
$msg.get("xe.tag.notagsforspace", ["$tagCloudSpace"])
#end
#end
{{/html}}
{{/velocity}}
best regards
Jörg
Ok, I'm not sure what happened, but previously I was able to create a new
Topic and post to that topic. Now, even as an admin, when I try to create a
new Topic I get messages like the following in the Tomcat stdout log:
WARN internal.DefaultVelocityEngine - Deprecated usage of getter
[com.xpn.xwiki.api.XWiki.getArrayList] in xwiki:BulletinBoard.CTAs@126,29
WARN internal.DefaultVelocityEngine - Deprecated usage of getter
[com.xpn.xwiki.api.XWiki.getArrayList] in
xwiki:BulletinBoard.TestCategory@126,29
I had also gotten a similar message when I tried to reply to a post in a
topic I had already created, but I forgot to capture the message right after
it happened, and so I'm not sure which of the messages in the log came from
that. I also deleted that topic trying to see if I could create another to
fix the problem, but no dice.
I would have thought this might have come from using a newer version of XWiki
than BulletinBoard expects, but I don't see any documentation saying that it
needs an older version, and I'm pretty sure I installed this plugin after I
upgraded to 2.7.
Can anyone give me a hand here? I'm working on a tight deadline, and had
this working before. I need it working again quickly.
Thanks,
Lenny
Hi,
We are currently using LDAP for authentication and configured it so
the users profile page gets updated with the latest information from
our Active Directory. This results in the Recently Modified panel
mainly listing user profile pages instead of regular pages.
I would like to modify the Recently Modified Panel, so it excludes the
above mentioned profile pages. Is there a simple way to distinguish a
profile page from any other page?
Thanks,
Alex Jakobsen
Hi Peter,
is Glassfish capable of serving a proxy address (like Tomcat) to the
application? This would be address and port Zeus presents to the
clients.
The approach of changing the xwixik.cfg would make the hostname and
port differ from the ones Glassfish expects and is using. That leads
to problems.
Sorry, don't know a thing about Glassfish but possibly it helps finding
a solution.
Best wishes
Werner Greßhoff
Am 07.02.2011 07:31, schrieb peter evans:
>
> Webserver Zeus
> Javaserver Glassfish v3
> Database mysql but who's checking.
> Xwiki 2.7 (Also verified something similar in 3.0 M1)
>
> Glassfish lives on localhost:8080
> Zeus gateways http://MYSITE/xwiki --> localhost:8080
> Within reason, Zeus is fully capable of re-writing most stuff to match, URLS, cookies
>
> So, what xwiki.cfg etc should I be setting to make generated URLs reflect the
> external address rather than internal.
>
> xwiki.home alone does not seem sufficient.
>
>
> Also, with this setup, besides the stuff below, activation emails are:
>
> Subject: Validate your account on localhost:8080
>
> In order to activate your account, please follow this link:
> http://localhost:8080/xwiki/bin/XWiki/AccountValidation?validkey=GtQZK8lZf7…
>
> Which suggests $xwiki.getDocument("Main.WebHome").getExternalURL()
>
>
> Gruesome details below.
> ------------------------------------------------------------------------------------------
> Some stuff isn't getting converted:
>
> for example: http://MYSITE/xwiki/ --> /xwiki/bin/view/Main/
> where in the log-in corner, we have:
> <input name="xredirect" type="hidden" value="http://localhost:8080/xwiki/bin/Blog/Test"/>
>
> This is present pretty much everywhere.
>
> click on log-in
>
> <input name="xredirect" type="hidden" value="http://localhost:8080/xwiki/bin/view/Main/"/>
>
> Successfully logged in, now we have:
>
> <a class="tme" href="/xwiki/bin/logout/XWiki/XWikiLogout?xredirect=http%3A%2F%2Flocalhost%3A8080%2Fxwiki%2Fbin%2Fview%2FMain%2F" fire="function(){var M=D([this],arguments);
> return L.apply(null,M)
> }" observe="function(){var M=D([this],arguments);
> return L.apply(null,M)
> ... LOTS ...
> }">
>
> Go to the blog page:
>
> the "tme" above is present everywhere.
>
>
> If I set the user to use "wysiwyg" editor, then attempt to create a blog entry.
>
> Both "content" and "summary" are stuck with the spinner. Searching for localhost gives me:
>
>
> <script type="text/javascript" fire="function(){var M=D([this],arguments);
> return L.apply(null,M)
> ............................ LOTS .............
> return L.apply(null,M)
> }" _extendedByPrototype="function(){}">//<![CDATA[ var cancelEditNextOnunload; var cancelCancelEditFlag = true; var lockEditFlag = false; function cancelEditResponse(){ } function cancelEdit(){ if (cancelCancelEditFlag) { var surl = "http://localhost:8080/xwiki/bin/cancel/Blog/Test+2?ajax=1"; var myAjax = new Ajax.Request( surl, { method: 'get', parameters: "", asynchronous: true, discardResponse: true }); cancelCancelEditFlag = false; } if (cancelEditNextOnunload!=null) cancelEditNextOnunload(); } function lockEdit(){ if (lockEditFlag==false) { var surl = "http://localhost:8080/xwiki/bin/lock/Blog/Test+2?action=inline&ajax=1&"; var myAjax = new Ajax.Request( surl, { method: 'get', parameters: ""
, asynchronous: true }); lockEditFlag = false; } } function prepareCancelEdit() { lockEdit(); } function cancelCancelEdit() { cancelCancelEditFlag = false; } Event.observe(window, "unload", cancelEdit); Event.observe(window, "pagehide", cancelEdit); Event.observe(document, "dom:loaded", prepareCancelEdit); // ]]></script>
>
>
> plus "tme" as above.
>
> <script type="text/javascript">//<![CDATA[ var wysiwygConfigck21 = { syntax: 'xwiki\/2.0' ,cacheId: 'wysiwygCachetgAm' ,toolbar: 'bold italic underline strikethrough | subscript superscript | unorderedlist orderedlist | outdent indent | undo redo | format | hr symbol | paste' ,plugins: 'submit line separator embed text valign list indent history format symbol link image table macro import' ,page: 'Test 2' ,menu: 'link image table macro import' ,convertInput: 'true' ,hookId: 'Blog.BlogPostClass_0_content' ,wiki: 'xwiki' ,space: 'Blog' ,inputURL: 'http:\/\/localhost:8080\/xwiki\/bin\/edit\/Blog\/Test+2?xpage=wysiwyginput&token=-rFMYvcXF-BBWUwe3qaVXg' }; //]]></script>
>
> <script type="text/javascript">//<![CDATA[ var wysiwygConfigck21 = { syntax: 'xwiki\/2.0' ,cacheId: 'wysiwygCachetgAm' ,toolbar: 'bold italic underline strikethrough | subscript superscript | unorderedlist orderedlist | outdent indent | undo redo | format | hr symbol | paste' ,plugins: 'submit line separator embed text valign list indent history format symbol link image table macro import' ,page: 'Test 2' ,menu: 'link image table macro import' ,convertInput: 'true' ,hookId: 'Blog.BlogPostClass_0_content' ,wiki: 'xwiki' ,space: 'Blog' ,inputURL: 'http:\/\/localhost:8080\/xwiki\/bin\/edit\/Blog\/Test+2?xpage=wysiwyginput&token=-rFMYvcXF-BBWUwe3qaVXg' }; //]]></script>
>
>
>
>
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Hi,
I'm using livetable component with the _actions column and noticed a peculiar behavior depending on the user
rights.
When user doesn't have admin right for the space which contain the table and displaying objects the _actions
column disappears from the table but still user is able to edit/delete the pages displayed by the livetable
( using the xwiki menus ).
When I grant him admin right the column appears.
My code is:
#set($columns = ["a","b","c","d","_actions"])
#set($columnsProperties = {
"a" : { "displayName" : "A", "type" : "text" },
"b" : { "type" : "text", "link" : "view", "html" : "true", "sortable":true, "displayName" : "B" },
"c" : { "displayName" : "C", "type" : "text" },
"d" : { "displayName" : "D", "type" : "text" },
"_actions" : {"actions": ["edit","delete"], "displayName" : "E"}
})
#set($options = {
"resultPage":"IPR.IPREntryClassJSON",
"rowCount": 20
})
#livetable("userdirectory1" $columns $columnsProperties $options)
In my opinion, there is an inconsistency in the livetable behavior. I can edit/delete my document manually
but livetable prevents from displaying the action column at the same time with the same privileges for the
user.
Any thoughts on that ?
Thanks,
Piotr
First of all I want say Hello to all the community.
I'm newbie of XWiki and wiki in general; I'm trying to start a enterprise
wiki and I choose XWiki after many consideration.
To create a clean and organized wiki I want give to the users the
possibility of create page starting from some template.
Previously, I use PbWiki and this platform offer some template by default,
like:
- blank template
- meeting (to schedule meetings)
- press release
- project
- to do list
and so on.
I have see the
http://www.xwiki.org/xwiki/bin/view/FAQ/HowToCreateADocumentTemplate LINK
that explain that purpose, but what I want to do is offer to the users a
choice from a list of templates to start from.
Have you some help to me?
Thank you
--
View this message in context: http://n2.nabble.com/Create-document-from-many-template-tp2424398p2424398.h…
Sent from the XWiki- Users mailing list archive at Nabble.com.
When I create a live table and some of the objects shown have empty
values, the table shows: "emptyvalue" for those fields. In the
documentation I can't find a way to make a nicer presentation (e.g.
show "-" or just a blank field). Does someone have a solution for
replacing the word "emptyvalue", preferably per livetable settings?
I've written an example:
https://wiki.noiv.nl/xwiki/bin/view/Sandbox/ClassBugsLivetable
Hi all,
Is there a way I can configure my setup to allow me to access the util binding from within Velocity? I've searched around in the documentation and can't seem to find it.
I really just want to create a map - and whilst I can do it in Groovy, it'll be easier for users if they can do it using velocity.
Any advice?
Cheers,
Adam
>If I try:
>
> {{velocity}}
> #set($map = {'name':'marius'})
> $map.put('myname','adam')
> $map.name and $map.myname
> {{/velocity}}
>
> I get:
>
> $map.put('myname','adam')
> marius and adam
>
> which is normal because the put method returns the previous value mapped
> to the specified key, which is null in our case.
The penny drops. When debugging velocity script I tend to dab $values all over the place and look for where they show up on the page. I hadn't considered this scenario. Dumping the map does indeed show that the entries are in there.
That's fantastic - thanks for your assistance.
Cheers,
Adam
>
> Do you really need a utility class? I just tried this:
Not explicitly no.
> {{velocity}}
> #set($map = {'name':'marius'})
> $map.name
> {{/velocity}}
The problem is that I don't seem to be able to update a
map created that way. If I try:
{{velocity}}
#set($map = {'name':'marius'})
$map.put('myname','adam')
$map.name
{{/velocity}}
It fails. Whereas if I use a map from elsewhere (xcontext for example) and pass it in it seems to work just fine.
I may be missing something obvious, that happens a lot!
Cheers,
Adam
Hi,
I added my LDAP users to Xwiki manually one by one through the Xwiki
Administration form, I did that so I can add them to their corresponding
groups so they have their correct user rights since their first login.
When creating a new user through the form, the password is mandatory, so I
copy/pasted the user in the password field (e.g.: user jsmith and password
jsmith as well).
Then when I asked the user to login, she could login correctly, but then I
thought maybe I should try to login using the password I set on the form,
and oh surprise, it logged in too!, is this the correct behavior or did I do
something wrong here?
I need users to login only when entering their ldap password, not their
xwiki password.
Thanks in advance.
JC
Hi all,
I did a little search on the importing/processing excel files and I am confused a little bit:
First of all, I found Excel plugin:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Excel+Plugin
but it's status is obsolete - "The Plugin technology has been replaced by Components" - so is that
functionality available out of the box in the latest versions of XWiki ?
Moreover, in the comments we can read:
$xwiki.ExcelPlugin should be updated to $xwiki.calc as this is the name of the plugin on a newer XE > 2.1.1
There is also another extension: Excel Import Scaffolding and it clearly points to the Excel plugin page.
http://extensions.xwiki.org/xwiki/bin/view/Extension/Excel+Import+Scaffoldi…
Could someone explain what is the proper way of working with excel files currently, I just don't want to tie
my code to the obsolete components.
Thanks,
Piotr
Hi everyone,
I'm running XEM based on XE 2.6.33077 with several wikis which behave
normally. However, I get plenty of exceptions in the log files such as
the one below. I checked what could be wrong with the documents having
an attached XWikiServerClass instance but I cannot find anything
suspect, and, again, the wikis seem to behave perfectly well.
Do you have any idea why I get this exception and how I can stop having
it raised?
======
ERROR wikimanager.WikiManagerPluginApi - Wiki [xwiki_edos] alias cant be
found
com.xpn.xwiki.plugin.wikimanager.WikiManagerException: Error number
50034 in 5: com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin: Wiki
alias [xwiki_edos] document does not exist
Wrapped Exception: Error number 2 in 2: xwiki_edos object does not exist
[...]
com.xpn.xwiki.plugin.applicationmanager.core.doc.objects.classes.XObjectDocumentDoesNotExistException:
Error number 2 in 2: xwiki_edos object does not exist
at
com.xpn.xwiki.plugin.applicationmanager.core.doc.objects.classes.AbstractXClassManager.getXObjectDocument(AbstractXClassManager.java:821)
at
com.xpn.xwiki.plugin.wikimanager.doc.XWikiServerClass.getXObjectDocument(XWikiServerClass.java:440)
======
Thanks and cheers
Stéphane
--
Stéphane Laurière
Mandriva http://mandriva.com
Dear all,
I'm trying to extend a FAQ application from the tutorial on xwiki site.
I would like to add some FAQ entries from the external file in an automated or semi-automated way.
In the FAQ example there are: question, answer fields for every FAQ entry. Is it possible to add new entries
basing on the external data user provided ?
like to take a data from a text area in a form like:
"question1", "answer1"
"question2", "answer2"
and then create 2 new FAQ objects ?
I've found such a code snippet and fixed it to have:
## Create an object
#set($obj = $doc.newObject("FAQ.FAQClass"))
$obj.set("question","q1")
$obj.set("answer", "a1")
## Save the object in the page
$doc.save()
Even with that it fails to add new object to the existing list. Any clues how to accomplish that ?
Just to recap, I have two questions :
1. Could someone provide a code snippet, or point me to a documentation on creating/adding new objects in
the xwiki ( like how to set parentSpace, basic fields in that object and add it to the xwiki database ).
2. Are there any scenarios on importing data in to the XWiki ( would like to inject a lot of FAQ entries at
once, tried to do that directly to the database but that failed, I guess I should do that via velocity code ? ).
Thanks a lot for any help :)
Regards,
Piotr
Hi Dumitriu,
Thanks for the reply . However,I am deploying xwiki as an exploded webapp only. xwiki.war has been exploded into the directory xwiki.war and kept inside the server/default/deploy/ directory of JBoss.
On Mon, 31 Jan 2011 03:48:26 +0530 Sergiu Dumitriu wrote
>On 01/28/2011 11:16 AM, smita srivastava wrote:
>> I am trying to deploy xwiki on JBoss 5 using HSQL database. I have
>> followed the Installation steps. When i start JBoss ,it is unable to
>> deploy xwiki.war . The other wars in the application are however
>> deployed. The error message is given below.
>
>...
>
>> Exception: could not create
>> Vfs.Dir from url, no matching UrlType was found
>> [vfszip:/F:/gid_1/jboss/server/default/deploy/xwiki-enterprise-web-2.7.war/WEB-INF/lib/xwiki-core-rendering-macro-groovy-2.7.jar/META-INF/maven/]either
>> use fromur-l(final URL url, final List&lt;UrlType&gt; urlTypes) or
>> use the static setDefaultURLTypes(final List&lt;UrlType&gt; urlTypes)
>> or addDefaultURLTypes(UrlType urlType) with your specialized UrlType.
>
>This looks like a limitation in the Reflections library, it can only
>handle file: URLs, or standard in-jar paths containing ".jar!" in them.
>
>The problem is that JBoss tries to deploy the war as an archive,
>virtually uncompressed at runtime, thus it creates URLs with the vfszip
>protocol.
>
>Can you deploy the war as an exploded webapp?
>
>--
>Sergiu Dumitriu
>http://purl.org/net/sergiu/
>_______________________________________________
>users mailing list
>users(a)xwiki.org
>http://lists.xwiki.org/mailman/listinfo/users
>
Sergiu Dumitriu wrote ..
>
> Try this:
>
> {{html clean="false"}}
> <fieldset>
> <input type="hidden" name="classname" value="XWiki.XWikiComments" />
> <textarea name="XWiki.XWikiComments_comment" rows="5" cols="80"></textarea>
> <input type="submit" name="action_objectadd" value="Send comment"/>
> </fieldset>
> {{/html}}
Fantastic. Thanks. I should have thought to look at the comments...
> The trick is the name of the submit button. action_objectadd instructs
> the server to ignore the action specified in the URL where the form was
> submitted, and instead to use the action that's specified after the
> "action_" part, in this case "objectadd". This special form parameter
> gets submitted only when clicking the "Send comment" button.
Out of interest where is that caught, I'd like to take a look at the
processing. If you're pretty busy don't worry - I'll probably
grep around in the files or code till I find it anyway!
Cheers,
Adam
Hi -
I see that XWiki Enterprise 3.0 Milestone 1 was just released a week ago.
I also found the roadmap at http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
I can't tell from the announcement however what the intended use is...
Is this something that is likely to blow up ("alpha" quality)?
At what point in the roadmap does it make
sense for a new install to try a 3.0.x release instead of 2.x release?
In addition to stability of the software, what about stability of any
APIs - are those frozen in M1?
If I adopt M1, will M2 automatically upgrade from M1, or are automatic
upgrades only assured for migration from a stable 2.x release?
When 3.0 final is out, will work on 2.7 basically stop?
Will the current release of XWord work with XE 3.0M1?
Regarding extensions, the listing at http://extensions.xwiki.org/xwiki/bin/view/Main/
says nothing about version compatibility. I'm guessing that because of the velocity upgrade,
trying any extension with heavy velocity usage would be a gamble with XE 3.0M1 ?
Or is there an automatic "smoke test" report somewhere of what extensions are
certain to not work?
Sorry for all the questions, but I seem to have hit xwiki at a cusp in its lifecycle
so I'm in a quandary about which version to start with.
-mda
I am trying to use getTOC, but unfortunately, my example always returns zero
...
{{velocity}}
#set($d=$xwiki.getDocument('Sandbox.WebHome'))
#set($tree=$d.getTOC(0,3,false))
$tree.size()
#foreach($key in $tree.entrySet())
* $key.value.text
#end
{{/velocity}}
Can somebody help me with syntax? What's I doing wrong?
Thanks beforehand!
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/Using-getTOC-function-tp5975427p5975427.h…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am trying to deploy xwiki on JBoss 5 using HSQL database. I have followed the Installation steps. When i start JBoss , it is unable to deploy xwiki.war . The other wars in the application are however deployed. The error message is given below.Please help.---------------08:12:19,078 INFO [TomcatDeployment] deploy, ctxPath=/, vfsUrl=ROOT.war08:12:19,397 INFO [TomcatDeployment] deploy, ctxPath=/docs, vfsUrl=docs.war08:12:19,508 WARN [config] Unable to process deployment descriptor for context '/docs'08:12:23,794 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console, vfsUrl=jmx-console.war08:12:24,313 INFO [TomcatDeployment] deploy, ctxPath=/logs, vfsUrl=logs.war08:12:24,619 WARN [config] Unable to process deployment descriptor for context '/logs'08:12:24,842 INFO [TomcatDeployment] deploy, ctxPath=/reports, vfsUrl=reports.war08:12:24,969 WARN [config] Unable to process deployment descriptor for context '/reports'08:12:25,311 INFO [TomcatDeployment] deploy, ctxPath=/updates, vfsUrl=updates.war08:12:25,402 WARN [config] Unable to process deployment descriptor for context '/updates'08:12:26,303 INFO [TomcatDeployment] deploy, ctxPath=/xwiki-enterprise-web-2.7, vfsUrl=xwiki-enterprise-web-2.7.war08:12:52,272 ERROR [Reflections] could not create Vfs.Dir from url. ignoring the exception and continuingorg.reflections.ReflectionsException: could not create Vfs.Dir from url, no matching UrlType was found [vfszip:/F:/gid_1/jboss/server/default/deploy/xwiki-enterprise-web-2.7.war/WEB-INF/lib/xbean-reflect-3.4.jar/META-INF/maven/]either use fromur-l(final URL url, final List<UrlType> urlTypes) or use the static setDefaultURLTypes(final List<UrlType> urlTypes) or addDefaultURLTypes(UrlType urlType) with your specialized UrlType. at org.reflections.vfs.Vfs.fromur-l(Vfs.java:104) at org.reflections.vfs.Vfs.fromur-l(Vfs.java:89) at org.reflections.Reflections.scan(Reflections.java:136) at org.reflections.Reflections.<init>(Reflections.java:91) at org.xwiki.extension.repository.internal.DefaultCoreExtensionRepository.loadExtensions(DefaultCoreExtensionRepository.java:84) at org.xwiki.extension.repository.internal.DefaultCoreExtensionRepository.initialize(DefaultCoreExtensionRepository.java:72) at org.xwiki.component.em-bed.em-beddableComponentManager.createInstance(em-beddableComponentManager.java:429) at org.xwiki.component.em-bed.em-beddableComponentManager.initialize(em-beddableComponentManager.java:361) at org.xwiki.component.em-bed.em-beddableComponentManager.lookup(em-beddableComponentManager.java:126) at org.xwiki.component.em-bed.em-beddableComponentManager.createInstance(em-beddableComponentManager.java:403) at org.xwiki.component.em-bed.em-beddableComponentManager.initialize(em-beddableComponentManager.java:361) at org.xwiki.component.em-bed.em-beddableComponentManager.lookupList(em-beddableComponentManager.java:143) at org.xwiki.component.internal.DefaultComponentManager.lookupList(DefaultComponentManager.java:105) at org.xwiki.observation.internal.DefaultObservationManager.initialize(DefaultObservationManager.java:133) at org.xwiki.component.em-bed.em-beddableComponentManager.createInstance(em-beddableComponentManager.java:429) at org.xwiki.component.em-bed.em-beddableComponentManager.initialize(em-beddableComponentManager.java:361) at org.xwiki.component.em-bed.em-beddableComponentManager.lookup(em-beddableComponentManager.java:116) at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:78) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393) at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:367) at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:146) at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:460) at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118) at org.jboss.web.deployers.WebModule.start(WebModule.java:96) 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:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668) at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206) at $Proxy36.start(Unknown Source) at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42) at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37) at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348) at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286) at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598) at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934) at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062) at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984) at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822) at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553) at org.jboss.system.ServiceController.doChange(ServiceController.java:688) at org.jboss.system.ServiceController.start(ServiceController.java:460) at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:146) at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:104) at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:45) at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62) at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50) at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171) at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439) at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157) at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178) at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098) at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348) at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598) at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934) at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062) at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984) at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822) at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553) at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781) at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:545) at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:304) at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205) at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405) at org.jboss.Main.boot(Main.java:209) at org.jboss.Main$1.run(Main.java:547) at java.lang.Thread.run(Thread.java:595)08:12:52,277 ERROR [Reflections] could not create Vfs.Dir from url. ignoring the exception and continuingorg.reflections.ReflectionsException: could not create Vfs.Dir from url, no matching UrlType was found [vfszip:/F:/gid_1/jboss/server/default/deploy/xwiki-enterprise-web-2.7.war/WEB-INF/lib/xwiki-core-rendering-macro-groovy-2.7.jar/META-INF/maven/]either use fromur-l(final URL url, final List<UrlType> urlTypes) or use the static setDefaultURLTypes(final List<UrlType> urlTypes) or addDefaultURLTypes(UrlType urlType) with your specialized UrlType. at org.reflections.vfs.Vfs.fromur-l(Vfs.java:104) at org.reflections.vfs.Vfs.fromur-l(Vfs.java:89) at org.reflections.Reflections.scan(Reflections.java:136) at org.reflections.Reflections.<init>(Reflections.java:91) at org.xwiki.extension.repository.internal.DefaultCoreExtensionRepository.loadExtensions(DefaultCoreExtensionRepository.java:84) at org.xwiki.extension.repository.internal.DefaultCoreExtensionRepository.initialize(DefaultCoreExtensionRepository.java:72) at org.xwiki.component.em-bed.em-beddableComponentManager.createInstance(em-beddableComponentManager.java:429) at org.xwiki.component.em-bed.em-beddableComponentManager.initialize(em-beddableComponentManager.java:361) at org.xwiki.component.em-bed.em-beddableComponentManager.lookup(em-beddableComponentManager.java:126) at org.xwiki.component.em-bed.em-beddableComponentManager.createInstance(em-beddableComponentManager.java:403) at org.xwiki.component.em-bed.em-beddableComponentManager.initialize(em-beddableComponentManager.java:361) at org.xwiki.component.em-bed.em-beddableComponentManager.lookupList(em-beddableComponentManager.java:143) at org.xwiki.component.internal.DefaultComponentManager.lookupList(DefaultComponentManager.java:105) at org.xwiki.observation.internal.DefaultObservatio.............................................
Hi Guys,
I've been using xwiki for a while now, but have only "recently" started
using v2 syntax.
In v1 a trick I'd often use in apps was to have a nested <FORM> element to
allow me to add some pre-filled objects to a page. Something like this:
#set ($list = ["Problem", "Feature", "Question"])
<FORM>
<SELECT name="field1"> #foreach ($item in $list) <OPTION
value="$item">$item</OPTION> #end </SELECT>
<INPUT type="submit" name="add" value="add" />
</FORM>
Then you could just catch and use the selection:
#if ($request.getParameter("add"))
$doc.newObject("someclass").set("Field1", $request.getParameter("field1"))
$doc.save()
Obviously I've taken some shortcuts here.
This approach fails to work in inline mode for some reason. My form
definition seems to become subsumed by the overall form on the page now.
So is there some way for me to declare that I want my form outside of the
normal structure?
Or is there some smarter way of approaching this problem?
Thanks in advance.
Cheers,
Adam
Hi,
I was writing a piece of code so that PDF export prints associated meta data
of a page. Since I was in PDF macros code, I worked on a PDF export options
page.
By working on the PDF export options, I am using check boxes that allows
user to choose to export or not cover page, toc page, metadata page
attachments and comments. Issue I encountered is that when a check box is
not checked it is not set and I found no way to use check boxes with actual
code from pdfhtmlheader.vm page:
#if("$!request.pdfcover" != '0')
#set($displayPdfCover = 1)
#else
#set($displayPdfCover = 0)
#end
and the same for pdftoc
(I could have put <input value="0"/> instead but it makes more sense to have
<input value="1"/>)
Therefore I am proposing that we:
* update pdfhtmlheader.vm page so that cover and toc page are not exported
by default
* update existing pdf export button so that we keep the same behaviour
(pdfcover and pdftoc printed in PDF), meaning instead of
*page?format=pdf*it would be
*page?format=pdf&pdftoc=1&pdfcover=1*
Some UI will be needed afterward so that this page is exposed. (I am not
planning to work on this.)
The export options would be made in a template, but I put the code in this
page of the incubator so that it makes things clearer if needed:
http://incubator.myxwiki.org/xwiki/bin/view/PDFExport/ExportOptions
Thanks for your feedback on pdfhtmlheader.vm modification and on the feature
itself.
--
Thibaut
Hi everyone,
FOSDEM (http://www.fosdem.org/2011/) is around the corner (5-6 feb 2011) and some XWiki developers are going:
- Anca Luca
- Ludovic Dubost
- Jerome Velociter
- Oana Tabaranu
Anca will also give a talk on 6th February, from 14:40 to 14:55 PM, on annotations : "XWiki: Annotating documents, the eXtensible wiki way".
Summary:
"
Since version 2.3, XWiki integrates document annotations in its collaborative environment (http://extensions.xwiki.org/xwiki/bin/view/Extension/Annotations+Application). This talk will focus on the implementation of the annotation feature, with the challenges that an eXtensible wiki implies: handling user collaboration on documents and annotations, annotating dynamically generated content, flexible annotations structure to allow customization. As a default XWiki feature, it allows users to add notes on all types of content, plain unstructured documents or structured documents. It is also used in the Scribo project (http://www.scribo.ws) to manipulate automatic semantic annotations on wiki documents and collaboration around them. Since a demo is worth a thousand words, the presentation will center upon showing all these at work.
"
So if you intend to go to FOSDEM let us know here and it would be cool to meetup.
Some details here:
http://www.xwiki.com/xwiki/bin/view/Blog/XWiki%20Fosdem
Thanks
-Vincent
myxwiki.org username: zkai
I would like to use xwiki to create some documentation that I would like to
keep track off. Tech support, scripting, etc. In addition, am a CSC major
and being that xwiki is written in java I would like to test out the
"programmability" of the wiki,
I'm having a bit of an odd issue. When I go into the WYSIWYG editor and
click "Link" -> "Attached File" (or any of the others), when the dialog box
comes up and the regular page in the background is darkened, my window width
expands to a huge width. Admittedly this doesn't stop the user from doing
anything, but it's annoying and shouldn't happen.
I'd really appreciate it if someone could tell me why this is happening and
how to fix it.
Some additional info that I think may be pertinent. The skin I've created is
a fixed width of 870px justified to the left. Also, this occurs in both
Firefox 3.6.13 and Explorer 8, so I don't think it's a browser issue.
Thanks for any help,
Lenny
Hello all,
I created a new page within a space, and named it page "1".
Now, when I create a child from page "1" it shows the correct
breadrumb navigation in edit mode, but as soon as i save it, it calls
the parent page, instead of page "1".
Can it be that I am not allowed to use "" in the page name? Anyone had
this problem? I can still rename the page ofcourse and hope all is
well, but I would like to keep it as is.
Thanks in advance,
-wouter
hi,all
I want request for a wiki service on this farm.
brief description: I want set a web site for school alumni for talking together and info sharing.
myxwiki.org user name: WenjieSHI
server name: CLGO
Steven SHI
13816059596
上海交通大学安泰经济与管理学院
Hey there
We are interested in having a wiki hosted on this farm.
The Association of Swiss Communes (www.chgemeinden.ch in German oder French) is a small non-for profit organization that defends the Swiss Communes interests at the federal governmental level in Switzerland. The Associations' executive office would like to add this Wiki for internal use in order to enhance our internal commnication and mutual exchange of information. We already registered on myxwiki.org with the user chgemeinden and would like to use the server name chgemeinden.myxwiki.org to access the wiki.
Thanks in advance to the community Admins to create it for us!
Best regards,
Michael Bützer
----------------------------------------------
Schweizerischer Gemeindeverband
Dr. Michael Bützer
Leiter Politikbereiche Umwelt, Energie, Verkehr, Wirtschaft und Finanzen
Solothurnstrasse 22
3322 Urtenen-Schönbühl
I'm being asked to do a File Exchange application in XWiki. Basically giving
the users the ability to upload and download files for each others use. My
first thought was to simply use different pages for collections and have
people use the built in file attachment stuff. However, I'm being told that
isn't intuitive enough, so I'm looking to do some sort of FTP like thing
where paths can be created and files uploaded to those paths to be later
downloaded by others.
I guess my question is, does anyone know of an existing app that does this,
or am I going to have to create this myself?
Thanks,
Lenny
Dear XWiki users,
I'm developing on XWIKI and I would need to ask you for a specific
information about comments management I haven't been able to retrieve.
I need to understand if together with the XWiki user registration an
IntenseDebate account could be automatically created as it is
currently for Wordpress.
I really would need for this solution in order to avoid XWIKI users to
create two separate accounts and then to link them.
Thank you for your support,
Kind regards,
Alessandro
Hello Everyone,
Please help me in my Doctoral dissertation survey about "Corporate Wiki Users' Perception of Wikis". I need respondents(corporate Wiki users) for my web survey on Wiki perceptions. I will highly appreciate your help in this. The survey takes 5 min.
If anyone is interested, He/She can also get the results of the study.
The link to survey is:
http://www.kwiksurveys.com/?s=HBJEMM_bfb8d99c (English)
http://www.kwiksurveys.com/?s=HCEKKH_f6159e79 (Français)
Thank You All,
Regards//
Zeeshan Ahmed BHATTI
Doctoral Student, IAE Graduate School of Management,
Aix-en-Provence, FRANCE
Cell: +33(0)632008933
Hi Zeeshan,
On Jan 24, 2011, at 10:44 AM, Zeeshan-Ahmed.BHATTI wrote:
> Hi Vincent,
> Thanks for your concern.
> Sure, the results will be available, but I don't want people just to see the statistics, that would be difficult to interpret. So, as soon as I am done with the data analysis of the responses and write a report explaining the results, I will email it to everyone subscribed to the results.
Ok great we can link to your page from xwiki.org when you provide us with the link of the result.
> Honestly, telling you, the results would be available around June-July this year, since its the data collection phase, the research takes a bit of time, but definitely June-July would be enough, as I have to submit my thesis as well around that :)
Bien sur, pas de probleme :)
>
> Sure, You can put it to your website, provided you cite my name :)
Of course!
> P.S: Dont forget to fill in the survey and forward it to more corporate Wiki users, I will highly appreciate that.
Yep, we've already started that by tweeting your survey.
Merci et bon courage pour ta these!
-Vincent
PS: Tu peux repondre sur la liste pour que tout le monde voient ta reponse ? Merci
>
> Any questions are welcome.
> Regards,
>
> Zeeshan
>
>
>
> -----Original Message-----
> From: Vincent Massol on behalf of Vincent Massol
> Sent: Mon 1/24/2011 10:36 AM
> To: XWiki Users
> Cc: Zeeshan-Ahmed.BHATTI
> Subject: Re: [xwiki-users] Corporate Wiki Users' Perception Survey
>
> Hi Zeeshan,
>
> That's an interesting survey. Can you tell us if and where the results will be available if people participate?
>
> Since you're sending this to the XWiki mailing lists and you need help from the xwiki community it would be fair that you explain what people get in exchange. I'd like to ask for the permission to get the results from the study and the ability to publish them on xwiki.org when the survey is done. Does this sound acceptable to you?
>
> Thank you
> -Vincent
>
> On Jan 24, 2011, at 10:29 AM, Zeeshan-Ahmed.BHATTI wrote:
>
> >
> > Hello Everyone,
> >
> > Please help me in my Doctoral dissertation survey about "Corporate Wiki Users' Perception of Wikis". I need respondents(corporate Wiki users) for my web survey on Wiki perceptions. I will highly appreciate your help in this. The survey takes 5 min.
> >
> > If anyone is interested, He/She can also get the results of the study.
> >
> > The link to survey is:
> >
> > http://www.kwiksurveys.com/?s=HBJEMM_bfb8d99c (English)
> > http://www.kwiksurveys.com/?s=HCEKKH_f6159e79 (Français)
> >
> > Thank You All,
> >
> > Regards//
> >
> > Zeeshan Ahmed BHATTI
> > Doctoral Student, IAE Graduate School of Management,
> > Aix-en-Provence, FRANCE
> > Cell: +33(0)632008933
>
>
The XWiki development team is pleased to announce the release of XWiki
Enterprise 3.0 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the start of the 3.x release cycle, bringing in several
backwards-incompatible changes, like removing old deprecated APIs, and
upgrading to the new version of Velocity Engine 1.7. Several more major
changes are planned for the next 3.0 milestones, like changing the
default theme, a new logo for the XWiki Open Source product, upgrading
all documents to the 2.0 (or 2.1) syntax, a new administration
interface, and many others.
The highlights of this release are:
* Better WYSIWYG editor support for Opera, Safari and Chorome
* More ColorTheme customization options
* More standardized UI forms
* PDF export improvements
* Activity stream performance improvements
* Upgrade to Velocity 1.7
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterpris…
Thanks
-The XWiki dev team
Hello XWikiers,
I am a bit stuck with a page whose URL ends with %20 because of some earlier automated population process.
The problem is that using Document.rename doesn't work, that using the GUi also doesn't.
Deleting also fails.
My best bet is to go into the SQL and I did this but that was not sufficient: I changed xwd_fullname and xwd_name and now the document is said to exist with xwiki.exists() but the page with spaces seems still to exist and the page without space seems to be not web-callable.
I would love hints.
paul
Hi Violeta,
Your wiki is now available at
http://festivalatitlan.myxwiki.org/
You log in using the user name you registered on myxwiki.org
Enjoy it and please report here any issue or anything not working. Improvement ideas are also very welcome.
Thanks
-Vincent on behalf of the xwiki community
On Jan 19, 2011, at 4:23 PM, Violeta Foregger Velasquez wrote:
> Hi Vincent,
> Yes, I am still interested! Though it would be slightly repurposed for this year, as the Music festival has been postponed until next year. . . we would use it this year more to focus on the creation of the actual ecological materials, and then the stated purpose for next year (and whatever else in between). . .
> festivalatitlan.mywiki.org is probably a better name for this broader usage
> Thanks!
> Violeta
>
> On Jan 19, 2011, at 5:39 AM, Vincent Massol wrote:
>
>> Hi Violeta,
>>
>> Sorry for the delay. Are you still interested in this wiki? (I can create it today for you if that's the case).
>>
>> Also note that the wiki name has be in lower case so in your case it would be:
>> voluntariosfestivalatitlan.myxwiki.org
>>
>> Would that be ok or would you like another (possibly shorter) wiki name?
>>
>> Thanks
>> -Vincent
>>
>> On Dec 12, 2010, at 10:00 PM, vluz(a)2luz.com wrote:
>>
>>> Did I do this right? I am requesting a non-profit wiki. The event is to
>>> raise
>>> funds for ecological education materials in rural Guatemala.
>>>
>>> I would like to use the wiki to create an online volunteer signup sheet for
>>> jobs and commissions for a benefit music festival
>>> (www.festivalatitlan.com). I
>>> want to display tasks involved for each job/commission, and have a space
>>> for my users to sign up and enter their contact information, and to be able
>>> to see
>>> who else has signed up in that section (though not necessarily the contact
>>> info).
>>> My username is VioletaForegger, and the server name could be
>>> VoluntariosFestivalAtitlan(.myxwiki.org)
>>> Thanks
>>> Violeta Foregger Velasquez
>
Hi
We are a non-profit technological community that want to explain to our
contributors in an interactive and remote method how to create new knowledge
preparing and making podcast, screencasts, articles and all the things in
relation with that aim.
So, we 're interested in having a wiki hosted on your farm
myxwiki user name: *OliverPatricio*
Server Name: *nexon*.myxwiki.org
**
*Regards*
**
*http://www.nexon.cl*
*CHILE*
--
*Comunidad TI NexoN*
*http://www.nexon.cl*
Hi Jorge,
Sorry for answering late, just found your mail now (it should have been posted to the users list - you sent it to the list owner instead).
Let me know if you're still interested to have this wiki created for you and I'll take care of it.
Thanks
-Vincent, on behalf of the xwiki community
On Dec 14, 2010, at 12:55 AM, Jorge Ferreira wrote:
> Dear Sir/Madam,
>
> My name is Jorge Ferreira and my username is JorgeFerreira. I'm student and I have the need of register some information about my open source projects and research that i usally do. So I searched in google for wikis and I found your application that appears to be great. In order to use it, in your infrastructure, I send you this email and hope that you can help me.
>
> My username : JorgeFerreira
> Server Name : jffWiki
>
> I would be most grateful if you would reply as soon as possible.
>
> Sincerely
> Jorge Ferreira
>
Hello,
I am in the process of working towards development of an opensource CRM
project.
It might sound as usual CRM project which are already there in market. But
I am trying my way out to make a difference with all the CRM 2.0 concepts.
Currently I am working on specs, mock ups and deciding on technology stack.
Technlogy used would be mostly : Java, hibernate, Spring , JBoss, Flex
Hero, BlazeDs.
I need a place to keep all my documents and track progress etc. And in
search of the same I landed on Xwiki.
I have registered on XWiki with username "mayurbais". And I would like sever
name to be "Lines" (which is the code name ffor my Product or now , which is
also an english translation for my mother's name).
Please let me know if I can have a wiki hosted here.
Thanks and Regards
Mayur
Did I do this right? I am requesting a non-profit wiki. The event is to
raise
funds for ecological education materials in rural Guatemala.
I would like to use the wiki to create an online volunteer signup sheet for
jobs and commissions for a benefit music festival
(www.festivalatitlan.com). I
want to display tasks involved for each job/commission, and have a space
for my users to sign up and enter their contact information, and to be able
to see
who else has signed up in that section (though not necessarily the contact
info).
My username is VioletaForegger, and the server name could be
VoluntariosFestivalAtitlan(.myxwiki.org)
Thanks
Violeta Foregger Velasquez
--------------------------------------------------------------------
myhosting.com - Premium Microsoft® Windows® and Linux web and application
hosting - http://link.myhosting.com/myhosting
Hello,
We would like to ask you to set up an xwiki for us.
We are students form the university of Passau (germany) and we are about to
found a law review from and for students. We initiated this project in the
summer 2010 and we are planing to publish the first edition next summer. All
members of the project are volunteers and the project is listed as an German
non-profit association. Our motivation for the project is to provide a
possibility for students to participate in the academic dialog before they
are a professor or something like. We currently try to find a system for our
internal communication and coordination and would like to use xwiki for this
propose.
I hope we meet your requirements and we can use a xwiki hosted by you.
Thank you and best wishes
felix speidel
we have a homepage, which is (at the moment) only available in German
www.der-jurist.de
Hi,
I have a fresh installation of the XWiki Enterprise 2.7 war file, and I can't upload the "default XWiki Enterprise wiki" pages.
Each time I try it always fails, and the logfiles contain a stacktrace which appears to indicate a NPE at "UploadAction.java:96", however I don't know if this is the real cause or not. I couldn't find anything in Jira or the mailing list archives that matched what I'm seeing.
The only changes to the default config that I have made involved using a MySql database. The wiki appears to be otherwise working fine and I can create new pages and perform all other functions. I have installed xWiki into the ROOT context on tomcat.
Please let me know if anyone can suggest a solution for this, or an alternative method for installing the default wiki pages. Full details of the error are below.
Thanks,
--GMS
--- Environment ---
Linux 2.6.36-gentoo-r5
Sun JDK 1.6.0.22
Tomcat-6.0.26
Mysql-5.1.51
xwiki-enterprise-web-2.7
Firefox 3.6.13
--- Steps to reproduce the error ---
1) Create empty database for xwiki
2) Start tomcat
3) Browse to admin page http://wiki:8080/bin/import/XWiki/XWikiPreferences
4) Press "Browse" and select xwiki-enterprise-wiki-2.7.xar
5) Press "Upload"
6) Firefox error page displays "The connection was reset"
--- Stack trace ---
com.xpn.xwiki.XWikiException: Error number 11008 in 11: Exception while parsing uploaded file
Wrapped Exception: Processing of multipart/form-data request failed. Connection reset
at com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.loadFileList(FileUploadPlugin.java:277)
at com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.loadFileList(FileUploadPlugin.java:199)
at com.xpn.xwiki.web.Utils.handleMultipart(Utils.java:567)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:165)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source)
at org.apache.catalina.connector.CoyoteAdapter.service(Unknown Source)
at org.apache.coyote.http11.Http11Processor.process(Unknown Source)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Unknown Source)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
Wrapped Exception:
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at org.apache.coyote.http11.InternalInputBuffer.fill(Unknown Source)
at org.apache.coyote.http11.InternalInputBuffer$InputStreamInputBuffer.doRead(Unknown Source)
at org.apache.coyote.http11.filters.IdentityInputFilter.doRead(Unknown Source)
at org.apache.coyote.http11.InternalInputBuffer.doRead(Unknown Source)
at org.apache.coyote.Request.doRead(Unknown Source)
at org.apache.catalina.connector.InputBuffer.realReadBytes(Unknown Source)
at org.apache.tomcat.util.buf.ByteChunk.substract(Unknown Source)
at org.apache.catalina.connector.InputBuffer.read(Unknown Source)
at org.apache.catalina.connector.CoyoteInputStream.read(Unknown Source)
at org.apache.commons.fileupload.MultipartStream$ItemInputStream.makeAvailable(MultipartStream.java:977)
at org.apache.commons.fileupload.MultipartStream$ItemInputStream.read(MultipartStream.java:887)
at java.io.InputStream.read(InputStream.java:85)
at org.apache.commons.fileupload.util.Streams.copy(Streams.java:94)
at org.apache.commons.fileupload.util.Streams.copy(Streams.java:64)
at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:362)
at com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.loadFileList(FileUploadPlugin.java:267)
at com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.loadFileList(FileUploadPlugin.java:199)
at com.xpn.xwiki.web.Utils.handleMultipart(Utils.java:567)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:165)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source)
at org.apache.catalina.connector.CoyoteAdapter.service(Unknown Source)
at org.apache.coyote.http11.Http11Processor.process(Unknown Source)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Unknown Source)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
2011-01-18 11:03:01,940 [http://wiki.icemedia.com.au:8080/bin/upload/XWiki/XWikiPreferences] WARN web.XWikiAction - Uncaught exception: Error number 0 in 11: Uncaught exception
Wrapped Exception: null
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception: null
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:240)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source)
at org.apache.catalina.connector.CoyoteAdapter.service(Unknown Source)
at org.apache.coyote.http11.Http11Processor.process(Unknown Source)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Unknown Source)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
Wrapped Exception:
java.lang.NullPointerException
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:96)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source)
at org.apache.catalina.connector.CoyoteAdapter.service(Unknown Source)
at org.apache.coyote.http11.Http11Processor.process(Unknown Source)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Unknown Source)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
2011-01-18 11:03:02,067 [http://wiki.icemedia.com.au:8080/bin/upload/XWiki/XWikiPreferences] WARN internal.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.parseMessage] in /templates/exceptioninline.vm@1,24
2011-01-18 11:03:02,080 [http://wiki.icemedia.com.au:8080/bin/upload/XWiki/XWikiPreferences] ERROR lucene.IndexUpdater - invalid parameters given to add: XWiki.XWikiPreferences, null, {vcontext=org.apache.velocity.VelocityContext@89b953, com.xpn.xwiki.plugin.skinx.JsSkinFileExtensionPlugin=[js/scriptaculous/effects.js, js/xwiki/widgets/modalPopup.js, js/xwiki/widgets/jumpToPage.js, uicomponents/widgets/confirmationBox.js, uicomponents/widgets/confirmedAjaxRequest.js, uicomponents/widgets/notification.js, uicomponents/widgets/list/xlist.js, js/xwiki/suggest/ajaxSuggest.js], grouplist={xwiki:xwiki:XWiki.XWikiGuest=[]}, com.xpn.xwiki.plugin.skinx.LinkExtensionPlugin=[], com.xpn.xwiki.plugin.skinx.CssSkinExtensionPlugin=[], internal.getRenderedContentTitleStackTrace=[], msg=com.xpn.xwiki.web.XWikiMessageTool@1e6258e, tdoc=XWiki.XWikiPreferences, com.xpn.xwiki.plugin.skinx.CssSkinFileExtensionPlugin_parameters={js/xwiki/widgets/modalPopup.css={forceSkinAction=true}, uicomponents/widgets/notification.css={forceSkinAction=true}, uicomponents/widgets/confirmationBox.css={forceSkinAction=true}, js/xwiki/widgets/jumpToPage.css={language=en, forceSkinAction=true}}, com.xpn.xwiki.plugin.skinx.CssSkinFileExtensionPlugin=[js/xwiki/widgets/modalPopup.css, js/xwiki/widgets/jumpToPage.css, uicomponents/widgets/confirmationBox.css, uicomponents/widgets/notification.css], originalWiki=xwiki, ajax=false, mainxwiki=xwiki, com.xpn.xwiki.plugin.skinx.CssSkinExtensionPlugin_parameters={}, language=en, skin=colibri, com.xpn.xwiki.plugin.skinx.JsSkinFileExtensionPlugin_parameters={js/xwiki/suggest/ajaxSuggest.js={forceSkinAction=false}, uicomponents/widgets/confirmedAjaxRequest.js={forceSkinAction=true}, js/xwiki/widgets/jumpToPage.js={forceSkinAction=true}, js/xwiki/widgets/modalPopup.js={forceSkinAction=true}, uicomponents/widgets/confirmationBox.js={forceSkinAction=true}, uicomponents/widgets/notification.js={forceSkinAction=true}, js/scriptaculous/effects.js={forceSkinAction=true}, uicomponents/widgets/list/xlist.js={forceSkinAction=false}}, locale=en, com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin_parameters={}, baseskin=albatross, com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin=[], com.xpn.xwiki.plugin.skinx.LinkExtensionPlugin_parameters={}, wiki=xwiki, doc=XWiki.XWikiPreferences, user=XWiki.XWikiGuest}
com.xpn.xwiki.XWikiException: Error number 11008 in 11: Exception while parsing uploaded file
Wrapped Exception: Processing of multipart/form-data request failed. Connection reset
at com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.loadFileList(FileUploadPlugin.java:277)
at com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.loadFileList(FileUploadPlugin.java:199)
at com.xpn.xwiki.web.Utils.handleMultipart(Utils.java:567)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:165)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source)
at org.apache.catalina.connector.CoyoteAdapter.service(Unknown Source)
at org.apache.coyote.http11.Http11Processor.process(Unknown Source)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Unknown Source)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
Wrapped Exception:
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at org.apache.coyote.http11.InternalInputBuffer.fill(Unknown Source)
at org.apache.coyote.http11.InternalInputBuffer$InputStreamInputBuffer.doRead(Unknown Source)
at org.apache.coyote.http11.filters.IdentityInputFilter.doRead(Unknown Source)
at org.apache.coyote.http11.InternalInputBuffer.doRead(Unknown Source)
at org.apache.coyote.Request.doRead(Unknown Source)
at org.apache.catalina.connector.InputBuffer.realReadBytes(Unknown Source)
at org.apache.tomcat.util.buf.ByteChunk.substract(Unknown Source)
at org.apache.catalina.connector.InputBuffer.read(Unknown Source)
at org.apache.catalina.connector.CoyoteInputStream.read(Unknown Source)
at org.apache.commons.fileupload.MultipartStream$ItemInputStream.makeAvailable(MultipartStream.java:977)
at org.apache.commons.fileupload.MultipartStream$ItemInputStream.read(MultipartStream.java:887)
at java.io.InputStream.read(InputStream.java:85)
at org.apache.commons.fileupload.util.Streams.copy(Streams.java:94)
at org.apache.commons.fileupload.util.Streams.copy(Streams.java:64)
at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:362)
at com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.loadFileList(FileUploadPlugin.java:267)
at com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.loadFileList(FileUploadPlugin.java:199)
at com.xpn.xwiki.web.Utils.handleMultipart(Utils.java:567)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:165)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source)
at org.apache.catalina.connector.CoyoteAdapter.service(Unknown Source)
at org.apache.coyote.http11.Http11Processor.process(Unknown Source)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Unknown Source)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
2011-01-18 11:03:21,120 [http://wiki.icemedia.com.au:8080/bin/upload/XWiki/XWikiPreferences] WARN web.XWikiAction - Uncaught exception: Error number 0 in 11: Uncaught exception
Wrapped Exception: null
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception: null
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:240)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source)
at org.apache.catalina.connector.CoyoteAdapter.service(Unknown Source)
at org.apache.coyote.http11.Http11Processor.process(Unknown Source)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Unknown Source)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
Wrapped Exception:
java.lang.NullPointerException
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:96)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source)
at org.apache.catalina.connector.CoyoteAdapter.service(Unknown Source)
at org.apache.coyote.http11.Http11Processor.process(Unknown Source)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Unknown Source)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
2011-01-18 11:03:21,216 [http://wiki.icemedia.com.au:8080/bin/upload/XWiki/XWikiPreferences] WARN internal.DefaultVelocityEngine - Deprecated usage of method [com.xpn.xwiki.api.XWiki.parseMessage] in /templates/exceptioninline.vm@1,24
2011-01-18 11:03:21,228 [http://wiki.icemedia.com.au:8080/bin/upload/XWiki/XWikiPreferences] ERROR lucene.IndexUpdater - invalid parameters given to add: XWiki.XWikiPreferences, null, {vcontext=org.apache.velocity.VelocityContext@4c03d4, com.xpn.xwiki.plugin.skinx.JsSkinFileExtensionPlugin=[js/scriptaculous/effects.js, js/xwiki/widgets/modalPopup.js, js/xwiki/widgets/jumpToPage.js, uicomponents/widgets/confirmationBox.js, uicomponents/widgets/confirmedAjaxRequest.js, uicomponents/widgets/notification.js, uicomponents/widgets/list/xlist.js, js/xwiki/suggest/ajaxSuggest.js], grouplist={xwiki:xwiki:XWiki.XWikiGuest=[]}, com.xpn.xwiki.plugin.skinx.LinkExtensionPlugin=[], com.xpn.xwiki.plugin.skinx.CssSkinExtensionPlugin=[], internal.getRenderedContentTitleStackTrace=[], msg=com.xpn.xwiki.web.XWikiMessageTool@8f83a9, tdoc=XWiki.XWikiPreferences, com.xpn.xwiki.plugin.skinx.CssSkinFileExtensionPlugin_parameters={js/xwiki/widgets/modalPopup.css={forceSkinAction=true}, uicomponents/widgets/notification.css={forceSkinAction=true}, uicomponents/widgets/confirmationBox.css={forceSkinAction=true}, js/xwiki/widgets/jumpToPage.css={language=en, forceSkinAction=true}}, com.xpn.xwiki.plugin.skinx.CssSkinFileExtensionPlugin=[js/xwiki/widgets/modalPopup.css, js/xwiki/widgets/jumpToPage.css, uicomponents/widgets/confirmationBox.css, uicomponents/widgets/notification.css], originalWiki=xwiki, ajax=false, mainxwiki=xwiki, com.xpn.xwiki.plugin.skinx.CssSkinExtensionPlugin_parameters={}, language=en, skin=colibri, com.xpn.xwiki.plugin.skinx.JsSkinFileExtensionPlugin_parameters={js/xwiki/suggest/ajaxSuggest.js={forceSkinAction=false}, uicomponents/widgets/confirmedAjaxRequest.js={forceSkinAction=true}, js/xwiki/widgets/jumpToPage.js={forceSkinAction=true}, js/xwiki/widgets/modalPopup.js={forceSkinAction=true}, uicomponents/widgets/confirmationBox.js={forceSkinAction=true}, uicomponents/widgets/notification.js={forceSkinAction=true}, js/scriptaculous/effects.js={forceSkinAction=true}, uicomponents/widgets/list/xlist.js={forceSkinAction=false}}, locale=en, com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin_parameters={}, baseskin=albatross, com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin=[], com.xpn.xwiki.plugin.skinx.LinkExtensionPlugin_parameters={}, wiki=xwiki, doc=XWiki.XWikiPreferences, user=XWiki.XWikiGuest}
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
Hello, I would like to know whether is possible refresh table data when I
change column for sorting.
Now, when I click to sort by some column, table is sorted with actual table
data, not with all data. I expect that is needed to add "order by" to sql
query, but what else should I add?
If this is not possible could I use livetable with data from sql query?
Thank you
Here is my code:
$xwiki.ssfx.use("js/xwiki/table/table.css")
$xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true)
#connectDbTEP($dbc)
#countRooms($pocetMistnosti)
#set($paginationParameters = {
'totalItems' : $pocetMistnosti,
'defaultItemsPerPage' : 15,
'url' : $doc.getURL('view', $queryParams)
})
#pagination($paginationParameters)
<table id="searchResults" class="grid sortable doOddEven">
<tr class="sortHeader">
<th>Místnost</th>
<th>Zodpovědná osoba</th>
<th class="unsortable">Operace</th>
</tr>
#foreach($row in $dbc.executeQuery("select id_room, mistnost, prijmeni,
jmeno from room, osoby where room.id_os = osoby.id_os limit
$paginationParameters.firstItem, $paginationParameters.itemsPerPage"))
<tr>
<td> $row.getString("mistnost") </td>
<td> $row.getString("prijmeni") $row.getString("jmeno")</td>
<td>
EditRoom?id_room=$row.getLong(
DeleteRoom?id_room=$row.getLong(
</td>
</tr>
#end
</table>
#set($discard = $paginationParameters.put('position', 'bottom'))
#pagination($paginationParameters)
--
View this message in context: http://xwiki.475771.n2.nabble.com/Pagination-macro-with-sortable-table-tp57…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am out of the office until 01/18/2011.
Out for the MLK holiday; back on Tuesday, 1/18.
Note: This is an automated response to your message "users Digest, Vol 42,
Issue 20" sent on 1/15/11 6:00:03.
This is the only notification you will receive while this person is away.
Hello,
I just upgraded from 2.3 to 2.7, after importing the new XAR the Main
space is showing "Unknown macro: activity, spaces, and tagcloud". Whats
going on here? I imported everything from the new XAR. Also as a side
note, all of the Wiki Preferences pages are showing a "<pre></pre>" in
the content.
Thanks.
Hi All,
I was playing with the faq tutorial and created my application based on that article. Now I have several
questions regarding that example:
1. Is it possible to exclude a certain object from displaying in the livetable, I mean how to achieve
something like that:
#set($sql = ", BaseObject as obj where obj.name = doc.fullName and obj.className = 'FAQ.FAQClass' and
obj.name <> 'FAQ.FAQTemplate'")
I don't want to have an empty template object listed in my table.
2. I've created a template with several text areas and one static list. Then I tried to create a livetable
out of this and when I choose to create a columns with the properties from text areas ( i.e. wykonawcy )
nothing is listed. Everything is fine in case of using only the static list (dzial_pcss) property:
{{velocity}}
#set($columns = ["dzial_pcss", "doc.creationDate", "_actions"])
#set($columnsProperties = {
"dzial_pcss" : { "displayName" : "Dział PCSS" },
"_actions" : {"actions": ["edit","delete"]}
})
#set($options = {
"className":"IPR.IPREntryClass",
"rowCount": 10
})
#livetable("userdirectory" $columns $columnsProperties $options)
{{/velocity}}
http://apps.man.poznan.pl/iprxwiki/bin/view/Sandbox/TestPage1
{{velocity}}
#set($columns = ["wykonawcy", "doc.creationDate", "_actions"])
#set($columnsProperties = {
"wykonawcy" : { "displayName" : "Wykonawcy" },
"_actions" : {"actions": ["edit","delete"]}
})
#set($options = {
"className":"IPR.IPREntryClass",
"rowCount": 10
})
#livetable("userdirectory1" $columns $columnsProperties $options)
{{/velocity}}
http://apps.man.poznan.pl/iprxwiki/bin/view/Sandbox/TestPage2
Here is the definition of my template class:
http://apps.man.poznan.pl/iprxwiki/bin/view/IPR/IPREntryClass
3. How to use the translationPrefix properly - is it for getting the pretty names for the headers - I'm
confused about that. Is the only way of setting the header names to use the "displayName" prop for the
columnsProperties ?
4. I have also tried the custom code both for creating new entries and displaying object with the use of sql
queries. Is it possible to create something similar to the _actions column we can use in the livetable, but
directly in the velocity code ( I mean how to access to the 'edit' 'delete' links ).
Thanks in advance :)
Regards,
Piotr
Hi all,
I'd like to use a link to an attachment in a blog comment, like
[[attach:demo.jpg]]. It causes a link to
http://<wiki>.<hostname>/xwiki/bin/download/Main/WebHome/demo.jpg -
that's wrong, it should be
http://<wiki>.<hostname>/xwiki/bin/download/Blog/<blog page>/demo.jpg
I am using xwiki 2.7.
Any hints?
Thanks
mb
By the way: What about WYSIWYG for comments?
Hi all,
I'd like to use a link to an attachment in a blog comment, like
[[attach:demo.jpg]]. It causes a link to
http://<wiki>.<hostname>/xwiki/bin/download/Main/WebHome/demo.jpg -
that's wrong, it should be
http://<wiki>.<hostname>/xwiki/bin/download/Blog/<blog page>/demo.jpg
I am using xwiki 2.7.
Any hints?
Thanks
mb
By the way: What about WYSIWYG for comments?
Seems I haven't yet understood all the nuances of XWiki syntax:
According to http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax
I can have a sized image with [[image:img.png||width="25" height="25"]]
I can have an image with a link [[image:img.png>>http://xwiki.org]]
How can I have a sized image with a link ?
not working:
[[image:img.png||width="25" height="25">>http://xwiki.org]]
[[image:img.png>>http://xwiki.org||width="25" height="25"]]
not working either (with and without 'px'):
(% style="height:25px;width:25px" %)
[[image:img.png>>http://xwiki.org]]
and
(% style="height:25px;width:25px"
[[image:img.png>>http://xwiki.org]]
%)
Hmmm... Once again I may not see the obvious ...
How can I do it ?
Thanks
Andreas
Hi everyone,
I tried to upgrade from version 2.4.30451 to version 2.7 (linux ubuntu,
postgresql). In 2.4 I was able to export a full dump of the wiki (around
550MB with lots of attachments) after the update (including the 2.7 xar) the
export fails.
First, if an attachment is not available, or missing then the whole export
fails and it is extremely hard to figure out which wiki page actually
triggered the error.
Second even if all those errors are resolved, the export fails with the
error "Too many open files" (see the snippet below). I then checked the
number of open files. On 2.7 I am seeing a large number of open files even
after a restart. Of course there are all the system and library files, but
there is also a large number of temporary files open (and those remain open
for at least one hour of inactivity). I guess the lucene indexing after the
restart generates these (there were 181 open files with similar names). If I
try to export the wiki, the number of open files goes into the thousands and
most of them are of the kind quoted below.
I then tried version 2.6 with the same symptoms. I reverted to 2.4 and
everything works fine again.
Version 2.7 seems a lot faster on export and also seems to require a lot
less resources, and I would be very happy about that.
I hope this information is helpful to you. Please feel free to ask for more
specific information.
I filed a bug report on jira http://jira.xwiki.org/jira/browse/XWIKI-5830 with
logfile excerpts.
Thanks so much,
--Elaina.