Hello,
I ran some NestedPagesMigration migrator (http://extensions.xwiki.org/xwiki/bin/view/Extension/Nested Pages Migrator Application) tests before use it on my server.
Did you notice that the applcation didn't respect the checked action checkbox?
I click on "Compute plan", uncheck all pages checkbox but only one page checkbox with his children (ie sandbox with 3 children pages) and click on "execute plan" and log show that all pages are converted...:
Start the execution of the plan.
Converting [xwiki:Encyclopédie.SMQ-P3 : Forge et autres outils] to [xwiki:Encyclopédie.SMQ-P3 : Forge et autres outils].
Converting [xwiki:Encyclopédie.Enterprise Architect] to [xwiki:Encyclopédie.Enterprise Architect.WebHome].
Converting [xwiki:Encyclopédie.TMA 2016 - Groupe de travail] to [xwiki:Encyclopédie.TMA 2016 - Groupe de travail].
Converting [xwiki:Encyclopédie.TMA DCE 2016 - Pièces constitutives] to [xwiki:Encyclopédie.TMA DCE 2016 - Pièces constitutives.WebHome].
Converting [xwiki:Sandbox.WebHome] to [xwiki:Sandbox.WebHome].
Converting [xwiki:Sandbox.TestPage1] to [xwiki:Sandbox.TestPage1.WebHome].
I use Nested Pages Migrator Application 0.7 on xwiki 8.4.4 (after xwiki 7.0.1 upgrade)
Thxs.
Pascal B
Is it possible to use the TOC-macro in a side panel
When I have a panel with the following code:
{{velocity}}
#panelheader('waihonaTableOfContent')
{{toc start=1 depth=6 numbered=false scope=page /}}
#panelfooter()
{{/velocity}}
And I place that panel on a page I'm getting no results?
Gerritjan Koekkoek
Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
Visit our website<http://www.cdlsworld.org>
Facebook<https://www.facebook.com/gerritjan.koekkoek>
email<gerritjan(a)cdlsworld.org>
Hello XWiki! :)
Could you please help with a wiki to manage our internal knowledge and
documents?
We'll be restarting a startup acceleration program in Cluj-Napoca as a
non-profit. It's founded by Liberty Technology Park Cluj, Banca
Transilvania, Universitatea „Babeș-Bolyai” și Universitatea Tehnică din
Cluj-Napoca. We're working on designing the program and a wiki will help
us better organize.
http://spherikaccelerator.com/
Owner: Alex Burciu
Wiki: spherik-accelerator
Thanks,
Alex
I use short url for my xwiki site. But for any page creation, saving has
always been a problem.
The page is actually saved but still it gives error message as 'server not
responding'. However this bug is faced only while saving for first time and
never afterwards.
I had mentioned it here before as well and had concluded its reason being
short url. Any fix for this please?
Its really important as any new user wouldn't be comfortable to see this
error message during very first page creation.
I have already checked without short url.. it works!
--
View this message in context: http://xwiki.475771.n2.nabble.com/short-url-bug-server-not-responding-tp760…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi @all
I have some trouble to connect a new blank XWIKI installation to a MS AD DS Server.
This is my XWIKI installation:
XWIKI Enterprise 9.2
LDAP relecant Extensions:
- LDAP Application 9.2.4
- LDAP Class Libraries for Java (JLDAP) 4.3
- LDAP API 9.2.4
- LDAP Authenticator 9.2.4
The only LDAP related settings in xwiki.cfg are:
xwiki.authentication.authclass=org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl
xwiki.authentication.ldap.trylocal=1
These are the most important AD DS connection settings done in the XWIKI "LDAP Application" UI interface:
Ldap login matching: CN={0},OU=Benutzer,OU=TTBV,DC=ttbv,DC=local
Ldap password matching: {1}
Restrict to group: CN=xwiki,OU=Gruppen,OU=TTBV,DC=ttbv,DC=local
Ldap base DN: DC=ttbv,DC=local
Ldap UID attribute name: CN
Unfortunately, the bind to the AD DS server doesn't work. In the XWIKI log file with LDAP logging set to "debug" I get the following exception:
TRACE o.x.c.ldap.XWikiLDAPAuthServiceImpl - Starting LDAP authentication
DEBUG o.x.c.ldap.XWikiLDAPAuthServiceImpl - The provided user is null. We don't try to authenticate, it probably means the user is in non logged mode.
TRACE o.x.c.ldap.XWikiLDAPAuthServiceImpl - Starting LDAP authentication
DEBUG o.x.contrib.ldap.XWikiLDAPConfig - remoteUserParser: null
DEBUG o.x.contrib.ldap.XWikiLDAPConfig - ldap_group_classes: [groupofnames, posixgroup, apple-group, groupofuniquenames, dynamicgroup, groupwisedistributionlist, group, dynamicgroupaux]
DEBUG o.x.contrib.ldap.XWikiLDAPConfig - ldap_group_memberfields: [uniquemember, memberuid, member]
DEBUG o.x.c.ldap.XWikiLDAPConnection - Connection to LDAP server [xxx.xx.xxx.x:xxx]
DEBUG o.x.c.ldap.XWikiLDAPConnection - Binding to LDAP server with credentials login=[CN=Thomas Froehlich,OU=Benutzer,OU=TTBV,DC=ttbv,DC=local]
DEBUG o.x.c.ldap.XWikiLDAPAuthServiceImpl - Local LDAP authentication failed.
org.xwiki.contrib.ldap.XWikiLDAPException: Error number 0 in 5: LDAP bind failed with LDAPException.
at org.xwiki.contrib.ldap.XWikiLDAPConnection.open(XWikiLDAPConnection.java:227)
at org.xwiki.contrib.ldap.XWikiLDAPConnection.open(XWikiLDAPConnection.java:155)
at org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl.ldapAuthenticateInContext(XWikiLDAPAuthServiceImpl.java:518)
at org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWikiLDAPAuthServiceImpl.java:334)
at org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl.authenticate(XWikiLDAPAuthServiceImpl.java:268)
at com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.authenticate(MyFormAuthenticator.java:272)
at com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:192)
at com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:174)
at com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.checkAuth(XWikiAuthServiceImpl.java:239)
at org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl.checkAuth(XWikiLDAPAuthServiceImpl.java:163)
at com.xpn.xwiki.XWiki.checkAuth(XWiki.java:3788)
The same exception occurs if I use the following subdomain setting (found on the Internet):
Ldap login matching: ttbv\\{0}
I tested the connection settings from above using another LDAP client like "SOFTERRA LDAP Browser 4.5" and the settings worked fine: Using this LDAP browser with login credentials "CN=Thomas Froehlich,OU=Benutzer,OU=TTBV,DC=ttbv,DC=local" (plus pwd) I was able to connect to the AD DS server and I was able to browse to the group "CN=xwiki,OU=Gruppen,OU=TTBV,DC=ttbv,DC=local" (so there are no restrictions for this user to browse the directory from base DN down to any group).
I have no more ideas what else to do or what else to test. Any kind of help is welcome.
With kind regards
Thomas
ok thxs both :-)
I will probably exclude ./mails, ./cache, ./solr from my tar.gz file (and remove lucene).
The main purpose is to clean a little bit before xwiki version upgrade
I confirm that "mails" and "cache" are tiny:
# du --max-depth=1 -h ./
448K ./mails
32M ./extension
4,8M ./lucene
3,8G ./storage
94M ./solr
8,5M ./jobs
1,9M ./cache
4,0G ./
Pascal
Hello,
Could you tell me chich subdirectory to delete for xwiki cleaning in my environment.permanentDirectory=/home/xxxx/data_xwiki/?
When I need to restart, upgrade xwiki or save my data subdirectory, I wonder which subdirectory I can delete...
I know I can remove: /home/xxxx/data_xwiki/solr
Can I remove, these one?
/home/xxxx/data_xwiki/mails/
/home/xxxx/data_xwiki/lucene
and/or
/home/xxxx/data_xwiki/cache/
Thxs
Pascal B