I apologize if this issue is somewhere out in this user list, the web or on xwiki.org docs, but I am unable to find anything out there on it.
We're using XWIki 4.3-rc-1 running under Tomcat 7.0.32 on Red Hat 5.7 64-bit.
Everything was working fine. Then, all of a sudden, all users are prompted to login after every click. It's now impossible to import or export any content. Editing is impossible.
In the catalina.out from tomcat, we see the following over and over again:
2013-01-28 14:11:04,531 [https://epswiki.sdc.vzwcorp.com/xwiki/bin/login/XWiki/XWikiLogin?srid=BOeR3…] DEBUG o.x.c.ExecutionContext - Getting undefined property localization.bundles from execution context.
2013-01-28 14:11:04,534 [https://epswiki.sdc.vzwcorp.com/xwiki/bin/login/XWiki/XWikiLogin?srid=BOeR3…] DEBUG .s.DefaultScriptServiceManager - Failed to lookup script service for role hint [workspace]
org.xwiki.component.manager.ComponentLookupException: Can't find descriptor for the component [role = [interface org.xwiki.script.service.ScriptService] hint = [workspace]]
at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:355) ~[xwiki-commons-legacy-component-default-4.3-rc-1.jar:na]
I am unable to find anything that can point me to where our configuration has gotten hosed.
We are configured to use LDAP authentication against an MS Active Directory domain. As stated earlier - that has been working fine - and this just started happening.
Any direction in how we can get this corrected would be greatly appreciated.
Thanks,
Casey
Hi all,
We are using LDAP and I want to grant a specific user ONLY view-rights (on
the entire wiki)
As far as I can see, I can't just grant him "view-only" rights to the wiki,
because the space-rights will grant the user edit rights (the user is also
in the XWikiAllUsers group).
Do I need to apply "view-only" rights for that specific user on every space
in the wiki?
If that's the case, how do I handle the fact when an "admin"-user creates a
new space? (where the specific user should have "view-only" rights by
default?) That's kind of dangerous, don't you think?
Or am I missing something?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Grant-only-View-Rights-to-a-specific-user…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi
We just introduced XWIKI in our company and I have noticed that there are
quite a few problems with links.
Among other we have solutions, customers, faq, wiki users...
It would be nice have a complete xref of which page references which other
page, so we can see (among other):
- which customer uses which solutions.
- which wiki user was responsible for which project...
My idea was to use links for this purpose, but I notices the following
problems:
- If the link is contained in a macros like {{warn}}[[target]]{{/warn}},
the backreference is not reported on the target page .
- If the link is contained in an object like {{include
document="FAQCode.FAQSheet"/}}, the backreference is not reported on the
target page.
- If I rename the target page, the links are broken in the two cases
above.
I have screenshots documenting my tests
Have I missed something in XWIKI? Is there another way to solve my
problem?
@XWIKI developper: do you have a schedule to correct this?
Claude
Hello,
using the search tools in Xwiki, i notice that some documents appear several times in search results. Why does lucene gives duplicate results and how to avoid this? Do i need to reindex or so?
Best regards,
David Delbecq
Hi Everyone,
I was just trying to upgrade from 3.0.1 to 4.4. as I figured I can't save XWikiPreferences anymore:
13:07:17,307 [http://0x64plusxwiki.local.0x64plus.de:8080/xwiki/bin/saveandcontinue/XWiki…] [http://0x64plusxwiki.local.0x64plus.de:8080/xwiki/bin/save/XWiki/XWikiPrefe…] ERROR .AbstractFlushingEventListener - Could not synchronize database state with session
org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [com.xpn.xwiki.objects.IntegerProperty#<?xml version="1.0" encoding="UTF-8"?>
<showcomments></showcomments>
]
at org.hibernate.persister.entity.AbstractEntityPersister.check(AbstractEntityPersister.java:1769)
…
Is there any way to fix this?
Or force the save of my current XWikiPreferences?
Thanks in advance,
Florian
Hi,
I read about a parameter "quality" which sets the quality of resized
pictures. I want to improve the quality esp. of the Profile pics.
Where do i configure this?
thanks
Ole
Hello
I'm using XWiki Enterprise 4.4 and I'm customizing the XWiki skin by using the Colibri skin a as a base. Looking through the menuview.vm Velocity template, I found out that the #xwikitopmenuentry macro is being used generate the HTML for the "ADD", "XWIKI", "Space" and "Page" menus. I have added a "Macros" attribute to the XWikiSkins class, created a copy of macros.vm into the /xwiki/skins/myskin/templates, and set the "Macros" attribute to #renderTemplate('templates/macros.vm'). I then wrote a new Velocity macro inside this file (called "#xwikitopmenuentry2") and modified the menuview.vm file to call #xwikitopmenuentry2 but I still see the old code being generated. So, it doesn't seem that I'm doing this the right way. Any idea how I can do this?
Thank you.
Naoufel Chbihi
Technical Specialist | Spécialiste technique
Mainframe Operating System Technology | Technologie du système d'exploitation des ordinateurs centraux
Service Management & Delivery (SM&D) | Gestion et prestation des services (GPS)
Information Technology Services Branch (ITSB) | Direction générale des services d'infotechnologie (DGSIT)
Shared Services Canada | Services partagés Canada
7038-700 Montreal Road, Ottawa, ON K1A 0P7 | 7038-700, chemin Montréal, Ottawa, ON K1A 0P7
Tel.: 613-748-2169
Fax: 613-748-2617
E-mail: naoufel.chbihi(a)ssc.gc.ca | naoufel.chbihi(a)spc.gc.ca
Http headers i gave comes form a 4.1.2 xwiki running on a plain (default configuration) jboss 7
----- Mail original -----
De: "Sergiu Dumitriu" <sergiu(a)xwiki.com>
À: "XWiki Users" <users(a)xwiki.org>
Envoyé: Jeudi 31 Janvier 2013 18:53:32
Objet: Re: [xwiki-users] Caching resources
On 01/31/2013 12:31 PM, David Delbecq wrote:
> Hello,
>
> i would like to active cachin on /xwiki/bin/skin/resources/* as, obviously, skin doesn't change often :)
> As you can see, by default, xwiki forbid caching... What do i need to change for this caching?
>
Nope, that's not the default behavior. XWiki does rely on caching, and
if you go to
http://playground.xwiki.org/xwiki/bin/skin/resources/js/scriptaculous/effec…
you'll see that the resource is cached.
>
> HTTP/1.1 200 OK
> Server: Apache-Coyote/1.1
> Pragma: No-cache
^ These don't come from XWiki, I guess that Tomcat's configuration is
the one that adds the Pragma: No-cache header.
> Cache-Control: public
> Expires: Sat, 02 Mar 2013 17:22:25 GMT
> Last-Modified: Tue, 26 Jun 2012 10:06:58 GMT
^ These come from XWiki, and they do enable caching.
> Content-Type: text/javascript;charset=UTF-8
> Content-Language: en
> Content-Length: 25003
> Date: Thu, 31 Jan 2013 17:22:25 GMT
Hm, except maybe if you're using a very old version of XWiki. What
version are you currently using?
--
Sergiu Dumitriu
http://purl.org/net/sergiu
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hello!
We are currently discussing the possibilities on how to configure our
system for the following scenarios:
We have multiple XWiki instances for several users. Since the users
want to have full admin rights we cannot use the xwiki farm. For
security reasons we are deploying each instance into a virtual machine
(KVM) with its own Tomcat and Database.
Using this kind of setup seems to be most secure and flexible in terms
of miss configured tomcat installations, SQL-injections and
file-system (on purpose or by mistake) access though scripting. The
obvious down side is the huge overhead which comes with the
virtualization.
So I was wondering what kind of setups you are using. Can I deploy the
application into some kind of tomcat-chroot-environment? What kind of
database setup is possible? Is it possible to restrict access to a
certain database on an application bases (much like you can restrict
access based on the connecting ip-address). The Database has the be
PostgreSQL.
I appreciate all kind of inputs. Cheers,
Stephanie.