Hi,
I'm wondering if it's possible to migrate Xwiki from one system to another??
I currently run Xwiki on a FreeBSD 8.0 RELEASE x64 platform with 4GB RAM
in a dedicated FreeBSD Jail, however I'm having an issue with Java
spinning up the CPU to 100% rendering Xwiki inoperable!
If I migrate it would be from FreeBSD to either a dedicated FreeBSD
system or an OpenSolaris based system on Nexenta.
Currently I run Tomcat6 coupled with Postgresql, but would migrate to
Glassfish and MySQL.
Is it just a matter of backup the Xwiki from the web GUI then restore
under Glassfish and convert database from Postgresql to MySQL then
attach at other end?
Or can I just simply dump the /webapps/xwiki folder into Glassfish or
another instance of Tomcat?
Thanks for any advice!!
Regards,
Kaya
Hello community,
how can I create tables that would have different background colours for odd
and even table rows with the new WYSIWYG (like it was in old vers.1.0
Syntax .wiki-table?). Or is there the appropriate macro?
Best Regards,
Alla
-----
Best Regards,
Alla
--
View this message in context: http://xwiki.475771.n2.nabble.com/Table-styles-tp5534521p5534521.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I upgrade my xWiki to 2.4 and I have a problem with SpaceExplorer. It doesn't work. When I try to use it, xWiki returns an error:
XWIKIEXPLORER.JS DEPENDS ON XWIKI.JS
In the older version of xWiki everything works fine (2.2). I was going through the js scripts and the structure is the same as it was in xWiki 2.2.
Does anybody know where is the problem?
Thanks, Zuzana.
Hi @all,
did one of you guys get the SQL-Plugin to work with 2.4?
I did everything the installation instructions said to do. Even made a
sample jsp page which worked just fine with querying the database and
displaying my table. But usage of the plugin in any xwiki page doesn't work.
Even when using such stupid query as
select '1' as 1, '2' as 2
there does not seem to be any resultset returned which i could display via
velocity script. Is there any trick i don't know or is the plugin simply
broken?
Thx
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-SQL-Plugin-tp5530893p5530893.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello xwiki users,
I have to upload larger files (i.e. ebooks (above 100MB) or images of 80MB) and at the moment the upload fails.
I increased the size of mysql packages to 512 MB, but it didn't help, any ideas?
Best regards
Pierre
Hello xwiki users,
I have to upload larger files (i.e. ebooks (above 100MB) or images of 80MB) and at the moment the upload fails.
I increased the size of mysql packages to 512 MB, but it didn't help, any ideas?
Best regards
Pierre
I've got pristine installations of both mysql 5.1.48 and glassfish 2.1.1,
and I always get:
PWC1406: Servlet.service() for servlet action threw exception
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main
XWiki context Wrapped Exception: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from
param xwiki.store.migration.manager.class Wrapped Exception: Could not
initialize class net.sf.cglib.proxy.Enhancer at
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:402) at
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:471) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116) at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.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:734) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
at .....
[rest of dump cut]
This is annoying, because I was able to get an earlier version of Xwiki
going, but had a server crash where everything got wiped out, and I'm
starting fresh.
Any help would be gratefully received.
Many thanks.
Regards,
Mike
Hello,
How can I force (via some admin script or configuration) that a specific user's group have a predefined watchlist? I would like to guarantee that a specific set of pages and/or spaces are being monitored by certain groups. I'm using XWiki 2.4 with LDAP groups for authentication.
Regards,
Ramon Gomes Brandão
Hi xwikiers,
Since May and actively since end of August I'm working on a POC for
the future (long awaited) Extension Manager. It's now in a state where
you can play with it a bit !
So here is a quick advertisement.
You can find it on
http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-extension/
What it does already:
- display remote extension and its dependencies as a tree
- install remote extension and its dependencies from repositories
- framework support any kind of extension using ExtensionInstaller
component interface but only jar installer is implemented right now
- framework support any kind of repository using RepositoryFactory
component interface but only maven is implemented right now
- load installed application when XWiki starts
Critical features not yet supported:
- miscellaneous rights protections in extension manager script service
- uninstall/upgrade support: need to find a way to remove a jar from
classloader. Note that you can remove an extension from local
repository and restart.
- xar installer: just need to provide a ExtensionInstaller
implementation with role hint "xar" since this needs access to the
whole model the first version will probably be implemented with old
APIs (XWikiDocument, etc.) on xwiki-core side
- install extension not coming from a repository: the current API is
very repository centric but you can do it "by hand" by putting
directly the extension jar file in the local repository.
- real descriptors in local repository for installed extensions (to
store in a repository independent way extension information as well as
some local only metadas like the fact that an extension as been
installed as a dependency of another etc.)
- others on http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-extension/README.t…
I'm preparing some design documentation that will go on
http://dev.xwiki.org/xwiki/bin/view/Design/ExtensionManagerProposal
but i don't have much time right now so it will probably be tomorrow
(GMT).
The current state is not final at all but it still introduce a lot of
APIs and design, lets call it an over designed POC. It needs to be
discussed in all it's aspects before having its experimental tag
removed. The plan is to distribute it with XE coming with 2.5 whatever
it's state (when it does not represent a risk for XE obviously) as an
experimental playground with all the required warnings in the UI and
promote it when we are happy with a first version.
Thanks,
--
Thomas Mortagne
Ok I figured this one out!!
The pg_hba.conf file of Postgresql needed to have this line added:
# TYPE DATABASE USER CIDR-ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all trust
# IPv4 local connections:
host all all 127.0.0.1/32 trust
# IPv6 local connections:
host all all ::1/128 trust
*host all all 192.168.0.151/32 trust*
Now all is fine!! :-)
Few!
Regards,
Kaya
-------- Original Message --------
Subject: Strange HTTP://500 error?? hibernate.cfg.xml wrong?
Date: Mon, 13 Sep 2010 16:23:37 +0300
From: Kaya Saman <kayasaman(a)gmail.com>
To: XWiki Users <users(a)xwiki.org>
Hi,
as some of you guys who've already helped me know by now that I have a
working instance of Xwiki....
Recently I tried to simulate this and go over the steps I'd already done
in order to document the install!
I installed FreeBSD 8.0 Release x64 and recreated my FreeBSD jail that I
currently run Xwiki in.
Everything went to plan with all steps involved being documented all the
way and versions of software checked against each other; however, when
it came to actually browsing to Xwiki I got an error 500 message??
All details of my install can be found here:
http://wiki.optiplex-networks.com/xwiki/bin/view/FreeBSD/XWiki
however it is quite long so I am only going to explain about the error
and areas that the error highlights:
I'm using Postgresql as the DB backend as I had issues with MySQL so
that needs further testing later, and Tomcat6.
My hibernate.cfg.xml file looks like so:
<!-- PostgreSQL configuration.
Uncomment if you want to use PostgreSQL and comment out other
database configurations. -->
<property
name="connection.url">jdbc:postgresql://localhost:5432/xwiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property name="connection.driver_class">org.postgresql.Driver</property>
<property name="dialect">org.hibernate.dialect.PostgreSQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
With the rest all commented out apart from the default non-database
stuff right at the top of the stock file; the default DB lines have been
commented out!
Although no need I uncommented this line:
xwiki.store.hibernate.path=/WEB-INF/hibernate.cfg.xml
in the xwiki.cfg file.
This is the exact error:
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not create a DBCP pool. There is an error in the hibernate configuration file, please review it.
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not create a DBCP pool. There is an error in the hibernate configuration file, please review it.
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:402)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:471)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
The only thing I did differently is initially build the JDK environment and Tomcat without the TZupdater tool from Sun??
Has anyone got any ideas of what I'm missing here and why the system claims that there is an error in the hibernate.cfg.xml file??
These are the versions of Postgresql connector that I have tried:
postgresql-8.2-511.jdbc4.jar
postgresql-8.3-603.jdbc4.jar
postgresql-8.3-606.jdbc4.jar
On my production build I use 8.3-603.jdbc4.jar
On the test version I also installed some patches for the JDK environment as I hadn't updated my ports tree before building the packages even though
upgrading the ports rebuilt all the installed packages by removing them first so I don't know if the patch has been applied again or not???
Anyway, fact is that somethings wrong and I need to get to the bottom of this :-)
Many thanks for any help!
Regards,
Kaya
Hi,
as some of you guys who've already helped me know by now that I have a
working instance of Xwiki....
Recently I tried to simulate this and go over the steps I'd already done
in order to document the install!
I installed FreeBSD 8.0 Release x64 and recreated my FreeBSD jail that I
currently run Xwiki in.
Everything went to plan with all steps involved being documented all the
way and versions of software checked against each other; however, when
it came to actually browsing to Xwiki I got an error 500 message??
All details of my install can be found here:
http://wiki.optiplex-networks.com/xwiki/bin/view/FreeBSD/XWiki
however it is quite long so I am only going to explain about the error
and areas that the error highlights:
I'm using Postgresql as the DB backend as I had issues with MySQL so
that needs further testing later, and Tomcat6.
My hibernate.cfg.xml file looks like so:
<!-- PostgreSQL configuration.
Uncomment if you want to use PostgreSQL and comment out other
database configurations. -->
<property
name="connection.url">jdbc:postgresql://localhost:5432/xwiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property name="connection.driver_class">org.postgresql.Driver</property>
<property name="dialect">org.hibernate.dialect.PostgreSQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
With the rest all commented out apart from the default non-database
stuff right at the top of the stock file; the default DB lines have been
commented out!
Although no need I uncommented this line:
xwiki.store.hibernate.path=/WEB-INF/hibernate.cfg.xml
in the xwiki.cfg file.
This is the exact error:
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not create a DBCP pool. There is an error in the hibernate configuration file, please review it.
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not create a DBCP pool. There is an error in the hibernate configuration file, please review it.
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:402)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:471)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
The only thing I did differently is initially build the JDK environment and Tomcat without the TZupdater tool from Sun??
Has anyone got any ideas of what I'm missing here and why the system claims that there is an error in the hibernate.cfg.xml file??
These are the versions of Postgresql connector that I have tried:
postgresql-8.2-511.jdbc4.jar
postgresql-8.3-603.jdbc4.jar
postgresql-8.3-606.jdbc4.jar
On my production build I use 8.3-603.jdbc4.jar
On the test version I also installed some patches for the JDK environment as I hadn't updated my ports tree before building the packages even though
upgrading the ports rebuilt all the installed packages by removing them first so I don't know if the patch has been applied again or not???
Anyway, fact is that somethings wrong and I need to get to the bottom of this :-)
Many thanks for any help!
Regards,
Kaya
Hello.
Does XWiki support OpenID authentication yet?
It would be natural, since a wiki is asually an additional service of some
big portal.
E.g. a business portal, a gaming portal, a scientific portal.
I know you have LDAP authentication, but LDAP is for Enterprise only - i.e.
for LAN only.
And for Internet you need OpenID.
Do you have OpenID authenticator implemented?
Or are you planning on it?
Hello!
I've tried (without success) some scripts to hide the class template when
using livetable. It is
said<http://xwiki.475771.n2.nabble.com/Livetable-td4744002.html>that
on 2.1+ XWiki versions this doesn't happen anymore; template document
is filtered by JSON sources. But I'm using 2.2.1 XWiki version, and I still
get the template document appering in the results.
I didn't understand the following (which i've tried to use to filter the
template):
#if ("$!className" != "")
#set(${...Sql = ", [snip] and doc.fullName <> '${className}*Template*'
[snip]")
from the link <http://xwiki.475771.n2.nabble.com/Livetable-td4744002.html>.
This is the code which would filter the template, right?
Can anyone help me?
--
Atenciosamente,
Erica Usui.
I am frequently (and randomly it seems) getting a 4001 error while
parsing velocity page /templates/wysiwyginput.vm when loading pages for
inline-edits.
This is happening both on fields that have wiki-syntax (2.0) content and
fields that while able to take wiki-syntax content, have only plain
text. (i.e. "Lengthy, detailed information as needed. A good use of this
would be training for new application features. This will be limited to
text. If more is needed the user should be redirected to more detailed
help documentation.")
If the inline-edit page is immediately hard-refreshed (<CTRL>+<F5>), the
message usually goes away and the correct content is displayed. However,
users often don't notice the problem until 3-5 edits later, once the
error message output has been saved to the field. (see log messages
below)
The setup that I have is:
-- Page
-- 1 Class Object of type A w/ multiple properties (incl. several
textarea fields)
-- Many Class Objects of type B w/ multiple properties (incl.
several textarea fields)
-- Many Class Objects of type C w/ multiple properties (incl.
several textarea fields)
The problem has occurred for objects from all three classes, and there
doesn't seem to be any consistency as to which class/property it happens
to.
The biggest thing that I can't figure out is that for one load of the
page it's fine, then it's broken, then (without changing the underlying
data or code) it's fine again.
Thanks!
--Matt
Here is the output from the catalina.out log file:
2010-09-09 18:12:59,874
[http://xwiki.internal.nwresearch.com/xwiki/bin/preview/ProjectManagemen
t/UseCase%2DAddEditDeleteListSystemUpdateNotifications] ERROR
internal.DefaultHTMLConverter - Can't find descriptor for the
component [role = [org.xwiki.rendering.renderer.BlockRenderer] hint =
[default]]
org.xwiki.component.manager.ComponentLookupException: Can't find
descriptor for the component [role =
[org.xwiki.rendering.renderer.BlockRenderer] hint = [default]]
at
org.xwiki.component.embed.EmbeddableComponentManager.initialize(Embeddab
leComponentManager.java:356)
at
org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableCo
mponentManager.java:109)
at
org.xwiki.component.internal.DefaultComponentManager.lookup(DefaultCompo
nentManager.java:85)
at
com.xpn.xwiki.wysiwyg.server.converter.internal.DefaultHTMLConverter.fro
mHTML(DefaultHTMLConverter.java:104)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:2
98)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:85
2)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:588)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
2010-09-09 18:12:59,890
[http://xwiki.internal.nwresearch.com/xwiki/bin/preview/ProjectManagemen
t/UseCase%2DAddEditDeleteListSystemUpdateNotifications] ERROR
filter.ConversionFilter - Exception while parsing HTML
java.lang.RuntimeException: Exception while parsing HTML
at
com.xpn.xwiki.wysiwyg.server.converter.internal.DefaultHTMLConverter.fro
mHTML(DefaultHTMLConverter.java:110)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:2
98)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:85
2)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:588)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.xwiki.component.manager.ComponentLookupException: Can't
find descriptor for the component [role =
[org.xwiki.rendering.renderer.BlockRenderer] hint = [default]]
at
org.xwiki.component.embed.EmbeddableComponentManager.initialize(Embeddab
leComponentManager.java:356)
at
org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableCo
mponentManager.java:109)
at
org.xwiki.component.internal.DefaultComponentManager.lookup(DefaultCompo
nentManager.java:85)
at
com.xpn.xwiki.wysiwyg.server.converter.internal.DefaultHTMLConverter.fro
mHTML(DefaultHTMLConverter.java:104)
... 22 more
org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content
with id [/templates/wysiwyginput.vm]
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:200)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:156)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:116)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1791)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:154)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:224)
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:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:2
98)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:85
2)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:588)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.velocity.exception.VelocityException: Reference
evaluation threw an exception at /templates/wysiwyginput.vm[line 57,
column 7]
at
org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReferen
ce.java:481)
at
org.apache.velocity.runtime.parser.node.ASTAndNode.evaluate(ASTAndNode.j
ava:104)
at
org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpres
sion.java:62)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:85)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:191)
... 39 more
Caused by: java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
at java.util.HashMap$EntryIterator.next(HashMap.java:834)
at java.util.HashMap$EntryIterator.next(HashMap.java:832)
at java.util.AbstractMap.toString(AbstractMap.java:485)
at
org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReferen
ce.java:477)
... 46 more
Here is the output that displays in the field:
Error number 4001 in 4: Error while parsing velocity page
/templates/wysiwyginput.vm Wrapped Exception: Failed to evaluate content
with id [/templates/wysiwyginput.vm] (% id="xwikierror1" style="display:
none;" %) ((( (% class="xwikierror" %) {{{Error number 4001 in 4: Error
while parsing velocity page /templates/wysiwyginput.vm Wrapped
Exception: Failed to evaluate content with id
[/templates/wysiwyginput.vm] com.xpn.xwiki.XWikiException: Error number
4001 in 4: Error while parsing velocity page /templates/wysiwyginput.vm
Wrapped Exception: Failed to evaluate content with id
[/templates/wysiwyginput.vm] at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:122) at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1791) at
com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:154) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:224) 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:617) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:290) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:152) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:304) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233) at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191) at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127) at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:102) at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109) at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:2
98) at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:85
2) at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:588) at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619) Wrapped Exception:
org.apache.velocity.exception.VelocityException: Reference evaluation
threw an exception at /templates/wysiwyginput.vm[line 57, column 7] at
org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReferen
ce.java:481) at
org.apache.velocity.runtime.parser.node.ASTAndNode.evaluate(ASTAndNode.j
ava:104) at
org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpres
sion.java:62) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:85) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:87) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:191) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:156) at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:116) at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1791) at
com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:154) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:224) 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:617) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:290) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:152) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:304) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233) at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191) at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127) at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:102) at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109) at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:2
98) at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:85
2) at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:588) at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619) Caused by:
java.util.ConcurrentModificationException at
java.util.HashMap$HashIterator.nextEntry(HashMap.java:793) at
java.util.HashMap$EntryIterator.next(HashMap.java:834) at
java.util.HashMap$EntryIterator.next(HashMap.java:832) at
java.util.AbstractMap.toString(AbstractMap.java:485) at
org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReferen
ce.java:477) ... 46 more }}} )))
Hi,
I'm trying to migrate an old XE 1.3.8295 farm to a newer server and
previously solve some know issues.
When a try to create certain documents in of the virtual wikis I get
errors like this...
http://ftp.ebiotic.net/fromMire/wokflow20100909Error.txt
I've get, and Sergiu had solved, some similar errors in an update from
1.3M2, but I don't understand in this case why I was able to create
WorkFlow/20100908 and WorkFlow/20100910 pages but WorkFlow/20100909
fails with this error message.
Any idea will be welcome! Thank you so much!
Greetings,
Ricardo
--
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
Hi!
Being initiated the migration of such an old installation to a XE 2.4.x
environment I've to solve some issues still in the old installation.
Please, is it possible to use wild cards in WebSearch in such an ancient
installation?
Just another question. In top of each column of the search results
window (Page, Space, Wiki, Date and Last Author) there is an empty field
where you can enter a string to filter for this value the results of the
query.
Is it possible to pass Page as a parameter in the URL? For instance, I
get the results I want by issuing the query...
/Main/WebSearch?text=Users&space=Users
Then filtering for x in Page. Could I compose an URL with this search?
And add order to the results?
Thanks for your help,
Ricardo
--
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
Hi!
After some successful trials I'm stuck with a problem using
xwiki.authentication.ldap.user_group: no new member of the group is
allowed to access the wiki (XWiki Enterprise 2.4.30451 // XEM 2.4;
eDirectory as LDAP server). Here the log for two errors and one
successful access...
http://ftp.ebiotic.net/fromPeat/ldapGroupError.txt
Users failing to authenticate exist in the group:
GMXUX-Ricardo-Rodriguez:~ rrodriguez$ ldapsearch -H
ldap://peat.environmentalchange.net:389 -x -D "cn=admin,o=EPECNetwork"
-W -b "o=EPECNetwork" -s one -a always -z 1000 "(objectClass=*)"
"subordinateCount" "objectClass" | grep "Patricia"
Enter LDAP Password:
# PatriciaBlancoArias, EPECNetwork
dn: cn=PatriciaBlancoArias,o=EPECNetwork
GMXUX-Ricardo-Rodriguez:~ rrodriguez$ ldapsearch -H
ldap://peat.environmentalchange.net:389 -x -D "cn=admin,o=EPECNetwork"
-W -b "o=EPECNetwork" -s one -a always -z 1000 "(objectClass=*)"
"subordinateCount" "objectClass" | grep "Dummy"
Enter LDAP Password:
# DummyDummy, EPECNetwork
dn: cn=DummyDummy,o=EPECNetwork
GMXUX-Ricardo-Rodriguez:~ rrodriguez$
Please, any idea? Please, where am I wrong? Thanks for your help!!!
Ricardo
--
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
Hello! :)
I'm trying some velocity code on a farm, but it just works for superadmin
user, even though my user is registred on the main wiki, and have all
possible rights.
And i'm also trying to import Space explorer application, it didn't work on
the farm; i've imported it on the main wiki... This application works in all
wikis, but not farms.
Can anyone help me?
:(
Hello,
I've gone to the XWikipreferences, then edit > Class.
Here's what is set:
name: upload_maxsize
Pretty Name: Maximum Upload Size
x No
Number: 53
Number Type: long
Size: 200
Error: XWiki has a default limit of around 10Mb for attached files.
This limit can be changed using the upload_maxsize parameter. Check
the FAQ for more information.
Any ideas?
Hi, Xwiki users.
I followed the instructions (at least I was pretty sure I did) for
installing xwiki on my glassfish 2.1.1 server using MySQL. However, I am
greeted with the attached disappointment upon navigating to
http://localhost:8080/xwiki.
Has anyone experienced this, can can you point me to a fix?
Many thanks.
Regards
Mike
Timestamp
Sep 7, 2010 23:10:02.234
Log Level
SEVERE
Logger
javax.enterprise.system.container.web
Name-Value Pairs
_ThreadID=45;_ThreadName=Thread-28651;_RequestID=e086fd0c-cb2a-48ba-8242-3315679eab56;
Record Number
148
Message ID
WebModule[/xwiki]PWC1257
Complete Message
Error configuring application listener of class
org.xwiki.container.servlet.XWikiPlexusServletContextListener
java.lang.ClassNotFoundException:
org.xwiki.container.servlet.XWikiPlexusServletContextListener at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1578)
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4598)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:5364)
at com.sun.enterprise.web.WebModule.start(WebModule.java:345) at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:986)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:970)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:704) at
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1649) at
com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1254) at
com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:182)
at
com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:278)
at
com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:1005)
at
com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:992)
at
com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:470)
at
com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:182)
at
com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:308)
at
com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:231)
at
com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:298)
at
com.sun.enterprise.deployment.phasing.ApplicationStartPhase.runPhase(ApplicationStartPhase.java:132)
at
com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
at
com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:966)
at
com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:609)
at
com.sun.enterprise.deployment.phasing.PEDeploymentService.start(PEDeploymentService.java:653)
at
com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.start(ApplicationsConfigMBean.java:773)
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
com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:390)
at
com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:373)
at
com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:477)
at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761) at
sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597) at
com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:90) at
$Proxy1.invoke(Unknown Source) at
com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:304)
at
com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:170)
at
com.sun.enterprise.deployment.client.DeploymentClientUtils.startApplication(DeploymentClientUtils.java:159)
at
com.sun.enterprise.deployment.client.DeployAction.run(DeployAction.java:538)
at java.lang.Thread.run(Thread.java:619)
Hi all,
The office importer works fine for importing a document in one page with
the "append result" option. Now I'm trying to import a big office
document (more than 300 documentpages) in about 100 xwikipages. When I
try to use the splitter and import the document no XWiki pages are
created and attached to the the target space. I tried to import a small
document with... the same result. I can't figure out what I'm doing
wrong. Is there a syntax voor the source document (headers?)?
Any advise would be really great.
Regards, Marcus
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!
Following a comment in http://jira.xwiki.org/jira/browse/XEM-174 and
about xwiki.authentication.cookiedomains.
As far as in understand it allows to share cookies between sub domains
(for instance, wiki1.mydomain.com, wiki2.mydomain.com and
wiki3.mydomain.com) but not between domains (for instance mydomain.com,
yourdomain.com, theirdomain.net). As I am not sure about the
terminology, I'm using between, across, sub domains and domains as per
http://www.15seconds.com/issue/971108.htm
Am I right or is it currently possible to share cookies between domains
in a XWiki farm? For us, it is not possible to share a common part for
domain names of virtual wikis. It can't be wiki1.mydomain.com,
wiki2.mydomain.com but mydomain.com and yourdomain.com
What I am trying to avoid is that an user must to log in more than once
to access all the granted resources within a XWiki farm, mainly when
moving from a virtual wiki to the main wiki for, for instance, edit
his/her preferences or modify his/her profile.
Thanks!
Ricardo
--
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
Hi,
I've Just installed Calendar Plugin and Calendar Application on my XE 2.4 instance. It works when I point to xwiki/bin/view/Main/EventCalendar/, but its look and feel is far away of that smooth one shown in the Calendar Application home page (http://code.xwiki.org/xwiki/bin/view/Applications/CalendarApplication).
The calendar appears as a very simple and rough table, its cells don't have a prefixed size (nothing more than just the length of the two digits number of the day) and it does not show the PDF creation link. It also doesn't mark the "today" day on the calendar. I've checked the source code and it seems that the $cview.getHTMLCalendar($cparams, "") method isn't building a smooth calendar. How can I fix this?
Doesn't XE 2.4 contain an event calendar by default? If so, how can I access it?
I'm using the colibri skin.
Regards,
Ramon Gomes Brandão
Hi all,
I would like to retrieve the current time to pass as an argument for $!xwiki.formatDate(). How can I do that?
Also, where I can find the complete API reference of methods like formatDate() and so on?
Regards,
Ramon Gomes Brandão
Hi,
I've attached 2 images to a page of which I want to have the smaller
image (web image) displayed on the actual page but when clicked on a
larger image appearing.
The other thing I was considering to do would be to float the larger
version of the image over the smaller one when the mouse cursor roles
over the smaller image. Sort of like on the Google search engine if you
understand what I'm tying to say??
I've had a look here:
http://code.xwiki.org/xwiki/bin/view/Macros/ImageMacro
which looks interesting but then I read through this:
http://platform.xwiki.org/xwiki/bin/view/Features/Attachments
which states that the *image macro* isn't needed needed anymore when
using XWiki 2.0 syntax.....
I am a little confused as to how to go about this.
It is quite easy to create a new page and attach the larger image in
there but I think that defeats the purpose no?? Basically it's the wrong
way of doing things I feel??
Any advise would be really great.
Thanks!!
Kaya
Hi there,
finally after managing to get XWiki installed on my FreeBSD system I am
trying to create a tree where information will go under according to the
specific type and heading:
Basically what I'm after it this:
Main -> Howto's -> FreeBSD
Solaris
OpenSolaris
Linux
So far I managed to get the desired affect by: creating a new space
called Howto's and then linking in the rest of the items as pages
spanning downwards from the main root in the tree.... is this correct or
can I created spaces within spaces??
Also I am wondering how to centrally align a table? I have attempted the
following syntax as I couldn't find any graphic buttons on the editor to
perform the task:
(% style="table-align=center" %)
|[[[[image:freebsdlogo2.png||alt="freebsdlogo.png" style="display:
block; margin-left: auto; margin-right: auto;" width="400"]]>>FreeBSD]]
|[[[[image:logomed2.jpg||alt="logomed.jpg" style="display: block;
margin-left: auto; margin-right: auto;" width="400"]]>>Linux]]
|[[[[image:solarislogo2.png||alt="solarislogo.png" height="208"
style="display: block; margin-left: auto; margin-right: auto;"
width="400"]]>>Solaris]]|[[[[image:OpenSolarisLogo2.gif||alt="OpenSolarisLogo.gif"
style="display: block; margin-left: auto; margin-right: auto;"
width="400"]]>>OpenSolaris]]
This however doesn't work as the table is still left aligned???
Any advise is much appreciated as I am struggling to find much
documentation on this wiki at all and what is around seems to be really
lean. If I manage to get as far as creating what I want with a custom
look then I will definitely create a manual on it as that's my intention
for the WiKi in the first place!!
Many thanks,
Kaya
I just discovered the Freemind macro and I'm very happy. This macro displays
an attached freemind file in a wiki page using a flash component.
It works fine, and the installation is straightforward. Thank you Fabio
Mancinelli.
A valuable enhancement would be to specify the height of the map as a
parameter of the macro.
I found a way to do it using the following snippet :
(% id="flashcontent" style="height:800px" %)(((
{{freemind map="FileName"/}}
)))
It works but it's clearly dirty, it generates 2 div with the same id.
If you have a better idea, I'll be happy to read you.
Regards,
Maxime
Hi,
When i build the project iam getting following error
[INFO] Unpacking C:\Documents and Settings\xxx\.m2\repository\com\g
oogle\gwt\gwt-dev\2.0.3\gwt-dev-2.0.3-windows-libs.zip to
C:\Documents and Settings\xxx\.m2\repository\com\google\gwt\gwt-d
ev\2.0.3
with includes null and excludes:null
org.codehaus.plexus.archiver.ArchiverException: Error while expanding
C:\Documen
ts and Settings\xxx\.m2\repository\com\google\gwt\gwt-dev\2.0.3\gwt
-dev-2.0.3-windows-libs.zip
at
org.codehaus.plexus.archiver.zip.AbstractZipUnArchiver.execute(Abstra
ctZipUnArchiver.java:132)
at
org.codehaus.plexus.archiver.AbstractUnArchiver.extract(AbstractUnArc
hiver.java:108)
at
org.apache.maven.plugin.dependency.AbstractDependencyMojo.unpack(Abst
ractDependencyMojo.java:260)
at
org.apache.maven.plugin.dependency.fromConfiguration.UnpackMojo.unpac
kArtifact(UnpackMojo.java:122)
at
org.apache.maven.plugin.dependency.fromConfiguration.UnpackMojo.execu
te(UnpackMojo.java:95)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
nManager.java:454)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:559)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
fecycle(DefaultLifecycleExecutor.java:500)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
ltLifecycleExecutor.java:479)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:331)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:292)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
fecycleExecutor.java:142)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:345)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:132)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:290)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: java.io.IOException: Negative seek offset
at java.io.RandomAccessFile.seek(Native Method)
at
org.codehaus.plexus.archiver.zip.ZipFile.positionAtCentralDirectory(Z
ipFile.java:383)
at
org.codehaus.plexus.archiver.zip.ZipFile.populateFromCentralDirectory
(ZipFile.java:254)
at org.codehaus.plexus.archiver.zip.ZipFile.<init>(ZipFile.java:148)
at
org.codehaus.plexus.archiver.zip.AbstractZipUnArchiver.execute(Abstra
ctZipUnArchiver.java:113)
... 22 more
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error unpacking file: C:\Documents and Settings\xxxxx\.m2\repo
sitory\com\google\gwt\gwt-dev\2.0.3\gwt-dev-2.0.3-windows-libs.zip to:
C:\Docume
nts and Settings\xxx\.m2\repository\com\google\gwt\gwt-dev\2.0.3
org.codehaus.plexus.archiver.ArchiverException: Error while expanding
C:\Documen
ts and Settings\xxx\.m2\repository\com\google\gwt\gwt-dev\2.0.3\gwt
-dev-2.0.3-windows-libs.zip
Negative seek offset
Please help.
Thanks,
Simer
Hi everyone. 2 issues (sort of related):
1:
We have installed XEM 2.4 on Windows Server 2003 using Jetty and mySQL 5, and have successfully got LDAP to work on the main wiki (authenticating against Active Directory) - the user's first/last name appears in the top right (and if they navigate to their profile, the AD info is there). However, when we create a child/sub wiki (and import the standard .xar), the LDAP authentication appears to work, but the same level of user information is not pulled through (only the username appears - no first name, last name or profile details etc). Is there something else we need to set up?
Ideally we would like to set the entire farm up so that if a user logs into one, they had their accounts made in each. Alternatively, the ability to import all users and set up accounts would be great - we can then pre-allocate users to specific spaces etc (any news on re-developing the 'Import users from LDAP' plugin?!). We've found the xwiki.preferences class objects page - but are a bit confused!
2:
In addition, the process of creating child wikis seems to have an issue with the main administrator (Admin/admin) - when logged in (to one of the child wikis) the 'Preferences' and 'Profile' menu items (in the top right) refer to 'localhost', not the assigned alias/dns...
Can anyone point me in the right direction?! (Apologies if this seems a bit of a locked-down approach to using wikis - but as an educational institution, we need to keep the editing of content secure!).
Thanks,
Alex
--
Alex Bradbeer
Learning Technologist
The Arts University College at Bournemouth
aucb.ac.uk
*********************************************************************************************************
The contents of this communication are confidential and intended solely for the use of the named recipient(s). If you have received this email in error please delete it and do not disseminate, distribute, copy or alter it.
Any views or opinions expressed are those of the author and do not necessarily represent those of The Arts University College at Bournemouth.
Although The Arts University College at Bournemouth has taken reasonable precautions to ensure no viruses are present in this email, the University College cannot accept responsibility for any loss or damage arising from the use of this email or attachments.
*********************************************************************************************************
Hello all,
In the OpenOffice Server preferences I'm recieving an "Inadequate
privileges" error, and I have no idea why. I am definitely logged in as the
administrator, and I definitely have all the boxes ticked in Rights. I'm
using the colibri skin, and I'll outline what I did below:
I installed OpenOffice on our Windows server using
http://code.google.com/p/openmeetings/wiki/OpenOfficeConverter#Windows these
instructions . After doing the soffice.exe test in the command prompt and
testing it with: netstat -anp tcp, I get the correct response:: TCP
127.0.0.1:8100 0.0.0.0:0 LISTENING, so in theory it should be running
properly.
My WEB-INF\xwiki.properties file has remained as default, except I changed
the paths since the defaults weren't working. They are as follows
#-# [Since 1.8RC3]
#-# Path to openoffice installation (serverType:0 only).
#-# If no path is provided, a default value will be calculated based on the
operating environment.
openoffice.homePath=C:\Program Files (x86)\OpenOffice.org 3
#-# [Since 1.8RC3]
#-# Path to openoffice execution profile (serverType:0 only).
#-# If no path is provided, a default value will be calculated based on the
operating environment.
openoffice.profilePath=C:\Program Files (x86)\OpenOffice.org
3\OpenOffice.org\3
The second one is long like that because I copied and pasted the user file
from the default which directed to
"\\BWSRVR.CORP\Public\individuals\Administrator\Application
Data\OpenOffice.org\3" since it was returning the error still, into the
Program Files one on the local drive, but that didn't seem to change
anything.
If I try doing Start, Stop, or Restart Server, I get that annoying
Inadequate privileges box. So, the OpenOffice preferences page looks like
this:
---------------------
Inadequate privileges.
---------------------
Server type
Internally managed (local)
Server port
8100
Auto start
Yes
Server path
C:\Program Files (x86)\OpenOffice.org 3
Server profile
C:\Program Files (x86)\OpenOffice.org 3\OpenOffice.org\3
Server state
Not connected
Actions
[]Start server (connect)
[]Stop server (disconnect)
[]Restart server
I've been fiddling with different settings (but making sure I return them to
the defaults after) and searching around on the net, but I don't know what
else to try, and I really want this feature to work. Any help would be
greatly appreciated.
Thanks,
Lockie.
--
View this message in context: http://xwiki.475771.n2.nabble.com/OpenOffice-Server-Inadequate-privileges-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
When I create my own class with propertie with have type=DatabaseList -
often, I cannot use simpe "XWiki Class Name" - I need to specify
HibernateQuery. Unfortunately, I cannot use XWQL, only HQL I tried to put my
XWQL query in a field of HibernateQuery - but no result (XWQL query was
tested and is ok).
For the developers - Are you planning to implement XWQL in a DatabaseLists?
It will be great, because XWQL is more simple, shortly and naturally
supporting XWiki data model!
Or, maybe right now exists some possibilities to use XWQL in a
DatabaseLists?
--
Thanks beforehand!
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWQL-in-DatabaseLists-tp5463335p5463335.h…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am out of the office until 09/07/2010.
I am on holiday. For wiki assistance, please contact Junjun He. If this
is an emergency, please contact my manager, Kathy Kennedy, or leave a
message on my cell phone. Thank you! :-)
Note: This is an automated response to your message "users Digest, Vol 38,
Issue 1" sent on 9/1/10 6:00:14.
This is the only notification you will receive while this person is away.
I have the following data that I recover from the XWiki data base, but I
need order it. Thanks in advance
#set ($list = $xwiki.tag.getDocumentsWithTag($tag))
<div>
<div id="dashboardleft">
<div id="dashboardleftcontent">
#displayDocumentList($list true $blacklistedSpaces)
</div>
</div>
</div>
<div style="clear:both; margin-bottom: 40px;"><!-- --></div>
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-do-I-for-order-a-data-list-in-xwiki-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Alex,
Sorry, I forgot to mention this information. I'm using a clean install of the latest build of XWiki Enterprise (2.4.30451), running on JBoss 4.3 and MySQL 5.0, with Apache 2.0. Using Firefox 3.6.8 and IE 8.
Something related to char encoding of DB/JBoss/Apache? Which one?
Regards,
Ramon Gomes Brandão
-----Mensagem original-----
De: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] Em nome de Alex Busenius
Enviada em: terça-feira, 31 de agosto de 2010 05:19
Para: users(a)xwiki.org
Assunto: Re: [xwiki-users] FWD: TAG Application with international characters
Hi,
Could you provide more details? OS, XWiki version (and whether it was
upgraded from later version), browser version, which DB...
Standard Jetty+HSQLDB on FF works fine for me with "índio" as tag.
Regards,
Alex
On 08/30/2010 09:36 PM, Ramon Gomes Brandão - SERINT wrote:
>
>
> Hi,
>
>
>
> In the Tags Application at the bottom of Main.WebHome, all the assigned tags are displayed correctly with international characters (like í, ç, ô á etc). When Ii click on one of them to present the tagged documents, the tag appears all messed up due to the intl chars (such as "Ã" in place of í etc). Clicking on it, a "Failed to execute velocity macro" message appears (maybe due to the invalid URL, example for the word "índio" .../Main/Tags?do=viewTag&tag=%C3%83%C2%ADndio).
>
>
>
> How can I fix that?
>
>
>
> Regards,
>
>
>
> Ramon Gomes Brandão
>
>
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi,
I am attempting to customize the toucan by putting a new background in
and changing the logo.
The logo is the easy part with the change happening in the
Administration GUI under Presentation -> Skin Customization -> Logo
The rest I'm a bit unsure about!!
I have attempted to deconstruct the toucan.css file under the skins
directory in the webapp and then build it back together. I did get some
results but it was highly unstable as after a second edit things started
going funny.
I managed to get a background showing up which was great but it was
pretty slow as the image was too large, I then tried a smaller image
which didn't show at all as the background went completely white??
I can confirm however the parts that make up the background are:
H4x4-GRAY.png
bgxleft-GRAY.png
bgx-GRAY.png
#################
bg-GRAY3.png
and
bg-GRAY.png
seem to just be little lines in the middle of the page so no need to
alter those.
What I would really like to do is put a little picture to the right of
the logo, which seems to be the:
#companylogo {
width 740px;
}
...
portion.
I added the code: background-image:
url($xwiki.getSkinFile("myimage.png")); only with no luck whatsoever??
Also how to remove the right and left panels and just make one 'big'
background instead?? - I have an image for this but at ~800kB it's a bit
large so what I will need to do is lower the size then stretch it over
the screen. Is this possible??
Many thanks,
Kaya
Hi, xwikiers!
I am sure I am missing some clear point, but I am not able to find
documentation on how administer users in a XWiki Farm. My basic concern
relates with global users being included in virtual wikis' groups.
I've reached this document...
http://manager.xwiki.org/xwiki/bin/view/AdminGuide/
Could it be welcome a link to User and Group Management there and to
complete this document to include management in a xwiki farm? Am I
missing anything obvious?
Thanks for your help!
Ricardo
--
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
Hallo,
I encountered a problem with the scheduler application. I call a groovy skript which should create a new Document. It works fine with the Main Wiki for the scheduler application, it works for virtual wiki's if I call the script from a Document.
However, when I create a scheduler job with exactly the same script in a virtual wiki it does nothing.
Tried both with the Admin account from the main Wiki and with the Owner account of the virtual wiki. I assume its a rights issue but I have no idea what the problem is.
Can anyone help?
Best Regards
Thomas
--
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail
Hi,
In the Tags Application at the bottom of Main.WebHome, all the assigned tags are displayed correctly with international characters (like í, ç, ô á etc). When Ii click on one of them to present the tagged documents, the tag appears all messed up due to the intl chars (such as "Ã" in place of í etc). Clicking on it, a "Failed to execute velocity macro" message appears (maybe due to the invalid URL, example for the word "índio" .../Main/Tags?do=viewTag&tag=%C3%83%C2%ADndio).
How can I fix that?
Regards,
Ramon Gomes Brandão
Hi Raluca/Lockie/XWiki Users,
I have 3 questions:
1) How can I convert the XWiki.CalendarSheet from XWiki 1.0 to XWiki 2.0 syntax, so I can use Annotations on it?
2) Why international characters (like ç, õ, ã) are not displayed correctly only on the event title, both on the events list as well as on the calendar itself? They display correctly on all the other fields (description, category etc).
3) I would like to have independent Calendars for different Spaces. Only creating a page and including XWiki.CalendarSheet on it (like Main.EventCalendar) is the solution? Can I use Rights Access on this page as well?
Thanks for all the help so far.
Regards,
Ramon Gomes Brandão
Hi all! Need small help with custom lucene search.
I need to organize searching inside only pages of my custom class and
attachments of these pages.
I can do this, if I write
#set($extraClause = " AND space:mySpace AND
object:mySpaceCode.myCustomClass")
this working great, but only for wiki-pages - not attachments of these
pages.
If I write only #set($extraClause = " AND space:mySpace") - searching inside
attachments working, but give me also pages not of myCustomClass.
Maybe is it possible to write lucene query how I need?
--
Thanks beforehand!
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/custom-lucene-search-tp5469147p5469147.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
So I'm dynamically adding objects to the page via an ajax request (get
the document, create a new object of the specified type, return the
object in edit mode as a JSON object). What I am not able to figure out,
is how to get my textareas to become wysiwyg enabled (when appropriate).
I don't quite understand how the javascript that replaces the text areas
is being generated, let alone if there is a way to get it generated (and
returned as part of my JSON object).
Any help would be greatly appreciated!
Thanks,
--Matthew
I am trying to receive a very long url (1000 characters) as a parameter for use it in a pop up window, but fail if I try with a shortest one work fine. Thanks in advance
<script type="text/javascript">
function newPopup(url) {
popupWindow = window.open(url,'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,tool bar=yes,menubar=no,location=no,directories=no,status=yes')
}
</script>
<a href= "JavaScript:newPopup ('http://testforge.int-evry.fr/d2r-server/snorql/?query=%09%09SELECT+DISTINCT…');">Bugs reported</a>
I recently switched to a new server and upgraded to the Xwiki Enterprise
2.4. I was able to get the installation working, but after an update to
Tomcat6 from the Ubuntu repository, Xwiki stopped working. (I'm not
completely sure that the tomcat update was the problem)
I tried re-installing Xwiki using the same procedure as before
(http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HInstallin…) but it still doesn't work. Tomcat works; at least the default test page.
So, I then tried reinstalling tomcat6. Then I copied the previously
expanded xwiki WAR contents back into webapps. Same thing. Tomcat
appears to work just fine, but xwiki crashes.
Details about my setup:
Running Ubuntu 64-bit Lucid Lynx 10.04
Tomcat6.0.24
MySQL 5.1.41-3ubuntu12.6 (Ubuntu)
The error seems to be complaining about my hibernate file. I have tried
following the instructions from the link above by just editing the xml
to match to lines in the instructions. I have also tried uncommenting
the setup for MySQL in the hibernate file. Both ways produce the same
results.
Can anyone help, please? I'm pretty desperate.
Thanks,
travis
Here is my hibernate file:
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
<!-- Please refer to the installation guide on
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation for
configuring your
database. You'll need to do 2 things:
1) Copy your database driver JAR in WEB-INF/lib or in some
shared lib directory
2) Uncomment the properties below for your specific DB (and
comment the default
database configuration if it doesn't match your DB)
-->
<!-- Generic parameters common to all Databases -->
<property name="show_sql">false</property>
<property name="use_outer_join">true</property>
<property name="dbcp.defaultAutoCommit">false</property>
<property name="dbcp.maxActive">50</property>
<property name="dbcp.maxIdle">5</property>
<property name="dbcp.maxWait">30000</property>
<property name="dbcp.whenExhaustedAction">1</property>
<property name="dbcp.ps.whenExhaustedAction">1</property>
<property name="dbcp.ps.maxActive">20</property>
<property name="dbcp.ps.maxWait">120000</property>
<property name="dbcp.ps.maxIdle">20</property>
<!-- Without it, some queries fail in MS SQL. XWiki doesn't need
scrollable result sets, anyway. -->
<property name="jdbc.use_scrollable_resultset">false</property>
<!-- Configuration for the default database.
Comment out this section and uncomment other sections below if
you want to use another database.
Note that the database tables will be created automatically if
they don't already exist.
-->
<property
name="connection.url">jdbc:myql://localhost/xwiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property
name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property
name="dialect">org.hibernate.dialect.MySQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
<!-- MySQL configuration.
Uncomment if you want to use MySQL and comment out other
database configurations.
We need to set the sql_mode to a less strict value, see
XWIKI-1945
<property
name="connection.url">jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&useUnicode=true&characterEncoding=UTF-8&sessionVariables=sql_mode=''</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property
name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property
name="dialect">org.hibernate.dialect.MySQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/> -->
<!-- HSQLDB configuration.
Uncomment if you want to use HSQLDB and comment out other
database configurations.
<property
name="connection.url">jdbc:hsqldb:file:/some/path/xwikidb;shutdown=true</property>
<property name="connection.username">sa</property>
<property name="connection.password"></property>
<property
name="connection.driver_class">org.hsqldb.jdbcDriver</property>
<property
name="dialect">org.hibernate.dialect.HSQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
-->
<!-- PostgreSQL configuration.
Uncomment if you want to use PostgreSQL and comment out other
database configurations.
<property name="connection.url">jdbc:postgresql:xwiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property
name="connection.driver_class">org.postgresql.Driver</property>
<property
name="dialect">org.hibernate.dialect.PostgreSQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
-->
<!-- Oracle configuration.
Uncomment if you want to use Oracle and comment out other
database configurations.
Note: the 2 properties named
"hibernate.connection.SetBigStringTryClob" and
"hibernate.jdbc.batch_size". They are required to tell Oracle
to allow CLOBs larger than
32K.
<property
name="connection.url">jdbc:oracle:thin:@localhost:1521:XE</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property
name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
<property
name="dialect">org.hibernate.dialect.Oracle10gDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<property
name="hibernate.connection.SetBigStringTryClob">true</property>
<property name="hibernate.jdbc.batch_size">0</property>
<mapping resource="xwiki.oracle.hbm.xml"/>
<mapping resource="feeds.oracle.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
-->
<!-- Derby configuration.
Uncomment if you want to use Derby and comment out other
database configurations.
<property
name="connection.url">jdbc:derby:/some/path/xwikidb;create=true</property>
<property
name="connection.driver_class">org.apache.derby.jdbc.EmbeddedDriver</property>
<property
name="dialect">org.hibernate.dialect.DerbyDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.derby.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
-->
</session-factory>
</hibernate-configuration>
And Here is my Error Message from Firefox:
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not create a DBCP pool. There is an error in the hibernate configuration file, please review it.
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
root cause
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not create a DBCP pool. There is an error in the hibernate configuration file, please review it.
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:402)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:471)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
Hi,
In the Tags Application at the bottom of Main.WebHome, all the assigned tags are displayed correctly with international characters (like í, ç, ô á etc). When Ii click on one of them to present the tagged documents, the tag appears all messed up due to the intl chars (such as "Ã" in place of í etc). Clicking on it, a "Failed to execute velocity macro" message appears (maybe due to the invalid URL, example for the word "índio" .../Main/Tags?do=viewTag&tag=%C3%83%C2%ADndio).
How can I fix that?
Regards,
Ramon Gomes Brandão
Hi,
is there a way to give user permissions on the bottom panel that has:
Annotations
Comments
Attachments
History
Information
in it??
What I'd like to do is give read/write permissions to all signed up
users and then deny all other "guest" users access so that if a guest
goes into the site the panel doesn't even show?
I'm using the toucan skin and have found this which is too dramatic as
it disables the the comments panel altogether:
http://www.mail-archive.com/users@xwiki.org/msg00864.html
I tried searching under the Panels home but couldn't find any names
correlating to the above panel..... also.
Thanks,
Kaya
How can I get the name and last name from the current user in a different
variables?
Until now I obtain the current user with $context.user but I need the name
separated from the last name.
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-can-I-get-the-name-and-last-name-from…
Sent from the XWiki- Users mailing list archive at Nabble.com.
How can I get the name and last name from the current user in a different variables?
Until now I obtain the current user with $context.user but I need the name separated from the last name.
Thanks
Hello all,
I was wondering if there's a way to change the Velocity macro which generates the Recent Changes list on my Xwiki's dashboard to show the comment associated with a change, underneath each change? I found this thread [1] but it doesn't seem to be relevant to more recent versions of Xwiki.
Ideally I'd like to display the summary of each edit inside the '<div class="xitemcontainer"> tag, or somewhere similar.
Thanks in advance,
Graeme
[1] http://xwiki.475771.n2.nabble.com/Comments-are-minor-edits-td2683633.html
Glasgow Caledonian University is a registered Scottish charity, number SC021474
Winner: Times Higher Education's Widening Participation Initiative of the Year 2009 and Herald Society's Education Initiative of the Year 2009
http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,6219,e…
Hi Xwiki users,
I am pretty sure, there is already a solution out there...
There is a panel availiable for showing the spaces for navigation purposes. Due to right management issues I have a few and I need to sort them correctly. Is there anyone who sorted this (or other) lists within velocity?
Best regards, thank you very much,
Pierre
Pierre Dalluege
Externer Dienstleister
Product Management
Business Products
Products & Innovation
Deutsche Telekom AG
T-Online-Allee 1
D-64295 Darmstadt
Tel +49 6151 680 - 4054
E-Mail p.dalluege(a)external.telekom.de
http://www.telekom.de
Aufsichtsrat: Prof. Dr. Ulrich Lehner (Vorsitzender)
Vorstand: René Obermann (Vorsitzender), Hamid Akhavan, Dr. Manfred Balz, Reinhard Clemens, Niek Jan van Damme, Timotheus Höttges, Guido Kerkhoff, Thomas Sattelberger
Handelsregister: Amtsgericht Bonn HRB 6794, Sitz der Gesellschaft: Bonn
WEEE-Reg.-Nr.: DE50478376
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und löschen Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail und der darin enthaltenen Informationen ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this email in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
Okay I found out HTML/CSS works. Example:
#panelheader ('Panel Header<div id="imagepanel">
/xwiki/skins/colibri/logo.png </div>')
Think that answers my question. :)
Lockie.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Different-image-in-each-panel-header-tp54…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Can you please create a new wiki?
brief description: I want to use this wiki for save my particular
informations.
user name: lumarjr
server name: lumarjr.myxwiki.org
Thank you,
Lumar
Is it possible to include a page and have it execute as if it was still in that space (rather than in the parent pages space)?
For example I have a News space and its WebHome page looks for documents with news post objects in that space.
When I include News.WebHome from Main.WebHome it only sees news posts that are in the Main space rather than in the News space.
Many thanks
Radek Rekas
Hi,
I tried building with instructions given in
http://dev.xwiki.org/xwiki/bin/view/Community/Building#HInstallingMaven
what i was missing is settings.xml in .m2 folder.i also created that
and then run command
'mvn clean install' but still getting following error
[INFO] Scanning for projects...
Downloading:
http://maven.xwiki.org/externals/com/xpn/xwiki/platform/xwiki/22/xw
iki-22.pom
[WARNING] Unable to get artifact com.xpn.xwiki.platform:xwiki:pom:22
from reposi
tory xwiki-externals (http://maven.xwiki.org/externals): Error
transferring file
: Connection reset
Downloading:
http://maven.xwiki.org/releases/com/xpn/xwiki/platform/xwiki/22/xwi
ki-22.pom
[WARNING] Unable to get artifact com.xpn.xwiki.platform:xwiki:pom:22
from reposi
tory xwiki-releases (http://maven.xwiki.org/releases): Error
transferring file:
Connection reset
Downloading:
http://repo1.maven.org/maven2/com/xpn/xwiki/platform/xwiki/22/xwiki
-22.pom
[WARNING] Unable to get artifact com.xpn.xwiki.platform:xwiki:pom:22
from reposi
tory central (http://repo1.maven.org/maven2): Error transferring file:
Connectio
n reset
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR] The project
com.xpn.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT (E:
\SVN MAIN\Xwatch\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM com.xpn.xwiki.platform:xwiki:22
for com.xp
n.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT: Failed to resolve POM
for com.
xpn.xwiki.platform:xwiki:22 due to Error transferring file: Connection reset
com.xpn.xwiki.platform:xwiki:pom:22
from the specified remote repositories:
xwiki-externals (http://maven.xwiki.org/externals, releases=true,
snapshots=tr
ue),
xwiki-releases (http://maven.xwiki.org/releases, releases=true,
snapshots=fals
e),
xwiki-snapshots (http://maven.xwiki.org/snapshots, releases=false,
snapshots=t
rue),
central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
-> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please rea
d the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin
gException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo
delException
Thanks,
Simer
users-request(a)xwiki.org wrote:
> Send users mailing list submissions to
> users(a)xwiki.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xwiki.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request(a)xwiki.org
>
> You can reach the person managing the list at
> users-owner(a)xwiki.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
>
> Today's Topics:
>
> 1. Re: How do I run a query from a rdf database in xwiki page
> (Eduard Moraru)
> 2. Re: Calendar Application on XE 2.4 not working properly
> (Raluca Stavro)
> 3. RES: Calendar Application on XE 2.4 not workingproperly
> (Ramon Gomes Brand?o - SERINT)
> 4. Re: Problem building code for xwatch with maven (Anca Luca)
> 5. Re: RES: Calendar Application on XE 2.4 not workingproperly
> (Lockie)
> 6. Re: RES: Calendar Application on XE 2.4 not workingproperly
> (Raluca Stavro)
> 7. Re: Wysiwyg Application Translation (Thomas Mortagne)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 17 Aug 2010 13:15:07 +0300
> From: Eduard Moraru <eduard.moraru(a)xwiki.com>
> Subject: Re: [xwiki-users] How do I run a query from a rdf database in
> xwiki page
> To: users(a)xwiki.org
> Message-ID: <4C6A612B.5040108(a)xwiki.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi abrante,
>
> If I understood correctly your question, you want to know how to query
> (using a SPARQL query) your RDF knowledge base server (hosted on some
> remote machine) trough the SPARQL protocol from an XWiki page by the
> push of a button or link and display the results on the same page.
>
> There are 2 options:
> 1. Manually use the SPARQL protocol to send a HTTP request to your
> server trough AJAX from the XWiki page.
> 2. Have(make) an XWiki plugin that uses some java library like Jena or
> Sesame to make remote SPARQL queries and use it with Velocity from an
> XWiki page.
>
> For both cases, see the specification of the SPARQL protocol and how to
> use it over HTTP (or SOAP):
> http://www.w3.org/TR/rdf-sparql-protocol/#query-bindings-http
>
> If you like Option 1, then you must:
> 1. Create a button or link and assign it an ID.
> 2. Create a div or some sort of container for the result and assign it
> an ID as well.
> 3. Add a JavaScriptExtension (JSX) object to your xwiki page and observe
> the click event ( http://www.prototypejs.org/api/element/methods/observe
> ) of the element with the ID you just assigned at step 1 (your link/button).
> 4. Implement the JS event handler to issue an Ajax request (
> http://www.prototypejs.org/learn/introduction-to-ajax ) with your
> hand-crafted query to your SPARQL (RDF) server.
> 4'. Implement the JS callback method that takes the result of the Ajax
> request, processes it and then dump it into your HTML container that you
> created at step 2 in order to show the result to the user.
>
> Here is a sample HTTP query (that works from your browser):
> http://www4.wiwiss.fu-berlin.de/is-group/sparql?query=SELECT * WHERE {?s
> ?o ?p} LIMIT 10
> Encoded version looks like this:
> http://www4.wiwiss.fu-berlin.de/is-group/sparql?query=SELECT%20*%20WHERE%20…
>
> I hope I did not assume too much :)
>
> Good luck,
> Eduard
>
> On 08/17/2010 10:38 AM, abrante wrote:
>
>> I am trying to run a query from one xwiki page but I could not, someone
>> please can sent me some code example? I want that the user only do click in
>> the link and the report must appear.
>>
>> My query is the follow and I am working with velocity for the scripts
>>
>> Thanks in advance :)
>>
>> "SELECT DISTINCT ?property ?hasValue ?isValueOf
>> WHERE {
>> {
>> <http://testforge.int-evry.fr/d2r-server/resource/bugsubmitters/6688a14521cd…>
>> ?property ?hasValue
>> }
>> UNION
>> { ?isValueOf ?property
>> <http://testforge.int-evry.fr/d2r-server/resource/bugsubmitters/6688a14521cd…>
>> }
>> }
>> ORDER BY (!BOUND(?hasValue)) ?property ?hasValue ?isValueOf "
>>
>>
>>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 17 Aug 2010 16:32:16 +0300
> From: Raluca Stavro <raluca.morosan(a)xwiki.com>
> Subject: Re: [xwiki-users] Calendar Application on XE 2.4 not working
> properly
> To: XWiki Users <users(a)xwiki.org>
> Message-ID:
> <AANLkTinq0s8bXmLMNBgXSqpZ9_sW6U9pJ4jcGogVRQFe(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hello Ramon,
>
> The current calendar application has no custom styles applied on it.
> See http://jira.xwiki.org/jira/browse/XACALENDAR-14 .
> I added a patch to it and I hope that it will be applied very soon.
>
> Raluca.
>
> 2010/8/13 Ramon Gomes Brand?o - SERINT <ramon.brandao(a)tjdft.jus.br>:
>
>> Hi,
>>
>>
>>
>> I've Just installed Calendar Plugin and Calendar Application on my XE 2.4 instance. It works when I point to xwiki/bin/view/Main/EventCalendar/, but its look and feel is far away of that smooth one shown in the Calendar Application home page (http://code.xwiki.org/xwiki/bin/view/Applications/CalendarApplication).
>>
>>
>>
>> The calendar appears as a very simple and rough table, its cells don't have a prefixed size (nothing more than just the length of the two digits number of the day) and it does not show the PDF creation link. It also doesn't mark the "today" day on the calendar. I've checked the source code and it seems that the $cview.getHTMLCalendar($cparams, "") method isn't building a smooth calendar. How can I fix this?
>>
>>
>>
>> Doesn't XE 2.4 contain an event calendar by default? If so, how can I access it?
>>
>>
>>
>> I'm using the colibri skin.
>>
>>
>>
>> Regards,
>>
>>
>>
>> Ramon Gomes Brand?o
>>
>>
>>
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 17 Aug 2010 14:29:40 -0300
> From: Ramon Gomes Brand?o - SERINT <ramon.brandao(a)tjdft.jus.br>
> Subject: [xwiki-users] RES: Calendar Application on XE 2.4 not
> workingproperly
> To: "XWiki Users" <users(a)xwiki.org>
> Message-ID:
> <21095DF464A3DE47A7B61EC521D431F70192EFC2(a)TJSW132.tjdf.gov.br>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Raluca,
>
> Is there a way to apply the modifications of this patch on my running calendar application instance? I would like to test it without the need to build the application.
>
> Maybe editing the source code of xwiki/bin/view/XWiki/CalendarSheet ?
>
> Ramon Gomes Brand?o
>
>
> -----Mensagem original-----
> De: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] Em nome de Raluca Stavro
> Enviada em: ter?a-feira, 17 de agosto de 2010 10:32
> Para: XWiki Users
> Assunto: Re: [xwiki-users] Calendar Application on XE 2.4 not workingproperly
>
> Hello Ramon,
>
> The current calendar application has no custom styles applied on it.
> See http://jira.xwiki.org/jira/browse/XACALENDAR-14 .
> I added a patch to it and I hope that it will be applied very soon.
>
> Raluca.
>
> 2010/8/13 Ramon Gomes Brand?o - SERINT <ramon.brandao(a)tjdft.jus.br>:
>
>> Hi,
>>
>>
>>
>> I've Just installed Calendar Plugin and Calendar Application on my XE 2.4 instance. It works when I point to xwiki/bin/view/Main/EventCalendar/, but its look and feel is far away of that smooth one shown in the Calendar Application home page (http://code.xwiki.org/xwiki/bin/view/Applications/CalendarApplication).
>>
>>
>>
>> The calendar appears as a very simple and rough table, its cells don't have a prefixed size (nothing more than just the length of the two digits number of the day) and it does not show the PDF creation link. It also doesn't mark the "today" day on the calendar. I've checked the source code and it seems that the $cview.getHTMLCalendar($cparams, "") method isn't building a smooth calendar. How can I fix this?
>>
>>
>>
>> Doesn't XE 2.4 contain an event calendar by default? If so, how can I access it?
>>
>>
>>
>> I'm using the colibri skin.
>>
>>
>>
>> Regards,
>>
>>
>>
>> Ramon Gomes Brand?o
>>
>>
>>
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 17 Aug 2010 20:30:29 +0300
> From: Anca Luca <lucaa(a)xwiki.com>
> Subject: Re: [xwiki-users] Problem building code for xwatch with maven
> To: users(a)xwiki.org
> Message-ID: <4C6AC735.5030504(a)xwiki.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi Simer,
>
> On 08/16/2010 01:28 PM, Simerpreet Singh wrote:
>
>> Hi,
>>
>> Iam using xwiki 2.3.1 and trying to install xwatch on in.According to
>> instructions given in
>> http://watch.xwiki.org/xwiki/bin/view/Main/Installation#HBuildingandinstall…
>>
>
> Setup your settings.xml file as indicated in the general xwiki build
> instructions in here:
> http://dev.xwiki.org/xwiki/bin/view/Community/Building#HInstallingMaven .
>
> The issue you're encountering is caused by the fact that your maven it's
> trying to download the xwiki artefacts needed to build watch only from
> the maven central repository, where they are not.
>
> Have fun,
> Anca
>
>
>> i downloaded code from svn http://svn.xwiki.org/svnroot/xwiki/watch/trunk/#
>> but when i try to build it using following commands
>> mvn clean install
>> or
>> mvn clean
>>
>> its giving below mentioned error
>>
>>
>>
>> [INFO] Scanning for projects...
>> Downloading:
>> http://repo1.maven.org/maven2/com/xpn/xwiki/platform/xwiki/22/xwiki
>> -22.pom
>> [ERROR] The build could not read 1 project -> [Help 1]
>> [ERROR] The project
>> com.xpn.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT (E:
>> \SVN MAIN\Xwatch\pom.xml) has 1 error
>> [ERROR] Non-resolvable parent POM com.xpn.xwiki.platform:xwiki:22
>> for com.xp
>> n.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT: Failed to resolve POM
>> for com.
>> xpn.xwiki.platform:xwiki:22 due to Missing:
>> ----------
>> 1) com.xpn.xwiki.platform:xwiki:pom:22
>> ----------
>> 1 required artifact is missing.
>>
>> for artifact:
>> com.xpn.xwiki.platform:xwiki:pom:22
>>
>> from the specified remote repositories:
>> central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
>> -> [Help 2]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e swit
>> ch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please rea
>> d the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin
>> gException
>> [ERROR] [Help 2]
>> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo
>> delException
>>
>>
>>
>> can you please correct me if i am doing anything wrong?
>>
>>
>> Thanks,
>> Simer
>>
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 17 Aug 2010 18:30:47 -0700 (PDT)
> From: Lockie <lockie(a)gmail.com>
> Subject: Re: [xwiki-users] RES: Calendar Application on XE 2.4 not
> workingproperly
> To: users(a)xwiki.org
> Message-ID: <1282095047208-5434752.post(a)n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> I am also eagerly awaiting a more functional and better looking calendar, I
> hope your patch gets through soon. I tried the
> http://dev.xwiki.org/xwiki/bin/view/Drafts/XWiki-Calendar GWT-Calendar
> aswell but I get a lot of errors, so either I'm doing something wrong or its
> not functional yet...
>
> Lockie.
>
Hello,
I have the following issues/situations:
======
ISSUES
---------------
Situation 1: When Wiki is public available (default), login as Admin,
go to [XWiki] > [Administer Wiki] > [Rights] and then click [Logout]
link in top right corner.
Results in number of redirects (approx. 3), ending with a malformed
URL and error 404:
http://example.com:8580/wikihttp://example.com:8580/wiki/bin/login/XWiki/XW…
---------------
Situation 2: When securing the Wiki by checking the options:
[XWiki] > [Administer Wiki] > [Rights]
- Prevent unregistered users from viewing pages, regardless of the
page or space rights
- Prevent unregistered users from editing pages, regardless of the
page or space rights
also the login redirect fails with a number of redirects (approx. 4),
ending with a malformed URL and error 404: when entering URL:
1 ORIGINAL URL: http://example.com:8580/wiki
> REDIRECT TO: http://example.com:8580/wiki/
> REDIRECT TO: http://example.com:8580/wiki/bin/view/Main/
> REDIRECT TO: http://example.com:8580/wikihttp://example.com:8580/wiki/bin/login/XWiki/XW…
ERROR 404
Only by manually entering the URL:
http://example.com:8580/wiki/bin/login/XWiki/XWikiLogin?srid=VBpGu2m0&xredi…
the login screen is shown and the user can login.
========
QUESTION
Does anyone recognizes this behaviour and how can XWiki / Tomcat be
configured to prevent this from happening?
=============
CONFIGURATION
- XWiki Enterprise 2.4.30451 WAR
- Tomcat 6.0.18 standalone
- MySQL DB
- CentOS 5.3
With regards,
Andor Vierbergen
Hi,
I've XE 2.4 and I'm using the useful watchlist feature.
I've a strange behavior on the RSS feed associated with the user profile: this feed shows the last modifications about the pages contained into the user watchlist.
I noticed that all users have the same feed URL
http://localhost/xwiki/bin/view/XWiki/WatchListRss?xpage=plain&outputSyntax…
that means the browser uses some context information for identifying the user; the problem is that if I use a RSS reader, it doesn't work because an authentication is required.
Is there a way to pass the authentication info by the URL (i.e. using some user token)?
Best,
Andrea
Hi,
I'm attempting to create a page containing unix code in order to
document my work so that I and other people who need it can benefit.
The current content of the page created in the wiki editor is this:
(% class="moz-text-plain" graphical-quote="true" lang="x-unicode"
style="font-family: -moz-fixed; font-size: 13px;" wrap="true" %)
(((
{{{
First:
Boot from Linux CD;
When screen asks to boot press: Enter
Once kernel loaded and H/W detected and you get to first part of
installer press Alt-F2 to get to console mode;
Press: Enter to activate;
then use these commands:
mkdir /mnt/temp
mount /dev/hda2(in my case replace with whereever / is located) /mnt/temp
mount --bind /sys /mnt/temp/sys
mount --bind /proc /mnt/temp/proc
mount --bind /dev /mnt/temp/dev
chroot /mnt/temp
~#grub
**Note**
The above has been tested for Debian Etch and thus might be slightly
different on other Linux distributions. However, the general principle
remains the same.
An example for Ubuntu 9.04 Jaunty and 9.10 Karmic:
mkdir /mnt/temp
mount /dev/hda2(in my case replace with whereever / is located) /mnt/temp
mount --bind /sys /mnt/temp/sys
mount --bind /proc /mnt/temp/proc
mount --bind /dev /mnt/temp/dev
chroot /mnt/temp
/usr/sbin/grub-install /dev/sda
}}}
)))
The **Note** should show up in bold and be underlined however, even with
the **bold** syntax it's not bolding and shows up in the wiki as
**Note**??? The same thing happens if try to use the __underline__
syntax which is why I have removed it for now!
On top of that I would also like to know if like on many forums such as
howtoforge or linuxquestions there is a mode to enter code which
presents itself on screen as a box with different background often
denominated by using:
[code]
[/code]
to open and close the code input box....
Is something like this available in Xwiki??
Many thanks!
Regards,
Kaya
Hi,
Is it possible to configure some panels, so they default on collapsed; and the user has to click on title bar to see content.
In some cases this could reduce cluttered screens
Gerritjan
I just installed xwiki 2.0.4 using glassfish v3 as the container and a mysql 5.1.49 server under OS X 10.6
I am trying to import the default.xar and get the following error:
Detailed information:
Error number 0 in 11: Uncaught exception
Wrapped Exception: org.apache.commons.codec.binary.Base64.<init>(I[B)V
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception: org.apache.commons.codec.binary.Base64.<init>(I[B)V
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:239)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1523)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:343)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:277)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:641)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:97)
at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:85)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:185)
at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:332)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:233)
at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:165)
at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791)
at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693)
at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954)
at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170)
at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135)
at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102)
at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88)
at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330)
at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309)
at java.lang.Thread.run(Thread.java:637)
Wrapped Exception:
java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64.<init>(I[B)V
at org.apache.commons.codec.binary.Base64OutputStream.<init>(Base64OutputStream.java:97)
at com.xpn.xwiki.internal.xml.XMLWriter.writeBase64(XMLWriter.java:184)
at com.xpn.xwiki.doc.XWikiAttachment.toXML(XWikiAttachment.java:401)
at com.xpn.xwiki.doc.XWikiAttachment.toStringXML(XWikiAttachment.java:330)
at com.xpn.xwiki.doc.XWikiAttachmentArchive.updateArchive(XWikiAttachmentArchive.java:129)
at com.xpn.xwiki.doc.XWikiAttachment.updateContentArchive(XWikiAttachment.java:673)
at com.xpn.xwiki.store.XWikiHibernateAttachmentStore.saveAttachmentContent(XWikiHibernateAttachmentStore.java:79)
at com.xpn.xwiki.doc.XWikiDocument.saveAttachmentContent(XWikiDocument.java:4204)
at com.xpn.xwiki.web.UploadAction.uploadAttachment(UploadAction.java:202)
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:107)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:214)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.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.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1523)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:343)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:277)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:641)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:97)
at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:85)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:185)
at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:332)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:233)
at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:165)
at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791)
at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693)
at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954)
at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170)
at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135)
at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102)
at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88)
at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330)
at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309)
at java.lang.Thread.run(Thread.java:637)
I am not really sure what to do at this point, I have tried importing some other pages from another xwiki installation and I get the same error.
requested server name: richapp.xwiki.org
New wiki to share knowled acquired with a study group of RIA in the
Federal University of Juiz de Fora, MG, Brazil.
Hello,
does anybody use Ratings Application? It is still a sandbox application but I think it works. Can you give me a help how to implement this application to xWiki?
Thanks, Zuzana.
Hi all!
When upgrading to upgraded to XEM 2.4 a XE 2.4.30451 instance as per xwiki-enterprise-web-2.4.war on this environment:
*****
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:/ #
----
*****
I get an error when I import xwiki-enterprise-manager-application-xem-2.4.xar:
1 Document(s) with error
List of documents with errors
* XemManager.Install
If I go to XemManager/Install the page tell me that To complete installation XWiki Enterprise Manager will :
* Add default template
I click YES and get this other error:
XWiki Enterprise Manager installation failed (Error number 50035 in 5: com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin: Wiki templatexe? database update failed Wrapped Exception: Error number 3202 in 3: Exception while reading document XWiki.XWikiPreferences Wrapped Exception: Error number 3301 in 3: Exception while switching to database templatexe Wrapped Exception: Access denied for user 'xwiki'@'localhost' to database 'templatexe').
As expected, it is the same error that I get when trying to create a new wiki in the wiki farm.
xwiki user has been granted full privileges on MySQL. In fact, if execute a create schema command locally, xwiki creates and deletes any new schema without an problem.
Please, have you any idea about where am I wrong or is it failing here?
Thanks!
Ricardo
--
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
Hello,
I would like to restrict non-registered and non-logged-in users, so that the
only pages/spaces they can view are Log-in and Registration pages. For
example, at present a non-logged-in and non-registered user can see the xwiki
Main space. I do not want to allow these users to see Main, or any other spaces,
until after they are registered and logged-in.
Is there anyway this can be done?
Thank you,
--Tom
I recently turned log4j's root category of my xwiki to info and I get
floods of the following exceptions:
2010-08-21 22:21:00,381 INFO def.DefaultLoadEventListener - Error
performing load command
org.hibernate.ObjectNotFoundException: No row with the given
identifier exists: [com.xpn.xwiki.doc.XWikiDocument#2524421]
at org.hibernate.impl.SessionFactoryImpl
$1.handleEntityNotFound(SessionFactoryImpl.java:377)
at
org
.hibernate
.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:
145)
at
org
.hibernate
.event
.def
.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:195)
at
org
.hibernate
.event
.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:103)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:
878)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:784)
at
com
.xpn
.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:
611)
this sounds dark and probably a performance eater (exceptions always
are even if not stacktraced). Can anyone suggest me a method to
identify how to avoid such errors or what they uncover?
thanks in advance
paul
Hi,
I have a question about the *space drop down list filter* on Main.WebSearch
page (You can see what I mean by *space drop down list filter *at
http://dl.dropbox.com/u/3688604/websearch-page.png). At the moment the drop
down list shows all the spaces, even the ones that the user is not allow to
view. I want to be able to show in that filter just the spaces that the
current user is allow to view. How can I achieve that?
Thanks in advance!
Regards,
Abel
Hi,
How can I translate the Wysiwyg application into portuguese? I've noticed that there's the editor core resources file (Strings.properties) content on http://l10n.xwiki.org/xwiki/bin/view/Wysiwyg/ , but I cannot understand how I proceed with it with my running instance (where do I place it etc).
What should I do to enable this?
Regards,
Ramon Gomes Brandão
Hi,
"Simple/Advanced" mode definition
http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing#HSimpleandAdv…
After discussing Action Menu Improvements part 2 (
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/ActionMenuProposal2)
we changed the position of "Access rights" from "Edit" submenu to
"Page"
submenu. Until now, changes done by "Advanced" mode were located only in
"Edit" submenu.
A. The question is: what other items do you think should go under
"Simple"/"Advanced" mode? Do we keep the same items? Do we add more? Do we
simplify?
B. Another idea is to change "Simple"/"Advanced" mode into
"User"/"Developer"/"Admin" in the structure we also have the documentation
written.
Obs1. The problem with menus is that they don't rely only on these modes,
but also on the rights the users has to do some actions (like edit, delete,
admin).
Obs2. The ideal way for this topic would be to let administrators decide
what goes into what mode, but even like that, we should still have some
standards values for the modes.
Thanks,
Caty
Hi,
I want to know how to access the *com.xpn.xwiki.api.Document* of the page
where a "*Rendering Macro*" is included. I created a macro using the
documentation at
http://platform.xwiki.org/xwiki/bin/view/DevGuide/WikiMacroTutorial. The
problem is that when I try to access the *doc* object inside the Macro I am
getting the doc of the XWiki page where the Macro was defined. But I want
doc object of the XWiki page where the Macro is included. If you need more
details please let me know. I appreciate the help you can give me :).
Regards,
Abel
I am out of the office until 08/24/2010.
I am on holiday. If this is an emergency, please leave a message on my
cell phone or contact my manager, Kathy Kennedy. Thank you! :-)
Note: This is an automated response to your message "users Digest, Vol 37,
Issue 25" sent on 8/19/10 5:40:01.
This is the only notification you will receive while this person is away.
Hi,
I would like that, when a user creates a new Page on a specific space, a pre-configured foot text is automatically put into the page content by default, in a way that the user cannot edit this foot text. How can I do that?
I'm using XE 2.4.
Regards,
Ramon Gomes Brandão
Hi,
Iam using xwiki 2.3.1 and trying to install xwatch on in.According to
instructions given in
http://watch.xwiki.org/xwiki/bin/view/Main/Installation#HBuildingandinstall…
i downloaded code from svn http://svn.xwiki.org/svnroot/xwiki/watch/trunk/#
but when i try to build it using following commands
mvn clean install
or
mvn clean
its giving below mentioned error
[INFO] Scanning for projects...
Downloading:
http://repo1.maven.org/maven2/com/xpn/xwiki/platform/xwiki/22/xwiki
-22.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR] The project
com.xpn.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT (E:
\SVN MAIN\Xwatch\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM com.xpn.xwiki.platform:xwiki:22
for com.xp
n.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT: Failed to resolve POM
for com.
xpn.xwiki.platform:xwiki:22 due to Missing:
----------
1) com.xpn.xwiki.platform:xwiki:pom:22
----------
1 required artifact is missing.
for artifact:
com.xpn.xwiki.platform:xwiki:pom:22
from the specified remote repositories:
central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
-> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please rea
d the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin
gException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo
delException
can you please correct me if i am doing anything wrong?
Thanks,
Simer
Hi,
Please provide a resolution on issue i had posted yesterday regarding
maven build of xwatch.
Thank,
Simerpreet Singh
users-request(a)xwiki.org wrote:
> Send users mailing list submissions to
> users(a)xwiki.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.xwiki.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request(a)xwiki.org
>
> You can reach the person managing the list at
> users-owner(a)xwiki.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
>
> Today's Topics:
>
> 1. Problem building code for xwatch with maven (Simerpreet Singh)
> 2. Re: ldap-integration / Active Directory / sAMAcountName
> (Dalluege, Pierre (extern))
> 3. Re: ldap-integration / Active Directory / sAMAcountName
> (Thomas Mortagne)
> 4. R: LightBox Macro does not work on XE 2.4 (Andrea Belli)
> 5. Re: R: LightBox Macro does not work on XE 2.4 (Thomas Mortagne)
> 6. question about Last modifications feed of a user watchlist
> (Andrea Belli)
> 7. R: R: user name with stressed characters is encoded as XML
> entity (Andrea Belli)
> 8. Re: R: R: user name with stressed characters is encoded as
> XML entity (Alex Busenius)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 16 Aug 2010 15:58:07 +0530
> From: Simerpreet Singh <simerpreet.singh(a)netsolutionsindia.com>
> Subject: [xwiki-users] Problem building code for xwatch with maven
> To: users(a)xwiki.org
> Message-ID: <4C6912B7.1050004(a)netsolutionsindia.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> Iam using xwiki 2.3.1 and trying to install xwatch on in.According to
> instructions given in
> http://watch.xwiki.org/xwiki/bin/view/Main/Installation#HBuildingandinstall…
>
> i downloaded code from svn http://svn.xwiki.org/svnroot/xwiki/watch/trunk/#
> but when i try to build it using following commands
> mvn clean install
> or
> mvn clean
>
> its giving below mentioned error
>
>
>
> [INFO] Scanning for projects...
> Downloading:
> http://repo1.maven.org/maven2/com/xpn/xwiki/platform/xwiki/22/xwiki
> -22.pom
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR] The project
> com.xpn.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT (E:
> \SVN MAIN\Xwatch\pom.xml) has 1 error
> [ERROR] Non-resolvable parent POM com.xpn.xwiki.platform:xwiki:22
> for com.xp
> n.xwiki.products:xwiki-watch-parent:1.1-SNAPSHOT: Failed to resolve POM
> for com.
> xpn.xwiki.platform:xwiki:22 due to Missing:
> ----------
> 1) com.xpn.xwiki.platform:xwiki:pom:22
> ----------
> 1 required artifact is missing.
>
> for artifact:
> com.xpn.xwiki.platform:xwiki:pom:22
>
> from the specified remote repositories:
> central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
> -> [Help 2]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e swit
> ch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please rea
> d the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin
> gException
> [ERROR] [Help 2]
> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo
> delException
>
>
>
> can you please correct me if i am doing anything wrong?
>
>
> Thanks,
> Simer
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 16 Aug 2010 15:55:33 +0200
> From: "Dalluege, Pierre (extern)" <p.dalluege(a)external.telekom.de>
> Subject: Re: [xwiki-users] ldap-integration / Active Directory /
> sAMAcountName
> To: 'XWiki Users' <users(a)xwiki.org>
> Message-ID:
> <4A19AB2A76A6CE4294AB09E23491ED1AF17EA1B7(a)QEO40075.de.t-online.corp>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi Tom,
>
> I reviewed the faq in respect to ldap, the link you provided had the missing information, pretty cool, thank you very much! In respect to user name "p.dalluege" gets to "pdalluege", probably because it will be used for page names and links?
>
> Best regards
>
> Pierre
>
> -----Original Message-----
> From: Thomas Mortagne [mailto:thomas.mortagne@xwiki.com]
> Sent: Monday, August 16, 2010 8:49 AM
> To: XWiki Users
> Subject: Re: [xwiki-users] ldap-integration / Active Directory / sAMAcountName
>
> Hi,
>
> Did you looked at
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCa…
> ? This should work very well for Active Directory most of the time AFAIK.
>
> On Sun, Aug 15, 2010 at 23:53, Dalluege, Pierre (extern) <p.dalluege(a)external.telekom.de> wrote:
>
>> 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
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>>
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 16 Aug 2010 16:51:17 +0200
> From: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
> Subject: Re: [xwiki-users] ldap-integration / Active Directory /
> sAMAcountName
> To: XWiki Users <users(a)xwiki.org>
> Message-ID:
> <AANLkTimX+YrsNB+aXyREez7XHn=7dhzYzkhbTu7mFbiM(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Mon, Aug 16, 2010 at 15:55, Dalluege, Pierre (extern)
> <p.dalluege(a)external.telekom.de> wrote:
>
>> Hi Tom,
>>
>> I reviewed the faq in respect to ldap, the link you provided had the missing information, pretty cool, thank you very much! In respect to user name "p.dalluege" gets to "pdalluege", probably because it will be used for page names and links?
>>
>
> Yep that's it, dot is not yet fully supported in pages names (but will
> soon I hope, it's actually fully supported in database and deepest
> core but lost of applications needed to be modified to properly
> support anything in pages names) so LDAP authenticator "clean" the
> user id.
>
>
>> Best regards
>>
>> Pierre
>>
>> -----Original Message-----
>> From: Thomas Mortagne [mailto:thomas.mortagne@xwiki.com]
>> Sent: Monday, August 16, 2010 8:49 AM
>> To: XWiki Users
>> Subject: Re: [xwiki-users] ldap-integration / Active Directory / sAMAcountName
>>
>> Hi,
>>
>> Did you looked at
>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCa…
>> ? This should work very well for Active Directory most of the time AFAIK.
>>
>> On Sun, Aug 15, 2010 at 23:53, Dalluege, Pierre (extern) <p.dalluege(a)external.telekom.de> wrote:
>>
>>> 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
>>> _______________________________________________
>>> users mailing list
>>> users(a)xwiki.org
>>> http://lists.xwiki.org/mailman/listinfo/users
>>>
>>>
>>
>> --
>> Thomas Mortagne
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>>
>
>
>
>
Hi,
I have user name with stressed character as è, é, à.. .
I noticed that when they publish a post on the blog application, the associated rss feed contains the dc-creator tag with XML encoded entities in this way:
<dc:creator>Julian Den&#224;</dc:creator>
Is there a way to modify this behavior (many rss viewers do not parse the entities L )?
A similar thing happens when I export a PDF document: the author of the page is correct on the HTML page of the wiki document (on the HTML script I have
Last modified by <span class="wikilink"><a href="/wiki/bin/view/XWiki/dena">Julian Denà</a></span>
)
but on the PDF document I've the XML encoded entity.
Thank you in advance for your help.
Best Regars,
Andrea
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
Hi,
Iam working on creating a custom login page but did't find any help
regarding backend login functionality.i copied HTML from login.vm on my
new page,set action of form to $xwiki.getURL("XWiki.XWikiLogin") but
how can i redirect bact to my space if login details are incorrect or
how can i redirect to next page if login succesfull.
I used below script on top of login page.changed url's according but
did't work
#if($context.user!="XWiki.XWikiGuest")
#if($request.xredirect)
$response.sendRedirect($request.xredirect)
#else
$response.sendRedirect($xwiki.getURL("Main.WebHome"))
#end
#elseif($doc.fullName != "XWiki.XWikiLogin")
#set($qs = "")
#set($qs = $request.queryString)
#if(!$request.getParameter("xredirect"))
#set($qs = "xredirect=$util.encodeURI($doc.getURL('view'))&${qs}")
#end
$response.sendRedirect($xwiki.getURL("XWiki.XWikiLogin", "login", $qs))
#else
###
### Login page
###
###
Please help.
Thanks,
Simer
Hey,
We've had problems with this feature opening documents in read-only mode instead
of editable mode when users are running windows 7 (this might be a WebDAV
interface problem). It is not a browser problem because running IE8 on windows
xp works. Has anyone had this problem and is there already a JIRA bug filed?
Thanks,
Felix
Hello,
I'm trying to edit pages with the help of xoffice. Recently we noticed that
when adding images to pages via XWord the database contains an entry in the
table xwikiattachment for the attachment but the data is not beeing inserted
into the xwikiattachment_content table. This obviously leads to the image
link beeing broken, shown as having 0b of size.
I tried this with v1.1.1 as well als v1.2M1 against XWiki2.4. Since I read
the whitespace issue I tried this in the Sandbox-Space, Pagename 'Test'. The
issue could still be recreated.
I did not find any error in the tomcat logs. Is there any log that I'm
missing or is this a known bug?
Greetings,
Andreas
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWord-image-upload-to-db-fails-tp5367663p…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I downloaded xwiki enterprise stand alone for windows. I double click
the Start xwiki icon and the dos window pops open briefly. When I point
my browser to http://www.localhost:8080/, I get a network error. What am
I missing here?
Susan Wall | Sr. Training & Support Specialist | TomTom |
susan.wall(a)teleatlas.com | +00 (1) 603-643-0330 ext 5135 office
Hi,
I'm trying to install XWiki on a FreeBSD 8.0 x64 server and so far I've
managed to get all the necessary components installed.
It took me quite a bit of digging to get this far as most examples and
guides are built for either Windows or Linux. Anyway, I took a look and
adapted these resources:
##############################################
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcathttp://www.calebscreek.com/2010/07/how-to-install-apache-tomcat-6-on-freebs…http://www.xwiki.org/xwiki/bin/view/Main/Downloadhttp://www.yoursoftcopy.com/xwiki-install/xwiki-install.htmlhttp://www.howtoforge.com/xwiki-tomcat-mysql-debian-etchhttp://www.mydigitallife.info/2006/04/13/installing-web-server-in-freebsd-6…http://wiki.freebsd.org/AppserverJailsHOWTOhttp://dev.mysql.com/doc/refman/5.1/en/adding-users.htmlhttp://www.pubbs.net/200911/xwiki/44724-xwiki-users-could-not-initialize-ma…http://lists.xwiki.org/pipermail/users/2007-November/009312.html
##############################################
Basically the log file claims this:
2010-08-07 08:30:17,253 [EvictionTimer-3] WARN
eviction.EvictionTimerTask - Eviction task encountered an
unexpected error
java.lang.NullPointerException
at org.apache.log4j.Category.isEnabledFor(Category.java:749)
at
org.apache.commons.logging.impl.Log4JLogger.isTraceEnabled(Log4JLogger.java:333)
at
org.jboss.cache.eviction.EvictionTimerTask.processRegions(EvictionTimerTask.java:102)
at
org.jboss.cache.eviction.EvictionTimerTask.access$100(EvictionTimerTask.java:42)
at
org.jboss.cache.eviction.EvictionTimerTask$Task.run(EvictionTimerTask.java:135)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at
java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
My prerequisites for building XWiki are these:
Tomcat 6.0.29
Mysql-server 5.1.49
diablo-latte-freebsd7-amd64-1.6.0_07-b02.tar.bz2
tzupdater-1_3_29-2010f.zip
mysql-connector-java-5.1.5
The error on the html page in the browser claims there's an issue with
my hibernate.cfg.xml file which looks like this when all comments have
been removed:
wiki# cat hibernate.cfg.xml
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
<!-- Please refer to the installation guide on
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation for
configuring your
database. You'll need to do 2 things:
1) Copy your database driver JAR in WEB-INF/lib or in some
shared lib directory
2) Uncomment the properties below for your specific DB (and
comment the default
database configuration if it doesn't match your DB)
-->
<!-- Generic parameters common to all Databases -->
<property name="show_sql">false</property>
<property name="use_outer_join">true</property>
<property name="dbcp.defaultAutoCommit">false</property>
<property name="dbcp.maxActive">50</property>
<property name="dbcp.maxIdle">5</property>
<property name="dbcp.maxWait">30000</property>
<property name="dbcp.whenExhaustedAction">1</property>
<property name="dbcp.ps.whenExhaustedAction">1</property>
<property name="dbcp.ps.maxActive">20</property>
<property name="dbcp.ps.maxWait">120000</property>
<property name="dbcp.ps.maxIdle">20</property>
<!-- Without it, some queries fail in MS SQL. XWiki doesn't need
scrollable result sets, anyway. -->
<property name="jdbc.use_scrollable_resultset">false</property>
<property
name="connection.url">jdbc:mysql://127.0.0.1/xwiki?useServerPrepStmts=false</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
Also I created a few additions in
/usr/local/apache-tomcat-6.0/conf/catalina.policy:
grant codeBase "file:${catalina.base}/webapps/xwiki/-" {
permission java.security.AllPermission;
permission java.io.FilePermission
"${catalina.base}/webapps/xwiki/-", "read,write,delete";
permission java.io.FilePermission "/var/log/tomcat60/-", "read,write";
permission java.io.FilePermission "/WEB-INF/xwiki.cfg", "read";
permission java.io.FilePermission "/WEB-INF/hibernate.cfg.xml",
"read";
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
permission java.util.PropertyPermission "user.name", "read";
permission java.net.SocketPermission "127.0.0.1:3306",
"connect,resolve";
};
However am completely stuck now......
I guess the only 2 reasons could be an invalid hibernate.cfg.cml file or
the incorrect connector in
/usr/local/apache-tomcat-6.0/webapps/xwiki/WEB-INF/lib/
My configuration is most closely based around the howtoforge page
specified earlier: http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch
???
Can anyone help me?
Thanks!!
Regards,
Kaya
Hallo,
I tried to build the Xwiki core with Maven but encountered the following error:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.626s
[INFO] Finished at: Fri Aug 06 11:00:49 CEST 2010
[INFO] Final Memory: 4M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project xwiki-core: Unable to get dependency i
nformation for org.xwiki.platform:xwiki-core-observation-local:jar:2.5-SNAPSHOT:
Failed to process POM for org.xwiki.platform:xwiki-core-observation-local:jar:2
.5-SNAPSHOT: Non-resolvable parent POM org.xwiki.platform:xwiki-core-observation
:2.5-SNAPSHOT for org.xwiki.platform:xwiki-core-observation-local:2.5-SNAPSHOT:
Failed to resolve POM for org.xwiki.platform:xwiki-core-observation:2.5-SNAPSHOT
due to Missing:
----------
1) org.xwiki.platform:xwiki-core-observation:pom:2.5-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.xwiki.platform:xwiki-core-observation:pom:2.5-20100805.132738-18
from the specified remote repositories:
xwiki-externals (http://maven.xwiki.org/externals, releases=true, snapshots=tr
ue),
xwiki-releases (http://maven.xwiki.org/releases, releases=true, snapshots=fals
e),
xwiki-snapshots (http://maven.xwiki.org/snapshots, releases=false, snapshots=t
rue),
maven2-repository.dev.java.net.2 (http://download.java.net/maven/2, releases=t
rue, snapshots=true),
central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
-> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ArtifactResolu
tionException
Can somebody please be so kind and tell me what I have missed or done wrong? (the command used was "mvn package" to get the .jar file)
Thanks in advance
Thomas
--
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail
Hello!
A very natural desire of anyone whose wiki has open spaces is
to track IP of every edit (something like Wikipedia).
But I can't figure out whether it is implemented or not. First,
I thought it isn't (no traces in Document API).
This issue: http://jira.xwiki.org/jira/browse/XWIKI-1913 makes me
think that not only IPs, but also X-Forwarded-For are stored.
Still, I'm not sure, and I don't know how to use this.
--
If you want to get to the top, you have to start at the bottom
Hi,
I want to give all users the ability to change Access Rights on the pages they create. I've noticed that only admin group has this ability.
When a user creates a page, I would like that "Access Rights" appear on the Editor drop down menu. This page access classification by the author is nothing but essential on my
Xwiki instance at my corp.
How can I do that?
Ramon Gomes Brandão
Hi, forum,
Today I installed openoffice server and tried to import a Chiense MS doc.
The result was I got all the mess code. Tryied another English/Chinese
mixing doc, English could be imported properly and all Chinese charater
became messy code.
Did I miss something that did not configured correctly?
I run XE 2.4 on Windows 2008; Openoffice 3.2.1
Regards.
Rex
Hi,
I've created a Skin based on colibri and set I as my default skin. I've overwritten some css definitions of colibri.css due to my header logo ( I've shifted and resized the search box). I've added this definitions on a new attribute (myStyle.css) on XWikiSkin object and added it on the style.css attribute, as well as microformats.css and colibri.css. My modifications are:
#companylogo a img {
float: left;
margin:0 0 0 -4px;
}
#globallinks {
float:right;
padding:5px 67px 5px 0px;
width:130px;
}
#globalsearch {
text-align:right;
width:190px;
}
#globalsearchinput {
min-height:16px;
width:150px;
}
It works well on Firefox, but in IE neither of my modifications seems to work, and the search box goes below the header logo, on a new line. Where I can change CSS definitions as above for IE's?
Regards,
Ramon Brandão