upgrading from 3.5 on tomcat6 with mysql and LDAP auth against AD
OS is Ubuntu 10.0.4
only "customisation" was in hibernate.cfg.xml for database and
xwiki.cfg for LDAP and lucene path
backed up database
downloaded and unzipped new war file
stopped tomcat
moved webapps/xwiki to a backup location
put the new xwiki in webapps/xwiki
edited hibernate.cfg.xml: xwiki.cfg and xwiki.properties to match previous
removed the LDAP config apart from
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
xwiki.authentication.ldap=1
started up tomcat
logged in as local admin
imported new admin.xar
imported all of it, (well I'd upgraded this install quite a few times
and wanted a "clean sheet")
changed admin user password
changed rights to prevent unregistered users
imported the new ldap.xar
go to setup LDAP
get error "LDAP service is not available. Please verify your installation."
logout as local admin
login as superadmin and get same errror
documentation here
http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application
links to here http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HLDAPAut…
which doesn't have anything specific
google searches for the error don't have anything remotely useful
all pages are in place and database looks good, but the lack of LDAP
auth is a bit of a pain
any suggestions, or should I go back to 3.5 and upgrade to 4.1.1
without the LDAP .xar ?
Cheers
Arne
Drool, I'll be watching this string and looking for that app :)
Philip Wright
Reports Analyst
ACS: BPS
Office: 503-907-1501 ext 3714
Cell: 503-891-4920
Philip.wright(a)acs-inc.com
Affiliated Computer Services, Inc
Affiliated Computer Services, Inc (ACS) Proprietary and Confidential
Information
This document (or any part thereof) may not be disseminated outside of ACS
in either electronic or physical form without specific authorization of the
office of the ACS Chief Information Security Officer. The information
included in this document represents no commitment by ACS to any other
party. The policies and standards described do not consider any country law
or other directive outside of the United States.
P Please consider the environment before printing this email
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of
Guillaume Lerouge
Sent: Tuesday, July 01, 2008 2:39 PM
To: XWiki Users
Subject: Re: [xwiki-users] Brainstorming XWiki Favorites
By the way, 2 additional ideas :
- You could add a static list property (with [1,2,3,4,5] as allowed
values) to rank the importance / interest of favorites and display them
according to their ranking on the page (thru a hql sort query)
- Don't forget to add your application on http://code.xwiki.org/ once a
first working version is out ;-)
Guillaume
On Tue, Jul 1, 2008 at 11:32 PM, Mike Oliver <moliver(a)corenttech.com> wrote:
>
> Good ideas, I followed the ToDo example and created a Favorites space
> to store the documents but agree better to store them by user. I
> guess I can get it working in the ToDo model first and then move the
> location of the documents and change the filter accordingly.
>
> Our messages passed on the wires where Posted my first pass.
>
> Ollie
>
>
> Guillaume Lerouge wrote:
> >
> > Indeed. I'd still advise looking at how the watchlist feature is
> > implemented since it somehow manages to store user preferences in
> > their profiles and you're going to need that feature in your
> > implementation I guess...
> >
> > Not sure whether there's been any recent discussion on creating
> > easy-to)use user profiles extension points - though this kind of use
> > cases (as well
> as
> > a
> > bunch of others) show they're needed. I think there is a way to
> > access them right now without changing the UserClassSheet (maybe by
> > adding new kind
> of
> > objects to user profile pages...)
> >
> > Re your implementation, I'd advise having the list of favorited
> > pages stored in one (or many) objects attached to the user profile
> > page of the current user and writing a panel taking the currently
> > logged user UserName as a parameter, retrieving the data from those
> > favorite objects stored on his user page and displaying their values
> > in the panel ...
> >
> > Guillaume
> >
> >
> >
> >> Ollie
> >>
> >> Guillaume Lerouge wrote:
> >> >
> >> > Hi Mike,
> >> >
> >> >
> >> >> Can I filter on the user that created the record of the
> >> >> favorites
> >> class?
> >> >>
> >> >
> >> > Sure... But why don't you have your users use the Watchlist
> >> > feature
> >> that
> >> > basically already is XWiki's favorites system for individual users ?
> >> >
> >> > Cf
> >> http://code.xwiki.org/xwiki/bin/view/Applications/WatchlistApplicat
> >> ion
> >> > ,
> >> > it's bundled with all recent versions of XWiki Enterprise AFAIR ...
> >> >
> >> > You might still want to add that description field though...
> >> >
> >> > Guillaume
> >> >
> >> >
> >> >
> >> >>
> >> >> Ollie
> >> >>
> >> >> Wright, Philip wrote:
> >> >> >
> >> >> > Idea is to allow the user to create the description? If so
> >> >> > sounds
> >> like
> >> >> a
> >> >> > GREAT idea.
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> > Philip Wright
> >> >> >
> >> >> >
> >> >> >
> >> >>
> >> >> --
> >> >> View this message in context:
> >> >>
> >>
> http://www.nabble.com/Brainstorming-XWiki-Favorites-tp18222048p1822333
> 9.html
> >> >> Sent from the XWiki- Users mailing list archive at Nabble.com.
> >> >>
> >> >> _______________________________________________
> >> >> users mailing list
> >> >> users(a)xwiki.org
> >> >> http://lists.xwiki.org/mailman/listinfo/users
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > http://wikibc.blogspot.com/
> >> > _______________________________________________
> >> > users mailing list
> >> > users(a)xwiki.org
> >> > http://lists.xwiki.org/mailman/listinfo/users
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/Brainstorming-XWiki-Favorites-tp18222048p1822406
> 7.html
> >> Sent from the XWiki- Users mailing list archive at Nabble.com.
> >>
> >> _______________________________________________
> >> users mailing list
> >> users(a)xwiki.org
> >> http://lists.xwiki.org/mailman/listinfo/users
> >>
> >
> >
> >
> > --
> > http://wikibc.blogspot.com/
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Brainstorming-XWiki-Favorites-tp18222048p1822576
> 2.html Sent from the XWiki- Users mailing list archive at Nabble.com.
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
http://wikibc.blogspot.com/
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hello,
I have tried to upgrade to 4.0 and receive following error in the logs
2012-05-05 01:36:59,911
[http://localhost/xwiki/bin/view/XWiki/WatchListRss?xpage=plain&outputSyntax…]
ERROR c.x.x.s.m.liquibase - Change Set
liquibase.xml::R40000-000::sdumitriu failed. Error: Error executing SQL
ALTER TABLE `xwikifloats` DROP FOREIGN KEY `FKFB291FBF1DFF14A1`: Error on
rename of './xwiki_utf8_innodb/xwikifloats' to
'./xwiki_utf8_innodb/#sql2-dfb-6f91' (errno: 152)
liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE
`xwikifloats` DROP FOREIGN KEY `FKFB291FBF1DFF14A1`: Error on rename of
'./xwiki_utf8_innodb/xwikifloats' to './xwiki_utf8_innodb/#sql2-dfb-6f91'
(errno: 152)
Any ideas why this may happen?
Database is mysql 5.0.71.
PS: Interesting why Sergiu got mentioned in the logs :)
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/Possible-upgrade-3-5-1-to-4-0-issue-tp752…
Sent from the XWiki- Users mailing list archive at Nabble.com.
from xwiki properties
#-# If the openoffice server should be started / connected upon XE start.
#-# Default value is false
# openoffice.autoStart=false
Am i right that the choice is between never running OOo, until admin runs it
explicitly, or always-running OOo ?
Maybe it is wishfull thinking but without description by property name alone
i'd tend to read it "auto start when needed"
I don't want OOo always running on loaded server.
Can it be set up, that XWiki runs OOo if needs it functionality and shuts it
down if unused for, say, 10 minutes ?
What if OOo crashed ? Would XWiki restart it ?
On Linux there is XInetd, so potentially i could set sentry on :8100 port
and lie XWiki that server is always running.
I don't know of such functionality in Windows and i'd better keep OOo
managed by XWiki
---
Trying XWiki 4.1.1 / HSQLDB / Jetty / Win7 x64 / JRE 1.7b05 x64 / Apache
OpenOffice 3.4
i cannot use OfficeServer - I do manual start, it runs, but on import
attempt when creating new page i get
2012-06-28 19:11:15,197 WARN
org.apache.struts.util.RequestUtils:createActionForm:175 - No FormBeanConfig
found under 'upload'
2012-06-28 19:11:15,207 WARN
org.apache.struts.util.RequestUtils:createActionForm:175 - No FormBeanConfig
found under 'login'
2012-06-28 19:11:15,285
[http://localhost:8888/XWiki/bin/login/XWiki/XWikiLogin?srid=UMeoBl36&xredir…]
WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method
[com.xpn.xwiki.api.XWiki.parseMessage] in /templates/login.vm@29,33
2012-06-28 19:11:15,460
[http://localhost:8888/XWiki/resources/js/xwiki/wysiwyg/xwe/WikiService.gwtr…]
WARN o.x.w.s.i.w.DefaultWikiService - Failed to get attachment: [Обзор
библиотеки AdmClient.docx] not found.
File can be attached to already existing page but not imported...
This also can have something with Opera 12, for i see some strange cookie
issues.
---
I did import via MSIE 9 and i see all russian letters in DOCX got corrupt.
http://i.imgur.com/PlLP2.png
When i directly open file in AOO, it renders perfectly.
So i think somewhere between AOO server and XWiki there is misunderstanding
about which charset to use.
--
View this message in context: http://xwiki.475771.n2.nabble.com/OpenOffice-auto-start-tp7579979.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello
Could u please tell me if it is possible when a user registers not to
be redirected on main space webhome but a specific space instead.
thank you
i have a brand new XWiki 4.1 install
I don't have any xwiki 1.0 documents
So i put this configuration:
xwiki.rendering.syntaxes = xwiki/2.1, creole/1.0, html/4.01
When i edit the page,., it offer me those formats PLUS xwiki/1.0
Why ? How can i really disable it ?
---
I thought that XWiki is largely markup-agniostic...
Is GUI editor really uncapable of creole markup ?
--
View this message in context: http://xwiki.475771.n2.nabble.com/disabling-xwiki-1-0-markup-tp7579990.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi devs and community at large,
Every year XWiki SAS (http://xwiki.com) gathers all its employees for a Seminar and every year we have an internal hackathon.
For example here are the results of last year:
http://www.xwiki.com/xwiki/bin/view/Company/Hackathon2011
Previously the Hackathon was a 1 day event only. However this year we're changing the format; it'll run for 8 days! :)
Thus we thought it could be a good idea to invite the XWiki Community to join us for a mega distributed Hackathon!
So here's how I think we could organize it:
* Start date: 20th of July. A mail will be posted on this day to announce the start
* End date: 27th of July. A mail will be posted on this day to announce the end
* Gathering results: from 28th to 6th of August. Everyone who participated should reply to the end of hackathon mail with what they did and post their stuff on http://extensions.xwiki.org or elsewhere
* On around the 6th of August we'll have a blog post written on xwiki.org summarizing all that was done by everyone
Those who have participated will also get XWiki T-Shirts.
Anyone interested in joining the fun?
Thanks
-Vincent
with my XWiki SAS employee hat
I am out of the office from Thu 28/06/2012 until Mon 30/07/2012.
I will only check email occasionally during this time. For urgent matters
please contact David Poole (dpoole(a)cirrustech.com.au) or Guang Liu
(gliu(a)cirrustech.com.au) at Cirrus Technologies (02) 92993544.
Regards,
Neville
Note: This is an automated response to your message "users Digest, Vol 59,
Issue 37" sent on 28/6/2012 2:46:44.
This is the only notification you will receive while this person is away.
Hello everybody,
I use a WYSIWYG editor for a TextArea field. When I want to write
indented bulleted list like that :
° Item
°° Item
°° Item
° Item
°° Item
°° Item
I get this text in view mode :
° Item
Item (bold)
°°Item
° Item
Item (bold)
°°Item
I think that the text is interpreted like that :
* Item
** Item ** ...
That's why my first sub-item is bold.
Can anyone help me ?
Thanks
M. Canzerini