I am putting up a new xwiki using XWiki Enterprise 3.0-rc-1.35909, I cannot
seem to find the configuration setting to remove the REGISTRATION link from
the landing page when users are not logged in. I do not want the general
population to be able to register. I have edited the rights on the
XWiki.Registration page and denied the All Group and only allow edit by the
Admin Group. But still the link appears, I have also tried changing the
global.vm and comment out the following:
## #if($isGuest &&
$xwiki.hasAccessLevel("register", "XWiki.XWikiPreferences"))
## #set($regurl = $xwiki.getURL("XWiki.Register", "register"))
## <a class="glink" href="$!regurl"
id="headerregister">$!msg.get("core.register")</a>#sep()
## #end
but again it still appears even after bouncing tomcat.
Any help is appreciated, thanks,
Bob
I'd like to add the functionality of emailing users who post to a thread that
a new post has been created. I have no idea of the level of complexity of
this is, but I would greatly appreciate it if someone could at least point me
to where I would need to add the code. I've looked at
BBCode.TopicClassSheet, which has the form for submitting a new post, but I
get stumped from there. The action for the form is $doc.getURL("ojbectadd")
which returns a value of "/xwiki/bin/objectadd/BBCode/TopicClassSheet". I'm
just not sure how to get to the "objectadd" so it can be edited.
Any help is much appreciated.
Lenny
Hello again,
we are running a tomcat-server "behind" an apache-server. In order to
redirect the request we use the following configuration:
<VirtualHost *:80>
ServerName www.my-domain.de
ServerAlias my-domain.de
Redirect permanent / https://www.my-domain.de/
</VirtualHost>
<VirtualHost *:443>
ServerName www.my-domain.de
SSLEngine On
SSLProxyEngine On
SSLCertificateFile /etc/apache2/ssl/my-domain.crt
SSLCertificateKeyFile /etc/apache2/ssl/my-domain.key
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
Redirect / /xwikiv2/
ProxyPass /xwikiv2 http://localhost:8080/xwikiv2
ProxyPassReverse /xwikiv2 http://localhost:8080/xwikiv2
ProxyPreserveHost On
</VirtualHost>
So all communication should be encrypted and the user should
immediately be redirected to the wiki.
With these settings we encounter a strange behaviour. For example the
Blog refuses to create a new category (see: [xwiki-users] Server not
responding when creating a new Blog-Category). If I point my browser
directly to my-domain.de:8080 I can create categories.
Is the config file correct? Is there a better way?
Cheers,
Stephanie
Does anyone know if there is any chat extension for the XWiki?
I took a look at the Skype extension, and what I got from that is that you
will have to use the Skype account/application to send the messages.
I was wondering if there would it be possible to do the chatting directly in
the XWiki.
Alina.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Chat-extension-tp6269422p6269422.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi
I'm trying to install xwiki enterprise in a windows 2008 R2 64 bits server.
I've download this version :
xwiki-enterprise-installer-windows-3.0.exe<http://forge.ow2.org/project/download.php?group_id=170&file_id=16514>.
After installing java run time environment , runnin the setup and
copying the files in my server in the desired paht, i click in Next and It
does nothing, there is no options , the window is empty.
So I've installed in my windows xp and it was installed correctly.
Does xwiki can be installed in a windows 2008 r2 64 bits ?
Thanks for your help.
Hi
I'm looking to use XWiki to build a simple metadata are repository for reports. Basically each page will have the definition of reports I am building, and for fields within that report.
* Since the same fields will usually appear on multiple reports, I'm wanting to just write each field definition once.
* On previous systems (using ASP), I'd defined the fields in a database, then used the scripting language to construct the page dynamically - showing definitions for all fields I'd associated with that report.
Is there a (simple) way to do something equivalent in XWiki? So far I've used it for writing support notes but have never tried building anything dynamic till now. I've read through the XWiki documentation but truth is that I really don't know where to start. Any pointers in the right direction would be appreciated.
Cheers
Andrew Mercer | Business Intelligence Program | Xstrata Copper
Level 9, Riverside Centre, 123 Eagle Street, GPO 1433, Brisbane QLD 4000
Phone: +61 7 3295 7626 | Fax: +61 7 3295 7642 | Mobile: +61 457 041 640 | Email: amercer(a)xstratacopper.com<mailto:amercer@xstratacopper.com>
**********************************************************************
This e-mail contains confidential information which is intended only for the use of the named addresses/s. If you as recipient are not a named addressee, then you must not in any manner whatever disseminate or copy any part of this e-mail, or use or disclose any of its contents. Please would you notify us immediately by reply e-mail and then delete the message from your system. Please be aware, any opinions or views expressed in this email, do not necessarily represent the views of the Company
**********************************************************************
Hello again,
even though I updated to 3.0 the blog still seems to have major
issues. When I try to create a new category I get the error: Server
not responding. If I take a look at the log-files nothing shows up. No
warning, no Info and especially no error.
I made a screen-shot:
http://www.yhmail.de/tmp/blog_error.png
Any help would be awesome...
Cheers,
Stephanie
Hi all just no getting around to upgrading xwiki.. This is my first
attempt at an xwiki upgrade.. Not a pretty outcome :-(
stack below
I've copied over my xwiki.cfg, xwiki.properties, and hibernate.cfg.xml
from my 2.7.1 xwiki instance.
I verified xwiki.store.migration=1 is set is there any other hibernate
things I need to uncomment? I cant see anything in the release notes
that I should have done different..
INFO: Deploying configuration descriptor ROOT.xml
Apr 15, 2011 3:46:33 PM org.apache.catalina.session.StandardManager
doLoad
SEVERE: IOException while loading persisted sessions:
java.io.InvalidClassException: com.xpn.xwiki.objects.BaseElement; local
class incompatible: stream classdesc serialVersionUID =
7375085244707397057, local class serialVersionUID = 8286109986904027210
java.io.InvalidClassException: com.xpn.xwiki.objects.BaseElement; local
class incompatible: stream classdesc serialVersionUID =
7375085244707397057, local class serialVersionUID = 8286109986904027210
at
java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1731)
at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
at
org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1475)
at
org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:977)
at
org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:394)
at
org.apache.catalina.session.StandardManager.load(StandardManager.java:321)
at
org.apache.catalina.session.StandardManager.start(StandardManager.java:648)
at
org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:446)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4597)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1061)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
at
org.apache.catalina.core.StandardService.start(StandardService.java:525)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:701)
at org.apache.catalina.startup.Catalina.start(Catalina.java:585)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Apr 15, 2011 3:46:33 PM org.apache.catalina.session.StandardManager
start
SEVERE: Exception loading sessions from persistent storage
java.io.InvalidClassException: com.xpn.xwiki.objects.BaseElement; local
class incompatible: stream classdesc serialVersionUID =
7375085244707397057, local class serialVersionUID = 8286109986904027210
at
java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1731)
at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
at
org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1475)
at
org.apache.catalina.session.StandardSession.readObjectData(StandardSession.java:977)
at
org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:394)
at
org.apache.catalina.session.StandardManager.load(StandardManager.java:321)
at
org.apache.catalina.session.StandardManager.start(StandardManager.java:648)
at
org.apache.catalina.core.ContainerBase.setManager(ContainerBase.java:446)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4597)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
at
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1061)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
at
org.apache.catalina.core.StandardService.start(StandardService.java:525)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:701)
at org.apache.catalina.startup.Catalina.start(Catalina.java:585)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Apr 15, 2011 3:46:38 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Apr 15, 2011 3:46:38 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [] startup failed due to previous errors
------
thanks
kevin.foote
Hello everbody,
I just updated from 2.8 to 3.0 and imported the corresponding XAR.
However, I created a new database in order to start a new wiki.
As you can see in the attached picture, I am having troubles with the
layout. In the admin section everything witch should be on the right
side of the new menu is bellow.
Any ideas way? Are there any changes in the config-files I might have missed?
Thank you for your help,
Stephanie