Hi Sergiu
Thank you. It works great.
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] De la part de Sergiu Dumitriu
Envoyé : mercredi 22 juillet 2009 17:20
À : XWiki Users
Objet : Re: [xwiki-users] setContent and multilines
PERINAUD Christophe wrote:
> Hello all
>
> I create a page that will generate a statistics table. I would like to write this table in a page. How i can do that ?
> I tried this :
> $document.setContent("{table}Date|Start|End|Duration \n 20090616|1|2|3 \n{table}")
>
> But the result is :
> Date Start End Durationn 20090616 1 2 3 n
>
> What i would like in my page is
> {table}
> Date|Start|End|Duration
> 20090616|1|2|3
> {table}
>
> Any idea ?
Try using ${util.newline} instead of \n
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Hello all
I create a page that will generate a statistics table. I would like to write this table in a page. How i can do that ?
I tried this :
$document.setContent("{table}Date|Start|End|Duration \n 20090616|1|2|3 \n{table}")
But the result is :
Date Start End Durationn 20090616 1 2 3 n
What i would like in my page is
{table}
Date|Start|End|Duration
20090616|1|2|3
{table}
Any idea ?
Thank you
Christophe Périnaud
Windows Server 2003 SP2 in a VMWare instance
Oracle 10g
Java 1.6.0_12
Xwiki 1.8 from the pack Jetty/HSQL
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Hi,
I have the brand new XWiki Enterprise 1.9.1.21780. I noticed that the class
wizard has issues
(http://xwiki.markmail.org/message/kl7vi6p2dlc3ouwr?q=FAQTutorial#query:FAQT…),
but I did create a class, a class sheet and a class template manually. I also
added an empty object to the class.
Because the Velocity code is not interpreted the same way in syntax xwiki 2.0,
I followed the syntax help guide included in the XWiki instance and I
protected the code as follows:
{{velocity}}
## replace Main with the Space where you want your documents to be created
## replace the default parent with the one of your choice
## Save this template using the 'Save' button
#set( $class = $doc.name.substring(0,$doc.name.indexOf("Class")))
#set($defaultparent = "XWiki.${class}Class")
#set($defaultweb = "LSQ")
#includeForm("XWiki.ClassSheet")
{{/velocity}}
The Velocity code is parsed but it produce HTML that is not parsed by the Wiki
page. It is displayed as-is:
<h1 id="HClass3ATermeClass"><span>Class: TermeClass</span></h1><p/>
The first thing to do is to <a
href="/xwiki/bin/edit/LSQ/TermeClass?xpage=editclass">Edit the Class</a> to
add properties to it.<p/>
<h2 id="HCreateanewdocument"><span>Create a new document</span></h2><p/>
To create a new document, you should first choose a name for you document<p/>
<form action="" id="newdoc" method="post">
<div>
<input type="hidden" name="parent" value="XWiki.TermeClass"/>
<input type="hidden" name="template" value="LSQ.TermeClassTemplate"/>
<input type="hidden" name="sheet" value="1"/>
Space: <input type="text" name="webname" value="LSQ" size="8"/>
Document: <input type="text" name="name" value="Name of your document"/>
<br/>
<br/>
<input type="button" value="Create this document" onclick='if
(updateName(this.form.name)) {this.form.action="../../inline/" +
this.form.webname.value + "/" + this.form.name.value; this.form.submit(); }'/>
</div>
</form><p/>
<h2 id="HSheetandTemplate"><span>Sheet and Template</span></h2><p/>
<ul class="star">
<li>Sheet: <span class="wikilink"><a
href="/xwiki/bin/view/LSQ/TermeClassSheet">Terme Class Sheet</a></span></li>
<li>Template: <span class="wikilink"><a
href="/xwiki/bin/view/LSQ/TermeClassTemplate">Terme Class
Template</a></span></li>
<li><span class="wikilink"><a
href="/xwiki/bin/view/XWiki/ClassSheet?xpage=code">View the sample code to
show the document list and create new documents</a></span></li>
</ul>
<h2 id="HExistingdocuments"><span>Existing documents</span></h2><p/>
Is there a workaround that to make the page parse this HTML properly or to
produce an equivalent display?
It would be nice to also let people know at
http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial (completing
tapaya's remark) -I could do that if I knew the answer.
Thanks
Marc
Hi,
I have plainty problems with XWiki Workspace, and no response. Perhaps my
english ?
Last of them : I'm trying FAQTutorial
(http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial) ; first step
is search XWikiClasses.
Result (from Admin) : no document.
I can't include a simple FAQ in workspace ?
So XWiki Workspace doesn't work for me ?
Hi,
I have two question about edit with workspace :
- how can I configuration the edit mode : they are in wisiwig, and I don't see
how to go in wiki mode ?
- if I create a new page from a workspace, I cannot edit it. First time, I
can, but second time, no : there is no button to edit it.
Thanks for your help.
While adding members to a group using the new Wiki Administration
application, there does not seem to be an obvious way to close the pop up
window. Is that a bug, or am I missing something very obvious.
--
View this message in context: http://n2.nabble.com/Closing-%27Add-Members-to-Group%27-Popup-tp3289051p328…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am out of the office until 07/23/2009.
I will not have access to email. If you need help immediately, please
contact Kim Dillon or Jenny Purushotma.
Note: This is an automated response to your message "users Digest, Vol 24,
Issue 30" sent on 7/21/09 6:00:17.
This is the only notification you will receive while this person is away.
Surely someone has tried to put XWiki together with Oracle using the
limited instructions available on-line. I can't believe that no one has
any pointers on why I can't get it working.
Please help.
Thanks
Dean
From:
Dean G Weber/US/Raytheon
To:
users(a)xwiki.org
Date:
07/08/2009 05:12 PM
Subject:
Can't get XWiki to work with Oracle
I could use some help on getting an XWiki server working with Oracle.
I followed the instructions here:
http://platform.xwiki.org/XWiki/bin/view/AdminGuide/InstallationOracle
The mentioned xwiki-oracle.hbm.xml file I finally found here:
http://www.xwiki.org/XWiki/bin/view/FAQ/Isthereasimplewaygettingxwikiworkin…
.
I placed it in the suggested xwiki/Web-INF/classes sub-directory.
But, I could not find a feeds.oracle.hbm.xml file anywhere. (Why would the
page mention those XML files yet not provide them?)
I made the necessary changes to hibernate.cfg.xml file in WEB-INF. I even
placed the ojdbc5.jar (latest rev) in the webaps/WEB-INF/lib directory. I
know that the JDBC jar file is correct because I had to put it in the
jetty/ext directory to get groovy script on one of our pages to
successfully connect to a different Oracle instance and pull data onto the
page. (Side note: groovy classes really need to be on their own separate
pages due to parsing issues with velocity and groovy. This was a heard
learned lesson).
So, I made the changes from the above instructions and created an xwiki
user on my Oracle 10g express edition DB which I installed on our Red-Hat
Linux server. So far things seemed to go well until I tried to pull it all
together and fire up the xwiki server and connect to it from the browser.
Below is the error I received:
HTTP ERROR: 500
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 parse mapping document from resource
xwiki.oracle.hbm.xml
RequestURI=/xwiki/bin/CEDSYard/
Powered by Jetty://
The request URI is the configured main page for our wiki. I see no new
tables in the xe Oracle DB.
All of the past emails on the subject in the user list haven't supplied
any answers. I really hope I can get some help on this.
What do I need to do to get Oracle and xwiki to work together since the
instructions I've found miss crucial elements of the puzzle?
Thanks,
Dean Weber
Sr Software Engineer II
Raytheon Technical Services Company LLC
6125 E 21 Street, MS 36
Indianapolis, IN 46219 USA
317.306.2657 Phone
317.306.4253 Fax
Dean.G.Weber(a)raytheon.com
Hi,
just updated to 1.9.1 (from 1.8.4) and tried to import the default xar. I
can upload the file but when i click on it to import nothing happens.
In the console i get the following error when i upload the file
"updateAttachName is not defined
function onclick(event) { return updateAttachName(this.form, "Do you want to
replace the filename with"); }(click clientX=108, clientY=439)"
Thanks
hel.
-----
semantic-web.hel.at
hel(a)hel.at
--
View this message in context: http://n2.nabble.com/Cannot-import-default-xar-tp3283800p3283800.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I would like to use LDAP for authentication. This works fine as long as the
user exists in the xwiki database, as well. Is there a way to have a _new_
user authenticate against LDAP and then either have that user's information
pulled directly from ldap or have the user data from the LDAP automatically
populated into the user database?
Thanks,
Sean
We have been running running Xwiki Enterprise Manager with a wiki farm
consisting of two wikis.
- the XEM was created by converting from XE with following information
#Generated by Maven
#Wed Jul 23 16:18:28 GMT+01:00 2008
version=1.5
groupId=com.xpn.xwiki.products
artifactId=xwiki-enterprise-web
We have been using both the wikis in the farm, have a bunch of content and
users and groups.
Recently we upgraded the our wiki deployment to :
#Generated by Maven
#Thu Jul 02 16:34:35 GMT+01:00 2009
version=1.7.1
groupId=com.xpn.xwiki.products
artifactId=xwiki-enterprise-manager-web
The new deployment works fine for the most part. It required us to deploy
the admin application by
importing the following file into all the three wikis (manager wiki, and two
wikis in the farm)
xwiki-application-administration-1.13.zip
After doing this, all the functinality seems to work fine in the Manager
wiki. However, the enterprise wikis the group management is broken. When
trying to view membership of a group, the following exception is thrown on
the server and the client just gets stuck at the progess bar.
com.xpn.xwiki.XWikiException: Error number 3301 in 3: Exception while
switching to database 0) ? page.substring(dp + 1, p)
Wrapped Exception: Incorrect database name '0) ? page.substring(dp + 1, p) '
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.setDatabase(XWikiHibernateBaseStore.java:642)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.beginTransaction(XWikiHibernateBaseStore.java:741)
at
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:636)
at
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:209)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1338)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1371)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:1993)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2022)
at com.xpn.xwiki.XWiki.getDefaultPage(XWiki.java:5834)
at
com.xpn.xwiki.web.XWikiServletURLFactory.addName(XWikiServletURLFactory.java:238)
at
com.xpn.xwiki.web.XWikiServletURLFactory.createURL(XWikiServletURLFactory.java:
2009-07-17 14:59:39,111 INFO [STDOUT] 181)
at
com.xpn.xwiki.web.XWikiDefaultURLFactory.createURL(XWikiDefaultURLFactory.java:42)
at
com.xpn.xwiki.render.XWikiRadeoxRenderEngine.appendCreateLink(XWikiRadeoxRenderEngine.java:310)
at
com.xpn.xwiki.render.filter.XWikiLinkFilter.handleMatch(XWikiLinkFilter.java:211)
at
org.radeox.filter.regex.RegexTokenFilter$1.handleMatch(RegexTokenFilter.java:91)
at org.radeox.regex.JdkMatcher.substitute(JdkMatcher.java:48)
at
org.radeox.filter.regex.RegexTokenFilter.filter(RegexTokenFilter.java:89)
at org.radeox.filter.FilterPipe.filter(FilterPipe.java:169)
at
com.xpn.xwiki.render.XWikiRadeoxRenderEngine.render(XWikiRadeoxRenderEngine.java:95)
at
com.xpn.xwiki.render.XWikiRadeoxRenderer.render(XWikiRadeoxRenderer.java:130)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:272)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:202)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:170)
at com.xpn.xwiki.api.XWiki.renderText(XWiki.java:1455)
at sun.reflect.GeneratedMethodAccessor370.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1611)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:124)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
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:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:155)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:437)
at
org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:366)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Incorrect database name
'0) ? page.substring(dp + 1, p) '
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1027)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:957)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3376)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3308)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1837)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1961)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2537)
at com.mysql.jdbc.ConnectionImpl.setCatalog(ConnectionImpl.java:4924)
at
org.apache.commons.dbcp.DelegatingConnection.setCatalog(DelegatingConnection.java:271)
at
org.apache.commons.dbcp.DelegatingConnection.setCatalog(DelegatingConnection.java:271)
at
org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.setCatalog(PoolingDataSource.java:298)
at sun.reflect.GeneratedMethodAccessor189.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.hibernate.jdbc.BorrowedConnectionProxy.invoke(BorrowedConnectionProxy.java:50)
at $Proxy74.setCatalog(Unknown Source)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.setDatabase(XWikiHibernateBaseStore.java:635)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.beginTransaction(XWikiHibernateBaseStore.java:741)
at
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:636)
at
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:209)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1338)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1371)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:1993)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2022)
at com.xpn.xwiki.XWiki.getDefaultPage(XWiki.java:5834)
at
com.xpn.xwiki.web.XWikiServletURLFactory.addName(XWikiServletURLFactory.java:238)
at
com.xpn.xwiki.web.XWikiServletURLFactory.createURL(XWikiServletURLFactory.java:181)
at
com.xpn.xwiki.web.XWikiDefaultURLFactory.createURL(XWikiDefaultURLFactory.ja
2009-07-17 14:59:39,111 INFO [STDOUT] va:42)
at
com.xpn.xwiki.render.XWikiRadeoxRenderEngine.appendCreateLink(XWikiRadeoxRenderEngine.java:310)
at
com.xpn.xwiki.render.filter.XWikiLinkFilter.handleMatch(XWikiLinkFilter.java:211)
at
org.radeox.filter.regex.RegexTokenFilter$1.handleMatch(RegexTokenFilter.java:91)
at org.radeox.regex.JdkMatcher.substitute(JdkMatcher.java:48)
at
org.radeox.filter.regex.RegexTokenFilter.filter(RegexTokenFilter.java:89)
at org.radeox.filter.FilterPipe.filter(FilterPipe.java:169)
at
com.xpn.xwiki.render.XWikiRadeoxRenderEngine.render(XWikiRadeoxRenderEngine.java:95)
at
com.xpn.xwiki.render.XWikiRadeoxRenderer.render(XWikiRadeoxRenderer.java:130)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:272)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:202)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:170)
at com.xpn.xwiki.api.XWiki.renderText(XWiki.java:1455)
at sun.reflect.GeneratedMethodAccessor370.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:108)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1611)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:124)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
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:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:155)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:437)
at
org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:366)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:595)
Any help with this will be greatly appreciated
--
View this message in context: http://n2.nabble.com/XWiki-Upgrade-Issue---Incorrect-database-name-tp327779…
Sent from the XWiki- Users mailing list archive at Nabble.com.
AmxSid,
Your JVM is out of PermGen space. What Java version are you using (I
assume a Sun JVM)? In the general case, recent Sun JVMs are pretty good
at tuning themselves, so it is best not to try and tune it, as this may
actually hamper and cause more problems than it solves.
Having said that, I would remove the settings you have thus far and
simply add
-XX:MaxPermSize=128m
The PermGen is the area reserved for reflective data, class objects and
so forth. There are good introductory texts here
http://java.sun.com/docs/performance/
Chris
> I have the following error occuring. I really like XWIKI but this memory
> issue is the only stumbling block. I would hate to have to move to daisycms
> or jspwiki.
>
> I have installed xwiki onto tomcat on Linux. Memory params are: -server
> -Xms512m -Xmx768m -Xss512k -XX:+UseParallelGC
>
> XWIKI config settings are out of the box ones.
>
> I did upload an excel spreadsheet attachment and then decided to delete it.
> I also tried to export to PDF, RTF etc. and left XWIKI running overnight
> and got this problem in the morning.
>
> 2009-07-15 08:20:24,351 [
> http://localhost:8080/xwiki/bin/view/Sandbox/TableTraining?xpage=xpart&vm=c…
> ]
> [http-8080-Processor21] WARN web.XWikiAction - Uncaught
> exception: Error number 0 in 11: Uncaught exc
> eption
> Wrapped Exception: java.lang.O}}}utOfMemoryError: PermGen space
Hi,
We actually have an existing XMLRPC server that we need to integrate
inside XWiki v2.0m1. The only way we achieve this is to modify the
existing code to allow the injection of a XWikiContext object on the
instance created by the default requestProcessor (which does not bind
any object when using the @Requirement annotation).
The other thing is to add an entry inside the /XmlRpcServlet.properties/
representing our service.
Is there any other way to do this ? For example, we could declare our
xml-rpc service class inside the /components.txt/ and let the xml-rpc
server use the component manager to dispatch calls...
Cheers,
Francois D.
Hi xwiki-users,
I have a simple macro defined in velocity:
{{velocity}}
{{{
#macro( addDate $timeZone $date )
#set( $script = "
tz = '$timeZone'
date = '$date'
timezone = java.util.TimeZone.getTimeZone( timezone )
cal = java.util.Calendar.getInstance( timezone )
// etc...
" )
#set( $runnable = $xwiki.parseGroovyFromString( $script ) )
$runnable.run()
#end
}}}
{{/velocity}}
Currently, the velocity macro parameters $timeZone and $date have to be
Strings. I want to be able to pass "real objects" rather than just strings
into the groovy script, though. I can easily return an Object back into
Velocity space by returning from the groovy script, but is there a way to go
the other way around? I guess what I really need is some "context" object
shared by groovy and Velocity...
Thanks in advance!
Hi
I'm looking for somewhere better to host a wiki presently at
littlebird.wikidot.com (curse their commercial aspirations).
It's a free, community based scheme for promoting local folk and traditional
music and arts events in the area. Normal access is through the domain
littlebirdtoldme.info to disconnect it from hosting changes.
The reason for using Wiki is that we hope to open editing to a large
collection of people to reduce the staleness that usually accompanies such
projects.
My user ID is JoeSkaife
Ideally the server name would be littlebirdtoldme or littlebird if you have
a name length limit.
If any of you wiki-wise users or admins have a better suggestion, I'd
welcome some new perspectives.
Joe
--
View this message in context: http://n2.nabble.com/-myxwiki--new-wiki-request-tp3268188p3268188.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have the following error occuring. I really like XWIKI but this memory
issue is the only stumbling block. I would hate to have to move to daisycms
or jspwiki.
I have installed xwiki onto tomcat on Linux. Memory params are: -server
-Xms512m -Xmx768m -Xss512k -XX:+UseParallelGC
XWIKI config settings are out of the box ones.
I did upload an excel spreadsheet attachment and then decided to delete it.
I also tried to export to PDF, RTF etc. and left XWIKI running overnight
and got this problem in the morning.
2009-07-15 08:20:24,351 [
http://localhost:8080/xwiki/bin/view/Sandbox/TableTraining?xpage=xpart&vm=c…
]
[http-8080-Processor21] WARN web.XWikiAction - Uncaught
exception: Error number 0 in 11: Uncaught exc
eption
Wrapped Exception: java.lang.O}}}utOfMemoryError: PermGen space
2009-07-15 08:23:14,716 [] [http-8080-Processor21] ERROR [/xwiki].[action]
- Servlet.service() for servl
et action threw exception
java.lang.OutOfMemoryError: PermGen space
2009-07-15 08:58:03,385 WARN [service.services.export.ExportService] Backup
directory /opt/tomcat/logs/backup does not
exist
Exception in thread "DefaultQuartzScheduler_QuartzSchedulerThread"
java.lang.OutOfMemoryError: PermGen space
2009-07-15 10:50:24,583 [http://localhost:8080/xwiki/bin/view/Main/]
[http-8080-Processor21] WARN web.XWikiAction
- Uncaught exception: Error number 0 in 11: Uncaught exception
Wrapped Exception: PermGen space
2009-07-15 10:50:48,298 [http://localhost:8080/xwiki/bin/view/Main/]
[http-8080-Processor19] WARN web.XWikiAction
- Uncaught exception: Error number 0 in 11: Uncaught exception
Wrapped Exception: PermGen space
2009-07-15 10:51:59,029 [] [http-8080-Processor21] ERROR [/xwiki].[action]
- Servlet.service() for servl
et action threw exception
java.lang.OutOfMemoryError: PermGen space
2009-07-15 10:52:36,721 [] [http-8080-Processor19] ERROR [/xwiki].[action]
- Servlet.service() for servl
et action threw exception
java.lang.OutOfMemoryError: PermGen space
java.lang.OutOfMemoryError: PermGen space
Exception in thread "http-8080-Processor22" java.lang.OutOfMemoryError:
PermGen space
2009-07-15 11:59:54,765 [http://localhost:8080/xwiki/bin/view/Sandbox/]
[http-8080-Processor25] WARN web.XWikiAction
- Uncaught exception: Error number 0 in 11: Uncaught
exception
Wrapped Exception: PermGen space
2009-07-15 11:59:59,377 [] [http-8080-Processor25] ERROR [/xwiki].[action]
- Servlet.service() for servl
et action threw exception
java.lang.OutOfMemoryError: PermGen space
Exception in thread "main" java.lang.OutOfMemoryError: PermGen space
Hi,
I'm trying to install and use XWiki Workspace.
First, the install instructions on xwiki.org are not present :
http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiWorkspaces, then
"Instructions" link gives
http://workspaces.xwiki.org/xwiki/bin/view/Main/GettingStarted which is not
very intersting, in my opinion.
Second, when I launch xwiki worspace, I see this exception :
00:40:15.011 INFO [main]
org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134)
>17> resource = file:/home/herve/onwork/xwiki-workspaces-distribution-
hsqldb-1.1.1/webapps/xwiki/WEB-INF/plexus.xml
00:40:15.178 INFO [main]
org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134)
>16> Plexus initialized.
java.lang.UnsatisfiedLinkError:
/home/herve/java/jdk1.6.0_14/jre/lib/i386/xawt/libmawt.so: libXtst.so.6:
cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1003)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1695)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at
sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.image.ColorModel.loadLibraries(ColorModel.java:188)
at java.awt.image.ColorModel.<clinit>(ColorModel.java:196)
at com.jhlabs.image.WholeImageFilter.<init>(WholeImageFilter.java)
at com.jhlabs.image.WaterFilter.<init>(WaterFilter.java)
at
com.octo.captcha.engine.image.gimpy.DefaultGimpyEngine.buildInitialFactories(DefaultGimpyEngine.java:503)
at
com.octo.captcha.engine.image.ListImageCaptchaEngine.<init>(ListImageCaptchaEngine.java:493)
at
com.octo.captcha.engine.image.gimpy.DefaultGimpyEngine.<init>(DefaultGimpyEngine.java:494)
...etc, etc, etc. I don't know if it is important ?
And, when I look at my workspace, at get :
>Error 404 - Not Found.
>No context on this server matched or handled this request.
>Contexts known to this server are:
>
> * WebApplicationContext[/xwiki,xwiki]
>
>The links above may not work if a virtual host is configured
and, if I clic on the link :
>HTTP ERROR: 404
>
>/xwiki/ Not Found
>
>RequestURI=/xwiki/
>
>Powered by Jetty://
Thank for yout help.
Hi,
I've been trying to find a overview/documentation on what the
specifications, formats, and/or usage scenarios for the different class
properties.
In particular, I'm looking for a way store a list of users (currently stored
in an arrayList) as the property of a class. I cannot find any documentation
on how to use the properties "list of users" or "static list"...
Any ideas/suggestions/links?
Thanks!
Holger
Is there a way / method to allow me to set Active param of User class to
false after registration? I want users to register then I vet the
registration and only after that activate if I wish so. Similar to Email
activation at the moment except I want to have abitilty to activate users???
--
View this message in context: http://n2.nabble.com/Set-Active-to-false-in-User-class---developers-tp32497…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi -
Is xwiki manager 1.7.1 compatible with the enterprise version 2.0
Milestone 1?
Kelly
Kelly Lakas
Project Manager
next wave logistics inc.
28377 davis parkway, suite 607a
warrenville, il 60555
________________________
[office] 847.798.8897
[mobile] 312.307.2079
[web] www.nwlinc.com <http://www.nwlinc.com>
Hello everyone,
I was trying to create a page in xwiki with the following functionality: The user could select an option in a dropdown list, and depending on this selection, the text below the drop down list would change accordingly to the option selected in the drop down list.
Does anyone have any idea on how could I do this?
Thanks in advance!
BR,
Roney Castro
Hi
I have noticed that there has been more activity in the last couple of days
... so, here's one last attempt.
I have got to the stage where a captcha field is shown, and the page
(registerinline.vm) displays the correct errors if it isn't filled in (some
simple if statements)
However, the user is STILL registered even if the captcha is filled in
wrongly.
I have searched this news group, experimented and given up ... but if anyone
can suggest how to stop this my xwiki user would really appreciate it.
Happy to post code if anyone's interested!
thanks - hopefully
Edward
Hi All,
I have some problems to fully delete a Space from Xwiki, I think there
is a not update cache of pages list that contains moved/deleted pages,
here what i did:
I tried to move all pages from the space "A" to the space "B" and to
delete A.WebHome.
In this way it seems that the space is fully deleted and if I try to
open the url:
https://intranet.test.com/xwiki/A/
I get the message "The requested document could not be found", as i expected.
The problem is that the "A" space yet appears in the "listo of spaces"
that i can select in "Search", "Lucene Search", "Index", "Tree"...
If I Search in space "A" i get some name of pages but if i click on
them i get the "The requested document could not be found" message
because i moved them on space "B"
Can you let me know where i'm wrong? is there any way to delete the
indexes that contain the space list? If not, Can i work directly on
database?
Thanks!
Loris
I use XWIKI 1.8.
There is a function that allows user to convert the WIKI page to PDF and
display on the screen.
Unfortunately, I have error again:
Error number 12002 in 12: Exception while exporting PDF
Wrapped Exception: org.apache.fop.fo.ValidationException: null:5:27:
Error(5/27): fo:block is not a valid child element of fo:root.
com.xpn.xwiki.XWikiException: Error number 12002 in 12: Exception while
exporting PDF
Wrapped Exception: org.apache.fop.fo.ValidationException: null:5:27:
Error(5/27): fo:block is not a valid child element of fo:root.
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXMLFO(PdfExportImpl.java:212)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXHtml(PdfExportImpl.java:169)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java:219)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:250)
at com.xpn.xwiki.web.PDFAction.render(PDFAction.java:46)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:232)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:122)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:145)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
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:263)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
org.apache.fop.fo.ValidationException: null:5:27: Error(5/27): fo:block is
not a valid child element of fo:root.
at org.apache.fop.fo.FONode.invalidChildError(FONode.java:435)
at org.apache.fop.fo.FONode.invalidChildError(FONode.java:420)
at org.apache.fop.fo.pagination.Root.validateChildNode(Root.java:126)
at
org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:271)
at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:163)
at
org.apache.xalan.transformer.TransformerIdentityImpl.startElement(TransformerIdentityImpl.java:1042)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at
org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:463)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXMLFO(PdfExportImpl.java:196)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXHtml(PdfExportImpl.java:169)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java:219)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:250)
at com.xpn.xwiki.web.PDFAction.render(PDFAction.java:46)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:232)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:122)
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:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:145)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
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:263)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Thread.java:619)
I have no idea about where to enter on the error.
--
View this message in context: http://n2.nabble.com/Page-convert-PDF-error-occurs-tp3261515p3261515.html
Sent from the XWiki- Users mailing list archive at Nabble.com.