NB Just had the same error with the distribution wizard when installing
initial set of pages:
Failed to create directory within 10000 attempts (tried 1471421247917-0 to
1471421247917-9999)
class org.xwiki.extension.InstallException: Failed to resolve extension
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:774)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:393)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:290)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:224)
at
org.xwiki.extension.job.internal.InstallPlanJob.runInternal(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:188)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: class java.lang.IllegalStateException: Failed to create directory
within 10000 attempts (tried 1471421247917-0 to 1471421247917-9999)
at com.google.common.io.Files.createTempDir(Files.java:433)
at
org.xwiki.extension.repository.aether.internal.XWikiRepositorySystemSession.<init>(XWikiRepositorySystemSession.java:64)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepositoryFactory.createRepositorySystemSession(AetherExtensionRepositoryFactory.java:81)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.createRepositorySystemSession(AetherExtensionRepository.java:183)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolveMaven(AetherExtensionRepository.java:313)
at
org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolve(AetherExtensionRepository.java:201)
at
org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.resolve(DefaultExtensionRepositoryManager.java:251)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.resolveExtension(AbstractInstallPlanJob.java:821)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:685)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:659)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:911)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:772)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:393)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:290)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:224)
at
org.xwiki.extension.job.internal.InstallPlanJob.runInternal(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:205)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:188)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
--
View this message in context: http://xwiki.475771.n2.nabble.com/Distribution-Wizard-tp7600517p7600689.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
The day after upgrading http://selfbus.myxwiki.org to 8.2.1, I found a
handful of spammer accounts that were created as local users in the wiki.
The wiki was configured to
* Only an admin can send invitations to join this wiki
* Both global and local users are available in the wiki
Interestingly this still allows new users to be registered.
Also strange is that the registration captcha does not show as it should
also.
The wiki is now set to allow only global users, so there is no immediate
problem.
I only wanted to report my observations, as it looks like a bug in xwiki
to me.
Kind regards,
Stefan
Hi!
We are configuring XWiki in some machines for different purposes (tests, development, etc). In dev machine, I'm getting error with url encoding but this error doesn't happen in my local machine. What is strange for me is that I made the same standard XWiki installation in both machines.
Dev machineCentOS, Tomcat 8.5.4
Local machine
Ubuntu 15.10, Tomcat 8.5.4
Steps to reproduce this error (XWiki 8.2.1):
1) Create a page with title: "Projects Test"
2) The url result is xwiki/bin/view/Projects%2BTest/
3) When I edit and save, another page is created: xwiki/bin/view/Projects%252BTest/
4) If I edit and save this new page, another page is created: xwiki/bin/view/Projects%25252BTest/
I've already checked configuration files specified in XWiki Character Encoding Configuration (AdminGuide.Encoding) - XWiki and all them are OK.
If i need to provide more information about this issue, please let me know. Thanks for helping me!
RegardsFernando
Hi all,
I run XWiki with a Glassfish Server
Is there a way to see why my CPU its staled at 100% ?
Java use all my process.
How can I know why ?
Thanks in advance for your answer!
Sébastien
The default xwiki image syntax does not provide the ability to click an image to enlarge it.
There seem to be two extensions that provide this feature:
- Lightbox Macro
- Thumbnail Macro
But using a macro for this is not an option because:
- they need to be inserted manually in CKEditor (no copy paste into browser)
- you have to type in the image attachment name (no autocomplete)
- It is not possible to resize the macro (image) visually in CKEditor, you have to type in the desired image width
- Both macros do not have an option for horizontal alignment (e.g. right)
- Lightbox Macro seems buggy in CKEditor, its killing content below the macro
This is a major issue for us, we have to provide our users as much WYSIWYG handling as possible.
What are our options? Is it possible to replace the default syntax ckeditor is using for images and provide it with a code template so it uses for example the Thumbnail Macro?
Am I missing some awesome extension?
Thank you in advance
Mario
Is it possible to create multilingual Pages for the FAQ Application?
My test xwiki (8.2.1) is set to multilanguage=yes; supported languages=en,de ; default language=en
If I create a new FAQ question, the WXSIWYG Editor does not provide the ability to translate the page (because it defaults to inline form edit)
If I open the page in wiki syntax mode, the translation options appear on the right side panel. I may switch language and translate the Page Title but the translated title is not displayed in view mode and furthermore the question content is not shown because it is stored in an FAQCode.FAQClass Object.
Are multilingual FAQs possible?
Thank you.
Created a new 8.2.1 wiki using mysql and tomcat 7 and initial user (created
by the distribution wizard) seems unable to create a new wiki despite being
part of the admin group, which was granted "create wiki" right and also
being given "create wiki" right in the administration app.
The salient error seems to be:
*Access denied for user 'xwiki'@'%' to database 'wikiweb'* (where wikiweb
was the new wiki name)
the 'xwiki'@'localhost' mysql user has all privileges on *.*, so this does
not seem to be the problem - could anyone shed any light on what the problem
might be or what I could look at?
Thanks
Tim
The full set of error messages are below:
Starting job of type [wikicreationjob] with identifier
[wikicreation/createandinstall/wikiweb]
Access denied for user 'xwiki'@'%' to database 'wikiweb'
class org.xwiki.platform.wiki.creationjob.WikiCreationException: Failed to
execute creation steps on the wiki [wikiweb].
at
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJob.runInternal(WikiCreationJob.java:102)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: class org.xwiki.platform.wiki.creationjob.WikiCreationException:
Failed to create the wiki [wikiweb].
at
org.xwiki.platform.wiki.creationjob.internal.steps.CreateWikiStep.execute(CreateWikiStep.java:54)
at
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJob.runInternal(WikiCreationJob.java:96)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: class org.xwiki.wiki.manager.WikiManagerException: Failed to
create database for wiki "wikiweb"
at
org.xwiki.wiki.internal.manager.DefaultWikiCreator.create(DefaultWikiCreator.java:69)
at
org.xwiki.wiki.internal.manager.DefaultWikiManager.create(DefaultWikiManager.java:88)
at
org.xwiki.platform.wiki.creationjob.internal.steps.CreateWikiStep.execute(CreateWikiStep.java:52)
at
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJob.runInternal(WikiCreationJob.java:96)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: class com.xpn.xwiki.XWikiException: Error number 3401 in 3:
Exception while create wiki database wikiweb
at
com.xpn.xwiki.store.XWikiHibernateStore.createWiki(XWikiHibernateStore.java:338)
at
com.xpn.xwiki.store.XWikiCacheStore.createWiki(XWikiCacheStore.java:629)
at
org.xwiki.wiki.internal.manager.DefaultWikiCreator.create(DefaultWikiCreator.java:67)
at
org.xwiki.wiki.internal.manager.DefaultWikiManager.create(DefaultWikiManager.java:88)
at
org.xwiki.platform.wiki.creationjob.internal.steps.CreateWikiStep.execute(CreateWikiStep.java:52)
at
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJob.runInternal(WikiCreationJob.java:96)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: class com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException:
Access denied for user 'xwiki'@'%' to database 'wikiweb'
at sun.reflect.GeneratedConstructorAccessor167.newInstance(Unknown
Source)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
at com.mysql.jdbc.Util.getInstance(Util.java:387)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:942)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3966)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3902)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2526)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2673)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2545)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2503)
at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:839)
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:739)
at
org.apache.commons.dbcp2.DelegatingStatement.execute(DelegatingStatement.java:291)
at
org.apache.commons.dbcp2.DelegatingStatement.execute(DelegatingStatement.java:291)
at
org.apache.commons.dbcp2.DelegatingStatement.execute(DelegatingStatement.java:291)
at
com.xpn.xwiki.store.XWikiHibernateStore.createWiki(XWikiHibernateStore.java:320)
at
com.xpn.xwiki.store.XWikiCacheStore.createWiki(XWikiCacheStore.java:629)
at
org.xwiki.wiki.internal.manager.DefaultWikiCreator.create(DefaultWikiCreator.java:67)
at
org.xwiki.wiki.internal.manager.DefaultWikiManager.create(DefaultWikiManager.java:88)
at
org.xwiki.platform.wiki.creationjob.internal.steps.CreateWikiStep.execute(CreateWikiStep.java:52)
at
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJob.runInternal(WikiCreationJob.java:96)
at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:206)
at org.xwiki.job.AbstractJob.run(AbstractJob.java:189)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Finished job of type [wikicreationjob] with identifier
[wikicreation/createandinstall/wikiweb]
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-8-failure-to-add-new-wiki-Access-de…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, using the Document Tree Macro to display a tree of children pages of the current pages always generates a alphabetically sorted tree.
Is it possible to order the tree by the last edit timestamp of the pages (descending) or other criteria? Neither the Document Tree Macro nor the Tree Macro extension pages seem to say anything about "order" or "sort".
Thank you in advance
Mario
Hi
Is there a way to re-send the activation link/code to a user without having to delete and recreate the user account? I’ve already configured permissions for this user and I really don’t want to have to do it again please. I created several users and they thought it was wiser to not activate it at the time.
Kind regards,
Mahomed Hussein
Custodian Data Centre
Email: Mahomed(a)CustodianDC.com
http://www.CustodianDC.com
The new 4 templates in 8.2 are nice. But the view on mobile need to be
corrected, i think.. e.g. the contents section of encyclopedia template
should come at top but currently its at bottom when view on small screens. I
dont intend to change the template structure for large/ PC screens (they are
really good), but want to adjust for small screens.
How can i do that?
Also any help on 'how to reorganize content view on mobile' is appreciated.
--
View this message in context: http://xwiki.475771.n2.nabble.com/mobile-tablet-support-for-new-templates-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have started a Wiki on Windows Programming <http://nncnannara.net/> in a
new language called Hecsadecinnal <http://nncnannara.net/Html/Patent.html>.
It has code in the C# and C++ languages. I need syntax highlighting to make
the web site look respectable by modern standards. Does XWiki support
syntax highlighting?
Hello,
I am asking help on the matter of changing the left and right panel size of the XWiki i've installed. I'm using a war installed Xwiki 8.1 with a flamingo theme. So far from what I've gathered is
that usable panel sizes are small, medium and large. What I'm looking for is something between small and medium. Is there a .vm or a .css file in the WAR package where I can modify
the width of the panels manually? Or is there some other way to more precisely alter the width of the panels?
Thanks in advance,
Rudi
________________________________
T?m? s?hk?postiviesti (liitteineen) saattaa sis?lt?? luottamuksellista tietoa, joka on tarkoitettu
vain vastaanottajalleen. Jos et ole oikea vastaanottaja, ilmoita viestin l?hett?j?lle tapahtuneesta
virheest? ja tuhoa viesti v?litt?m?sti. Viestin luvaton julkaiseminen, kopioiminen, jakelu tai muu
k?ytt? tai toimenpiteisiin ryhtyminen sen perusteella on ehdottomasti kielletty.
This message (including any attachments) may contain confidential information intended for
the person or entity to which it is addressed. If you are not the intended recipient, notify the
sender and delete this message immediately. Notice that disclosing, copying, distributing or any
other use of the message and its information, or taking any action based on it, is strictly prohibited.
________________________________
Hi, Tom,
Depends how you`ve deleted the Admin user.
If you`ve just sent it to the recycle bin, then going on the
http://<server>/xwiki/bin/view/XWiki/Admin
page should show you the option to restore the profile page from recycle
bin.
If no such option exists (and you`ve deleted it from the recycle bin as
well), the you have to recreate it. Just go to the same page, press the +
(create page) button, make sure "Terminal page" is checked and hit
"create", then "save". After that, go into object edit mode on the same
page and add an object of the class XWiki.XWikiUser. Hit "Save" and the go
into view mode where it should start looking like a user profile page
again. The next thing would be to reset its password so that you can then
log in with it at some point.
Another option (instead of recreating it) would be to completely restore it
by manually re-import just the XWiki.Admin page from the UI XAR, but I
would need to know what exact XWiki version you have so I can give you the
right link.
Thanks,
Eduard
On Tue, Aug 16, 2016 at 12:31 PM, Tom Neumann <tom.neumann(a)outlook.de>
wrote:
> Hi Eduard,
>
> thanks for your help!
> How can I recreate the user if the macros don't work at that point?
> It does not seem to work out.
>
> Thanks,
> Tom
>
> > From: enygma2002(a)gmail.com
> > Date: Tue, 16 Aug 2016 12:25:05 +0300
> > To: users(a)xwiki.org
> > Subject: Re: [xwiki-users] failed to execute velocity macros
> >
> > Hi,
> >
> > Deleting the XWiki.Admin user is not a good idea. It is generally used as
> > the last author and content editor of pretty much all the default XWiki
> > documents, most of them containing scripts. A script can only execute if
> > its last content author has the SCRIPT right. If that author is deleted,
> > then the script also loses its right to execute. So it does not matter
> what
> > user you use to *see* the script, but what user you used to *save* the
> > script (thus granting it the rights of this last user/author).
> >
> > My suggestion is that you undelete/recreate the XWiki.Admin user (easiest
> > option) and then disable it (i.e. mark it as inactive to not allow it to
> > log in), if you don`t want to use it. This way the old scripts inside
> wiki
> > pages will resume functioning.
> >
> > Note that this is not only about the Admin user, so you need to be aware
> > that once you delete a user, you "revoke" the right of execution for any
> > scripts he might have authored. This is generally a good thing, but it
> can
> > also bite you, as you`ve seen.
> >
> > This extension might also be useful (but recommended only for users other
> > than XWiki.Admin):
> > http://extensions.xwiki.org/xwiki/bin/view/Extension/
> Change+Content+Author
> >
> > Hope this helps,
> > Eduard
> >
> > On Tue, Aug 16, 2016 at 11:38 AM, Tom Neumann <tom.neumann(a)outlook.de>
> > wrote:
> >
> > > Hi all,
> > >
> > > I've got a problem with my xwiki build right now.
> > > I configured LDAP and gave my LDAP user all the rights on the wiki,
> but I
> > > forgot to make him the owner of the wiki.
> > > After that I logged in with the LDAP user and deleted the old admin
> > > account and tried to set my LDAP user as owner of the wiki.
> > >
> > > Now every page shows this message:
> > > Failed
> > > to execute the [velocity] macro. Cause: [The execution of the
> > > [velocity] script macro is not allowed. Check the rights of its last
> > > author or the parameters if it's rendered from another script.]. Click
> > > on this message for details.
> > >
> > > Even the superuser account can't see the pages normally.
> > > What can I do? Is there a setting to give velocity macro rights to
> > > everybody?
> > > Or can I edit the database somehow?...
> > >
> > > Thanks,
> > > Tom
> > >
> > > _______________________________________________
> > > users mailing list
> > > users(a)xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> > >
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Hi all,
I've got a problem with my xwiki build right now.
I configured LDAP and gave my LDAP user all the rights on the wiki, but I forgot to make him the owner of the wiki.
After that I logged in with the LDAP user and deleted the old admin account and tried to set my LDAP user as owner of the wiki.
Now every page shows this message:
Failed
to execute the [velocity] macro. Cause: [The execution of the
[velocity] script macro is not allowed. Check the rights of its last
author or the parameters if it's rendered from another script.]. Click
on this message for details.
Even the superuser account can't see the pages normally.
What can I do? Is there a setting to give velocity macro rights to everybody?
Or can I edit the database somehow?...
Thanks,
Tom
Hello,
It appears that myxwiki.org is down. I have been unable to access our xwiki (http://scservicesub.myxwiki.org/) since August 13 and it appears down again now. Has anyone looked at it?
Thanks,Regan
Hi again Jeff,
> On 15 Aug 2016, at 21:20, Jeff Tipton <tiptonj(a)ipfw.edu> wrote:
>
> I cannot connect to mywiki.org. Is there any way to retrieve the current content?
As I said in my previous mail, there’s currently a problem on myxwiki.org, and it should be fixed tomorrow.
Thanks
-Vincent
PS: Please don’t send private emails (I receive too many of those ;)). All support for myxwiki.org is done on the users list.
> Jeffrey F Tipton
> Manager - Application Systems Development
> Indiana University Purdue University Fort Wayne (IPFW)
> 2101 E. Coliseum Boulevard KT 204M
> Fort Wayne, IN 46805-1499
> 260-481-6200
>
> From: Vincent Massol [mailto:vmassol@gmail.com] On Behalf Of vincent(a)massol.net
> Sent: Saturday, December 05, 2015 5:29 AM
> To: XWiki Users <users(a)xwiki.org>
> Cc: Jeff Tipton <tiptonj(a)ipfw.edu>
> Subject: Re: [xwiki-users] [myxwiki] new wiki request
>
> Hi Jeff,
>
> I’ve now created your wii and it’s available at http://ipfwsole.myxwiki.org/ I’ve made it a closed wiki by default. You can change that in the admin.
>
> Please note that this farm is a testing farm with no guarantees whatsoever (uptime, performances, etc). See http://myxwiki.org for details.
>
> Right now myxwiki.org seems to be running slowly.
>
> Enjoy your wiki!
>
> Thanks
> -Vincent
>
> On 4 Dec 2015 at 21:35:10, Jeff Tipton (tiptonj@ipfw.edu(mailto:tiptonj@ipfw.edu)) wrote:
>
> > Description: Wiki to use for a Self-Organized Learning Environments (SOLE) experiment at Indiana University-Purdue University Fort Wayne (IPFW) based on the Ted Talk by Sugata Mitra.
> >
> > Ted Talk: https://www.youtube.com/watch?v=dk60sYrU2RU
> > Ted Description: https://www.ted.com/talks/sugata_mitra_build_a_school_in_the_cloud
> >
> > Owner: JeffreyTipton
> > Wiki Name: ipfwsole.myxwiki.org
> >
> >
> > Jeffrey F Tipton
> > Manager - Application Systems Development
> > Indiana University Purdue University Fort Wayne (IPFW)
> > 2101 E. Coliseum Boulevard KT 204M
> > Fort Wayne, IN 46805-1499
> > 260-481-6200
>
Description: Wiki to use for a Self-Organized Learning Environments (SOLE) experiment at Indiana University-Purdue University Fort Wayne (IPFW) based on the Ted Talk by Sugata Mitra.
Ted Talk: https://www.youtube.com/watch?v=dk60sYrU2RU
Ted Description: https://www.ted.com/talks/sugata_mitra_build_a_school_in_the_cloud
Owner: JeffreyTipton
Wiki Name: ipfwsole.myxwiki.org
Jeffrey F Tipton
Manager - Application Systems Development
Indiana University Purdue University Fort Wayne (IPFW)
2101 E. Coliseum Boulevard KT 204M
Fort Wayne, IN 46805-1499
260-481-6200
Hello dear admins,
it seems that our wiki - http://selfbus.myxwiki.org - is unreachable
since 13.8.
Please have a look, I cannot do anything from my end.
Thanks in advance,
Stefan
Hi all,
I have a question about case sensitivity of usernames in the context of
an LDAP authentication. As far as I understand, LDAP directories are
mostly case insensitive (reference: 'A note about case sensitivity in
LDAP' [1]). XWiki usernames, however, are case sensitive. In order to
avoid any ambiguity with usernames, we are considering to use only
lowercase usernames. Is there a way to force XWiki to use the username
as it is stored in the LDAP directory, case-wise?
The need seems to be marked as fixed at [2]. However, when doing tests
with OpenLDAP, I notice the following (with XWiki 6.4.2):
- Context: a user with uid 'aliddell' is present in the LDAP directory.
- Logging in with username 'ALIDDELL' succeeds and a user
'XWiki.ALIDDELL' gets created (while we'd like to get 'XWiki.aliddell').
- Subsequent logins with other cases get bound to the existing login
'XWiki.ALIDDELL'.
I understand that we may rewrite the username in JavaScript but that
would work only with form-based auth. Should we write our own
LDAPAuthService to meet the need ? Or would you have other suggestions?
[1] http://www.zytrax.com/books/ldap/ch2/
[2] http://jira.xwiki.org/browse/XWIKI-238
Thanks a lot,
Kind regards,
Stéphane
--
Stéphane Laurière
CTO OW2 www.ow2.org
+33 645 816 202 @slauriere
Hello,
I am trying to build XWiki from source using 'mvn clean install'
I am getting errors at
xwiki-platform/xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-default/src/test/java/org/xwiki/mail/internal/FileSystemMailContentStoreTest.deleteMailStore:78
The errors are of the form:
saveMessageWithCustomMessageId(org.xwiki.mail.internal.FileSystemMailContentStoreTest)
java.io.IOException: Unable to delete directory
These exceptions cause several JUnit tests to fail, and thus I cannot
finish building the project.
Any ideas of why this directory and the files in it cannot be deleted? It
seems to be trying to delete some temporary files that are created during
the build.
Thanks,
J
Hello,
When I'm on the search page of XWiki, every time I click on title, date, etc. (in order by), is added a blank line on the page. This causes the search box down.
In fact, by clicking on the sort order <p> tags of the page is duplicated. The same happens if I click on the facets,
http://localhost:8080/xwiki-enterprise-web-7.4.4/bin/view/Main/Search?text=…
Regards,Julio
Hi,
I have a use case where I am creating command documentation and am using a
template that looks roughly like this.
Page: Command Name One
h1. Command Name One
h2. Usage
h2. Options
h2 Command Details
h2 Troubleshooting
Page: Command Name Two
h1. Command Name Two
h2. Usage
h2. Options
h2 Command Details
h2 Troubleshooting
I have about 20 commands that I have documented in this template.
The issue is when you include or display them on one page and add a table
of contents the macro renders correctly but the links for the duplicate h2
records all link to the first occurrence.
Does anyone have a suggestion on how to fix this? I would like to keep them
on separate pages but the way its looking now ill have to merge them down
to a single page for the h2 links to work throughout the document.
Thanks in advance,
Patrick