Hi,
I'm using XE 2.4 and I've installed the LightBox macro 1.1. It seems it does not work properly, showing the message "Failed to execute html macro":
When using the HTML macro inline, you can only use inline HTML content. Block HTML content (such as tables) cannot be displayed
Is there a way to fix this problem ?
Thank you,
Andrea
Hello xwiki users,
I have to integrate with an microsoft active directory server. The ldap-interface of xwiki (as in xwiki.cfg) works by default with the cn (the canonical name), i.e. "Pierre Dalluege". No one can really put his full name into the login name field, everyone wants to put the logon name, which is in this case "p.dalluege". This information is placed in the field "sAMAccountName".
Other software packages require an account for "ldap log on and searches" and in the second step the look for the "sAMAccountName" and fill the field cn, email and others.
Is there anyone to help? At least any ideas?
Thanks a lot in advance, best regards
Pierre
I created livetable for my own class. All working great!
But I have small question: how it possible to change font-size of this
livetable? I easy can change font-size for all livetables by editing
livetable.css, but it will be better to change font-size only for my own
livetable ... How is it possible?
Thanks beforehand!
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/custom-font-size-for-livetable-tp5424373p…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello everybody,
We're are new to XWiki and everything is working great except for one
thing: export to pdf and rtf.
It did not work from the start. We've tried to follow the steps in the
admin guide:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HCusto
mizingthePDFexportLook26Feel.
We've tried tot export an near empty page but that did not work, we
still get the same error message and no export. We also looked at other
messages concerning similar problems but we didn't find an answer.
What are we doing wrong? Is it an installation error?
Thanks for any feedback.
Greetings, Emile & Marcus
The error message:
Error number 0 in 11: Uncaught exception
Wrapped Exception: Could not initialize class
com.xpn.xwiki.pdf.impl.PdfExportImpl
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception: Could not initialize class
com.xpn.xwiki.pdf.impl.PdfExportImpl
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:238)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHan
dler.java:1166)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHan
dler.java:1157)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:152)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHan
dler.java:1157)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHan
dler.java:1157)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:304)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHan
dler.java:1157)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHan
dler.java:1157)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:2
16)
at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandler
Collection.java:230)
at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.jav
a:114)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConne
ction.java:915)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:
409)
at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java
:582)
Wrapped Exception:
java.lang.NoClassDefFoundError: Could not initialize class
com.xpn.xwiki.pdf.impl.PdfExportImpl
at com.xpn.xwiki.web.ExportAction.exportPDFOrRTF(ExportAction.java:180)
at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:64)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:214)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHan
dler.java:1166)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHan
dler.java:1157)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:152)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHan
dler.java:1157)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHan
dler.java:1157)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:304)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHan
dler.java:1157)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHan
dler.java:1157)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:2
16)
at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandler
Collection.java:230)
at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.jav
a:114)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConne
ction.java:915)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:
409)
at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java
:582)
The contents of this e-mail and attachments are confidential.
It is intended for the named recipient(s) only. If you have received this e-mail in error, please notify the system manager or the sender immediately and do not disclose the contents of this e-mail to anyone or make copies.
This e-mail is from the Netherlands Court of Audit, Lange Voorhout 8, 2514 ED, The Hague, NETHERLANDS.
Hi,
I am installing xwiki-application-invitation-1.1.xar in my xwiki .it
installs all the extracted file except it shows one error
List of documents with errors
WatchCode.GWT <http://localhost:8080/xwiki/bin/view/WatchCode/GWT>
I also added gwt-client and gwt server jar files in my xwiki lib file
and did modifications in web.xml as follows
<servlet>
<servlet-name>XWatchService</servlet-name>
<servlet-class>com.xpn.xwiki.watch.server.XWatchServiceImpl</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>XWatchService</servlet-name>
<url-pattern>/XWatchService</url-pattern>
</servlet-mapping>
but nothing works.Please explain if it needs some more configuration to run it.
Thanks,
Simer
Hello,
We would like to customize toolbar appearance in our xwiki app. How can we make
the commands in the toolbars visible only to Admin Group members? For example,
we want to do the following:
1, Allow only Admins to see certain commands, like the XWIKI command (to Create
Space, etc.), plus MAIN and other commands that appear on left side of top
toolbar (i.e. the same toolbar that has Register and Login on right side)
2. We would also like to do same with toolbar that has EDIT, EXPORT, MORE
ACTIONS, ANOTATIONS and WATCH commands - i.e. we would like to set it so only
Admins can see some of these commands, while users in other groups should not be
able to see these commands, nor invoke them.
Please advise how this can be accomplished.
Thank you,
--Tom
Hi all,
When trying to install a new XE 2.4.30451 instance as per
xwiki-enterprise-web-2.4.war on a:
*****
Open Enterprise Server 2 SP2 2.0.2-0 / Suse Linux Enterprise Server 10
SP3 10.3-0
(Fully updated and patched. It is the current OES2 commercial
configuration distributed by Novell)
Built-in Tomcat5 5.5.27 at /srv/www/tomcat5
Built-in MySQL 5.0.26 at /usr/bin with nmysql-connector-java-5.1.13-bin.jar
-----
peat:/ # java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build
pxi32dev-20091106a (SR11 ))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32
j9vmxi3223-20091104 (JIT enabled)
J9VM - 20091103_45935_lHdSMr
JIT - 20091016_1845_r8
GC - 20091026_AA)
JCL - 20091106
peat:/ #
----
*****
The defautl MySQL xwiki scheme failed to be created and the following
exception is thrown:
javax.servlet.ServletException: Error number 3 in 0: Could not
initialize main XWiki context
Wrapped Exception: Unable to build interceptor chain
The whole catalina.out is available at...
http://xen.net/txt/catalinaPeat201008102032.out
I've found a thread referencing a similar error but on that case it was
JBoss involved (http://www.mail-archive.com/devs@xwiki.org/msg06192.html).
To move on JDK 1.6 is not an option here as I can break a huge amount of
things!
By downloading *jcip-annotations-1.0.jar* from
http://repository.jboss.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annot…
into WEB-INF/lib and restarting the webapp works correctly as stated by
Istvan Verhas in the same thread.
No Jira's entry concerning this issue. Is it worth to open one? Or,
could it be worth to include this 2,2Kb jar in the distribution to avoid
this problem? Of course to include it without knowing exactly what for,
is not a great idea, but it works.
Thanks!
Ricardo
--
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
Hallo everybody,
I want to have permanent Webdav access to multiple virtual wikis for file synchronisation. However, there are some problems with achiving that:
1. Mounting a webdav access on a networkdrive via Netdrive won't suffice as there will be more than 26 Wikis. Ideally there could be one webdav access for the whole wiki farm, for example through URL-Path based webdav access. (One drive for the whole farm)
2. It seems adding files via a mounted Netdrive webdav access is not really possible; it works through http:// webdav access though.
Help will be very appriciated!
P.S. where can I change the core. and xe. messages in XWiki?
--
GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl.
Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl
Hi all,
I found a problem of treeview in URL path based virtual mode. When using
IP to access, the treeview works fine in the "Document Index" and the
"Link" widget, i.e. accessing https://<IP Address>:8443/xwiki/wiki/<Wiki
Name>/view/Main/AllDocs?view=tree is fine. However, if using "hostname",
treeview breaks: it shows "loading data...." and stuck, i.e. accessing
https://<Hostname>:8443/xwiki/wiki/<Wiki
Name>/view/Main/AllDocs?view=tree has problem.
Did anyone experience this problem before and have a work-around? Or any
idea would be greatly appreciated.
Cheers,
Wesley