Dear XWiki Users,
I want to apply a basic internal link (NOT the #toc feature!) in a page, but haven't found a clear example in the documentation, sorry! Can anybody give a hint, please! Thanks!
Regards,
Gerard
Dear Xwikiers,
I am trying to deploy an instance of xwiki into our jboss server, but with out any success, despite that Jboss has Tomcat servlet installed . I have managed to deploy xwiki with pure Tomcat but not with Jboss, Any idea why it did not work with Jboss?
Regards,
Adel Aneiba
Hi folks,
Having a little trouble setting up a virtual wiki - not sure how many
out there have tried.
My current configuration:
I have three separate wiki instances pointing to different databases.
These are currently running 0.9.840, but are due for upgrade to 10beta1
in the near future.
The real performance improvement we need to implement though is virtual
wiki instead of full instances. As the databases already contain a lot
of data, we were planning to use the existing databases for the new
virtual wiki's.
I'm following the directions found here:
http://www.xwiki.org/xwiki/bin/view/FAQ/HowToSetupVirtualWikis.
I've tested prior to configuration that the new pointers are working:
all my virtual domains are pointing to my main wiki:
1) general.xwiki.ie.tycoelectronics.com [database xwiki]
2) production.xwiki.ie.tycoelectronics.com [database xwiki_ext]
3) broadband.xwiki.ie.tycoelectronics.com [database xwiki_brd]
The setup is pretty much as defined in the docs.
The three documents created:
XWiki.XWikiServerXwiki
server field "general.xwiki.ie.tycoelectronics.com"
owner field "XWiki.Admin"
XWiki.XWikiServerxwiki_brd
server field "broadband.xwiki.ie.tycoelectronics.com"
owner field "XWiki.Admin"
XWiki.XWikiServerxwiki_ext
server field "production.xwiki.ie.tycoelectronics.com"
owner field "XWiki.Admin"
Additionally, "xwiki.ie.tycoelectronics.com" points to the same server
(but is not configured as a virtual server anywhere).
Here's the odd thing: "general.xwiki.ie.tycoelectronics.com" (the Xwiki
database) works perfectly, but for both of the other virtual servers I
get the following error (substitute xwiki_ext for xwiki_brd when trying
the broadband one):
javax.servlet.ServletException: Error number 2 in 0: The wiki xwiki_ext
does not exist
org.apache.struts.action.RequestProcessor.processException(RequestProces
sor.java:516)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:423)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
226)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:127)
root cause
com.xpn.xwiki.XWikiException: Error number 2 in 0: The wiki xwiki_ext
does not exist
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:241)
com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:117)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:421)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
226)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:127)
Anyone out there got this working (or maybe that can see something I've
put in wrong)?
Brandon Esbach
Software Engineer
M/A-Com Eurotec Operations
LoughMahon Technology Park,
Skehard Road,
Blackrock,
Cork, Ireland
Tel +353 21 4808305
Hi all,
Has XMLRPC been disabled on xwiki.com?
I used to access
http://openmpt.xwiki.com/xwiki/bin/xmlrpc/confluence
but that has gone away
Looking at the XMLRPC tests in the code, it seems the RPC url has
moved to http://<server>/xwiki/xmlrpc, but accessing
http://openmpt.xwiki.com/xwiki/xmlrpc results in:
Exception in thread "main" org.apache.xmlrpc.XmlRpcException: Failed
to invoke method login in class
com.xpn.xwiki.xmlrpc.ConfluenceRpcHandler: Error number 2 in 0: The
wiki openmpt does not exist
at org.apache.xmlrpc.XmlRpcClient$Worker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcClient.execute(Unknown Source)
[...]
Any ideas?
By the way, I also tried XMLRPC on a local copy from svn trunk and
couldn't get it to work. I haven't done much debugging yet, so it
could be an env problem on my side. But here's the error in case
someone has seen it before:
Exception in thread "main" org.apache.xmlrpc.XmlRpcException: Failed
to instantiate class com.xpn.xwiki.xmlrpc.ConfluenceRpcHandler
at org.apache.xmlrpc.XmlRpcClient$Worker.execute(Unknown Source)
at org.apache.xmlrpc.XmlRpcClient.execute(Unknown Source)
[...]
Regards,
Robin
When creating a PDF output, the view is very different from the view
offered when in xwiki itself (adds thick outer borders; widths are all
overridden; etc)... is there any way in xwiki10B2 to alter this?
This was partially possible in 0.9.840 by modifying an xsl file (forget
which one, about a year ago when I did this on our own servers). There
seems to be only one xsl file in the current version (xhtml.xsl), which
does not seem to affect the style of the PDF output.
Anyone that can point me in the right direction for resolving this?
hi everyone,
i'm trying to set up latest xwiki version on a debian/tomcat/mysql platform :)
the xwiki webapp can't be deployed by Tomcat, and the tomcat log says :
##
Jan 22, 2007 3:18:12 PM org.apache.catalina.startup.HostConfig deployDirectory
SEVERE: Error deploying web application directory xwiki
org.apache.commons.logging.LogConfigurationException: java.lang.ExceptionInInitializerError (Caused by java.lang.ExceptionInInitializerError)
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:538)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
at org.apache.catalina.core.ContainerBase.getLogger(ContainerBase.java:380)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4114)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
at org.apache.catalina.core.ContainerBase.access$0(ContainerBase.java:743)
at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:143)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:737)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904)
at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:867)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
at org.apache.catalina.core.StandardService.start(StandardService.java:450)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
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:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Caused by: java.lang.ExceptionInInitializerError
at org.apache.log4j.Logger.getLogger(Logger.java:104)
at org.apache.commons.logging.impl.Log4JLogger.getLogger(Log4JLogger.java:283)
at org.apache.commons.logging.impl.Log4JLogger.<init>(Log4JLogger.java:108)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
... 29 more
Caused by: java.security.AccessControlException: access denied (java.io.FilePermission xwiki.log write)
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
at java.security.AccessController.checkPermission(AccessController.java:427)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
at java.lang.SecurityManager.checkWrite(SecurityManager.java:962)
at java.io.FileOutputStream.<init>(FileOutputStream.java:169)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at org.apache.log4j.FileAppender.setFile(FileAppender.java:289)
at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:165)
at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:163)
at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:256)
at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:132)
at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:96)
at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:654)
at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:612)
at org.apache.log4j.PropertyConfigurator.configureRootCategory(PropertyConfigurator.java:509)
at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:415)
at org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConfigurator.java:441)
at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:468)
at org.apache.log4j.LogManager.<clinit>(LogManager.java:122)
... 37 more
##
It tells me that it can't write the xwiki.log file, but I don't know where this file has to be, so I could give the right permissions on the filesystem !!
(I suppose that the owner of this file is the tomcat user)
Thanks in advance
Julien Oix
UFR d'Informatique - Universit� Paris Diderot
Bureau 5C01 (5�me �tage)
175 rue du Chevaleret
75013 PARIS
Tel : +33 (0) 144 278 504
Mobile : +33 (0) 664 392 207
---------------------------------------------
http://www.gnu.org/philosophy/no-word-attachments.html
I'm trying to set up a local xwiki site for our institute. Download an installation finished. Local XWiki works fine!
I'm new to the scripting languages Groovy and Velocity.
I'd like some help in generating a list of all BLog entries in lets say a category with name X! Can anybody help? It'd be fairly ease, but don't know how to tackle this problem at the moment.
Thanks in advance!
Regards,
Gerard
Hi,
I just setup my own Wiki using xwiki-1.0-beta-2.war (Win2K, Tomcat 5.0.27).
The web gui is presented in english language and I wonder how to put
this into german. I changed the "Default Language" to "de" ("Multi
Lingual"="no") but nothing changed so this doesn't seem to be the right way.
Any hints?
Guido
Hi All,
I'm not sure if this is a problem that anyone else has noticed, but
we're currently plagued with very short login timeouts; even when using
the "Remember Me" option on login.
We've noted the same on our 10B2 server (upgraded from 0.9.840), and our
recently installed "clean" test system consistently:
If you have not triggered an action in the last 30 to 50 minutes, you
have to login again - this causes blank news topics when, for example, a
news topic is built up during a meeting that lasts over 30 minutes.
Examining the Cookies when using the "Remember Me" shows nothing
unusual, all cookies are set to expire after today excluding JSESSION
which is set for current session (removing JSESSION manually does not
seem to require relogin).
Is there any simple way to avoid this problem; or to at least increase
the timeout?
Platform:
IE6
WinXP
No additional Browser plugins.
Same happens on:
Firefox 2.0.0.1
WinXP
Plugins: Web Developer; FireFTP; FireBug.
Brandon Esbach
Software Engineer
M/A-Com Eurotec Operations
LoughMahon Technology Park,
Skehard Road,
Blackrock,
Cork, Ireland
Tel +353 21 4808305
Does anyone have a suggestion on the best way to import many files at once? We are trying to migrate all of our legacy HTML docs into XWiki - is there a command line version of XAR that we can use to archive the docs and then import them?
Thanks,
-Greg