Hi,
I'm trying to use XWQL query language to select count of authors and would
like to order this by descending order of this count.
I ended up having this work fine :
"select count(myobject.author), myobject.author from Document as doc,
doc.object(Space.MyClass) as myobject group by myobject.author"
But adding " order by count(myobject.author) desc" leads to an error for
translating the query ...
Adding "AS" in the select expression does not seem to work either.
Is this possible in XWQL and how ?
Thanks,
Jeremie
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWQL-order-by-count-tp6904819p6904819.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
We have upgraded our XWiki from 4.0 to 5.4.2
We have managed to get almost everything up and running, except that the
profile pictures are not shown (only a small black cross is shown, with the
text "Picture of XXX"
Also, lots of pages do not show the attached pictures.
I think both are related, but I don't know where to search or what to
change!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Profile-Pictures-not-displayed-after-upgr…
Sent from the XWiki- Users mailing list archive at Nabble.com.
XWiki has the nice feature of Class and Class related sheets and templates.
I feel there is a annoying bug with regard to uploading attachments,
although XWiki experts explain why it's happening. (they do not confirm
it's a BUG!!)
When you create a Class, Sheet and Template there is a moment to add a
new-object on a page.
In XWiki you could, like app-within-minutes, create a button: Create new
"record of something"
The user will then see a new-page in inline edit mode (a html form) and
usually a few buttons:
Save and View, Save and Continue and Cancel.
I think the last one: 'Cancel' is why the 'In my opinion BUG' is happening.
The new document and object are not yet saved... You are first considered
to fill in the form and when you reconsider or not able to fill in all the
required fields there is 'Cancel'; nothing saved and gentle exit (although
sometimes you get: XWiki document does not exist, a smarter CANCEL that
would redirect you to the page with the creation option...)
But now about my BUG; If the form contains a option to upload a attachment
(like the avatar image on XWikiUsers) we get very user unfriendly things.
The explanation of the error is; you can not attach anything to a page not
yet saved!
But the results are quite dramatic; a page, sometimes two are created, but
not containing any object (so all the data in the form is lost). The user
is not informed about what happened...
What coding can be done to prevent the above..
Why I consider it a BUG? The same problem occurs when you have a Large Text
field with the wysywig editor. This editor has a button 'Image' or
'Attachment'. How can we then prevent the problem occurring?
Gerritjan
Hello,
I use link checker functionnality to check the validity of external URL
http://extensions.xwiki.org/xwiki/bin/view/Extension/Link+Checker+Transform…
There are a way to indicate my proxy?
My web server is behind a proxy and the url checker can't verify trough it.
Internet URL aren't verified but intranet URL can be verified (because for the
moment my webserver don't need a proxy to see intranet site)
I launch my tomcat with:
JAVA_OPTS="xxxxx -Dhttp.proxyHost=my.http.proxy.fr -Dhttp.proxyPort=xxxx"
I tested this extension to:
http://extensions.xwiki.org/xwiki/bin/view/Extension/All+Broken+Links
but the result speaking chinese: http://snag.gy/x2dZc.jpg
Thxs for your answers/tip.
Pascal BASTIEN
Hi Devs,
i want to set a table where i can edit many objects from an
"AppWithinAMinute". I want to edit the values directly in the table and save
them, so it the changing of values is faster (less clicks) possible.
Did anyone of you something similar before?
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Edit-many-Object-Values-in-one-page-table…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I am trying to export a full space to a pdf document. I tried the xwiki
multipage pdf export application, but the inner documents are never
exported.
Is there another way to do this?
The XWiki development team is proud to announce the availability of
XWiki 6.0 Milestone 1.
This release is the first release for the 6.x cycle. It introduces the
move to Java 7 as minimum version, a new experimental skin and various
improvements on existing features.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki60M1
Thanks
-The XWiki dev team
I am in a private wiki site used for documentation. You must be a user to
see anything, so "Unregistered Users" can only see the login page. On my
wiki I am using the "Menu Application", which unregistered users do not have
access to. So on the login page there is an error "Failed to execute the
[include] macro". The long version says
org.xwiki.rendering.macro.MacroExecutionException: Current user
[XWiki.XWikiGuest] doesn't have view rights on document [xwiki:Menu.Wiki
Level Menu]
This is correct. I don't want XWikiGuest to see the menu. Any idea how I
could get rid of the error?
I tried searching and found references to xwiki.hasAccessLevel. Am I on
the right track?
I am using XWiki 5.4.2 with MySQL and Tomcat 7
--
View this message in context: http://xwiki.475771.n2.nabble.com/Menu-Application-access-for-Unregistered-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I didn't manage to add Most Viewed Spaces Panel on my xwiki homepage.
Do you a way to do that?
I tested include or insert macro in inline mod (statitstic isn't display in list of choice)
The only way is to add this panel at left or right side?
Thxs
Pascal B
Today a user tried, but failed, to upload a document to our XWiki 4.0
It was an existing document, so XWiki should have created a new version.
So I tried to upload the file myself, but...
Uploading file to PAGE_NAME
Message
Failed to upload one file.
Internal failure while attaching:
NAME_OF_DOCUMENT: NullPointerException.
Not a lot of info, clicking on the "NullPointerExceptio" does not reveal any
more info.
The PDF is only 9Mb...so that should not be a problem, right?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Upload-error-XWiki-4-0-tp7589754.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I just installed xwiki. Reading about access rights I got the impression
that I could use spaces, to determine which user can access a group of
pages.
I wanted to have a wiki, so I could work in collaboration with my clients
on some documents. Since client A cannot be allowed to access client B
information, I thought spaces would solve that problem.
So I created two spaces. ClientA and ClientB spaces. I also created two
groups called clientA and clientB. And two users user1 and user2. User1 is
part of group clientA and user2 is part of group clientB.
In each space administration page only one of the groups has all the boxes
checked. All the other boxes are unchecked.
But if I log with user1 that belongs to clientA I can view and edit pages
of clientB space.
How can I restrict things so that user1 can only view/edit/delete on pages
that are on space clientA?
Hallo,
i succeeded to implement an SSO Authentication for Xwiki using a configured
URL with some parameter and the login is functioning well.
The logout will not work if the passed parameter is still in the URL.
To logout user must go after login to another page so that parameter is no
more.
I will appreciate any help.
Thanks
Hello XWiki Community,
Maybe you could give me some light...
My company is buying other company and we are taking control in the next Month.
We will use a XWiki page to share an institutional video to our old and new employees clarifying the integration process. Actually we have 3k employees and the new company will add more 3k users.
I have installed the video JW macro extension and it's working well. We did a traffic analyze to measure the bandwidth consumption and we have this following conclusion:
Video size 8MB
Bytes exchanged (in one visualization) = 8MB
Bandwidth consumption 1.780,53 kbps
Probably we will have a lot of simultaneous access and want to avoid overcharge our Lan link and we want to guarantee that XWiki Server will support without fall, I could not think in an application to assure these requirements. What do you think?
Danilo
Grupo Energisa
Danilo A. Oliveira
Analista Suporte Aplicacao TI - DPTO CORP. DE INFRAESTR. TI
e-mail: danilo.oliveira(a)energisa.com.br | tel: (32) 3429-6342 | cel: (32) 8452-9478
Esta mensagem contém informação confidencial. Se você a recebeu por engano, não divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e apague-a do computador.
Privileged and confidential. If this message has been received by mistake, do not disclose or copy its contents. Please notify sender and delete immediately.
Hi,
How is it possible to extend xwiki administrative ui to add my custom
configuration forms?
For example, I extended XWikiPreferences class by adding some fields, and
now I want to be able to configure them through admin ui, not object editor.
I will be gratefull for any tips.
Best regards
Karol
--
View this message in context: http://xwiki.475771.n2.nabble.com/Extending-administrative-ui-tp7589610.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello
I use newsletter extension (http://extensions.xwiki.org/xwiki/bin/view/Extension/Newsletter+Application) but I think scheduler doesn't work or mail doesn't sent...
(My user subscribe at my newsletter)
How can I log this to find the problem source?
My xwiki user can sent mail from "share by email" menu.
My catalina.out display nothing.
thxs
After I managed to install xwiki, I would like to have real-time chat support
as well. I assumed XMPP client/server would do the job, but it doesn't seem
to be working. Are there any extensions that do provide working real-time
chat?
I am using ubuntu/mysql/tomcat7 as base.
--
View this message in context: http://xwiki.475771.n2.nabble.com/XMPP-client-server-status-tp7589750.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I tried to install xwiki via the deb package install method on a fresh Ubuntu
Server 12.04 LTS and all apg-get command completed without error. Then the
guide page
(http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT)
said I could visit the wiki on this url: http://localhost:8080/xwiki (I
visit from another pc but it still worked fine). There was (eventually) a
nice gui explaining what I should do and I did so. But when it came to the
installation of extensions, some of the extensions got installed and then
suddenly the page reloaded to a login prompt. Browsing the guide I found the
default login, but what I see is incomplete. I do see the basic wiki without
any pages. There is a profile manager but it reports errors like: "Unknown
macro: attachmentSelector" and "Unknown macro: messageSender". Also, I
cannot find the Extension manager (if it should be visible somewhere).
Obviously the installer was cut short for some reason (I didn't click
anything) and now I am left with a half-installed wiki.
How do I complete the wiki installation? What I have now doesn't seem to be
fully functional. :-/
--
View this message in context: http://xwiki.475771.n2.nabble.com/Install-interrupted-tp7589489.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I'm seeing many many folks registering for our wiki, which is great I
guess, but I am a bit concerned.
Our wiki is set up as a public wiki where registrants need to fill out
the captcha and have a valid email. However I am seeing quite a few
registrations each day (profiles being created) and then no activity.
These folks are not vandalizing the site or adding spam/adds/etc. Indeed
they do not seem to be doing anything.
Maybe our site is just boring and lame, and does not inspire any
participation, but it just seems weird.
Should I be concerned? Is there anyway I can send a bulk message to all
users to test the emails or ask folks why they joined?
Thanks,
Patrick
--
|| | | |||| || || | |||| ||| | |||
Patrick Masson
General Manager, Director & Secretary to the Board
Open Source Initiative
855 El Camino Real, Ste 13A, #270
Palo Alto, CA 94301
United States
Skype: massonpj
sip: masson(a)getonsip.com
<https://www.getonsip.com/call?a=masson@getonsip.com>
Ph: (970) 4MASSON
Em: masson(a)opensource.org <mailto:masson@opensource.org>
Ws: www.opensource.org <http://www.opensource.org>
Hello,
I'm a big problem when I try to acces at this page :
http://localhost:8080/xwiki/bin/view/Main/.
I have some errors :
javax.servlet.ServletException: java.lang.RuntimeException: Component
manager has not been initialized before lookup for
[org.xwiki.model.reference.DocumentReferenceResolver< java.lang.String >]
for hint [currentmixed]
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:520)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:427)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:126)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
root cause
java.lang.RuntimeException: Component manager has not been initialized
before lookup for [org.xwiki.model.reference.DocumentReferenceResolver<
java.lang.String >] for hint [currentmixed]
com.xpn.xwiki.web.Utils.getComponent(Utils.java:700)
com.xpn.xwiki.XWikiContext.<init>(XWikiContext.java:151)
com.xpn.xwiki.web.Utils.prepareContext(Utils.java:382)
com.xpn.xwiki.web.XWikiAction.initializeXWikiContext(XWikiAction.java:433)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:126)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:126)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
I installed tomcat7.2 and I use Ubuntu OS.
What is the problem ? What sould I do ?
Here are the logs that I could recover :
http://pastebin.com/c4wx2iNZ
Here are the catalina.out logs that I could recover :
http://pastebin.com/N89ezz6z
Thank you in advance for your answers.
Nicolas.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Component-manager-has-not-been-initialize…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Thxs Vincent and Thomas.
I corrected my file (extracted/ fixed and reinject)
About the french translation there a bug in the tip of the blog with apostroph.
Here the problem: http://snag.gy/U4E8I.jpg
I replaced:
xe.blog.code.notpublished=Cet article de blog n'a pas encore \u00E9t\u00E9 publi\u00E9. Publier l'article.
by
xe.blog.code.notpublished=Cet article de blog n\u0027a pas encore \u00E9t\u00E9 publi\u00E9. Publier l\u0027article.
without success (I obtain the same things)
________________________________
De : "vincent(a)massol.net" <vincent(a)massol.net>
À : Thomas Mortagne <thomas.mortagne(a)xwiki.com>
Cc : Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>
Envoyé le : Mardi 18 mars 2014 18h17
Objet : Re: [xwiki-users] Wrong french translation
Hi Pascal,
On 18 Mar 2014 at 18:06:01, Pascal BASTIEN (pbasnews-xwiki@yahoo.fr(mailto:pbasnews-xwiki@yahoo.fr)) wrote:
> Ok I understand better now :-)
>
> By the way, how can I correct my french translation on my xwiki without waiting the next release?
> Thxs.
See http://platform.xwiki.org/xwiki/bin/view/DevGuide/InternationalizingApplica…
Thanks
-Vincent
> ________________________________
> De : Thomas Mortagne
> À : Pascal BASTIEN ; XWiki Users
> Envoyé le : Mardi 18 mars 2014 17h45
> Objet : Re: [xwiki-users] Wrong french translation
>
> ...
>
> >> I edit with object mode: http://l10n.xwiki.org/xwiki/bin/view/Platform/PlatformXWikiCoreResources_-5…
>
> Actually you just need to click on Edit but there was an issue I fixed.
>
>
> >>
> >> How can I correct it on my xwiki without waiting the next release?
Hello,
Here a wrong french translation when 2 user try to edit a document in a same time:
<<Ce document est couramment édité par xxx>>
It must be:
<<Ce document est actuellement édité par xxxx>>
Can you tell me where is the french translation file to correct this?
Did you interessted by other mistake?
Thxs you
Hi,
Has someone lately used the Office Import for PDFs ?
I remember it used to work, but with my current Ubuntu/libreoffice setup it fails.
I am using:
- XWiki 5.4.2
- Ubuntu 12.04
- LibreOffice 3.5 (ubuntu package version 1:3.5.7-0ubuntu5)
- libreoffice-pdfimport (ubunu package version 1.0.5+LibO3.5.7-0ubuntu5)
(After some debugging it looks like the libreoffice-pdfimport package reads the PDF
into in "DRAWING" format and that does not support saving them in HTML format ...)
Before I go and try different kind of openoffice/libreoffice versions I wanted to ask
if someone has a version where it works - it would be kind to tell me as it will save me some wrong turns
Cheers,
Clemens
Hello,
I designed my mail archive to use the nice Job module, but seems I just
realized an unexpected side-effect of it ...
The job module queues jobs in a blocking queue. The unexpected, is that
only one job (of any kind) can run at a time in an xwiki instance (unless I
misunderstood something which is always possible).
Currently, the mail archive creates jobs for loading emails, and these jobs
can be long-lived (say, 15min, 30min, or more...). It means that during
this time, you cannot install any extension anymore with EM, and anything
you do with EM (like, compute an extension plan, install an extension, etc)
is blocked until the mail archive job ends.
Do you see any way around this ? (I could shorten the life duration of mail
archive jobs, but I don't think it's a correct workaround).
Seems logical to restrict one job at a time per job type for example, but
jobs of different types may execute concurrently with no harm I think ...
By the way the other side-effect is that my mailarchive jobs (which purpose
are to be scheduled periodically), can "stack" on each other, if
periodicity is shorter than job duration. My intent was to just reject a
job if another is running for the mail archive to avoid this "stack"
effect, but as it's "locked" before getting a chance to execute, it's
useless.
Thanks,
Jeremie
Ok, so I want to install the Column Macro, but I am getting this error when
I try to install it by the Extension Manager:
Programming right is required to install extension
[jeromevelociter:column-macro-1.0] on namespace [wiki:xwiki]
So I go to the XWiki Administration --> Rights --> And I grant the Admin
Programming Rights for the XWiki Administation (there's now a green
mark/tick). But I still can't install the macro. If I select the XWiki
space, I can't set any programming rights (that column is only available on
the XWiki Administration).
Help!!!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Can-t-install-Column-Macro-due-to-lack-of…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello
I want include some section of page in my current page.
I need to display text between some anchors.
Then my childpage Sandbox » PageParent » Pagefille2 contain:
***************************
Contenu de ma page fille 2 avec 3 sections
[[Cliquer ici pour aller à l'ancre "MonAncre3">>||anchor="MonAncre3"]]
[[Cliquer ici pour aller au titre 1 "Section 4">>||anchor="HSection4"]]
= section1 =
Section 1 avec du texte
= section2 avec tableau =
|=titre1|=titre 2|=titre 3
| toto|titi|tutu
{{id name="MonAncre3"/}}
= Section 3 =
Bla bla de section 3
{{id name="MonAncre4"/}}
= Section 4 =
Bla bla de section 4
***************************
and My Parent page Sandbox » PageParent contain:
***************************
et le contenu de [[Pagefille2 section3>>doc:Pagefille2]]:
Accès direct à la section: [[Pagefille2 section3>>doc:Pagefille2||anchor="MonAncre3"]]
----
{{include document="Pagefille2" anchor="MonAncre3"/}}
----
{{include reference="Pagefille2" section="MonAncre3"/}}
----
{{include reference="Pagefille2" anchor="MonAncre3"/}}
----
{{include document="Pagefille2" section="MonAncre3"/}}
----
{{include reference="Pagefille2" section="HSection3"/}}
*******************************
Only this link working well "{{include reference="Pagefille2" section="HSection3"/}}" :-/
The include macro in wysiwyg editor return:
Failed to execute the [include] if we indicate anchor
Include Macra asking "Document" and "reference". Is it the same? I must fill both textbox?
Some documentation indicate anchor instruction, another section...
Thx for your help.
Hi all,
after I managed to write a groovy class with a static method within a
groovy block:
{{groovy}}
class MyClass {
static myFunction(out) {
out.println "hello world"
}
MyClass.myFunction(out)
{{/groovy}}
I would like to invoke thos static groovy class function from within a
Velocity block:
${MyClass.myFunction(out)}
But unfortunately, this does not work. Nothing will be displayed.
Has anybody an idea for help?
Thanks Matthias
Hi all,
am I right that it is a fixed requirement that the database is called xwiki and the user is called xwiki as well?
To say it differently:
I would like to run a fresh version of xwikiusing a database named "foo" and a user named "bar" - this is not possible, right?
Cheers,
Fiete
Hello,
With xwiki 5.4.1 I hadn't crash of xwiki but with the last version 5.4.2 I have 2 crash per day...
Log indicate : "java.lang.OutOfMemoryError: PermGen space"
Here my catalina.sh
JAVA_OPTS="-server -Xms800m -Xmx800m -XX:PermSize=64M -XX:MaxPermSize=196m -Dfile.encoding=utf-8 -Djava.awt.headless=true -XX:+UseParallelGC -XX:MaxGCPauseMillis=100 -Dhttp.proxyHost=beast.dom.cpii.i2 -Dhttp.proxyPort=8080"
and the log
2014-03-12 10:25:34,306 [http://iwiki.cp2i.i2:8080/bin/view/Main/WebHome] ERROR c.x.x.w.XWikiAction - Uncaught exceptions (inner):
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:317) ~[xwiki-platform-legacy-oldcore-5.4.2.jar:na]
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:129) ~[xwiki-platform-legacy-oldcore-5.4.2.jar:na]
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425) ~[struts-core-1.3.10.jar:1.3.10]
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228) ~[struts-core-1.3.10.jar:1.3.10]
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913) ~[struts-core-1.3.10.jar:1.3.10]
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449) ~[struts-core-1.3.10.jar:1.3.10]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:621) ~[servlet-api.jar:na]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728) ~[servlet-api.jar:na]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) ~[catalina.jar:7.0.47]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) ~[catalina.jar:7.0.47]
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121) ~[xwiki-platform-legacy-oldcore-5.4.2.jar:na]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) ~[catalina.jar:7.0.47]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) ~[catalina.jar:7.0.47]
at org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:126) ~[xwiki-platform-wysiwyg-server-5.4.2.jar:na]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) ~[catalina.jar:7.0.47]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) ~[catalina.jar:7.0.47]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat7-websocket.jar:7.0.47]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) ~[catalina.jar:7.0.47]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) ~[catalina.jar:7.0.47]
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66) ~[xwiki-platform-webdav-server-5.4.2.jar:na]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) ~[catalina.jar:7.0.47]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) ~[catalina.jar:7.0.47]
at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208) ~[xwiki-platform-container-servlet-5.4.2.jar:na]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) ~[catalina.jar:7.0.47]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) ~[catalina.jar:7.0.47]
at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111) ~[xwiki-platform-container-servlet-5.4.2.jar:na]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) ~[catalina.jar:7.0.47]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) ~[catalina.jar:7.0.47]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222) ~[catalina.jar:7.0.47]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) ~[catalina.jar:7.0.47]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) ~[catalina.jar:7.0.47]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) ~[catalina.jar:7.0.47]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100) ~[catalina.jar:7.0.47]
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953) ~[catalina.jar:7.0.47]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) ~[catalina.jar:7.0.47]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) ~[catalina.jar:7.0.47]
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1041) ~[tomcat-coyote.jar:7.0.47]
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:603) ~[tomcat-coyote.jar:7.0.47]
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310) ~[tomcat-coyote.jar:7.0.47]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) ~[na:1.7.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) ~[na:1.7.0_25]
at java.lang.Thread.run(Thread.java:724) ~[na:1.7.0_25]
java.lang.OutOfMemoryError: PermGen space
I use UI, FAQ and newsletters extension.
Any idea?
When installing Diagram Application on mywiki instance (
http://extensions.xwiki.org/xwiki/bin/view/Extension/Diagram+Application ) I
receive this error message:
Found already installed extension with id
[org.xwiki.platform:xwiki-platform-appwithinminutes]. Checking
compatibility...
The extension [org.xwiki.platform:xwiki-platform-appwithinminutes-5.2] is
already installed
class org.xwiki.extension.InstallException: Failed to resolve extension at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:697)
...
Caused by: class org.xwiki.extension.InstallException: The extension
[org.xwiki.platform:xwiki-platform-appwithinminutes-5.2] is already
installed at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.checkAlreadyInstalledExtension(AbstractInstallPlanJob.java:320)
Is it a defect in Extension Manager or the way Diagram Application packaged?
--
View this message in context: http://xwiki.475771.n2.nabble.com/myxwiki-Fail-to-install-Diagram-Applicati…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hey everyone,
Did something really stupid today and hope someone has some ideas. Spent the whole week setting up and transferring to xWiki and was making some last minute tweaks to the global rights, when I apparently accidentally left the guest rights for login unchecked, now I can't login. Does anyone have any advice to fix my stupid mistake? Am i completely screwed? I enabled the superadmin account, but with no rights to the login page I can't login. I do have view and edit rights as a guest, but that's it. Thanks for any help!!
Sincerely,Craig Barnett
Using CentOs/Tomcat6/MySQL:
So, I'm trying to perform the settings described here:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments#HFilesystem…
Changed the xwiki.cfg and xwiki.properties as instructed (environment.permanentDirectory=/var/local/xwiki/).
Even changed owner to tomcat user and permissions to 775 just to be sure.
Restarted the whole thing.
Still, the new attachments don't end up in the proper directory. What did I miss?
Hi,
I'm new member for this list, i'm sorry for my english ;)
But I search to mapping thumbnailPhoto in the avatar profil of my users Xwiki.
I can view in the archive this thread (http://lists.xwiki.org/pipermail/users/2010-February/015039.html) but since 2010, I haven't got an feature for this ?
For your answer
Best regards
Version : Xwiki Entreprise 5.4.1
Active Directory Windows 2008 R2
Hi everyone,
For the 6.x cycle ( http://www.xwiki.org/xwiki/bin/view/Roadmaps/WebHome )
we plan to develop a new skin Flamingo (
http://design.xwiki.org/xwiki/bin/view/Improvements/Skin4x ).
One of the advantages of this skin is that is **responsive**. Currently IE8
doesn't natively support this functionality.
I am wondering how many of you are using this browser and how difficult
would be upgrade to a newer version of IE (IE10, IE11).
IE8 was released in March 2009 (4 years ago)
IE9 - March 2011 (2 years ago)
IE10 - Sept 2012 (17 months ago)
IE11 - Oct 2013 (4 month ago)
Let me know of any other problems that could prevent us from dropping the
IE8 support.
Thanks,
Caty
Hello People,
I have codified a listener that are listening actions of creation and edition of the page, in "on event" method I send an email to specifics users. When I create a page the listener works well and the email is sent, however when I update the page, the xwiki returns me the following error:
2014-03-12 14:43:20,841 [http://wiki.scl.corp/bin/view/Blog/Publisher?entryName=Blog+de+Processos.Su…] ERROR c.x.x.p.m.MailSenderPlugin - No mail object found in the document MailTemplate : Aviso de Publicacao Post
The funny is that the same Mailtemplate and code is used for both kind of events.
I am using the a listener based on this one:
http://platform.xwiki.org/xwiki/bin/download/DevGuide/GroovyNotificationTut…
Any idea?
Danilo
Grupo Energisa
Danilo A. Oliveira
Analista Suporte Aplicacao TI - DPTO CORP. DE INFRAESTR. TI
e-mail: danilo.oliveira(a)energisa.com.br | tel: (32) 3429-6342 | cel: (32) 8452-9478
Esta mensagem contém informação confidencial. Se você a recebeu por engano, não divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e apague-a do computador.
Privileged and confidential. If this message has been received by mistake, do not disclose or copy its contents. Please notify sender and delete immediately.
Yes it's working.
Thank you.
________________________________
De : Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>
À : Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>
Envoyé le : Mercredi 12 mars 2014 15h08
Objet : Re: [xwiki-users] multi select tag
You should be able to use the live table on any wiki / space / page.
Hope this helps,
Marius
On Wed, Mar 12, 2014 at 3:37 PM, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr> wrote:
> Is it possible to use live table on the root of xwiki site? On space Main?
>
>
> ________________________________
> De : Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>
> À : Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>; XWiki Users <users(a)xwiki.org>
> Envoyé le : Mardi 11 mars 2014 12h12
>
> Objet : Re: [xwiki-users] multi select tag
>
> If you are referring to the Tag Cloud above the live table then you
> need to check
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro
> .
>
> Hope this helps,
> Marius
>
> On Tue, Mar 11, 2014 at 11:45 AM, Pascal BASTIEN
> <pbasnews-xwiki(a)yahoo.fr> wrote:
>> Hello
>>
>> I use the tag extension:
>> http://extensions.xwiki.org/xwiki/bin/view/Extension/Tag+Application
>> and I try to use multi select tag to display document list (like on your
>> nice web site: http://xwiki.org/xwiki/bin/view/FAQ/WebHome or
>> http://extensions.xwiki.org/xwiki/bin/view/Main/WebHome or )
>> I copy & paste source code without success.
>> Any help/documentation? :-)
>>
>> PS: In the mailing list someone talking about tagedit.vm but I think it
>> didn't exist anymore?
>>
>> Thxs.
>>
>> Pascal B.
>
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
>
>
Hello everyone,
First of all, thank you for all your localization contributions. We need
your help for some missing translations, for German and Spanish languages
for XWiki 5.4.2 version.
Some aspects about translations:
1. In the last week I verified which translations for XWiki are missing and
I've made some reports, because we can not find all the keys on l10n and in
these reports I attached some screenshots for more easily identifying the
problem:
a) For French:
http://www.xwiki.org/xwiki/bin/view/TestReports/TranslationsReport54French
b) For German:
http://www.xwiki.org/xwiki/bin/view/TestReports/Translations+Report+5.4.x+G…
c) For Spanish:
http://www.xwiki.org/xwiki/bin/view/TestReports/Translations+Report+5.4.x+S…
2. Translations for French were finished, so now we just need some
translations for Spanish and German.
3. I tested the translations on XWiki 5.4.2, so, I will recommend you (if
you can help us) to use the same version.
A few questions about the translations:
1. Do you prefer I continue making these kinds reports (with screenshots),
or do you simply want a list of l10n keys?
2. In case you prefer a list of keys for l10n, for the missing keys should
I create a mini-report with screenshots attached?
Thank you wall and I wait your feedback,
Andreea Popescu
Hi XWiki users,
It would really help if you could add yourself to the xwiki users google map:
http://bit.ly/1iqiEbP
There are currently only 40 or so persons added, that doesn’t represent the xwiki community! The XWiki project has about 30K downloads every month and there are probably about 10K active instances of XWiki in the world, so come on, don’t be shy and help the xwiki project feel like a true user community by adding yourself to this map :) This will allow to organize user meetups in the future for example so it’s important you add yourself.
Display XWiki Users, Groups & Staff on a larger map
Thanks a lot
-Vincent
I am interested in getting in touch with Sergiu Dumitriu. I see that
you are also in Toronto, Ontario, Canada.
Please email me directly. Email below.
Paul Pinkerton
KnowledgeNow Project Lead
pinkerp(a)lao.on.ca
Association of Community Legal Clinics of Ontario
416-847-1418 or 1-866-965-1416x 5177
www.aclco.org
Hello
I use the blog extension: great
http://extensions.xwiki.org/xwiki/bin/view/Extension/Blog+Application
Now i want to duplicate the blog to a new one but i want a independant blog.
I follow the documentation:
<URL to server:port>/xwiki/bin/view/Blog/Management
and I Select the blog is the main content of that space
Problems are:
- I don't have blog's panels: "Recent post", unpublished, categories and archive
- Categories proposed and edited are the same of the other blog. I want new categories.
- and worst new post display in "Recent post" of the other blog and/or unpublished
By the way, "unpublished post" display this "mouse over tip" in french: "Cet article de blog n'a pas encore été publié. Publier l'article"
Thxs again for your help.
pascal B.
Hi,
I'm new to xwiki and having a lot of trouble doing something that feels like it should be simple. All i'm wanting is to be able to display the {{toc}} macro of the current page on a side panel. Everything I find online seems to be from previous xwiki syntaxes and therefore out dated and not working. In fact it seems like most of the responses I see just say that such a thing is in development, but those were all posts from 2009. We would really like a setup like this that way users don't have to go through the trouble of creating a {{toc}} on every page, since one for the current page will always be shown in the panel. It seems like it would make a lot of sense if syntax like {{toc source=currentPage}} existed and was usable from a panel. It would open up a lot of possibilities.
If anyone has any advice or recommendations I would greatly appreciate it. I've been digging through velocity code for the past week so I'm starting to get the hang of it but still a complete noob in that area. Thanks for the time!
Sincerely,Craig
Hello,
I installed xwiki 5.4.2 from scractch (because the upgrade from 5.4.1 didn't work well)
I use the .WAR on tomcat server and postgres database.
The Wizard to install the UI extension aren't launch on first boot. Are there a way to manuelly launch?
And worst the Admin/admin account doesn't work! (Invalid credentials)
Am I alone?
Thxs.
Pascal B
Hi,
I am a new XWiki User without a background in Java/Tomcat. I am getting a
"org.wxiki.wiki.manager.WikiManagerException: Failed to create database for
wiki" error when trying to create a new wiki (v5.4.2 from Debian packages).
I assume that this error message is not very helpful. How can I find the
stack trace of this error so that I can provide helpful information for
debugging?
Thanks,
Christian
--
View this message in context: http://xwiki.475771.n2.nabble.com/Logfile-Stack-traces-tp7589450.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
i have some perfomance problems. It takes a while till xwiki's home page is
loaded in my browser.
Looking into the log gives me the following:
Mar 07, 2014 3:06:14 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path:
/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
Mar 07, 2014 3:06:15 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Mar 07, 2014 3:06:15 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8020"]
Mar 07, 2014 3:06:15 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 730 ms
Mar 07, 2014 3:06:15 PM
org.apache.catalina.mbeans.JmxRemoteLifecycleListener createServer
INFO: The JMX Remote Listener has configured the registry on port 9080 and
the server on port 10080 for the Platform server
Mar 07, 2014 3:06:15 PM org.apache.catalina.core.StandardService
startInternal
INFO: Starting service Catalina
Mar 07, 2014 3:06:15 PM org.apache.catalina.core.StandardEngine
startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.47
Mar 07, 2014 3:06:15 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory
/srv/tomcat-xwiki/www/catalina-base/webapps/ROOT
2014-03-07 15:06:34,874 [localhost-startStop-1] WARN
o.x.e.i.ServletEnvironment - No permanent directory configured. Using
temporary directory
[/srv/tomcat-xwiki/www/catalina-base/work/Catalina/localhost/_].
2014-03-07 15:06:35,957 [localhost-startStop-1] INFO
o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server...
2014-03-07 15:06:35,957 [localhost-startStop-1] INFO
o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory:
/srv/tomcat-xwiki/www/catalina-base/work/Catalina/localhost/_/solr
2014-03-07 15:06:37,788 [localhost-startStop-1] WARN
o.a.s.c.SolrCore - New index directory detected: old=null
new=/srv/tomcat-xwiki/www/catalina-base/work/Catalina/localhost/_/solr/./data/index/
2014-03-07 15:06:37,789 [localhost-startStop-1] WARN
o.a.s.c.SolrCore - [xwiki] Solr index directory
'/srv/tomcat-xwiki/www/catalina-base/work/Catalina/localhost/_/solr/./data/index'
doesn't exist. Creating new index...
2014-03-07 15:06:38,648 [localhost-startStop-1] INFO
o.x.s.s.i.EmbeddedSolrInstance - Started embedded Solr server.
Mar 07, 2014 3:06:39 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory
/srv/tomcat-xwiki/www/catalina-base/webapps/manager
Mar 07, 2014 3:06:40 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Mar 07, 2014 3:06:40 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8020"]
Mar 07, 2014 3:06:40 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 24842 ms
2014-03-07 15:07:25,793 [Lucene Index Updater] ERROR
o.a.p.p.f.PDCIDFont - Error: Could not parse predefined CMAP
file for 'Adobe-WinCharSetFFFF-UCS2'
2014-03-07 15:08:14,257 [XWiki Solr index thread] ERROR
o.a.p.p.f.PDCIDFont - Error: Could not parse predefined CMAP
file for 'Adobe-WinCharSetFFFF-UCS2'
2014-03-07 15:08:14,283 [XWiki Solr index thread] ERROR
o.a.p.p.f.PDCIDFont - Error: Could not parse predefined CMAP
file for 'Adobe-WinCharSetFFFF-UCS2'
i just outlined my suspicions in blue.
I will appreciate any help.
Thanks.
Hello,
I have a weird issue with {{container}} macro in xwiki 4.5.2.
If I want to display 3 columns, like this for example:
{{container layoutStyle="columns"}}
((( a )))
((( b )))
((( c )))
{{/container}}
It shows content over only 2 columns like this:
a b
c
... instead of expected:
a b c
After having a look at the source :
https://github.com/xwiki/xwiki-platform/blob/xwiki-platform-4.5.2/xwiki-pla…
... I think I understand the problem.
It seems a limitation of container macro, is that it injects columns.css in
the page with number of columns as parameter. So if you add more than one
{{container}} to the same page, they can't have a different number of
columns ...
For instance in my case I used the container macro in a Panel, with 2
columns - so I can never add more than 2 columns in other locations. I
removed the columns from the Panel, and now my 3-columns are correctly
displayed :)
If you agree I could fill a Jira for this (I searched quickly, didn't find
it already described)
Thanks,
Jeremie
---------- Weitergeleitete Nachricht ----------
Von: "Daniel Ebanja" <danielebanja(a)googlemail.com>
Datum: 07.03.2014 10:46
Betreff: Pdf and powerpoint
An: <users(a)wiki.org>
Cc:
Hi,
Have some problem with images. Images are sometimes displayed and sometimes
not at there. Is there a particular format or a particular way to import
images.
Couldn't also import pdf and powerpoint documents.
Thanks.
Hi!
Does XWiki support LDAP TLS binding (that means a ldap connection on port
389 and not a SSL ldaps connection on port 686) with both server and client
(= XWiki) certificates? If so, how to set up that feature?
Many thanks for your response.
Claude Lepère
Hi,
I'm integrating xwiki with external web application. I want to be able to
redirect from xwiki user profile, to user profile of external application.
How can I redirect from profile, or at least how can I access user profile
template, so I can modify it to manage redirection?
Best regards
Karol
--
View this message in context: http://xwiki.475771.n2.nabble.com/Redirect-from-user-profile-tp7589432.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hallo xwiki-users,
i have a webapplication from which i direct users to XWIKI through a link.
The idea i have now is using basic Authentication:
http://
username:password@mywiki.xwiki.com/xwiki/bin/view/Main/WebHome?basicauth=1
The problem here is i am using username:OID in the url above.
I will like to customize the basic authentication such that i can use the
OID to get userpassword from a database. Register the user in xwiki if it's
the first time getting to xwiki and login if user already exist.
The two apps are running in tomcat and on debian OS.
I tried to write a java class(with eclipse on windows) extending the
XWikiAuthServiceImpl class. Eclipse did not recognise the packages.Could i
get the packages from somewhere? Is there a way to test an implementation?
I archived the Java file to a jar and added it to WEB_INF/lib, But xwiki
did not work. The jar file i added was not a proper jar file and caused
everytthing to stop functioning.
Thanks in advance for your help.
--
Ebanja Daniel
Informatikstudent der Hochschule Darmstadt
Deutschland
This is my first post so, hello everyone!
I've been using xwiki for a few years but only now am I starting to have a
play with applications.
When creating a new document in an application, the user needs to enter a
name before actually entering data in whatever fields have been defined.
My question is, could I setup my application in such a way that the name of
the new document would be defined by information in the fields. Basically
skipping the whole Document name input phase.
I've spent a good few hours browsing through this mailing list but could
not find an answer to this particular problem.
Thanks,
Pedro
I am working on setting up subwikis in a private Intranet wiki. I have a
customized theme with a custom logo. When a member of the subwiki clicks
around, they see the theme normally. When a non-member ties to go to a page
they get the normal "Error - You are not allowed to view this document or
perform this action". Which is good, except the theme on that page changes
back to the original XWiki theme and logo. The root wiki is using the same
customized theme and it appears on the login page because I gave
unregistered users access to view the theme.
I don't know who to give permission to in order for the theme to appear.
The user is no longer unregistered, because they are a member of the root
wiki. However they are not a member of any group in the subwiki.
I using XWiki 5.4.1, with MySQL and Tomcat7. I have a vanilla .deb install.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Theme-on-Subwiki-Error-page-tp7589357.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
When using group name "A & B" it is impossible to set permissions in the
WebPreferences.
Xwiki version 5.4.1.
Is this a bug?
( maybe related to http://jira.xwiki.org/browse/XWIKI-5448 ?)
Regards,
Michiel
Hi Boudjelda (and Marius),
I was wondering if you ever found a solution for this? I would like to
add TogetherJS to XWiki (see: https://togetherjs.com/#tryitout-section)
but am not sure how to insert the JS source into the page head.
I went through the suggested steps:
1st, created a new object for the page "myurl/Sandbox/WebHome/", "Edit"
-> "Objects":
Objects of type XWiki.JavaScriptExtension
- JavaScriptExtension 0: TogetherJS
Code:
document.observe('xwiki:dom:loaded', function() {
<script src="https://togetherjs.com/togetherjs-min.js"></script>
}
Then in the page I added:
{{velocity}}
$xwiki.jsx.use("XWiki.SkinExt")
{{/velocity}}
{{velocity}}
#set ($discard = $xwiki.ssx.use('Sandbox.WebHome'))
#set ($discard = $xwiki.jsx.use('Sandbox.WebHome'))
{{/velocity}}
{{html}}
<button onclick="TogetherJS(this); return false;">Start TogetherJS</button>
{{/html}}
Any ideas?
Thanks Patrick
On Sun, Oct 14, 2012 at 10:55 AM, Boudjelda Mohamed Said
<bmscomp at gmail.com <http://lists.xwiki.org/mailman/listinfo/users>> wrote:
>/ Hi XWiki users
/>/
/>/ I wanted to add a jQuery library from CDN so I added <script> tag inside
/>/ {{html}} macro this way :
/>/
/>/ {{velocity}}
/>/ {{html clean="false"}}
/>/ <head>
/>/ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
/>/ "></script>
/>/ </head>
/>/
/>/ {{/html}}
/>/ {{/velocity}}
/
Note that whatever you put in the content of a wiki page the result is
inserted in the BODY tag of the final HTML page so generating the HEAD
tag in the content of a wiki page is wrong.
Your best option is to load the JavaScript and CSS dynamically
following this steps:
(1) Define a JavaScript/CSS extension. See
http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial
.
(2) For CSS you simply use @import. For JavaScript you listen to page
load and then inject a SCRIPT tags in the existing HEAD of the HTML
page.
document.observe('xwiki:dom:loaded', function() {
// Inject the script tag here.
})
(3) Whenever you need the JavaScript/CSS you use
{{velocity}}
#set ($discard = $xwiki.ssx.use('Space.PageWithSSX'))
#set ($discard = $xwiki.jsx.use('Space.PageWithJSX'))
{{/velocity}}
You may want to take a look at
http://extensions.xwiki.org/xwiki/bin/view/Extension/jQuery+Helpers .
Also note that we're using Prototype.js in XWiki everywhere so you
need to handle the conflicts with jQuery.
Hope this helps,
Marius
>/
/>/ I could not use jQuery and it gives me this error in console.
/>/
/>/ Refused to execute a JavaScript script. Source code of script found within
/>/ request
/>/ Resource interpreted as Script but transferred with MIME type text/html:
/>/ "about:blank".
/>/
/>/ any way to use js libraries and css from CDN ??
/>/
/>/ Thanks
/>/ _______________________________________________
/>/ users mailing list
/>/ users at xwiki.org <http://lists.xwiki.org/mailman/listinfo/users>
/>/ http://lists.xwiki.org/mailman/listinfo/users
/
--
|| | | |||| || || | |||| ||| | |||
Patrick Masson
General Manager, Director & Secretary to the Board
Open Source Initiative
855 El Camino Real, Ste 13A, #270
Palo Alto, CA 94301
United States
Skype: massonpj
sip: masson(a)getonsip.com
<https://www.getonsip.com/call?a=masson@getonsip.com>
Ph: (970) 4MASSON
Em: masson(a)opensource.org <mailto:masson@opensource.org>
Ws: www.opensource.org <http://www.opensource.org>
Hello,
I renamed the webapps/xwiki directory and relaunch the wizard.
thxs for your help.
Pascal B
________________________________
De : Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>
À : Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>
Envoyé le : Samedi 22 février 2014 9h27
Objet : Re: [xwiki-users] missing logo and png
What do you mean by "rename my xwiki"? What did you do exactly? And why did you had to re-install the default set of wiki pages? Did you use the Distribution Wizard or did you re-imported the XAR?
Hope this helps,
Marius
On Feb 21, 2014 3:49 PM, "Pascal BASTIEN" <pbasnews-xwiki(a)yahoo.fr> wrote:
>
> Hello,
>
> I'm in trouble!
>
> On my tomcat server, I renamed my xwiki and reinstall the UI extension but all my png disappeared...
> Like this screeshot:
> http://picpaste.com/logodissapaer-K7ZxXib0.jpg
>
>
> Any ideas?
>
> NB: I refresh my cach
>
>
> Thxs
>
> Pascal B
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
Hi,
Would like to set a backgroundImage dynamically
(I have attached 25 jpg files to a page)
If I add this velocity code into my wiki page it works!
{{velocity}}
[[image:Photos.CdLSWorldbanners@${mathtool.random(1,
25)}.jpg||width="100%"]]
{{/velocity}}
If I add this same code in a stylesheet extension object:
#document-title{
background:transparent
url($doc.getAttachmentURL("Photos.CdLSWorldbanners(a)${mathtool.random(1,
25)}.jpg")) no-repeat scroll right center;
}
I get this result if I inspect the CSS in the browser:
background:transparent
url(/xwiki/bin/download/Sandbox/change%2Ddocument/Photos.CdLSWorldbanners%407.jpg)
no-repeat scroll right center
Any suggestions if this CAN work, and if possible; what am I doing wrong?
Gerritjan
Hi all,
I am having a problem with XWiki that is driving me crazy. It periodically
crashes--interval between crashes from a few days to a few weeks. There
are no errors in the log when it happens.
I am running XWiki enterprise 5.4.2 on Ubuntu, using Tomcat7, Postgresql,
and LDAP authentication.
I am getting errors like the following every hour in the log. I don't know
if this is related or not:
2014-02-23 07:00:00,198 [XWiki Solr index thread] ERROR o.a.s.c.SolrCore
- org.apache.solr.common.SolrException: ERROR:
[doc=xwiki:Scheduler.WatchListHourlyNotifier_] multiple values encountered
for non multiValued field class: [XWiki.SchedulerJobClass,
XWiki.WatchListJobClass, XWiki.XWikiRights]
at
org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:243)
at
org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:73)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:208)
at
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:61)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:432)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:557)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:325)
at
org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:230)
at
org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:157)
arch.solr.internal.AbstractSolrInstance.add(AbstractSolrInstance.java:60)
at
org.xwiki.search.solr.internal.DefaultSolrIndexer.processBatch(DefaultSolrIndexer.java:401)
at
org.xwiki.search.solr.internal.DefaultSolrIndexer.runInternal(DefaultSolrIndexer.java:374)
at
com.xpn.xwiki.util.AbstractXWikiRunnable.run(AbstractXWikiRunnable.java:131)
at java.lang.Thread.run(Thread.java:724)
2014-02-23 07:00:00,199 [XWiki Solr index thread] ERROR
o.x.s.s.i.DefaultSolrIndexer - Failed to process entry [INDEX
xwiki:Scheduler.WatchListHourlyNotifier()]
org.apache.solr.common.SolrException: ERROR:
[doc=xwiki:Scheduler.WatchListHourlyNotifier_] multiple values encountered
for non multiValued field class: [XWiki.SchedulerJobClass,
XWiki.WatchListJobClass, XWiki.XWikiRights]
at
org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:243)
~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:35]
at
org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdaarch.solr.internal.AbstractSolrInstance.add(AbstractSolrInstance.java:60)
at
org.xwiki.search.solr.internal.DefaultSolrIndexer.processBatch(DefaultSolrIndexer.java:401)
at
org.xwiki.search.solr.internal.DefaultSolrIndexer.runInternal(DefaultSolrIndexer.java:374)
at
com.xpn.xwiki.util.AbstractXWikiRunnable.run(AbstractXWikiRunnable.java:131)
at java.lang.Thread.run(Thread.java:724)
teCommand.java:73) ~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06
03:05:35]
at
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:208)
~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:35]
at
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:61)
~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:35]
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:35]
at
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:432)
~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:35]
at
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:557)
~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:35]
at
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:325)
~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:35]
at
org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:230)
~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:35]
at
org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:157)
~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:35]
at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:157)
~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:35]
at
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:35]
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:35]
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:35]
at org.apache.solr.core.SolrCore.execute(SolrCore.java:1699)
~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:35]
at
org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:150)
~[solr-core-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:35]
at
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
~[solr-solrj-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:44]
at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
~[solr-solrj-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:44]
at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
~[solr-solrj-4.0.0.jar:4.0.0 1394950 - rmuir - 2012-10-06 03:05:44]
at
org.xwiki.search.solr.internal.AbstractSolrInstance.add(AbstractSolrInstance.java:60)
~[xwiki-platform-search-solr-api-5.4.1.jar:na]
at
org.xwiki.search.solr.internal.DefaultSolrIndexer.processBatch(DefaultSolrIndexer.java:401)
~[xwiki-platform-search-solr-api-5.4.1.jar:na]
at
org.xwiki.search.solr.internal.DefaultSolrIndexer.runInternal(DefaultSolrIndexer.java:374)
~[xwiki-platform-search-solr-api-5.4.1.jar:na]
at
com.xpn.xwiki.util.AbstractXWikiRunnable.run(AbstractXWikiRunnable.java:131)
~[xwiki-platform-legacy-oldcore-5.4.1.jar:na]
at java.lang.Thread.run(Thread.java:724) ~[na:1.7.0_25]
Thanks very much for your help.
Best regards,
Dan Thayer
--
Research Analyst
Health Information Research Unit
ILS2 Building 2nd Floor
Swansea University
Singleton Park
Swansea SA2 8PP
+44 (0)1792 602 766
Hi everybody.
Thank you for being so helpful.
I was using Xwiki StandAlone installation(.exe) for testing purpose, but
yesterday I decided install a Xwiki ready for production.
Everything was OK, except the Sucess and Error Macros.
In Version 5.3:
http://i.imgur.com/F03E13y.jpg
In Version 5.4
http://i.imgur.com/TUw8RD9.jpg
It appears to be some kind of CSS problem or something similar.
I'm not sure it's a bug or not. Let me know if I must create a Issue on
Jira.
I'm running Xwiki 5.4(latest) on Windows 7 32-bit(.war package) with tomcat
and mysql.
Thank you.
Hello,
A new error message just appeared in the logs of my xwiki instance (3.5).
This is the message :
2014-02-27 18:06:49,307 [Statistics storing daemon] ERROR
.x.x.s.i.x.VisitStatsStoreItem - Failed to save visit statistics object
[class com.xpn.xwiki.stats.impl.xwiki.VisitStatsStoreItem XWiki.XWikiGuest
10.210.105.105Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64;
Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR
3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.1; Microsoft
Outlook 14.0.7109; ms-office; MSOffice 14)
PFEBDVUTJS84C531ZDS26WMNMKJWK1EQ]
It seems this is an old issue, see:
http://xwiki.markmail.org/thread/sob63ol6csslbfqs
But I find nothing in Jira about this subject. Do I have to create one ? Is
this issue still present in the last version of XWiki ?
Thanks for your advice.
Maxime
I am trying to setup a wiki template that contains a menu. In the menu I
want to create a link to Main.WebHome of the root wiki. I have tried:
[[Wiki Home>>Home:Main.WebHome]]
[[Wiki Home>>localhost:Mian.WebHome]]
I tried the 2nd one because localhost is listed as the alias for the root
wiki. Unfortunately neither of these worked. Can anyone tell me the
correct syntax to use?
I am using XWiki 5.4.1 on Ubuntu with MySQL and Tomcat 7. I just did the
vanilla deb install. I have not change the main wiki name or alias.
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-Syntax-2-1-Link-to-root-wiki-tp7589…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Is there a way to force users to use the "Filter Styles" option (when
copy-pasting information from a source to XWiki)?
My users keep pasting information directly into the wiki (which results in a
lot of css markup).
I know I can use a baseball bat, but then there will be no more users left
;-)
--
View this message in context: http://xwiki.475771.n2.nabble.com/Forcing-the-use-of-Filter-Styles-tp758934…
Sent from the XWiki- Users mailing list archive at Nabble.com.
There is share by email link for the page that displays the link which
contains the page name and it is too long.
Is there a way for retrieving a permanent link for a page which does not
change after hierarchy and name changes, ang also it is short?
Thanks
Kurtulus
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-get-permanent-link-of-a-page-tp758…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Wonderfully elegant. Thank you.
Follow-up question directed to <togetherjs(a)mozilla.com>, which I'll
keep inside this xwiki-users' thread, since it might be of broader
interest to people on this list:
Q: What are the practical constraints on number of concurrent
TogetherJS users? Especially, what constraints are there in using the
audio for teleconferencing, ... or even website-based web-casting?
(Xwiki seems to me a great platform for the latter.)
Joseph Potvin
Chair, OSI Working Group on Management Education About Free/Libre/Open
Methods, Processes and Governance
> Date: Wed, 26 Feb 2014 06:27:59 -0500
> From: Patrick Masson <masson(a)opensource.org>
> To: XWiki Users <users(a)xwiki.org>
> Cc: Joseph Potvin <jpotvin(a)opman.ca>
> Subject: Re: [xwiki-users] Use of Mozilla's TogetherJS within Xwiki
> Message-ID: <530DCFBF.7060109(a)opensource.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Marius,
>
> Thanks so much. I installed through the extension manager, and got the
> following...
>
> *
> Starting job of type [install] with identifier
> [extension/action/mflorea:togetherjs-macro/wiki:xwiki]
> *
> Starting job of type [installplan]
> *
> Resolving extension [mflorea:togetherjs-macro-1.0
> <http://wiki.opensource.org/bin/admin/XWiki/XWikiPreferences?extensionId=mfl…>]
> on namespace [xwiki <http://wiki.opensource.org/bin/Main/WebHome>]
> *
> Exception thrown during job execution
> *
> Finished job of type [installplan]
> *
> Tried to remove non-existing property [job.extension.plan] from
> execution context.
> *
> Exception thrown during job execution
> *
> Finished job of type [install] with identifier
> [extension/action/mflorea:togetherjs-macro/wiki:xwiki]
>
> However, I tried again and it worked perfectly.
>
> Thanks,
> Patrick
> Date: Wed, 26 Feb 2014 12:12:26 +0200
> From: Marius Dumitru Florea <mariusdumitru.florea(a)xwiki.com>
> To: XWiki Users <users(a)xwiki.org>
> Subject: Re: [xwiki-users] Use of Mozilla's TogetherJS within Xwiki
> Message-ID:
> <CALZcbBbL8TdVfMws0sg+GKT=aPBSTNgO7rEpKyZk-Wx0fynR1A(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> See http://extensions.xwiki.org/xwiki/bin/view/Extension/TogetherJS+Macro
> . Installable with Extension Manager.
>
> Hope this helps,
> Marius
>
> On Tue, Feb 25, 2014 at 10:57 PM, Joseph Potvin <jpotvin(a)opman.ca> wrote:
>> Hello, Has anyone on this list inserted the Javascript for TogetherJS
>> into Xwiki? https://togetherjs.com/
>> https://github.com/mozilla/togetherjs
>>
>> Any guidance/cautions on this?
>> --
>> Joseph Potvin
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
>
Hi Devs,
i use a custom class (from App within a Minute) which has a list of users as
a class field. For a StringField i use
How can i read the Users from the BaseObject?
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Get-UserList-from-BaseObject-tp7589196.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I was wondering if there was a way for a "child" page created via a link
form a "parent" page to inherit the parent's access rights?
For example, in the breadcrumbs on a page, I might have...
"Wiki Home » Board of Directors » Board Meeting Notes » March 5th, 2014
Notes"
The access rights on "Board Meeting Notes" page is set so that only a
specific group, "Directors" can "view" the page. However, I must
manually set the access rights on " March 5th, 2014 Notes" to view when
I create/edit the page. I would like all of the pages linked off of
this page to inherit the same permissions so I do not need to manually
(or forget) to set permissions everytime a new notes page under "Board
Meeting Notes" is created.
I'll admit to being bias to Confluence's approach--which does not mean
it is right--it's just what I am used to. XWiki may offer a better way
to manage permissions and I am just ignorant of it.
Thanks,
Patrick
--
|| | | |||| || || | |||| ||| | |||
Patrick Masson
General Manager, Director & Secretary to the Board
Open Source Initiative
855 El Camino Real, Ste 13A, #270
Palo Alto, CA 94301
United States
Skype: massonpj
sip: masson(a)getonsip.com
<https://www.getonsip.com/call?a=masson@getonsip.com>
Ph: (970) 4MASSON
Em: masson(a)opensource.org <mailto:masson@opensource.org>
Ws: www.opensource.org <http://www.opensource.org>
Hello everybody.
Here I'am again =).
Vicent explained to me what jira and mailing-lists are used for some time
ago. So, I moved the discussion over there =). (hope I'm posting in the
right place now).
So, let me answer what Marius asked on
http://jira.xwiki.org/browse/XWIKI-10085
First, let me explain better what I said on Jira:
plain text = unstructured information
dynamic label = properties
dynamic object = structured information
The situation:
I have a Space called Product. In this place I store all the products my
company makes(around 50-70 itens). Because of this variety, I've decided to
make a livetable to filter and show the results. I`ve set some parameters
like Product name, Category, Applies to... to be able to easily identify
the Product.
Here is the problem:
Using App Within Minutes I can only insert structured data(Product name,
Category, Applies to, Price). I`am not able to insert plain
text(unstructured) like photos, opinions, competitors, etc.
When I try to insert this type of data(unstructured), it does saves the
content, but it doesn't show what I had writen.
Some time ago I read somewhere in Xwiki`s mailing list that there was no
reason to place this type of information(unstructured) in the same place as
structured information and that AWM wasn`t meant to store this type of
data(I`m trying to find the link, but so far I had no luck).
What I would like to do is insert some tags, labels or properties(whatever
is the right name =)) to be able to identify and sort the itens(by using
livetable). I can do it by using AWM, but it is not enough. I need
unstructured + structured data in the same place.
Let me paint you a picture with the example below:
______________________________________
Product name: AGX
Category: Music Stand
Applies to: Acoustic and Eletric Guitar.
Price: 30
______________________________________
= Description: =
_______
| Photo | AGX is a state-of-the-art music stand. It has the best value
for money you will ever find.,,,
= Strenghts and Weaknesses =
......
_______________________________________
That is what I'm trying to do. If I have not been clear enough, please let
me know.
Thank you very much.
Att. Leonardo.
Hi all,
We are trying to upgrade our XWiki from 4.0 to 5.4.1, but we encouter some
problems:
1) The Activity Stream is not working any longer. It just says "There are no
activities in the stream". No errors as far as I can see, but creating a new
page (or updating a page) does not show anything in the Activity Stream.
2) We used to use the Navigation Menu Wiki Macro
<http://extensions.xwiki.org/xwiki/bin/view/Extension/Navigation+Menu+Wiki+M…>
together with the Navigation Menu Config Application
<http://extensions.xwiki.org/xwiki/bin/view/Extension/NavigationMenuConfig>
in our XWiki 4.0 Now with 5.4.1, we want to use the Menu Application
<http://extensions.xwiki.org/xwiki/bin/view/Extension/Menu+Application> ,
but the Menu Application is not showing the "Menu Structure" (that section
is empty, even though I have pasted our old menu). The "Inline-form" is also
showing nothing, but the WYSIWYG and the Wiki editor DOES show the menu.
Also, on my computer, I have a nice gray background, but that background is
missing for all the other users. Any clue how I can "restore" the background
for the other users?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Upgrade-trouble-4-0-to-5-4-1-tp7589257.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Maybe you have the same problem, and want to add many user-accounts in
bulk. Maybe this script (I wrote) can help you out.
The script can produce a XAR archive that can be uploaded using the
import-function in the Admin panel.
After doing so you still need to add these users to the group XWikiAllGroup
(and additional groups if you like).
Regards,
Michiel.
I'm having trouble getting xwiki to start.
I have:
root@nas:/usr/local/etc/rc.d # uname -a
FreeBSD nas 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26
22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC
amd64
root@nas:/usr/local/etc/rc.d # ps auxwww | grep jetty | grep -v grep
www 1918 0.1 19.4 3714508 1545664 0 S 11:33AM 2:05.47
/usr/local/openjdk7/bin/java -Djetty.home=/usr/local/jetty -jar
/usr/local/jetty/start.jar
root@nas:/usr/local/etc/rc.d # grep jetty /etc/rc.conf
jetty_enable="YES"
jetty_java_version="1.7"
root@nas:/usr/local/etc/rc.d # pkg search jetty
jetty-8.1.11
(The above configured from pkg, with the version override to give me 1.7)
I have configured for postgresql, and created the user and database.
However, trying to browse to xwiki/ gives:
HTTP ERROR 500
Problem accessing /xwiki/bin/view/Main/. Reason:
Server Error
Caused by:
java.lang.NoClassDefFoundError: Could not initialize class sun.security.util.SecurityConstants
at java.lang.Class.getProtectionDomain(Class.java:2181)
at ch.qos.logback.classic.spi.PackagingDataCalculator.getCodeLocation(PackagingDataCalculator.java:165)
at ch.qos.logback.classic.spi.PackagingDataCalculator.calculateByExactType(PackagingDataCalculator.java:123)
at ch.qos.logback.classic.spi.PackagingDataCalculator.populateFrames(PackagingDataCalculator.java:95)
at ch.qos.logback.classic.spi.PackagingDataCalculator.calculate(PackagingDataCalculator.java:55)
at ch.qos.logback.classic.spi.ThrowableProxy.calculatePackagingData(ThrowableProxy.java:147)
at ch.qos.logback.classic.spi.LoggingEvent.<init>(LoggingEvent.java:129)
at ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:439)
at ch.qos.logback.classic.Logger.filterAndLog_0_Or3Plus(Logger.java:395)
at ch.qos.logback.classic.Logger.error(Logger.java:558)
at com.xpn.xwiki.store.DBCPConnectionProvider.configure(DBCPConnectionProvider.java:206)
at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:143)
at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:84)
at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:459)
...
Any idea what I need to fix?
Hi XWIKI Admin,
Can you please create a wiki for new in xwiki community farm.
Here are the details.
Usage : Personal, to put information about me and my family
Also will help me to try out xwiki.
mywiki User Name : swamiworld
Server Name : swami
Thank you
Swami
Hi all.
Is it possible to make a livetable with static content like the Table
Sorter extension proposes(
http://extensions.xwiki.org/xwiki/bin/view/Extension/Table+Sorter)?
Im asking it, because sometimes I just want to order a big static table. I
dont want to create a class and set properties just to make a simple filter
on the content(like in Excel).
I've tried to user the Table Sorter extension, but It seems not to be
working with Xwiki 5.3(maybe because its deprecated).
Thank you =)
Hi.
First, I would like to thank you for you great work. Xwiki is a wonderfull
tool and I'm happy to test it.
I have some questions about the Livetable 2.0 macro. I searched on Xwiki
Wiki and on mailing lists, but I havent found the answer.
- Is there a way to label the column header in livetable 2.0?
In livetable 1, I just need to set columnProperties, but its too difficult
for non-geek people.
#set($columnsProperties = {
"_avatar" : { "type" : "none", "link" : "none", "html" : "true",
"sortable":false },
"first_name" : { "type" : "text" , "size" : 20, "link" : "view"},
"last_name" : { "type" : "text", "link" : "view"},
"email" : { "type" : "text" }
Idea: Perhaps you can introduce a interface just like in the App Within
Minutes Application(drag-and-drop the columns you want to display).
Thank you very much =)
I have been trying to use the html macro to be able to use embed or
iframe to display an external site within a wiki page. I have a Prezi,
but want to display it in the context of the wiki page, rather than
linking to it on its own.
I had posted before about having an issue with this, and the reply was
someone who has it working - I used his code (actually the same as mine)
but it still isn't working.
Is there other dependencies, such as in the back end that would affect
this?
Ideas??
Running xwiki 4.2 (cannot upgrade at this time due to custom app...)
Paul Pinkerton
KnowledgeNow Project Lead
-----Original Message-----
From: Paul Pinkerton (ACLCO)
Sent: January-10-14 1:07 PM
To: users(a)xwiki.org
Subject: document viewer macro
I have installed the docviewer macro, but it doesn't work! Have others
had success with this?
Similarly, I am having trouble with html iframes displaying. I have
tried viewing these pages in a number of different browers with no
success.
Insight?
Paul Pinkerton
KnowledgeNow Project Lead
Je serai absent(e) à partir du 22/02/2014 de retour le 03/03/2014.
je suis en congés.
Je répondrai à vos messages dès mon retour.
En cas de problème technique lié aux progiciels du CESAP, veuillez
contacter SYNOX au 05 67 34 66 56.
Merci
Good Morning
When I am logged in with Admin default, and go to the edit menu, the "Wiki"
"WYSIWYG", "Online Form", "Access Permissions", "Object", "class", but
options logo is displayed when another user group admin does not show these
options.
How can I make this another administrator user can view these options?
tks
--
Saulo S. Bravim
Does anyone have a document on configuring xwiki.properties, and installing
openoffice in order to have the office importer function working on redhat?
It works straight out of the box on Ubuntu, however really struggling here
with rhel.
# Settings for the OpenOffice server instance consumed by the OfficeImporter
component
#-------------------------------------------------------------------------------------
#-# [Since 1.9M2]
#-# Type of the openoffice server instance used by officeimporter component.
#-# 0 - Internally managed server instance. (Default)
#-# 1 - Externally managed (local) server instance.
# openoffice.serverType=0
#-# [Since 1.9M2]
#-# Port number used for connecting to the openoffice server instance.
#-# Default port is 8100
# openoffice.serverPort=8100
#-# [Since 1.9M2]
#-# If the openoffice server should be started / connected upon XE start.
#-# Default value is false
# openoffice.autoStart=false
#-# [Since 1.8RC3]
#-# Path to openoffice installation (serverType:0 only).
#-# If no path is provided, a default value will be calculated based on the
operating environment.
# openoffice.homePath=/opt/openoffice4
#-# [Since 1.8RC3]
#-# Path to openoffice execution profile (serverType:0 only).
#-# If no path is provided, a default value will be calculated based on the
operating environment.
# openoffice.profilePath=/home/user/.openoffice.org/3
RPM
rpm -qa | grep -i openoffice
openoffice-en-GB-base-4.0.0-9702.i586
openoffice-base-4.0.0-9702.i586
openoffice-images-4.0.0-9702.i586
openoffice-ooofonts-4.0.0-9702.i586
openoffice-brand-draw-4.0.0-9702.i586
openoffice-en-GB-help-4.0.0-9702.i586
openoffice-core03-4.0.0-9702.i586
openoffice-ogltrans-4.0.0-9702.i586
openoffice-xsltfilter-4.0.0-9702.i586
openoffice-brand-math-4.0.0-9702.i586
openoffice-en-GB-4.0.0-9702.i586
openoffice-en-GB-draw-4.0.0-9702.i586
openoffice-en-GB-res-4.0.0-9702.i586
openoffice-core02-4.0.0-9702.i586
openoffice-core07-4.0.0-9702.i586
openoffice-writer-4.0.0-9702.i586
openoffice-javafilter-4.0.0-9702.i586
openoffice-pyuno-4.0.0-9702.i586
openoffice-brand-base-4.0.0-9702.i586
openoffice-brand-impress-4.0.0-9702.i586
openoffice-core01-4.0.0-9702.i586
openoffice-en-GB-calc-4.0.0-9702.i586
openoffice-en-GB-math-4.0.0-9702.i586
openoffice-calc-4.0.0-9702.i586
openoffice-core06-4.0.0-9702.i586
openoffice-math-4.0.0-9702.i586
openoffice-graphicfilter-4.0.0-9702.i586
openoffice-ooolinguistic-4.0.0-9702.i586
openoffice-4.0.0-9702.i586
openoffice-brand-en-GB-4.0.0-9702.i586
openoffice-ure-4.0.0-9702.i586
openoffice-en-GB-impress-4.0.0-9702.i586
openoffice-core05-4.0.0-9702.i586
openoffice-gnome-integration-4.0.0-9702.i586
openoffice-core04-4.0.0-9702.i586
openoffice-brand-writer-4.0.0-9702.i586
openoffice-impress-4.0.0-9702.i586
openoffice-en-GB-writer-4.0.0-9702.i586
openoffice-draw-4.0.0-9702.i586
openoffice-onlineupdate-4.0.0-9702.i586
openoffice-brand-calc-4.0.0-9702.i586
--
View this message in context: http://xwiki.475771.n2.nabble.com/Redhat-Xwiki-5-4-Office-server-configurat…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I tried to install an instance of XWiki version 5.4.1 using Tomcat and MySQL on Windows 7.
I ran the Windows installer for Tomcat 7.0.52. It created the service and I put in a couple users in tomcat-users.xml. The Tomcat default page shows in the browser OK, and I can run the manager web app.
I think I followed the instructions to install XWiki with Tomcat (http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat), expanding the file xwiki-enterprise-web-5.4.1.war into {tomcat}/webapps/xwiki and editing the config files therein.
I ran the Windows installer for MySQL 5.6.16, and MySQL Connector for Java 5.1.29 (and copied the jar to /xwiki/WEB-INF/lib). I can run the MySQL Workbench 6.0 app, no errors appear.
I think I followed the instructions to install XWiki to use MySQL (http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL)
When I try to navigate to http://localhost:8080/xwiki/ it (Firefox 27.0.1) hangs forever.
When I read the logs at C:\shared\apache-tomcat-7.0.52\logs\catalina.2014-09-19.log, I get this:
Feb 19, 2014 1:32:59 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Shared\apache-tomcat-7.0.52\webapps\xwiki
Feb 19, 2014 1:33:41 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Feb 19, 2014 1:33:41 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Feb 19, 2014 1:33:41 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 43033 ms
... and nothing else. Previously in the logs I saw things like this:
Feb 19, 2014 10:07:08 AM org.jboss.netty.channel.socket.nio.AbstractNioWorker
WARNING: Unexpected exception in the selector loop.
java.lang.OutOfMemoryError: PermGen space
There is supposed to be a way to pass a -XX parameter, but the Tomcat instructions above say it doesn't work when it is a service. You are supposed to be able to use tomcat7w.exe, and I have set the memory in that application (on the Java tab) to Initial=512MB and Maximum memory pool=1024MB. I tried creating a setenv.bat and setting a CATALINA_OPTS environment variable and restarting the service, to no avail. Because the out-of-memory errors stopped, I'm wondering if it is some other problem. Firewall?
What am I missing? Are there some other logs that will tell me what the problem is?
Thanks for your time!
--Kevin
________________________________
This electronic message may contain confidential information and is intended for the use of the intended addressee(s) only. If you are not an intended addressee, note that any disclosure, copying, distribution, or use of the contents of this message is prohibited. Any products referred to herein are for investigational use only and not approved for sale. If you have received this e-mail in error, please contact the sender.
Trying to install on CentOS / Tomcat6 / MySQL
And have managed to do it once with the previous version.
Now I try to do it again with the 541 release.
After battling through the mysql connector problem and various other things, I now get a 500 error with the message " Component manager has not been initialized before lookup"
I've tried to google it, didn't understand enough to find a solution.
Halp?
<<<
exceptionjavax.servlet.ServletException: java.lang.RuntimeException: Component manager has not been initialized before lookup for [org.xwiki.model.reference.DocumentReferenceResolver< java.lang.String >] for hint [currentmixed]
root causejava.lang.RuntimeException: Component manager has not been initialized before lookup for [org.xwiki.model.reference.DocumentReferenceResolver< java.lang.String >] for hint [currentmixed]
>>>
Hi ,
Is there someone who success to import users from LDAP in xwiki 5.x ?
I'm preparing a fresh install of xwiki 5.4 but have to give specific access
to different spaces for +700 users. A bit difficult/boring to
export/import users one by one from xwiki 2.8 to 5.4.( 2 different
tomcat/oracle servers)
Thanks for help
Patrick
I am new to xwiki so bear with me if this a solution already built into
xwiki.
I would like to create a navigation panel that will automatically populate a
list of all wikis (including home) in a xwiki farm and contain links to each
wiki's home page. Does anyone know how to create this panel?
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Navigation-Panel-that-lists-all-wiki-s-in…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hallo all,
our xWiki editors often forget to check the "Is minor edit" check box,
creating lots of version history for each document.
Now our Wiki gets noticeably slower and we are assuming all that
versioning has to do with it.
Is there a way to delete all version history at once on the xWiki, only
keeping the latest version of each document?
And is there a way to make the "Is minor edit" a default when storing
changes?
Thanks!!
Regards, Elke
Good afternoon.
I have a problem to add new gadget in dashboard.
I click the button to add a new gadget, choose the application, configure
and click on add. The page reloads, but does not display the application,
someone has gone through this problem?
Currently use xwiki 5.4.1 enterprise.
thank
I have created a space "IT" but now want to rename that space "IT Use Only".
I changed the name by editing the space which changed the name in the page itself and in the breadcrumbs of child pages. However, it didn't change the name in the Spaces listings.
Bill Vlahos | Director, Infrastructure Services | AMERICANTOURS INTERNATIONAL LLC.
6053 West Century Blvd, Los Angeles, CA 90045 | ph 310.590.4227
email bill_vlahos(a)americantours.com | www.americantours.com
Hi,
I've one page (let's call it "Template page") made up of 2 included files.
Code of "Template page" is something like this :
{include document="PageChap1"/}
{include document="PageChap2"/}
I'd like to copy "Template page" to a new page (in the same space) and
renaming includes at the same time
Is it possible and is there any way (existing script or extension) to do
that ?
Thanks in advance,
--
View this message in context: http://xwiki.475771.n2.nabble.com/Copy-page-with-includes-tp7588912.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
To all,
I want to use velocity or groovy to query an external SQL Database. I have
found the SQL Tools Extension
<http://extensions.xwiki.org/xwiki/bin/view/Extension/SQL+Tools> but I
have NO clue how to use this extension! It seems to be out of date (I am
using XWiki 5.4) because the page that comes with the extension is garbled
(parts of the page shows the code, parts of the page shows an HTML form).
Is the SQL Tools Extension the right tool to use to query an external SQL
Database?
Does anyone have an example (velocity or groovy) on how to query an external
SQL Database?
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-use-the-SQL-Tools-tp7589126.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I tried without succes this method:
http://jira.xwiki.org/browse/XWIKI-865
to connect on my ldaps...
I can't connect on my wiki when I use a ldaps server...
Someone managed to connect?
Are they a way to debug this, to found my mistake?
Do you have a documentation about this?
Thxs for your anwer.
Pascal B