Hello,
I have recently installed XWiki Enterprise 4.3 Standalone on Windows Server 2008 R2 and am unable to use the extension manager. Any extension I browse to, whether installed or uninstalled, does not respond to the show details or install buttons. I click the button and nothing happens. There are no messages logged in the console either. I thought I could work around the issue by importing the xar files directly, which I did for both the ldap extension and the forum extension. The forum extension appears to be functioning even though it isn't listed as an extension or anywhere else except on the dashboard. Is this the correct behavior? The ldap extension also seemed to work, but it doesn't actually authenticate a user. In googling around, I fear that the extension dependencies aren't installed, but I'm not sure how to check that or what the dependencies are (I don't see them listed) to attempt manual installation of them. LDAP does show up under applications in the admin menu, and I've gone through and tried configuring it both there and in the xwiki.config to no avail. I'd prefer to get the extension manager working so that we can easily install/uninstall extensions as needed, but any help with either the extension manager or getting the ldap extension to work are greatly appreciated.
Thanks for reading and any suggestions you may have!
Barry
My bad, the dependencies were listed at the bottom of the page. So I've installed the latest xwiki-platform-ldap-api jar and no longer receive the message "LDAP service is not available. Please verify your installation" in the ldap configuration interface, but it still doesn't authenticate. The other 2 dependencies already existed in more current versions of the jars. I'm assuming that the 4.3 jars of these 3 dependencies are backwards compatible with the ldap 4.0 extension.
I do see this error in the console:
erviceImpl - Local LDAP authentication failed.
com.xpn.xwiki.plugin.ldap.XWikiLDAPException: Error number 0 in 5: LDAP bind fai
led with LDAPException.
Wrapped Exception: Connect Error
Any suggestions?
Thanks,
Barry
From: Pape, Barry
Sent: Tuesday, December 11, 2012 11:17 AM
To: 'users(a)xwiki.org'
Subject: Can't install extensions
Hello,
I have recently installed XWiki Enterprise 4.3 Standalone on Windows Server 2008 R2 and am unable to use the extension manager. Any extension I browse to, whether installed or uninstalled, does not respond to the show details or install buttons. I click the button and nothing happens. There are no messages logged in the console either. I thought I could work around the issue by importing the xar files directly, which I did for both the ldap extension and the forum extension. The forum extension appears to be functioning even though it isn't listed as an extension or anywhere else except on the dashboard. Is this the correct behavior? The ldap extension also seemed to work, but it doesn't actually authenticate a user. In googling around, I fear that the extension dependencies aren't installed, but I'm not sure how to check that or what the dependencies are (I don't see them listed) to attempt manual installation of them. LDAP does show up under applications in the admin menu, and I've gone through and tried configuring it both there and in the xwiki.config to no avail. I'd prefer to get the extension manager working so that we can easily install/uninstall extensions as needed, but any help with either the extension manager or getting the ldap extension to work are greatly appreciated.
Thanks for reading and any suggestions you may have!
Barry
Hi,
I have the following livetable working;
#set($columnsProperties = {
'squestioner': {'type': 'text', 'size': 10, 'filterable': true, 'sortable': true, 'html': false},
'emailQuestioner': {'type': 'text', 'size': 10, 'filterable': true, 'sortable': true, 'html': false},
'subject': {'type': 'text', 'link': 'view', 'size': 10, 'filterable': true, 'sortable': true, 'html': false},
'cdlsPerson': {'type': 'text', 'size': 10, 'filterable': true, 'sortable': true, 'html': false},
'status': {'type': 'list', 'size': 10, 'filterable': true, 'sortable': true, 'html': false},
'doc.date': {'type': 'text', 'link': 'view', 'size': 10, 'filterable': true, 'sortable': true},
'doc.author': {'type': 'text', 'link': 'author', 'size': 10, 'filterable': true, 'sortable': true},
'_actions': {'html': true, 'sortable': false, 'actions': ['edit', 'delete']}
})
#set($options = {
'className': 'CdLSATEPrivat.CdLSATEPrivatClass',
'resultPage' : 'CdLSATEPrivat.LiveTableGenerator',
'translationPrefix': 'cdlsateprivat.livetable.',
'tagCloud': true,
'rowCount': 15,
'maxPages': 10,
'selectedColumn': 'squestioner',
'defaultOrder': 'asc'
})
#set($columns = ['squestioner', 'emailQuestioner', 'subject', 'cdlsPerson', 'status', 'doc.date', 'doc.author', '_actions'])
Now the column "squestioner" holds the Full Name of an XWiki.user.
If the user does not belong to a group "moderators" I would like to only show records in the livetable where squestioner = full name (for privacy reasons the user may not see records of other users!)
How can I do this?
Gerritjan
Hello,
I have created a new Wiki on cloud.xwiki.com. I want to allow guest
(anonymous users) to post comments on the blog space.
I've see there
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Access+Rights#HOpenWiki
, that can be done by creating a user named "XWikiGuest" and give this user
rights "View and comment" on the space. But even after these changes,
anonymous user it's still not able to post comments.
What's wrong?
1. it's a cloud xwiki limitation? (in this case Blog space on cloud wiki is
useless and can be removed)
2. I'm doing something wrong?
Thanks for your answers,
PS1: I'm fearing that a lot of "standard xwiki" rights options are missing
in the cloud version of xwiki (I have compared my rights page "in the cloud"
with this one: https://network.xwiki.com/xwiki/bin/view/DocXE34En/WikiRights
).
PS2: sorry for my previous post which was partially visible on the
mailing-list.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Guest-access-on-wiki-hosted-on-cloud-xwik…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi I'm trying to set the panel header text based on the content of a wiki document that can be translated.
So if the document is translated, the header of the panel will automatically change if the document title is changed.
Since the Documentation suggested setting a page header of level 1 to 4 will automatically as document title in breadcrumb (which works) I am looking for the code that will put that title in the panel header, but getDisplayTitle gives me the document name
I've tried also to set the title in the editor but same result, I get the document name
Any suggestion?
{{velocity}}
#set($menuDocument = $xwiki.getDocument('Sandbox.HomepageMenu1'))
#set($menuSections = $menu1Document.getSections())
#set($panelHeaderText = $menuDocument.getDisplayTitle())
#panelheader($panelHeaderText)
#set($menuText=$menuDocument.getTranslatedContent())
$menuText
#panelfooter()
{{/velocity}}
Hello,
Seems I get some issue in the following use-case with hibernate:
- have a page that displays some fields from several objects (of same
class), acting like an aggregator
- for each object, some fields are displayed
- for each object, an <iframe> is added, targeting another page that loads
another field from that same object
Maybe for you to visualize better, it's a Topic view (of mail archive),
showing all Mails from a thread, and so displaying common header fields
(from to subject ...), the <iframe> being in charge of displaying the HTML
body of each mail.
It means that for example, if I display 20 mails from this page, there will
be 20 objects accessed from "main" (request) thread, and up to 20 threads
accessing each one of these objects.
What happens is that the following exception occurs in a random (but pretty
frequent) fashion:
Wrapped Exception: Error number 3212 in 3: Exception while loading property
cc of object MailArchiveItems.Mxwiki-devsVOTERetireoldqueryp_16
Wrapped Exception: Session is closed!
Hello,
I have a problem with a unit test (extending
AbstractBridgedComponentTestCase) of a component.
That component is injected with several xwiki components (QueryManager,
Logger, ExecutionContext ...) that get properly automatically mocked by the
test setup. I inherit from xwiki-commons-pom 4.3.
But the following:
@Inject
LoggerManager loggerManager;
... fails to be mocked by the test, or to be available from the embeddable
component manager :
...
Caused by: org.xwiki.component.manager.ComponentLookupException: Can't find
descriptor for the component [role = [interface
org.xwiki.logging.LoggerManager] hint = [default]]
at
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:355)
at
org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:161)
...
I checked it's a org.xwiki.logging.LoggerManager, has a @Role, everything
seems ok ...
Any help welcome,
BR,
Jeremie