I have set up a subwiki and have been doing a lot of testing regarding authentication which has left a large amount of test users in my Candidates list. Is there a way to remove these join requests from the admin section? I can't seem to get into the edit mode of the XWikiPreferences page for the user section.
Thanks
Just wondering if there are any XWiki events out there?
Also any XWiki users in New York / New England area of the U.S.?
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: OSI-Masson(a)ekiga.net
Ph: (970) 4MASSON
Em: masson(a)opensource.org <mailto:masson@opensource.org>
Ws: www.opensource.org <http://www.opensource.org>
Hi everyone,
I finally solved the issue with a workaround. DB was ok (all tables where
using InnoDB) so I simply tried to delete all the pages that triggered the
SQL error.
Following is the list of conflicting pages:
AnnotationCode->Translations
Main->SOLRTranslations
Main->Welcome
Sandbox->Webhome
Wikimanager->Translations
XWiki->XWikiSyntax* (all pages except "XWikiSyntax" and "XWikiSyntaxClass")
After deleting all these pages now I'm able to create subwikis from
templates and no SQL errors appears at status.xml.
The only thing that I'm able to find in common in all these pages is
parent/child relationship in some of them.
Maybe it could be interesting if someone at xwiki team reproduces this
issue and open a JIRA.
Regards,
Jaume
2014/1/12 Jaume Giribert Peraire <jaume.giribert(a)gmail.com>
> Hi,
>
> Thanks again Thomas, looks like I didn't search well...
>
> I found the job status (for other/future people, you will find it at
> Tomcat work directory
> ../work/Catalina/localhost/xwiki/jobs/status/wiki/provisioning/wikiprovisioning.template/
> ) and it seems that template is not copied to new subwiki due to an SQL
> error:
>
> <org.xwiki.logging.event.LogEvent>
> <level>WARN</level>
> <message>SQL Error: 1062, SQLState: 23000</message>
> </org.xwiki.logging.event.LogEvent>
> <org.xwiki.logging.event.LogEvent>
> <level>ERROR</level>
> <message>Duplicate entry
> 'AnnotationCode.Translations--2014-01-12 12:13:40' for key
> 'XDD_FULLNAME'</message>
> </org.xwiki.logging.event.LogEvent>
> <org.xwiki.logging.event.LogEvent>
> <level>INFO</level>
> <message>Finished job of type [{}] with identifier [{}]</message>
> ny
>
> So, it looks like subwiki is created correctly but template is not copied
> due to duplicate entry error. After that, the UI wizard is called in other
> to get the Xwiki-UI.
>
> I think the problem may be related to MyISAM/InnoDB MySQL storage Engine.
> I will check that tomorrow.
>
> Any ideas regarding this issue are welcome.
>
> Regards,
> Jaume
>
>
>
> 2014/1/11 Jaume Giribert Peraire <jaume.giribert(a)gmail.com>
>
>> Hi Thomas,
>>
>> Thank you so much for your comments. Unfortunately I don't fully
>> understand your answer as I'm not familiar with the "jobs" part.
>>
>> Are you talking about the Scheduler app? Should I access the job status
>> on http://xxxx:8080/xwiki/bin/.../jobs/status? Can you point me to any
>> documentation related?
>>
>> Regards,
>> Jaume
>>
>> On Fri, Jan 10, 2014 at 6:58 PM, Jaume Giribert Peraire
>> <jaume.giribert at gmail.com <http://lists.xwiki.org/mailman/listinfo/users>> wrote:
>> >* Hi Thomas,
>> *>>* Yes, it looks like the template is not copied when the new subwiki is created.
>> *>>* I tried to switch to Oracle Java6 JVM and updating to the last Tomcat6
>> *>* version (Centos) but the problem persist.
>> *>>* I'm not really sure where the problem comes from. The only thing I
>> *>* have found is this entry catalina.out:
>> *>>* Jan 10, 2014 6:35:33 PM org.apache.tomcat.util.http.Parameters processParameters
>> *>* WARNING: Parameters: Invalid chunk '' ignored.
>> *
>>
>> Does not really seems to be related. If you have nothing in
>> catalina.out it's probably normal since wiki creation is done in an
>> isolated job, you should be able to find it's status somewhere in
>> <data>/jobs/status/ (not fully sure what are those jobs ids). A pity
>> the UI does not display this log.
>>
>> >
>> >* Looks like a problem when calling this URL (note the double && before
>> *>* input) when creating the subwiki:
>> *>* http://xxxxxx:8080/xwiki/bin/get/WikiManager/CreateWiki?xpage=uorgsuggest&u… <http://xxxxxx:8080/xwiki/bin/get/WikiManager/CreateWiki?xpage=uorgsuggest&u…>
>> *>>* I tried to download and install the windows version (comes with Jetty)
>> *>* but I'm not able to reproduce this issue. It works as expected.
>> *>>* Anyone with a similar scenario or any clue where I can found where the issue is?
>> *>>* Regards,
>> *>* Jaume
>> *>>>* On Fri, Jan 10, 2014 at 2:20 PM, Jaume Giribert Peraire
>> *>* <jaume.giribert at gmail.com <http://gmail.com>
>> *
>> >* <http://lists.xwiki.org/mailman/listinfo/users <http://lists.xwiki.org/mailman/listinfo/users>>> wrote:
>> *>>** Hi,
>> *>* *>>* I'm working with a fresh install of xwiki 5.3 (centos6 + openjdk 1.6 +
>> *>* *>* tomcat6 + mysql).
>> *>* *>>* I have create a new subwiki (as a template) but whenever I try to create a
>> *>* *>* new subwiki using this template, i only get a blank wiki, just the standard
>> *>* *>* deploy.
>> *>* *>>* I have followed these instructions with no luck:
>> *>* *>* http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application <http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application>
>> *>* <http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application <http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application>>
>> *>* *>>* Just after the subwiki creation (from a template) I get a progress bar
>> *>* *>* indicating that the system is provisioning the wiki. When I click on
>> *>* *>* "Finalize", I'm automatically redirected to the "Distribution Wizard" page
>> *>* *>* telling me that I have to install "XWiki Enterprise UI - Wiki". If I skip
>> *>* *>* the wizard, the wiki is shown as it didn't have any UI.
>> *
>> >* *
>> *>* Sounds like the template hasn't really been copied.
>> *>
>> >>>** Looking at catalina.out I don't see anything strange. I have also found out
>> *>* *>* that the first created wiki template doesn't show in the "Wiki Template"
>> *>* *>* admin panel. If I create a new template, this new one is shown in "xwiki
>> *>* *>* index" and "xwiki template". If I try to create a new subwiki using this
>> *>* *>* second template the error persist.
>> *>* *>>* Anyone with this issue?
>> *>* *>>* Regards,
>> *>* *>* Jaume
>> *>* *>* _______________________________________________
>> *>* *>* users mailing list
>> *>* *>* users at xwiki.org <http://xwiki.org> <http://lists.xwiki.org/mailman/listinfo/users <http://lists.xwiki.org/mailman/listinfo/users>>
>> *>* *>* http://lists.xwiki.org/mailman/listinfo/users <http://lists.xwiki.org/mailman/listinfo/users>
>> *>* <http://lists.xwiki.org/mailman/listinfo/users <http://lists.xwiki.org/mailman/listinfo/users>>
>> *>* *
>> *>>>* --
>> *>* Thomas Mortagne
>> *>>>>* 2014/1/10 Jaume Giribert Peraire <jaume.giribert at gmail.com <http://lists.xwiki.org/mailman/listinfo/users>>
>> *
>> >>>* Hi,
>> *>>>>* I'm working with a fresh install of xwiki 5.3 (centos6 + openjdk 1.6 +
>> *>>* tomcat6 + mysql).
>> *>>>>* I have create a new subwiki (as a template) but whenever I try to create a
>> *>>* new subwiki using this template, i only get a blank wiki, just the standard
>> *>>* deploy.
>> *>>>>* I have followed these instructions with no luck:
>> *>>* http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application <http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application>
>> *>>>>* Just after the subwiki creation (from a template) I get a progress bar
>> *>>* indicating that the system is provisioning the wiki. When I click on
>> *>>* "Finalize", I'm automatically redirected to the "Distribution Wizard" page
>> *>>* telling me that I have to install "XWiki Enterprise UI - Wiki". If I skip
>> *>>* the wizard, the wiki is shown as it didn't have any UI.
>> *>>>>* Looking at catalina.out I don't see anything strange. I have also found
>> *>>* out that the first created wiki template doesn't show in the "Wiki
>> *>>* Template" admin panel. If I create a new template, this new one is shown in
>> *>>* "xwiki index" and "xwiki template". If I try to create a new subwiki using
>> *>>* this second template the error persist.
>> *>>>>* Anyone with this issue?
>> *>>>>* Regards,
>> *>>* Jaume
>> *>>>* _______________________________________________
>> *>* users mailing list
>> *>* users at xwiki.org <http://lists.xwiki.org/mailman/listinfo/users>
>> *>* http://lists.xwiki.org/mailman/listinfo/users <http://lists.xwiki.org/mailman/listinfo/users>
>> *
>>
>>
>> --
>> Thomas Mortagne
>>
>>
>>
>> 2014/1/10 Jaume Giribert Peraire <jaume.giribert(a)gmail.com>
>>
>>> Hi Thomas,
>>>
>>> Yes, it looks like the template is not copied when the new subwiki is created.
>>>
>>>
>>> I tried to switch to Oracle Java6 JVM and updating to the last Tomcat6 version (Centos) but the problem persist.
>>>
>>> I'm not really sure where the problem comes from. The only thing I have found is this entry catalina.out:
>>>
>>> Jan 10, 2014 6:35:33 PM org.apache.tomcat.util.http.Parameters processParameters
>>> WARNING: Parameters: Invalid chunk '' ignored.
>>>
>>>
>>> Looks like a problem when calling this URL (note the double && before input) when creating the subwiki:
>>> http://xxxxxx:8080/xwiki/bin/get/WikiManager/CreateWiki?xpage=uorgsuggest&u…
>>>
>>>
>>> I tried to download and install the windows version (comes with Jetty) but I'm not able to reproduce this issue. It works as expected.
>>>
>>> Anyone with a similar scenario or any clue where I can found where the issue is?
>>>
>>>
>>> Regards,
>>> Jaume
>>>
>>>
>>> On Fri, Jan 10, 2014 at 2:20 PM, Jaume Giribert Peraire
>>> <jaume.giribert at gmail.com <http://lists.xwiki.org/mailman/listinfo/users>> wrote:
>>> >* Hi,
>>> *>>* I'm working with a fresh install of xwiki 5.3 (centos6 + openjdk 1.6 +
>>> *>* tomcat6 + mysql).
>>> *>>* I have create a new subwiki (as a template) but whenever I try to create a
>>> *>* new subwiki using this template, i only get a blank wiki, just the standard
>>> *>* deploy.
>>> *>>* I have followed these instructions with no luck:
>>> *>* http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application <http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application>
>>> *>>* Just after the subwiki creation (from a template) I get a progress bar
>>> *>* indicating that the system is provisioning the wiki. When I click on
>>> *>* "Finalize", I'm automatically redirected to the "Distribution Wizard" page
>>> *>* telling me that I have to install "XWiki Enterprise UI - Wiki". If I skip
>>> *>* the wizard, the wiki is shown as it didn't have any UI.
>>> *
>>>
>>> Sounds like the template hasn't really been copied.
>>>
>>> >
>>> >* Looking at catalina.out I don't see anything strange. I have also found out
>>> *>* that the first created wiki template doesn't show in the "Wiki Template"
>>> *>* admin panel. If I create a new template, this new one is shown in "xwiki
>>> *>* index" and "xwiki template". If I try to create a new subwiki using this
>>> *>* second template the error persist.
>>> *>>* Anyone with this issue?
>>> *>>* Regards,
>>> *>* Jaume
>>> *
>>> >* _______________________________________________
>>> *>* users mailing list
>>> *>* users at xwiki.org <http://lists.xwiki.org/mailman/listinfo/users>
>>> *>* http://lists.xwiki.org/mailman/listinfo/users <http://lists.xwiki.org/mailman/listinfo/users>
>>> *
>>>
>>>
>>> --
>>> Thomas Mortagne
>>>
>>>
>>>
>>> 2014/1/10 Jaume Giribert Peraire <jaume.giribert(a)gmail.com>
>>>
>>>> Hi,
>>>>
>>>> I'm working with a fresh install of xwiki 5.3 (centos6 + openjdk 1.6 +
>>>> tomcat6 + mysql).
>>>>
>>>> I have create a new subwiki (as a template) but whenever I try to
>>>> create a new subwiki using this template, i only get a blank wiki, just the
>>>> standard deploy.
>>>>
>>>> I have followed these instructions with no luck:
>>>> http://extensions.xwiki.org/xwiki/bin/view/Extension/Wiki+Application
>>>>
>>>> Just after the subwiki creation (from a template) I get a progress bar
>>>> indicating that the system is provisioning the wiki. When I click on
>>>> "Finalize", I'm automatically redirected to the "Distribution Wizard" page
>>>> telling me that I have to install "XWiki Enterprise UI - Wiki". If I skip
>>>> the wizard, the wiki is shown as it didn't have any UI.
>>>>
>>>> Looking at catalina.out I don't see anything strange. I have also found
>>>> out that the first created wiki template doesn't show in the "Wiki
>>>> Template" admin panel. If I create a new template, this new one is shown in
>>>> "xwiki index" and "xwiki template". If I try to create a new subwiki using
>>>> this second template the error persist.
>>>>
>>>> Anyone with this issue?
>>>>
>>>> Regards,
>>>> Jaume
>>>>
>>>
>>>
>>
>
Hi,
We use the standard Colibri Skin with usually a Left and Side pane for
panels.
Most of our panels are for navigation only. (80%)
So the question is:
Can I make the default behavior of a panel be that it is collapsed,
I want that after a click (and new content is loaded) that the panel is
automatically collapsing again (Like a drop down menu)
You click on the collapsed panel
It opens and shows the navigation links
The user selects one.
The webpage is loaded and if the panel is also on that page it is
automatically collapsed again
I do not want cookies (or something else) that remembers the state and
keeps the panel open.
So a simple piece of code that I can add to the panel to get the behavior?
A better version would be to link it to the default user attribute: User
type
So if user-type is simple automatically collapse
if user type is advanced; keep the panels open for faster navigation.
A even better would be to link it to the panel attribute Type and category
something like: If Panel-type is View and Panel-category is navigation.
Then automatically collapse without state memory)
Our goal is to dramatically reduce screen clutter.
For the roadmap of XWiki i would ask if it is possible to add something
about collapsing behavior in either the panel definition or in the
preferences of Site and/or space to define the desired behavior of panels?
Hi All, I want to display Blog of specific category on the main page. I want
to keep the existing content (an image and mostly text) and also include a
section for blog roll tagged as 'News'. Is there a way to display/include
the latest blog entry tagged to a certain category? Thanks in advance for
your time.
-Priti
--
View this message in context: http://xwiki.475771.n2.nabble.com/Display-Blog-of-specific-Category-on-Main…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have a class called TaskManager with a property called Reporter that is of a "List of Users" type. What I am trying to do is assign the current user to the Reporter property when a new document is created so that the user does not have to select himself from the user list control, but I would like this field to also remain as read-only so the user cannot change it to someone else.
Using the following code in the TaskManagerSheet, the property gets populated on new, however when it is saved it disappears (not saved into the property). I have narrowed it down to the problem being the 'view' parameter in the $doc.display() function which makes it readonly, however because of this it is not being saved. Is there a way to set a value on new but retain a read-only status
Here is the code that I am using:
#set ($discard = $doc.use('TaskManager.TaskManagerClass'))
#if($doc.isNew())
$doc.set('reporter',$context.user)
#end
: $doc.display('reporter', view)
Hello everyone,
I'm working with a XWiki Enterprise 2.3 on tomcat and Oracle 10;
Since 2 or 3 days, when we upload a new file to a page , the file is
available during 1 min then the file size change to 0kb ;
Any idea?
Thanks for help
Patrick
Anyone is using the Piwik with XWiki?
I have installed it last week and and it is a nice tool however I couldn’t configure the Track Site Search in order to allow the Piwik to track the principal terms searched in my Xwiki.
Someone know how to configure it?
Thank you
Danilo
Grupo Energisa
Danilo A. Oliveira
Analista Suporte Aplicacao TI - DETI
e-mail: danilo.oliveira(a)energisa.com.br | tel: (32) 3429-6342
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 everybody,
I deleted Administration Application in my Xwiki (version 5.1.2) and I
want now to reinstall it. I downloaded the xar at
http://extensions.xwiki.org/xwiki/bin/view/Extension/Administration+Applica…
but I have an error message when I try to import it (see attachment).
Any help please ?
Thanks
Pierrick